@charset "UTF-8";

@keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
outline: none !important;
}
.ovabrw-card-template {
display: flex;
flex-direction: column;
max-width: 100%;
height: 100%;
text-align: left;
overflow: hidden;
}
.ovabrw-card-template .ovabrw-card-header {
position: relative;
max-width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup {
max-width: 100%;
overflow: hidden;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow {
position: relative;
max-width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .item .gallery-fancybox img {
width: 100%;
height: 100%;
border-radius: 0;
margin: 0;
object-fit: cover;
object-position: center;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .swiper.swiper-loading .swiper-wrapper {
opacity: 0;
visibility: hidden;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .swiper .swiper-wrapper .swiper-slide {
height: auto;
max-width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .swiper .swiper-wrapper .swiper-slide .gallery-fancybox img {
width: 100%;
height: 100%;
margin: 0;
border-radius: 0;
}
@media screen and (max-width: 768px) {
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .swiper .swiper-wrapper .swiper-slide {
padding: 0 1px;
}
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav {
position: absolute;
top: 50%;
z-index: 1;
display: flex;
opacity: 0;
cursor: pointer;
visibility: hidden;
padding: 0 15px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav.button-prev {
left: 0;
transform: translate(0, -50%);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav.button-next {
right: 0;
transform: translate(0, -50%);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav i {
display: flex;
font-size: 33px;
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav i:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav:focus {
outline: none;
}
@media screen and (max-width: 768px) {
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-nav {
display: none;
}
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 7px;
padding: 0 0 15px 15px;
width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots.swiper-pagination-bullets-dynamic {
width: 100% !important;
transform: unset;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots .swiper-pagination-bullet {
display: block;
width: 7px;
height: 7px;
border-radius: 100%;
background-color: #FFFFFF;
opacity: 0.6;
margin: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
opacity: 1;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots .swiper-pagination-bullet:hover {
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow:hover .button-nav {
opacity: 1;
visibility: visible;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature {
height: 100%;
overflow: hidden;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
margin: 0;
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature .gallery-fancybox {
display: block;
height: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature .gallery-fancybox img {
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-featured-product {
position: absolute;
top: 17px;
left: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-features-featured {
position: absolute;
top: 17px;
right: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-price {
position: absolute;
right: 15px;
bottom: -16px;
z-index: 1;
display: block;
padding: 12px 30px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-price span {
color: #FFF;
font-family: var(--ovabrw-primary-font);
font-size: 18px;
font-weight: 500;
line-height: normal;
text-align: center;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-price span a {
color: #FFF;
}
.ovabrw-card-template .ovabrw-card-content {
background-color: #FFF;
border: 1px solid #EBEBEB;
border-top-width: 0;
padding: 45px 15px 20px;
height: 100%;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title {
margin: 0 0 24px 0;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title a:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
margin: 0 0 30px;
padding: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 20px;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 0.8;
margin-right: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features:before, .ovabrw-card-template .ovabrw-card-content .ovabrw-features:after {
display: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
margin: 0 0 30px;
padding: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 20px;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: center;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 0.8;
margin-right: 10px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification span.label {
color: var(--ovabrw-primary-color);
margin-right: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification .specification-color {
display: inline-block;
width: 23px;
height: 23px;
border-radius: 3px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications:before, .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications:after {
display: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy {
margin: 0 0 18px;
padding: 0 !important;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy {
margin-bottom: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.label {
color: var(--ovabrw-label-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.value {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.value a {
margin: 0 3px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
margin-bottom: 22px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating {
display: flex;
align-items: center;
margin-right: 8px;
overflow: hidden;
position: relative;
line-height: 1;
width: 85px;
max-width: 85px;
height: 1.2em;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating i {
font-size: 16px;
color: var(--ovabrw-light-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
line-height: 1;
height: 1.2em;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent i {
font-size: 16px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
height: 40px;
padding: 0 18px;
border: 1px solid var(--ovabrw-primary-color);
border-radius: 5px;
color: var(--ovabrw-primary-color);
background-color: #FFF;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button i {
display: flex;
line-height: 1;
margin-left: 4px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button i.brwicon2-spinner-of-dots {
display: none;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading {
opacity: 0.5;
cursor: not-allowed;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading i.brwicon-right {
display: none !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading i.brwicon2-spinner-of-dots {
display: flex !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button:hover {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card-template:hover .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature .gallery-fancybox img {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-moz-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
-o-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content {
text-align: right;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
margin-right: 0;
margin-left: 5px;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature span {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin-right: 0;
margin-left: 5px;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification span {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy .value {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating {
margin-right: 0;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent {
left: auto;
right: 0;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-button .brwicon-right {
margin-left: 0;
margin-right: 4px;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
body.rtl .ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
justify-content: flex-end;
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card1-display-thumbnail);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card1-thumbnail-height);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card1-display-thumbnail);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card1-thumbnail-height) !important;
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link {
display: none;
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card2-display-thumbnail);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card2-thumbnail-height);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card2-display-thumbnail);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card2-thumbnail-height) !important;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
left: auto;
right: 0;
justify-content: flex-end;
padding: 0 15px 15px 0;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-price {
right: auto;
left: 15px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content h2.ovabrw-title + .ovabrw-review {
margin-top: -24px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
margin-bottom: 25px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature {
display: flex;
flex-direction: column;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
margin: 0;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin: 0;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 16px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
margin-bottom: 10px;
}
body.rtl .ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
justify-content: flex-start;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card3-display-thumbnail);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card3-thumbnail-height);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card3-display-thumbnail);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card3-thumbnail-height) !important;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
left: 50%;
transform: translate(-50%, 0);
justify-content: center;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content {
padding: 23px 15px 30px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-title + .ovabrw-review {
margin-top: -24px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
margin-bottom: 32px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature {
display: flex;
flex-direction: column;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
margin: 0;
}
@media only screen and (max-width: 500px) {
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin: 0;
}
@media only screen and (max-width: 500px) {
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 16px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price {
font-family: var(--ovabrw-primary-font);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--ovabrw-primary-color);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit {
font-size: 14px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button {
border-color: var(--ovabrw-heading-color);
color: var(--ovabrw-heading-color);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button:hover {
border-color: var(--ovabrw-primary-color);
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-features-featured {
padding: 12px 30px;
font-size: 18px;
font-weight: 500;
top: auto;
bottom: -24px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card4-display-thumbnail);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card4-thumbnail-height) !important;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card4-display-thumbnail);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card4-thumbnail-height);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content {
padding: 32px 15px 35px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
margin-bottom: 5px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-title {
margin-bottom: 3px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-price {
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin-bottom: 28px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card5.ovabrw-card-template {
display: flex;
flex-direction: row;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header {
max-width: 40%;
flex: 0 0 40%;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .swiper {
height: 100%;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup img, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow img, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .swiper img {
margin: 0;
height: 100%;
max-height: 100%;
object-fit: cover;
object-position: center;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card5-display-thumbnail);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card5-thumbnail-height) !important;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card5-display-thumbnail);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card5-thumbnail-height);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
left: 50%;
transform: translate(-50%, 0);
justify-content: flex-start;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content {
flex: 0 0 60%;
border-top-width: 1px;
padding: 15px 28px 34px 30px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 1px solid #EBEBEB;
padding-bottom: 25px;
margin-bottom: 32px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .card-left .ovabrw-title {
margin: 0 0 5px 0;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-price {
color: var(--ovabrw-primary-color);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-price .amount {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-price .unit {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 500px) {
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 500px) {
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 25px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
height: auto;
padding: 12px 30px;
font-size: 18px;
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-button i {
display: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-card5.ovabrw-card-template {
flex-direction: column;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header, .ovabrw-card5.ovabrw-card-template .ovabrw-card-content {
max-width: 100%;
flex: auto;
}
}
.ovabrw-card6.ovabrw-card-template {
display: flex;
flex-direction: row;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header {
max-width: 40%;
flex: 0 0 40%;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .swiper {
height: 100%;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup img, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow img, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .swiper img {
height: 100%;
max-height: 100%;
object-fit: cover;
object-position: center;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card6-display-thumbnail);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card6-thumbnail-height) !important;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img {
object-fit: var(--ovabrw-card6-display-thumbnail);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card6-thumbnail-height);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .button-dots {
left: 50%;
transform: translate(-50%, 0);
justify-content: flex-start;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content {
flex: 0 0 60%;
border-top-width: 1px;
padding: 15px 28px 34px 30px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-title {
margin: 0;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-review .ovabrw-review-link {
display: none;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr 1fr;
margin: 0 0 25px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
color: var(--ovabrw-primary-color);
}
@media only screen and (max-width: 500px) {
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr 1fr;
margin: 0 0 25px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
color: var(--ovabrw-primary-color);
}
@media only screen and (max-width: 500px) {
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 22px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 22px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid #EBEBEB;
padding-top: 34px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price {
color: var(--ovabrw-primary-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .amount {
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit {
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--ovabrw-text-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit:first-of-type {
display: block;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button {
height: auto;
padding: 12px 30px;
font-size: 18px;
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button i {
display: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-card6.ovabrw-card-template {
flex-direction: column;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header, .ovabrw-card6.ovabrw-card-template .ovabrw-card-content {
max-width: 100%;
flex: auto;
}
} @keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} ul.ovabrw_woo_features, ul.ovabrw-product-specifications {
list-style: none;
margin: 15px 0px;
padding: 0;
}
ul.ovabrw_woo_features li span.label, ul.ovabrw-product-specifications li span.label {
font-size: 16px;
font-weight: 600;
}
ul.ovabrw_woo_features li span, ul.ovabrw-product-specifications li span {
font-weight: 400;
}
ul.ovabrw_woo_features li .specification-color, ul.ovabrw-product-specifications li .specification-color {
display: inline-block;
width: 23px;
height: 23px;
border-radius: 3px;
vertical-align: top;
} ul.ovabrw_cus_taxonomy {
list-style: none;
margin: 15px 0px;
padding: 0;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 15px;
}
ul.ovabrw_cus_taxonomy li {
margin: 0;
}
ul.ovabrw_cus_taxonomy li span.label {
display: inline-block;
font-size: 16px;
font-weight: 600;
}
ul.ovabrw_cus_taxonomy li span {
font-weight: 400;
} .ovabrw-features {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 15px 0 15px 0;
padding: 0 8px;
}
.ovabrw-features .feature-item {
width: 50%;
display: flex;
padding-bottom: 8px;
color: #343434;
opacity: 0.8;
font-weight: 500;
}
.ovabrw-features .feature-item i {
font-size: 18px;
margin-right: 8px;
font-weight: 500;
opacity: 0.6;
color: #000;
}  .product_listing_custom_tax {
list-style: none;
margin: 10px 0px;
padding: 0;
text-align: left;
}
.product_listing_custom_tax li {
display: inline-block;
margin: 0 10px;
}  .ovabrw_product_attr {
margin: 0px 0 15px 0;
}  .product_table_price {
margin-bottom: 30px;
}
@media (max-width: 992.98px) {
.product_table_price {
margin-bottom: 30px;
}
}
.product_table_price .ovacrs_price_rent {
width: 100%;
display: block;
margin-bottom: 30px;
clear: both;
}
.product_table_price .ovacrs_price_rent .ovabrw-according {
position: relative;
outline: none;
text-decoration: none;
display: block;
cursor: pointer;
}
.product_table_price .ovacrs_price_rent .ovabrw-according:before {
position: absolute;
right: 0;
bottom: 10px;
content: "3";
color: #ccc;
font-family: "ElegantIcons";
}
.product_table_price .ovacrs_price_rent .ovabrw-according:after {
position: absolute;
left: 0;
bottom: 0px;
content: "";
width: 100%;
height: 1px;
background-color: #ccc;
}
.product_table_price .ovacrs_price_rent .ovabrw-according.collapsed {
color: #343434;
}
.product_table_price .ovacrs_price_rent .ovabrw-according.collapsed:before {
color: #343434;
}
.product_table_price .ovacrs_price_rent .ovabrw-according:hover {
color: #25282e;
text-decoration: none;
}
.product_table_price .ovacrs_price_rent .ovabrw-according:hover:before {
color: #25282e;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content {
padding-top: 24px;
display: none;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content.show {
display: block;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price {
margin-bottom: 20px;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price label {
font-weight: 600;
font-size: 14px;
padding-right: 15px;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price .amount {
font-size: 24px;
color: #333333;
font-weight: 400;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table .ovabrw-label {
font-weight: 600;
margin-bottom: 5px;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table .ovabrw-label .woocommerce-Price-amount {
color: #25282e;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table:not(.has-background) th {
background: transparent;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table {
border: none;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr, .product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table td, .product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table th {
border: none;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table thead {
background-color: #333333;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table thead th {
color: #fff;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr.odd {
background-color: #f3f3f3;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr.eve {
background-color: #fff;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td {
font-size: 14px;
color: #636363;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td a {
color: #636363;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td.bold {
color: #343434;
}
.product_table_price .ovacrs_price_rent .ovacrs_rt_discount .time_discount {
margin-bottom: 15px;
}
.product_table_price .ovacrs_price_rent .ovacrs_rt_discount .time_discount .time {
color: #343434;
}
@media (max-width: 767.98px) {
.product_table_price .ovacrs_price_rent { }
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table label {
color: #333333;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table thead {
display: none;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td {
display: block;
text-align: right;
padding: 5px 0px !important;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td.bold {
color: #636363 !important;
font-weight: 500 !important;
display: none;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table table tr td:before {
content: attr(data-title) ": ";
font-weight: 600;
float: left;
color: #343434;
}
.product_table_price .ovacrs_price_rent .ovacrs_rt_discount .time_discount {
text-align: left;
}
.product_table_price .ovacrs_price_rent .ovacrs_rt_discount .close_discount {
text-align: left;
}
}  .ovacrs_single_untime {
margin: 15px 0px 30px 0px;
}
.ovacrs_single_untime ul {
list-style: none;
margin: 0;
padding: 0;
}
.ovacrs_single_untime ul li {
margin-bottom: 10px;
}  .ovacrs_rt_discount {
z-index: 11;  }
.ovacrs_rt_discount.popup {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.75);
z-index: 9999;
}
.ovacrs_rt_discount .popup-inner {
max-width: 700px;
width: 90%;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 2px 6px black;
border-radius: 3px;
background: #fff;
}
.ovacrs_rt_discount .popup-close {
width: 30px;
height: 30px;
padding-top: 4px;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
border-radius: 1000px;
background: rgba(0, 0, 0, 0.8);
font-size: 20px;
text-align: center;
line-height: 100%;
color: #fff;
}
.ovacrs_rt_discount .popup-close:hover {
-webkit-transform: translate(50%, -50%) rotate(180deg);
transform: translate(50%, -50%) rotate(180deg);
background: black;
text-decoration: none;
}  .wrap_calendar {
margin-bottom: 30px;
background-color: #f3f3f3;
padding: 15px;
margin: 0;
position: relative;
width: 100%;
clear: both;
}
@media (max-width: 767px) {
.wrap_calendar {
padding: 10px;
}
}
ul.intruction_calendar {
position: relative;
list-style: none;
margin: 0;
padding: 15px 0 0 0;
}
ul.intruction_calendar li {
padding-right: 10px;
display: inline-block;
}
ul.intruction_calendar li .white {
width: 15px;
height: 15px;
background-color: var(--ovabrw-available-background-calendar);
border: 1px solid #dbdbdb;
display: inline-block;
}
ul.intruction_calendar li .maybe {
width: 15px;
height: 15px;
background-color: #fff;
border: 1px solid #555;
border-bottom-width: 5px;
display: inline-block;
opacity: 0.5;
position: relative;
}
ul.intruction_calendar li .yellow {
width: 15px;
height: 15px;
background-color: var(--ovabrw-disable-background-calendar);
border: 1px solid var(--ovabrw-disable-background-calendar);
display: inline-block;
}
ul.intruction_calendar li .booked {
width: 15px;
height: 15px;
background-color: var(--ovabrw-booked-background-calendar);
border: 1px solid var(--ovabrw-booked-background-calendar);
display: inline-block;
}
.fc .fc-scrollgrid {
margin: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
min-height: auto;
}
.ovabrw_product_calendar table:not(.has-background) th {
background-color: unset;
}
.ovabrw_product_calendar table:not(.has-background) tbody td {
background-color: unset;
}
.ovabrw_product_calendar table:not(.has-background) tbody tr:nth-child(2n) td, .ovabrw_product_calendar fieldset, .ovabrw_product_calendar fieldset legend {
background-color: unset;
}
.ovabrw_product_calendar .fc-header-toolbar {
flex-direction: column;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.ovabrw_product_calendar .fc-header-toolbar .fc-button-group {
margin-left: 0;
display: inline-block;
}
.ovabrw_product_calendar .fc-header-toolbar .fc-right {
margin-top: 0;
}
}
.ovabrw_product_calendar .fc-view-harness table {
margin: 0;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day {
text-align: center;
background-color: var(--ovabrw-available-background-calendar);
color: var(--ovabrw-available-color);
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .day-price .ovabrw-day-price, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .day-price .ovabrw-day-price {
font-size: 14px;
color: #8e8e8e;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past {
background-color: var(--ovabrw-disable-background-calendar) !important;
opacity: 0.5;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-daygrid-day-number, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-col-header-cell-cushion {
color: #FFF;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day-events {
margin-bottom: 2px;
}
.ovabrw_product_calendar .fc-view-harness .fc-list-table .fc-list-day-text, .ovabrw_product_calendar .fc-view-harness .fc-list-table .fc-list-day-side-text {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw_product_calendar .fc-col-header {
margin-bottom: 0;
}
.ovabrw_product_calendar .fc-col-header-cell-cushion {
color: #555;
}
.ovabrw_product_calendar .fc-daygrid-event {
white-space: break-spaces;
}
.ovabrw_product_calendar .fc-daygrid-event-dot {
display: none;
}
.ovabrw_product_calendar .fc-event-time {
display: none;
}
.ovabrw_product_calendar .fc-event-title-container .fc-event-title.fc-sticky {
font-size: 0.8em;
}
.ovabrw_product_calendar .fc-v-event {
background-color: var(--ovabrw-disable-background-calendar);
border: 1px solid var(--ovabrw-disable-background-calendar);
}
.ovabrw_product_calendar .fc-daygrid-day-top,
.ovabrw_product_calendar .fc-daygrid-day-top .fc-daygrid-day-number {
color: var(--ovabrw-available-color);
}
.ovabrw_product_calendar .fc-daygrid-day-number {
width: 100%;
text-align: center;
}
.ovabrw_product_calendar .fc-daygrid-day-bg .woocommerce-Price-amount {
opacity: 0.8;
z-index: 9999;
position: relative;
}
.ovabrw_product_calendar .fc-bg-event {
opacity: 1;
}
.ovabrw_product_calendar.fc-theme-standard .fc-popover {
background: #FFF;
z-index: 9999 !important;
}
@media (max-width: 991.98px) {
.ovabrw_product_calendar {
width: 100%;
}
} .ovabrw-wrapper-guestspicker {
position: relative;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
width: 100%;
background-color: #fff;
box-shadow: none;
cursor: pointer;
}
.ovabrw-wrapper-guestspicker .ovabrw-gueste-error {
display: none;
position: absolute;
bottom: 115%;
left: 0;
z-index: 1;
padding: 3px 13px;
background-color: #FFFFFF;
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
border-radius: 5px;
font-size: 14px;
font-weight: 500;
font-style: italic;
color: #FFF;
background-color: red;
}
.ovabrw-wrapper-guestspicker .ovabrw-gueste-error:after {
content: "";
bottom: -7px;
left: 10%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid red;
position: absolute;
display: inline-block;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content {
display: none;
position: absolute;
width: 100%;
margin-top: 5px;
left: 0;
z-index: 2;
padding: 10px 13px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content:before {
content: "";
top: -7px;
left: 10%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label {
display: flex;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label .label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label .guests-beside {
font-family: var(--ovabrw-primary-font);
font-size: 14px;
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-style: italic;
margin-left: 5px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button {
display: flex;
align-items: center;
max-width: 100px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
text-align: center;
border: none;
border-radius: 4px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-label-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon span {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon span:before {
font-size: 12px;
margin: 0;
line-height: 1;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon:hover {
background-color: var(--ovabrw-primary-color);
color: #FFFFFF;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button input[type=text] {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #FFFFFF !important;
width: 100%;
max-width: 40px;
height: 40px !important;
margin: 0;
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
pointer-events: none;
text-align: center;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
} .ovabrw_booking_form {
padding: 30px 0px 30px 0px;
}
.ovabrw_booking_form h3.title {
border-bottom: 1px solid;
}
.ovabrw_booking_form .wrap_fields {
margin-bottom: 5px;
}
.ovabrw_booking_form .wrap_fields .rb_field {
margin-bottom: 30px;
}
.ovabrw_booking_form .wrap_fields .rb_field label.error {
color: red;
margin-top: 5px;
}
.ovabrw_booking_form .wrap_fields label, .ovabrw_booking_form .wrap_fields .ovabrw-label {
position: relative;
display: block;
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.ovabrw_booking_form .wrap_fields label span.ovabrw-description, .ovabrw_booking_form .wrap_fields .ovabrw-label span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw_booking_form .wrap_fields label span.ovabrw-description i, .ovabrw_booking_form .wrap_fields .ovabrw-label span.ovabrw-description i {
display: inline-flex;
}
.ovabrw_booking_form .wrap_fields select, .ovabrw_booking_form .wrap_fields input {
box-shadow: none;
border: 1px solid #dbdbdb;
border-radius: 4px;
height: 40px;
width: 100%;
padding: 10px 16px;
outline: none;
}
.ovabrw_booking_form .wrap_fields select:focus, .ovabrw_booking_form .wrap_fields input:focus {
outline: none;
box-shadow: none;
}
.ovabrw_booking_form .terms-conditions {
position: relative;
z-index: 1;
margin-bottom: 25px;
}
.ovabrw_booking_form .terms-conditions label {
font-size: 16px;
cursor: pointer;
}
.ovabrw_booking_form .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.ovabrw_booking_form .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.ovabrw_booking_form .ovabrw-recaptcha {
position: relative;
}
.ovabrw_booking_form .ovabrw-recaptcha .ovabrw-recaptcha-token {
position: absolute;
top: 5px;
left: 12px;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw_booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-booking {
margin-bottom: 30px;
}
.ovabrw_booking_form button.submit {
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
}
.ovabrw_booking_form button.submit:focus {
outline: none;
}
.ovabrw_booking_form button.submit:hover {
background-color: #25282e;
cursor: pointer;
}
.ovabrw_booking_form button.submit.disabled {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
@media (max-width: 992.98px) {
.ovabrw_booking_form {
padding: 30px 0px 60px 0px;
}
}  .ovabrw_extra_service {
clear: both;
width: 100%;
margin-top: 30px;
}
.ovabrw_extra_service .ovabrw_resource .item {
display: flex;
margin-bottom: 10px;
}
.ovabrw_extra_service .ovabrw_resource .item .left {
width: 60%;
padding-right: 5%;
}
.ovabrw_extra_service .ovabrw_resource .item .left label {
display: inline-block;
}
.ovabrw_extra_service .ovabrw_resource .item .left input {
border-radius: 0;
background-color: #f8f8f8;
border: 1px solid #b3b3b3;
width: 15px;
height: 15px;
}
.ovabrw_extra_service .ovabrw_resource .item .right {
width: 40%;
}  .request_booking .ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field .btn-req-remove-waypoint {
right: 45px;
}
.request_booking h4.title {
font-weight: 400;
opacity: 0.8;
text-align: center;
margin-bottom: 50px;
}
.request_booking .ovabrw_service_wrap {
width: 100%;
}
.request_booking .ovabrw_service_wrap label {
font-weight: 600;
margin-bottom: 10px;
}
.request_booking .ovabrw_service_wrap .ovabrw_service {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 -5px;
}
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
padding: 0 5px;
margin-bottom: 10px;
flex: 0 0 50%;
}
@media (max-width: 767px) {
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
flex: 0 0 100%;
}
}
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select {
border: 1px solid #dbdbdb;
border-radius: 4px;
height: 40px;
width: 100%;
padding-left: 10px;
outline: none;
}
.request_booking .rental_item {
margin-bottom: 15px;
}
.request_booking .rental_item .rb_field {
margin-bottom: 30px;
}
.request_booking .rental_item .rb_field label.error {
color: red;
margin-top: 5px;
}
.request_booking .rental_item label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .rental_item select, .request_booking .rental_item input {
box-shadow: none;
border: 1px solid #dbdbdb !important;
background-color: #fff;
border-radius: 4px !important;
height: 40px;
width: 100%;
padding: 10px 16px;
}
.request_booking .rental_item select:focus, .request_booking .rental_item input:focus {
outline: none;
box-shadow: none;
}
.request_booking .rental_item.form-location-field .btn-req-add-waypoint, .request_booking .rental_item.form-location-field .btn-req-remove-waypoint {
background-color: #f2f2f2 !important;
}
.request_booking .ovabrw-extra-resources {
width: 100%;
margin-bottom: 15px;
}
.request_booking .ovabrw-extra-resources > label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 30px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item:not(:last-child) {
margin-bottom: 3px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left {
width: 60%;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field .checkmark {
display: none;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-right {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty.active {
display: flex;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
.request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left, .request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-right {
width: 50%;
}
}
.request_booking .ovabrw-services {
width: 100%;
margin-bottom: 15px;
}
.request_booking .ovabrw-services > label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .rental_item:last-child {
margin-bottom: 0;
}
.request_booking .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.request_booking .ovabrw-services .ovabrw-service select {
width: 100%;
}
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select {
display: flex;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty.active {
display: flex;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
background-color: #d5d5d5;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.request_booking .extra {
margin-bottom: 15px;
}
.request_booking .terms-conditions {
margin-bottom: 25px;
}
.request_booking .terms-conditions label {
font-size: 16px;
cursor: pointer;
}
.request_booking .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.request_booking .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.request_booking .ovabrw-request-form-error {
display: none;
font-size: 16px;
line-height: 0;
color: red;
font-style: normal;
margin-bottom: 30px;
}
.request_booking #ovabrw-g-recaptcha-request {
margin-bottom: 30px;
}
.request_booking button.submit {
position: relative;
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
}
.request_booking button.submit .ajax_loading {
right: -80px;
}
.request_booking button.submit:focus {
outline: none;
}
.request_booking button.submit:hover {
background-color: #25282e;
cursor: pointer;
}
.request_booking .ovabrw-req-directions {
display: none;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;
}
.request_booking .ovabrw-req-directions .ovabrw_req_map {
min-height: 500px;
width: 100%;
}
.request_booking .ovabrw-req-directions .directions-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.request_booking .ovabrw-req-directions .directions-info > div {
flex: 0 0 50%;
padding: 15px 30px 10px 40px;
border: 1px solid #EAECEE;
box-sizing: border-box;
}
.request_booking .ovabrw-req-directions .directions-info > div h3.label {
font-size: 20px;
font-weight: 500;
margin: 0;
color: #778591;
}
.request_booking .ovabrw-req-directions .directions-info > div span {
font-size: 24px;
font-weight: 600;
color: #6d6d6d;
}
.request_booking .ovabrw-req-directions .directions-info > div.distance-sum {
border-top-width: 0;
}
.request_booking .ovabrw-req-directions .directions-info > div.duration-sum {
border-top-width: 0;
border-left-width: 0;
}  .ovabrw_wd_search form .wrap_content {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
width: 100%;
}
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1300px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: repeat(4, 1fr);
}
}
@media only screen and (max-width: 1200px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: 1fr;
}
}
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1200px) {
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: 1fr;
}
}
.ovabrw_wd_search form .wrap_content.three-column {
grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.three-column {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw_wd_search form .wrap_content.three-column {
grid-template-columns: 1fr;
}
}
.ovabrw_wd_search form .wrap_content.two-column {
grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
.ovabrw_wd_search form .wrap_content.two-column {
grid-template-columns: 1fr;
}
}
.ovabrw_wd_search form .wrap_content .s_field.ovabrw-value-attribute {
display: none;
}
.ovabrw_wd_search form .wrap_content .s_field.ovabrw-value-attribute.active {
display: inline-block;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default {
height: 39px;
line-height: 40px;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default:focus {
outline: none;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default .selection:focus {
outline: none;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider {
display: flex;
align-items: flex-end;
height: 45px;
padding-bottom: 10px;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price {
position: relative;
width: 100%;
height: 8px;
background: var(--ovabrw-light-color);
border: none;
border-radius: 4px;
transition: background 0.3s ease;
cursor: pointer;
box-shadow: unset;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-connects {
border-radius: 4px;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-connects .noUi-connect {
background: var(--ovabrw-primary-color);
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle {
border: none;
border-radius: 4px;
background: transparent;
box-shadow: unset;
width: 0;
height: 0;
top: 0;
right: 3px;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-touch-area {
position: absolute;
top: 50%;
transform: translateY(-30%);
width: 16px;
height: 16px;
background: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 50%;
cursor: pointer;
outline: none;
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
padding: 0 5px;
font-size: 14px;
transform: translate(-30%, 0);
margin-bottom: 7px;
border: 1px solid var(--ovabrw-light-color);
}
.ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:before, .ovabrw_wd_search form .wrap_content .s_field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:after {
display: none;
}
.ovabrw_wd_search form .wrap_content label {
display: block;
font-weight: 600;
}
.ovabrw_wd_search form .wrap_content input, .ovabrw_wd_search form .wrap_content select {
border-radius: 4px;
border: 1px solid #dbdbdb;
height: 40px;
padding-left: 10px;
padding-right: 10px;
width: 100%;
background-color: #fff;
color: #343434;
box-shadow: none;
}
.ovabrw_wd_search form .wrap_content input::-webkit-input-placeholder, .ovabrw_wd_search form .wrap_content select::-webkit-input-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-moz-placeholder, .ovabrw_wd_search form .wrap_content select::-moz-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-ms-input-placeholder, .ovabrw_wd_search form .wrap_content select::-ms-input-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-moz-placeholder, .ovabrw_wd_search form .wrap_content select::-moz-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::placeholder, .ovabrw_wd_search form .wrap_content select::placeholder {
opacity: 0.3;
}
.ovabrw_wd_search form .wrap_content input:focus, .ovabrw_wd_search form .wrap_content select:focus {
outline: none;
}
.ovabrw_wd_search form .s_submit {
clear: both;
margin-top: 20px;
text-align: center;
width: 100%;
}
.ovabrw_wd_search form .s_submit button.submit {
padding: 15px 50px;
background-color: #333333;
border: 1px solid #333333;
border-radius: 4px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.ovabrw_wd_search form .s_submit button.submit:hover {
background-color: #25282e;
border-color: #25282e;
}
.ovabrw_wd_search form .s_submit .wrap_btn {
padding-left: 30px;
padding-right: 30px;
background-color: #fff;
position: relative;
}
.ovabrw_wd_search form .s_submit .wrap_btn .wrap_btn_2 {
position: relative;
background-color: #fff;
padding: 0px 30px;
z-index: 2;
}
.ovabrw_wd_search .error {
color: red;
margin: 0px;
}
@media (max-width: 991.98px) {
.ovabrw_wd_search form .s_submit .wrap_btn:after {
left: 0;
right: 0;
}
}
.search_hotel_shortcode.ovabrw_wd_search .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
}  .ovabrw-deposit {
margin-top: 15px;
margin-bottom: 20px;
clear: both;
width: 100%;
display: block;
}
.ovabrw-deposit .title-deposite {
font-size: 16px;
margin-bottom: 8px;
}
.ovabrw-deposit .ovabrw-type-deposit {
display: flex;
}
.ovabrw-deposit input[type=radio] {
display: none;
}
.ovabrw-deposit input[type=radio]:checked + label {
background-color: #000;
opacity: 1;
color: #fff;
}
.ovabrw-deposit label {
display: inline-block;
background-color: #000;
opacity: 0.3;
padding: 5px 22px;
min-width: 130px;
font-size: 14px;
margin: 0 !important;
color: #aaa;
}
.ovabrw-deposit .ovabrw-pay-deposit,
.ovabrw-deposit .ovabrw-pay-full {
cursor: pointer;
} .ovabrw-container .ovabrw-row .ovabrw_wd_search {
padding: 0 15px;
}
.ovabrw-container .ovabrw-row .wrap-item {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-label {
position: relative;
display: block;
font-weight: 600;
margin-bottom: 5px;
font-size: 16px;
color: #6d6d6d;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-label span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-label span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label, .ovabrw-container .ovabrw-row .wrap-item .rental_item > .ovabrw-label {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label span.ovabrw-description, .ovabrw-container .ovabrw-row .wrap-item .rental_item > .ovabrw-label span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label span.ovabrw-description i, .ovabrw-container .ovabrw-row .wrap-item .rental_item > .ovabrw-label span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-location-field {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #FFF;
padding: 5px 10px;
margin: 0 10px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
background-image: repeating-linear-gradient(135deg, var(--ovabrw-primary-color), var(--ovabrw-primary-color) 2px, #FFFFFF 4px, #FFFFFF 4px) !important;
border: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.disabled input {
cursor: not-allowed;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.active, .ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot:not(.disabled):hover {
cursor: pointer;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot input {
border: 0;
position: absolute;
cursor: pointer;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
-webkit-appearance: none;
appearance: none;
outline: 0;
width: auto;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error {
color: #fd4c5c;
font-style: italic;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-date, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-guest, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-period {
display: none;
line-height: 1;
position: absolute;
right: 16px;
bottom: 13px;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-date i, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-guest i, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-period i {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item {
display: flex;
align-items: center;
min-height: 30px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked {
display: none;
margin-top: -15px;
margin-left: 3px;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked.active {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked i {
display: flex;
font-size: 14px;
line-height: 1;
color: red;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .radio-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item {
display: flex;
align-items: center;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field {
display: block;
position: relative;
cursor: pointer;
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field input {
position: absolute;
top: 0;
opacity: 0;
width: 0;
height: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
max-width: 100%;
max-height: 45px;
padding: 10px 35px 13px 14px;
border-radius: 5px;
border: 1px solid #D9D9D9;
background-color: #FFF;
overflow: hidden;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .name {
display: none;
max-width: 100%;
overflow: hidden;
height: 20px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field i {
position: absolute;
top: 50%;
right: 13px;
transform: translate(0, -50%);
font-size: 18px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .ovabrw-error {
display: flex;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: red;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
font-size: 14px;
font-weight: var(--ovabrw-text-weight);
line-height: 1;
color: var(--ovabrw-text-color);
background-color: #FFFFFF;
padding: 8px 10px;
margin: 0 7px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot:hover {
border-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.active {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFFFFF;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: #c4c4c4;
background-image: repeating-linear-gradient(135deg, #c4c4c4, #c4c4c4 2px, var(--ovabrw-color-streak) 4px, var(--ovabrw-color-streak) 4px) !important;
border-color: #c4c4c4;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot input {
position: absolute;
opacity: 0;
cursor: pointer;
height: auto;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.auto-search-wrapper .auto-results-wrapper {
border: 1px solid #EBEBEB;
margin-top: -3px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.auto-search-wrapper .auto-results-wrapper ul li p {
margin: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.auto-search-wrapper .auto-clear {
margin: 0;
padding: 0;
top: 33px;
right: 0;
width: 15px;
height: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.auto-search-wrapper .auto-clear:before {
width: 15px;
min-width: 15px;
height: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources {
width: 100%;
padding: 0 5px;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources > label {
display: block;
margin-bottom: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 30px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item:not(:last-child) {
margin-bottom: 3px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-left {
width: 60%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-left label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-right {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-left, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-resources .ovabrw_resource .item .res-right {
width: 50%;
}
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services {
width: 100%;
padding: 0 5px;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services > label {
display: block;
margin-bottom: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service .rental_item {
padding: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service .rental_item:last-child {
margin-bottom: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service select {
width: 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services {
flex: 100%;
padding: 0 5px;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 5px;
height: 28px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item:last-child {
margin-bottom: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label {
display: block;
position: relative;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
color: var(--ovabrw-text-color);
padding: 0 0 0 35px;
margin: 0;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark {
position: absolute;
top: 50%;
left: 0;
height: 25px;
width: 25px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
transform: translate(0, -50%);
box-sizing: border-box;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark:after {
display: block;
content: "";
position: absolute;
opacity: 0;
visibility: hidden;
left: 8px;
top: 4px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 3px 3px 0;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark:after {
opacity: 1;
visibility: visible;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest {
display: none;
align-items: center;
justify-content: space-between;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
padding: 0 5px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest i {
font-size: 24px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker {
display: none;
grid-template-columns: 1fr;
gap: 10px;
position: absolute;
width: 100%;
top: calc( 100% + 5px );
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker:before {
content: "";
top: -7px;
left: 6px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item.ovabrw-hidden {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label {
line-height: 1;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-price {
margin-left: 5px;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i {
font-size: 12px;
line-height: 1;
margin-top: 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select {
position: relative;
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select select {
position: relative;
width: 100%;
max-width: 100%;
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #FFF;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tldworldwide.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select select::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select select:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest {
display: none;
align-items: center;
justify-content: space-between;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
padding: 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest i {
font-size: 24px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker {
display: none;
grid-template-columns: 1fr;
gap: 10px;
position: absolute;
width: 100%;
top: calc( 100% + 7px );
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker:before {
content: "";
top: -7px;
right: 16px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label {
line-height: 1;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-price {
margin-left: 5px;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i {
font-size: 12px;
line-height: 1;
margin-top: 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item {
flex: 0 0 50%;
padding: 0 5px;
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field {
position: relative;
flex: 0 0 100%;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field input[name=ovabrw_pickup_loc] {
padding-right: 70px;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field i {
position: absolute;
bottom: 7px;
right: 15px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
background-color: #FFF;
border-radius: 3px;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field i.btn-remove-waypoint {
right: 45px;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field i:before {
font-size: 12px;
font-weight: 600;
margin: 0;
color: #e2401c;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.full-width {
flex: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 50%;
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.two_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.three_column .rental_item {
flex: 0 0 33.33%;
padding: 0 5px;
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.three_column .rental_item {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.three_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 33.33%;
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.three_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.four_column .rental_item {
flex: 0 0 25%;
padding: 0 5px;
}
@media (max-width: 991px) {
.ovabrw-container .ovabrw-row .wrap-item.four_column .rental_item {
flex: 0 0 50%;
}
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.four_column .rental_item {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.four_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 25%;
}
@media (max-width: 991px) {
.ovabrw-container .ovabrw-row .wrap-item.four_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 50%;
}
}
@media (max-width: 767px) {
.ovabrw-container .ovabrw-row .wrap-item.four_column .ovabrw_service .ovabrw_service_select {
flex: 0 0 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions {
display: none;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .ovabrw_map {
min-height: 500px;
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info > div {
flex: 0 0 50%;
padding: 15px 30px 10px 40px;
border: 1px solid #EAECEE;
box-sizing: border-box;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info > div h3.label {
font-size: 20px;
font-weight: 500;
margin: 0;
color: #778591;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info > div span {
font-size: 24px;
font-weight: 600;
color: #6d6d6d;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info > div.distance-sum {
border-top-width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-directions .directions-info > div.duration-sum {
border-top-width: 0;
border-left-width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-outer-spin-button,
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker input[type=number] {
cursor: pointer;
-moz-appearance: textfield;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content {
display: none;
position: absolute;
width: 100%;
margin-top: 7px;
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content:before {
content: "";
top: -7px;
left: 50%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #dbdbdb;
position: absolute;
display: inline-block;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item:last-child {
margin-bottom: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label .ovabrw-label {
font-weight: 500;
line-height: 1;
margin: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label .ovabrw-label i {
font-size: 12px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-price {
margin-left: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span:before {
font-size: 12px;
margin: 0;
line-height: 1;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info {
display: none;
padding: 10px 16px;
border: 1px solid var(--ovabrw-light-color);
border-top: 0;
border-radius: 0 0 5px 5px;
box-sizing: border-box;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-heading {
font-size: 15px;
font-weight: 500;
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-accordion {
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item {
border-bottom: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 16px;
background-color: #F5F5F5;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header .ovabrw-label {
font-size: 15px;
margin: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header i {
color: var(--ovabrw-label-color);
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 1;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body {
display: none;
padding: 10px 16px 16px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total {
font-size: 15px;
font-weight: 500;
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
margin-bottom: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total .number {
font-weight: var(--ovabrw-label-line-height);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content {
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
box-sizing: border-box;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-header label {
font-size: 15px;
font-weight: var(--ovabrw-text-weight);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body {
border-top: 1px solid var(--ovabrw-light-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content {
border: none;
border-radius: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field {
margin-bottom: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input:not([type=checkbox]):not([type=radio])::not([type="file"]), .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .ovabrw-file-wrap {
height: 40px;
padding: 8px 16px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.radio-input-qty, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.checkbox-input-qty, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
padding: 0;
margin: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field select {
height: 40px;
padding: 8px 35px 8px 16px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field {
position: relative;
font-size: 15px;
font-weight: 500;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label span.ovabrw-description, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label span.ovabrw-description i, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field:last-child {
margin-bottom: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item.active .guest-info-body {
border-bottom: 1px solid var(--ovabrw-light-color);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child .guest-info-header {
border-width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-header {
border-width: 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-body {
border-bottom: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active {
border-bottom: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active > .guest-info-header i {
transform: rotate(-180deg);
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:first-child {
border-top: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child {
border-width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child .guest-info-body {
border-width: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child.active .guest-info-header {
border-width: 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.last-child {
border-bottom: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap.remmove-border-radius .ovabrw-guestspicker input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ovabrw-container .ovabrw-row .ovabrw-order-result {
padding: 0 15px;
}
.ovabrw-container .ovabrw-row .ovabrw-order-result:after {
content: "";
clear: both;
display: block;
}
.ui-autocomplete {
padding: 0px;
margin: 0px;
list-style-type: none;
width: 300px;
background: #fff;
z-index: 9;
padding: 10px;
border: 1px solid #e3e3e3;
font-size: 14px;
line-height: 1.2;
}
.ui-autocomplete .ui-menu-item {
cursor: pointer;
padding: 10px 5px;
}
.ui-autocomplete .ui-menu-item:not(:last-child) {
border-bottom: 1px solid #e3e3e3;
}
.ui-autocomplete .ui-menu-item:hover {
background: #333333;
color: #fff;
}
.rental_item {
margin-bottom: 15px;
}
.ovabrw_woo_price {
margin: 2px 0 2px 0;
display: block;
}
.ovabrw_woo_price:last-child {
margin-bottom: 12px;
} .ajax_show_total {
position: relative;
width: 100%;
}
.ajax_show_total .show_ajax_content {
display: none;
}
.ajax_show_total .show_ajax_content.active {
display: block;
transition-duration: 0.3s;
font-style: normal;
}
.ajax_show_total .show_ajax_content.active .show_total, .ajax_show_total .show_ajax_content.active .number-available, .ajax_show_total .show_ajax_content.active .ovabrw-price-details .amount {
font-size: 1.4em;
line-height: 1;
color: blue;
}
.ajax_show_total .show_ajax_content .ovabrw-items-available {
display: block;
}
.ajax_show_total .ajax-show-error {
display: none;
font-size: 16px;
color: red;
font-style: normal;
}
.ajax_loading {
opacity: 0;
display: inline-block;
width: 70px;
height: 70px;
position: absolute;
right: 50%;
top: -17px;
}
.ajax_loading.active {
opacity: 1;
}
.ajax_loading:after {
content: " ";
display: block;
width: 70px;
height: 70px;
margin: 0px;
border-radius: 50%;
border: 6px solid #ccc;
border-color: #ccc transparent #ccc transparent;
animation: ajax_loading 1.2s linear infinite;
background-color: #ffffffa3;
}
@keyframes ajax_loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ovabrw-price + .price {
display: none;
}
.ovabrw_extra_item.variation {
text-align: left;
display: block;
margin: 0;
}
.ovabrw_extra_item.variation dt {
display: block;
list-style: none outside;
}
.ovabrw_extra_item.variation dd {
display: block;
}
.woocommerce-order-details .ovabrw_extra_item.variation dt {
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce-order-details .ovabrw_extra_item.variation dd {
margin: 0;
}
.ova_tax_label {
display: block;
font-weight: 400;
}
.ovabrw_product_title a {
text-decoration: none;
}
.ovabrw_elementor_no_product {
background-color: rgba(213, 218, 223, 0.8);
}
.ovabrw_elementor_no_product:not(:lass-child) {
margin-bottom: 20px;
}
.ovabrw_elementor_no_product span {
color: #6d6d6d;
font-size: 22px;
display: block;
text-align: center;
padding: 10px 0;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
body.rtl .product_table_price .ovacrs_price_rent .ovabrw-according:before {
right: unset;
left: 0;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-label span.ovabrw-description {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item label.ovabrw-label-field input {
margin-right: 0;
margin-left: 10px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .rental_item > .ovabrw-label span.ovabrw-description {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-select .select-item-qty {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
margin-left: 0;
margin-right: 20px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-radio .radio-item .radio-item-qty {
margin-left: 0;
margin-right: 20px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select select {
background-position: 10px center;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-service-checkbox .service-item .ovabrw-service-guest {
margin-left: 0;
margin-right: 20px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label span.ovabrw-description, body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field span.ovabrw-description {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw_booking_form .wrap_fields label span.ovabrw-description {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw_extra_item.variation {
text-align: right;
}
body.rtl .ovabrw_extra_item.variation dt {
float: right;
margin-right: 0;
margin-left: 0.25em;
}
.ovabrw-price-slider-wrapper {
display: flex;
align-items: center;
height: 45px;
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider {
position: relative;
width: 100%;
height: 8px;
background: var(--ovabrw-light-color);
border: none;
border-radius: 4px;
transition: background 0.3s ease;
cursor: pointer;
box-shadow: unset;
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-connects {
border-radius: 4px;
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-connects .noUi-connect {
background: var(--ovabrw-primary-color);
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-origin .noUi-handle {
border: none;
border-radius: 4px;
background: transparent;
box-shadow: unset;
width: 0;
height: 0;
top: 0;
right: 3px;
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-origin .noUi-handle .noUi-touch-area {
position: absolute;
top: 50%;
transform: translateY(-30%);
width: 16px;
height: 16px;
background: #fff;
border: 1px solid var(--ovabrw-light-color);
border-radius: 50%;
cursor: pointer;
outline: none;
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
padding: 0 5px;
font-size: 14px;
transform: translate(-30%, 0);
margin-bottom: 7px;
border: 1px solid var(--ovabrw-light-color);
}
.ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-origin .noUi-handle:before, .ovabrw-price-slider-wrapper .ovabrw-price-slider .noUi-base .noUi-origin .noUi-handle:after {
display: none;
} @keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .ovabrw-modern-product {
position: relative;
background-color: #FFF;
max-width: 100%;
overflow: visible !important;
}
.ovabrw-modern-product a {
text-decoration: none !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container {
display: flex;
margin-bottom: 70px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left {
flex: 0 0 45%;
max-width: 45%;
position: relative;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left .ovabrw-product-images {
position: relative;
margin-bottom: 62px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
flex: 0 0 55%;
max-width: 55%;
padding: 0 40px 40px 54px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-modern-product-head {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-custom-taxonomy {
margin: 0;
padding: 0 !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-attributes {
list-style-type: none !important;
margin: 0 0 26px;
padding: 0 !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-features, .ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-specifications {
list-style-type: none !important;
margin: 0 0 22px;
padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
.ovabrw-modern-product .ovabrw-modern-product-container {
flex-direction: column;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left, .ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
flex: 0 0 100%;
max-width: 100%;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
padding: 40px 0;
}
}
.ovabrw-modern-product .ovabrw-product-title {
margin: 0;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
}
.ovabrw-modern-product .ovabrw-product-review {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating {
display: flex;
align-items: center;
margin-right: 8px;
overflow: hidden;
position: relative;
line-height: 1;
width: 85px;
max-width: 85px;
height: 1.2em;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating i {
font-size: 16px;
color: var(--ovabrw-light-color);
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
line-height: 1;
height: 1.2em;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent i {
font-size: 16px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-review-link {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-review-link:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-price .amount {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-price .unit {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-price .unit:first-of-type {
display: block;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-images .featured-img {
margin-bottom: 25px;
overflow: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .featured-img img {
width: 100%;
height: auto;
object-fit: cover;
}
.ovabrw-modern-product .ovabrw-product-images a:hover img {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-moz-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
-o-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
.ovabrw-modern-product .ovabrw-product-images a img {
width: 100%;
border-radius: 0;
object-fit: cover;
-webkit-transition: transform 0.5s ease-out;
-moz-transition: transform 0.5s ease-out;
-ms-transition: transform 0.5s ease-out;
-o-transition: transform 0.5s ease-out;
transition: transform 0.5s ease-out;
}
.ovabrw-modern-product .ovabrw-product-images .gallery {
width: 100%;
margin-bottom: 0;
}
.ovabrw-modern-product .ovabrw-product-images .gallery .product-gallery .swiper-slide {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .swiper.swiper-loading .swiper-wrapper {
opacity: 0;
visibility: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .swiper .swiper-wrapper .swiper-slide {
max-width: 100%;
}
@media screen and (max-width: 768px) {
.ovabrw-modern-product .ovabrw-product-images .swiper .swiper-wrapper .swiper-slide {
padding: 0 1px;
}
}
.ovabrw-modern-product .ovabrw-product-images .data-gallery {
display: none;
}
.ovabrw-modern-product .ovabrw-product-images.ovabrw-product-images-2 .featured-img a {
border-radius: 0;
}
.ovabrw-modern-product .ovabrw-product-images.ovabrw-product-images-2 .swiper a img {
height: 444px;
transform: none;
}
.ovabrw-modern-product .ovabrw-product-is-featured {
position: absolute;
top: 17px;
left: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-features-is-featured {
position: absolute;
top: 17px;
right: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-table-price {
margin-bottom: 25px;
}
.ovabrw-modern-product .ovabrw-product-table-price .title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
margin: 0 0 23px;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin: 0 0 8px;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table {
margin-bottom: 32px;
width: 100%;
max-width: 100%;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
background-color: #D9D9D9;
padding: 11px 16px 10px 18px;
text-align: left;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th:last-child {
text-align: right;
}
@media only screen and (max-width: 400px) {
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
padding: 5px;
}
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr:nth-child(odd) {
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr:nth-child(even) {
background-color: #F6F6F6;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr td {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
padding: 8px 16px 7px 18px;
text-align: left;
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr td:last-child {
text-align: right;
}
@media only screen and (max-width: 400px) {
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr td {
padding: 5px;
}
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time {
overflow-x: auto;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .ovabrw_open_popup {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.75);
z-index: 9999;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner {
max-width: 700px;
width: 90%;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 2px 6px black;
border-radius: 3px;
background: #FFF;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .time_discount {
display: inline-flex;
width: 100%;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .time_discount .start-time, .ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .time_discount .end-time {
margin: 0 5px;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .close_discount {
text-align: left;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .close_discount a {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-product-special-time .popup .popup-inner .popup-close {
width: 30px;
height: 30px;
padding-top: 4px;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
transition: ease 0.25s all;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
border-radius: 100%;
background: rgba(0, 0, 0, 0.8);
font-size: 18px;
text-align: center;
line-height: 100%;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-unavailable .title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
margin: 0 0 23px;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin: 0 0 8px;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table {
margin-bottom: 32px;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table thead th {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
background-color: #D9D9D9;
padding: 11px 16px 10px 18px;
text-align: left;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table thead th:last-child {
text-align: right;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr td {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
text-align: left;
padding: 8px 16px 7px 18px;
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr:nth-child(odd) td {
background-color: #F6F6F6;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr:nth-child(even) td {
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
margin: 0 0 23px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar {
margin-bottom: 20px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar {
margin-bottom: 10px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group {
margin: 0 0 5px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
border: 1px solid #D9D9D9;
background-color: #FFF;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button.fc-button-active {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button:focus {
box-shadow: none !important;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button:hover {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar table tbody th, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar table tbody td {
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view table {
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day-today {
border-color: #DDD;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day {
background-color: var(--ovabrw-available-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-bg {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
@media (max-width: 767px) {
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-bg {
font-size: 14px;
}
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past {
background-color: var(--ovabrw-disable-background-calendar) !important;
opacity: 1;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-col-header-cell-cushion, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-col-header-cell-cushion {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-top .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-top .fc-daygrid-day-number {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-events, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-events, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .day-price .ovabrw-day-price, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .day-price .ovabrw-day-price {
font-size: 14px;
color: #8e8e8e;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar {
list-style-type: none;
padding: 0;
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li {
display: inline-flex;
align-items: center;
padding: 0;
margin-right: 25px;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-size: 16px;
font-weight: 500;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box {
display: inline-flex;
width: 20px;
height: 20px;
border: 1px solid #D9D9D9;
box-sizing: border-box;
margin-right: 10px;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-available {
background-color: var(--ovabrw-available-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-unavailable {
background-color: var(--ovabrw-disable-background-calendar);
border-color: var(--ovabrw-disable-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-booked {
background-color: var(--ovabrw-booked-background-calendar);
border-color: var(--ovabrw-booked-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-features, .ovabrw-modern-product .ovabrw-product-specifications {
list-style-type: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
row-gap: 20px;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature, .ovabrw-modern-product .ovabrw-product-features .item-specification, .ovabrw-modern-product .ovabrw-product-specifications .item-feature, .ovabrw-modern-product .ovabrw-product-specifications .item-specification {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-features .item-feature i, .ovabrw-modern-product .ovabrw-product-features .item-specification i, .ovabrw-modern-product .ovabrw-product-specifications .item-feature i, .ovabrw-modern-product .ovabrw-product-specifications .item-specification i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 1;
margin-right: 5px;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature i:before, .ovabrw-modern-product .ovabrw-product-features .item-specification i:before, .ovabrw-modern-product .ovabrw-product-specifications .item-feature i:before, .ovabrw-modern-product .ovabrw-product-specifications .item-specification i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature span.label, .ovabrw-modern-product .ovabrw-product-features .item-specification span.label, .ovabrw-modern-product .ovabrw-product-specifications .item-feature span.label, .ovabrw-modern-product .ovabrw-product-specifications .item-specification span.label {
color: var(--ovabrw-primary-color);
}
@media only screen and (max-width: 500px) {
.ovabrw-modern-product .ovabrw-product-features, .ovabrw-modern-product .ovabrw-product-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-modern-product .ovabrw-product-categories {
margin-bottom: 2px;
}
.ovabrw-modern-product .ovabrw-product-categories .label, .ovabrw-modern-product .ovabrw-product-categories .name {
display: inline-flex;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-categories .name {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-categories .name a {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-attributes, .ovabrw-modern-product .ovabrw-product-custom-taxonomy {
margin: 0;
padding: 0;
list-style-type: none;
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy {
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.label, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.label, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.label, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.label {
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.value, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.value, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.value, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.value {
display: inline-flex;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.value a, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.value a, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.value a, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.value a {
margin: 0 3px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-short-description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head {
display: flex;
justify-content: space-around;
position: relative;
margin-top: 30px;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head:before {
position: absolute;
content: "";
width: 100%;
bottom: 0;
height: 2px;
background-color: #E6E6E6;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab {
flex: 0 0 50%;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
padding-bottom: 5px;
cursor: pointer;
z-index: 1;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.active {
color: var(--ovabrw-primary-color);
border-bottom: 2px solid var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.ovabrw-center {
text-align: center;
}
@media only screen and (max-width: 600px) {
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head {
flex-direction: column;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head:before {
display: none;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab {
border-bottom: 2px solid #E6E6E6;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.active {
border-bottom-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.modern-booking-tab {
margin-bottom: 20px;
}
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-content .item-content {
display: none;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-content .item-content.active {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-label, .ovabrw-modern-product #request_booking .ovabrw-label {
position: relative;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form span.ovabrw-description, .ovabrw-modern-product #request_booking span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -70%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-modern-product #booking_form span.ovabrw-description i, .ovabrw-modern-product #request_booking span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields, .ovabrw-modern-product #request_booking .ovabrw-product-fields {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 44px;
grid-row-gap: 10px;
padding-top: 30px;
margin-bottom: 15px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-date, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-guest, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-period, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-date, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-guest, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-period {
display: none;
line-height: 1;
position: absolute;
right: 16px;
bottom: 16px;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-date i, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-guest i, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-period i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-date i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-guest i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-period i {
display: flex;
font-size: var(--ovabrw-text-size);
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.full-width, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.full-width {
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.full-width, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.full-width {
grid-column: 1;
}
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item > label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item > label {
position: relative;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field {
position: relative;
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field {
grid-column: 1;
}
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field input[name=ovabrw_pickup_loc], .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field input[name=ovabrw_pickup_loc] {
padding-right: 70px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i {
position: absolute;
bottom: 10px;
right: 13px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
background-color: var(--ovabrw-primary-color);
border-radius: 3px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i.btn-remove-waypoint, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i.btn-req-remove-waypoint, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i.btn-remove-waypoint, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i.btn-req-remove-waypoint {
right: 45px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i:before {
font-size: 12px;
font-weight: 600;
margin: 0;
color: #FFF;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-results-wrapper, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-results-wrapper {
border: 1px solid #EBEBEB;
margin-top: -3px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-results-wrapper ul li p, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-results-wrapper ul li p {
margin: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-clear, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-clear {
margin: 0;
padding: 0;
top: 33px;
right: 0;
width: 15px;
height: 15px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-clear:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.auto-search-wrapper .auto-clear:before {
width: 15px;
min-width: 15px;
height: 15px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-location-field {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-field {
display: none;
margin-bottom: 7px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error {
color: #fd4c5c;
font-style: italic;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-wrapper-guestspicker .ovabrw-guestspicker, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
height: 45px;
padding: 10px 13px 13px 14px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-outer-spin-button,
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-inner-spin-button, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-outer-spin-button,
.ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input[type=number], .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker input[type=number] {
cursor: pointer;
-moz-appearance: textfield;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content {
display: none;
position: absolute;
width: 100%;
margin-top: 6px;
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content:before {
content: "";
top: -7px;
left: 50%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 15px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item:last-child, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item:last-child {
margin-bottom: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label .ovabrw-label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-label .ovabrw-label {
line-height: 1;
margin: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-price, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-info .guests-price {
margin-left: 5px;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon span:before {
font-size: 12px;
margin: 0;
line-height: 1;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon:hover, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-number, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guestspicker-content .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info {
display: none;
padding: 10px 16px;
border: 1px solid var(--ovabrw-light-color);
border-top: 0;
border-radius: 0 0 5px 5px;
box-sizing: border-box;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-heading, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-heading {
font-size: 15px;
font-weight: 500;
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-accordion, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-accordion {
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item {
border-bottom: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 16px;
background-color: #F5F5F5;
cursor: pointer;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header .ovabrw-label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header .ovabrw-label {
font-size: 15px;
margin: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-header i {
color: var(--ovabrw-label-color);
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 1;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body {
display: none;
padding: 10px 16px 16px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total {
font-size: 15px;
font-weight: 500;
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total .number, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-total .number {
font-weight: var(--ovabrw-label-line-height);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content {
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
box-sizing: border-box;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-header label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-header label {
font-size: 15px;
font-weight: var(--ovabrw-text-weight);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body {
border-top: 1px solid var(--ovabrw-light-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content {
border: none;
border-radius: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field {
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .ovabrw-file-wrap, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .ovabrw-file-wrap {
height: 40px;
padding: 8px 16px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.radio-input-qty, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.checkbox-input-qty, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.select-input-qty, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.radio-input-qty, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.checkbox-input-qty, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
padding: 0;
margin: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field select, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field select {
height: 40px;
padding: 8px 35px 8px 16px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field .label-field {
position: relative;
font-size: 15px;
font-weight: 500;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field:last-child, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item .guest-info-body .guest-info-content .guest-info-field:last-child {
margin-bottom: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item.active .guest-info-body, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item.active .guest-info-body {
border-bottom: 1px solid var(--ovabrw-light-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child .guest-info-header, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child .guest-info-header {
border-width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-header, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-header {
border-width: 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-body, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item .guest-info-body .guest-info-content .guest-info-item:last-child.active .guest-info-body {
border-bottom: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active {
border-bottom: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active > .guest-info-header i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.active > .guest-info-header i {
transform: rotate(-180deg);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:first-child, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:first-child {
border-top: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child {
border-width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child .guest-info-body, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child .guest-info-body {
border-width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child.active .guest-info-header, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item:last-child.active .guest-info-header {
border-width: 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.last-child, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap .ovabrw-guest-info .guest-info-item.last-child {
border-bottom: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-guests-wrap.remmove-border-radius .ovabrw-guestspicker input, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-guests-wrap.remmove-border-radius .ovabrw-guestspicker input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .ovabrw-error, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .ovabrw-error {
display: flex;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: red;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
font-size: 14px;
font-weight: var(--ovabrw-text-weight);
line-height: 1;
color: var(--ovabrw-text-color);
background-color: #FFFFFF;
padding: 8px 10px;
margin: 0 7px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot:hover, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot:hover {
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.active, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.active {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFFFFF;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.disabled, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: #c4c4c4;
background-image: repeating-linear-gradient(135deg, #c4c4c4, #c4c4c4 2px, var(--ovabrw-color-streak) 4px, var(--ovabrw-color-streak) 4px) !important;
border-color: #c4c4c4;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot input, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-tour-timeslots-field .ovabrw-tour-timeslots .time-slot input {
position: absolute;
opacity: 0;
cursor: pointer;
height: auto;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper input, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper input {
padding-right: 35px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active {
margin-top: -3px;
border: 1px solid var(--ovabrw-light-color);
border-radius: 0 0 5px 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul {
max-height: 320px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul li, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul li {
padding: 10px 13px 13px 14px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul li p, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-results-wrapper.auto-is-active ul li p {
margin: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-clear, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-clear {
height: 30px;
width: 30px;
margin: 0;
top: 10px;
padding: 10px;
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-clear:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-other-location.auto-search-wrapper .auto-clear:before {
min-width: 21px;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-product-fields, .ovabrw-modern-product #request_booking .ovabrw-product-fields {
grid-template-columns: 1fr;
}
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources, .ovabrw-modern-product #request_booking .ovabrw-extra-resources {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources > label, .ovabrw-modern-product #request_booking .ovabrw-extra-resources > label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item:not(:last-child), .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item:not(:last-child) {
margin-bottom: 3px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left {
width: 60%;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field {
display: block;
position: relative;
padding-left: 30px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark:after {
content: "";
position: absolute;
display: none;
left: 50%;
top: 40%;
width: 4px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field:hover input ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field:hover input ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-right, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-right {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-right span, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-right span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left, .ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-right, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left, .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-right {
width: 50%;
}
}
.ovabrw-modern-product #booking_form .ovabrw-select, .ovabrw-modern-product #request_booking .ovabrw-select {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .select-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty input.select-input-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
color: var(--ovabrw-text-size);
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .radio-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .radio-qty {
display: block;
min-width: 14px;
margin-right: 5px;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .checkbox-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty input.checkbox-input-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-services, .ovabrw-modern-product #request_booking .ovabrw-services {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-services > label, .ovabrw-modern-product #request_booking .ovabrw-services > label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-services .ovabrw-service select, .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
height: 45px;
padding: 10px 30px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tldworldwide.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-services .ovabrw-service select, .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service select {
width: 100%;
}
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services, .ovabrw-modern-product #request_booking .ovabrw-extra-services {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 5px;
height: 28px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item:last-child, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item:last-child {
margin-bottom: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label {
display: block;
position: relative;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
color: var(--ovabrw-text-color);
padding: 0 0 0 35px;
margin: 0;
cursor: pointer;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark {
position: absolute;
top: 50%;
left: 0;
height: 25px;
width: 25px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
transform: translate(0, -50%);
box-sizing: border-box;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label span.checkmark:after {
display: block;
content: "";
position: absolute;
opacity: 0;
visibility: hidden;
left: 8px;
top: 4px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 3px 3px 0;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item > label input:checked ~ .checkmark:after {
opacity: 1;
visibility: visible;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest {
display: none;
align-items: center;
justify-content: space-between;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
padding: 0 5px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
cursor: pointer;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest.active, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest i, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guest i {
font-size: 24px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker {
display: none;
grid-template-columns: 1fr;
gap: 10px;
position: absolute;
width: 100%;
top: calc( 100% + 5px );
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker:before, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker:before {
content: "";
top: -7px;
left: 6px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item.ovabrw-hidden, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item.ovabrw-hidden {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label {
line-height: 1;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-price, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-info .guests-price {
margin-left: 5px;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i {
font-size: 12px;
line-height: 1;
margin-top: 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-number, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-checkbox .service-item .ovabrw-service-guestspicker .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select {
position: relative;
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select select, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select select {
position: relative;
width: 100%;
max-width: 100%;
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #FFF;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tldworldwide.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select select::placeholder, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select select::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select select:focus, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select select:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest {
display: none;
align-items: center;
justify-content: space-between;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
padding: 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
cursor: pointer;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest.active, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest i, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest i {
font-size: 24px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker {
display: none;
grid-template-columns: 1fr;
gap: 10px;
position: absolute;
width: 100%;
top: calc( 100% + 7px );
left: 0;
z-index: 1;
padding: 16px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker:before, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker:before {
content: "";
top: -7px;
right: 16px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info {
display: flex;
align-items: flex-start;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label {
min-width: 90px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-label .ovabrw-label {
line-height: 1;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-price, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-info .guests-price {
margin-left: 5px;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: 1;
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action {
display: flex;
align-items: center;
width: 100px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
font-size: 16px;
text-align: center;
border: none;
border-radius: 5px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-text-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon i {
font-size: 12px;
line-height: 1;
margin-top: 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-icon.ovabrw-disabled {
pointer-events: none;
background-color: #F5F5F5;
color: #FFFFFF;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-number, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker .guests-item .guests-action .guests-number {
width: 50%;
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-heading-color);
text-align: center;
}
.ovabrw-modern-product #booking_form .ovabrw-directions, .ovabrw-modern-product #booking_form .ovabrw-req-directions, .ovabrw-modern-product #request_booking .ovabrw-directions, .ovabrw-modern-product #request_booking .ovabrw-req-directions {
display: none;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-directions, .ovabrw-modern-product #booking_form .ovabrw-req-directions, .ovabrw-modern-product #request_booking .ovabrw-directions, .ovabrw-modern-product #request_booking .ovabrw-req-directions {
grid-column: 1;
}
}
.ovabrw-modern-product #booking_form .ovabrw-directions .ovabrw_map, .ovabrw-modern-product #booking_form .ovabrw-directions .ovabrw_req_map, .ovabrw-modern-product #booking_form .ovabrw-req-directions .ovabrw_map, .ovabrw-modern-product #booking_form .ovabrw-req-directions .ovabrw_req_map, .ovabrw-modern-product #request_booking .ovabrw-directions .ovabrw_map, .ovabrw-modern-product #request_booking .ovabrw-directions .ovabrw_req_map, .ovabrw-modern-product #request_booking .ovabrw-req-directions .ovabrw_map, .ovabrw-modern-product #request_booking .ovabrw-req-directions .ovabrw_req_map {
min-height: 450px;
width: 100%;
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info > div, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info > div, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info > div, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info > div {
flex: 0 0 50%;
padding: 15px 30px 10px 40px;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info > div h3.label, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info > div h3.label, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info > div h3.label, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info > div h3.label {
margin: 0;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info > div span, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info > div span, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info > div span, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info > div span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info > div.distance-sum, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info > div.distance-sum, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info > div.distance-sum, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info > div.distance-sum {
border-top-width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-directions .directions-info > div.duration-sum, .ovabrw-modern-product #booking_form .ovabrw-req-directions .directions-info > div.duration-sum, .ovabrw-modern-product #request_booking .ovabrw-directions .directions-info > div.duration-sum, .ovabrw-modern-product #request_booking .ovabrw-req-directions .directions-info > div.duration-sum {
border-top-width: 0;
border-left-width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit {
margin-bottom: 20px;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-label, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-label {
display: none;
margin-bottom: 4px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-label.active, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-label.active {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field {
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 0;
height: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field .checkmark, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field .checkmark {
display: inline-flex;
align-items: center;
justify-content: center;
width: 142px;
height: 45px;
background-color: var(--ovabrw-light-color);
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product #booking_form .ajax_show_total, .ovabrw-modern-product #request_booking .ajax_show_total {
display: none;
position: relative;
padding: 0 0 15px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content {
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .show_total, .ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .number-available, .ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .ovabrw-price-details .amount, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .show_total, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .number-available, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .ovabrw-price-details .amount {
font-size: 1.4em;
font-weight: 500;
line-height: 1;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .ovabrw-insurance-amount, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .ovabrw-insurance-amount {
display: none;
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .ovabrw-items-available, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .ovabrw-items-available {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra, .ovabrw-modern-product #request_booking .ovabrw-request-extra {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra > label, .ovabrw-modern-product #request_booking .ovabrw-request-extra > label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea {
width: 100%;
height: 100px;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea:focus, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea::placeholder, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern-product #booking_form .terms-conditions, .ovabrw-modern-product #request_booking .terms-conditions {
margin-bottom: 25px;
}
.ovabrw-modern-product #booking_form .terms-conditions label, .ovabrw-modern-product #request_booking .terms-conditions label {
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
cursor: pointer;
}
.ovabrw-modern-product #booking_form .terms-conditions label input, .ovabrw-modern-product #request_booking .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.ovabrw-modern-product #booking_form .terms-conditions label .terms-conditions-required, .ovabrw-modern-product #request_booking .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha, .ovabrw-modern-product #request_booking .ovabrw-recaptcha {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-booking, .ovabrw-modern-product #booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-request, .ovabrw-modern-product #request_booking .ovabrw-recaptcha #ovabrw-g-recaptcha-booking, .ovabrw-modern-product #request_booking .ovabrw-recaptcha #ovabrw-g-recaptcha-request {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha .ovabrw-recaptcha-token, .ovabrw-modern-product #request_booking .ovabrw-recaptcha .ovabrw-recaptcha-token {
position: absolute;
top: 5px;
left: 12px;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha .ovabrw-request-form-error, .ovabrw-modern-product #request_booking .ovabrw-recaptcha .ovabrw-request-form-error {
display: none;
font-size: 16px;
line-height: 0;
color: red;
font-style: normal;
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form button.submit, .ovabrw-modern-product #request_booking button.submit {
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 16px 50px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
border: none;
border-radius: 5px;
text-transform: uppercase;
position: relative;
}
.ovabrw-modern-product #booking_form button.submit.disabled, .ovabrw-modern-product #booking_form button.submit:disabled, .ovabrw-modern-product #request_booking button.submit.disabled, .ovabrw-modern-product #request_booking button.submit:disabled {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading, .ovabrw-modern-product #request_booking button.submit .ajax_loading {
opacity: 0;
display: inline-block;
width: 60px;
height: 60px;
position: absolute;
right: -80px;
top: -2px;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading.active, .ovabrw-modern-product #request_booking button.submit .ajax_loading.active {
opacity: 1;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading:after, .ovabrw-modern-product #request_booking button.submit .ajax_loading:after {
display: none;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div, .ovabrw-modern-product #request_booking button.submit .ajax_loading div {
transform-origin: 30px 30px;
animation: ovabrw-spinner 1.2s linear infinite;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:after, .ovabrw-modern-product #request_booking button.submit .ajax_loading div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 28px;
width: 4px;
height: 15px;
border-radius: 20%;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(1), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(2), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(3), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(4), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(5), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(6), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(7), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(8), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(9), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(10), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(11), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(12), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes ovabrw-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs {
margin: 0 0 30px 0;
padding: 0;
border: none;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li {
position: relative;
list-style: none;
border-bottom: 1px solid var(--ovabrw-light-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block;
padding: 15px 0 13px 0;
box-shadow: none;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li a:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li:after {
font-size: 20px;
content: "";
font-family: flaticon_brw !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
opacity: 0;
transition: all, ease, 0.3s;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li.active a {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li.active:after {
opacity: 1;
right: 5px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel h2 {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel h2:first-of-type {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
margin-bottom: 5px;
}
.ovabrw-modern-product .woocommerce-tabs .panel p {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews .woocommerce-noreviews {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a.active:before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars:hover a:before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a:not(.active):before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a.active:before {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews #comment {
box-shadow: none;
width: 100%;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews #submit {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
background-color: var(--ovabrw-primary-color);
color: #FFF;
border-radius: 5px;
} .product-template-default .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
border: 1px solid #dbdbdb;
border-radius: 5px;
height: 40px;
padding: 10px 13px 13px 14px;
}
.product-template-default .ovabrw-product-map .ovabrw-show-map {
min-height: 400px;
} .elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 5px;
border: 1px solid var(--ovabrw-light-color);
}
.elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li.active:after {
content: none;
}
.elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li a {
padding: 17px 45px 15px 45px;
}
.theme-storefront .elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li {
display: block;
} .ovabrw-product-sticky {
display: none;
width: 100%;
padding: 20px;
position: fixed;
background-color: #FFFFFF;
text-align: center;
left: 0;
bottom: 0;
z-index: 99999;
border-top: 1px solid #E6E6E6;
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.ovabrw-product-sticky .ovabrw-sticky-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price {
text-align: left;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .amount {
font-size: 1em;
font-style: normal;
font-weight: 500;
line-height: 34px;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-btn a {
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 10px 30px;
color: #FFF;
background-color: #25282e;
border: none;
border-radius: 5px;
text-transform: uppercase;
position: relative;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
@media only screen and (max-width: 768px) {
.ovabrw-product-sticky {
display: block;
}
} .ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price span.label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .amount {
font-family: var(--ovabrw-primary-font);
color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .unit {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-btn a {
font-family: var(--ovabrw-primary-font);
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_disabled {
color: #FFFFFF;
opacity: 1 !important;
background: var(--ovabrw-primary-color) !important;
pointer-events: none;
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_disabled.xdsoft_current {
box-shadow: var(--ovabrw-primary-color) 0 1px 3px 0 inset;
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_other_month {
opacity: 1;
}
.ovabrw-modern .ovabrw-related-products {
margin-bottom: 50px;
}
.ovabrw-modern .ovabrw-related-products .head-related {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
.ovabrw-modern .ovabrw-related-products .head-related h2 {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
text-transform: uppercase;
text-align: left !important;
margin: 0 0 30px 0;
}
.ovabrw-modern .ovabrw-related-products .head-related a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
display: inline-block;
color: var(--ovabrw-primary-color);
padding: 6px 15px;
background-color: #FFF;
border: 1px solid var(--ovabrw-primary-color);
box-sizing: border-box;
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}
.ovabrw-modern .ovabrw-related-products .head-related a:hover {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern .ovabrw-related-products .related-products-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 26px;
grid-row-gap: 26px;
}
@media only screen and (max-width: 1024px) {
.ovabrw-modern .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-modern .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr;
}
}
.ovabrw-modern .ovabrw-related-products .related-products-list.ovabrw-column-1 {
grid-template-columns: 1fr;
}
.ovabrw-modern .ovabrw-related-products .related-products-list .related-item {
overflow: hidden;
}
.ovabrw-modern.ovabrw-product-related-widget .ovabrw-related-products {
margin-bottom: 0;
}
.ovabrw-modern.theme-astra ul.products li {
overflow: hidden;
}
@media only screen and (min-width: 545px) and (max-width: 921px) {
.ovabrw-modern.theme-astra ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media only screen and (max-width: 544px) {
.ovabrw-modern.theme-astra ul.products {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
} body.rtl .ovabrw-modern-product #booking_form span.ovabrw-description, body.rtl .ovabrw-modern-product #request_booking span.ovabrw-description {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty, body.rtl .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field {
padding-left: 0;
padding-right: 30px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-resources .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark {
right: 0;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-services .ovabrw-service select, body.rtl .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service select {
background-position: 10px center;
}
body.rtl .ovabrw-modern-product #booking_form .rental_item.form-location-field input[name=ovabrw_pickup_loc], body.rtl .ovabrw-modern-product #request_booking .rental_item.form-location-field input[name=ovabrw_pickup_loc] {
padding-right: 14px;
padding-left: 70px;
}
body.rtl .ovabrw-modern-product #booking_form .rental_item.form-location-field i, body.rtl .ovabrw-modern-product #request_booking .rental_item.form-location-field i {
right: auto;
left: 13px;
}
body.rtl .ovabrw-modern-product #booking_form .rental_item.form-location-field i.btn-remove-waypoint, body.rtl .ovabrw-modern-product #booking_form .rental_item.form-location-field i.btn-req-remove-waypoint, body.rtl .ovabrw-modern-product #request_booking .rental_item.form-location-field i.btn-remove-waypoint, body.rtl .ovabrw-modern-product #request_booking .rental_item.form-location-field i.btn-req-remove-waypoint {
right: auto;
left: 45px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guest {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select select, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select select {
background-position: 10px center;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker:before, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw-service-select .ovabrw-service-guestspicker:before {
right: unset;
left: 16px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-service-checkbox .service-item .ovabrw-service-guest, body.rtl .ovabrw-modern-product #request_booking .ovabrw-service-checkbox .service-item .ovabrw-service-guest {
margin-left: unset;
margin-right: 20px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-features .item-feature i {
margin-right: 0;
margin-left: 5px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-features .item-feature span {
display: inline-flex;
}
body.rtl .ovabrw-modern-product .ovabrw-product-specifications .item-specification i {
margin-right: 0;
margin-left: 5px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-specifications .item-specification span {
display: inline-flex;
}
body.rtl .ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating {
margin-right: 0;
margin-left: 8px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent {
left: auto;
right: 0;
}
body.rtl .ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr td {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr td {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li {
margin-right: 0;
margin-left: 25px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box {
margin-right: 0;
margin-left: 10px;
}
body.rtl .ovabrw-modern-product .woocommerce-tabs ul.tabs li:after {
right: auto;
left: 0;
-webkit-transform: translate(0, -50%) rotate(180deg);
transform: translate(0, -50%) rotate(180deg);
} .tippy-box {
background-color: #fd4c5c;
}
.tippy-box .tippy-content {
background-color: #fd4c5c;
border-color: #fd4c5c;
border-radius: 5px;
}
.tippy-box .tippy-content .ovabrw-tippy {
color: #FFF;
}
.tippy-box .tippy-arrow {
color: #fd4c5c;
}
.tippy-box[data-theme=ovabrw-tippy-description] {
background-color: #616161;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-content {
background-color: #616161;
border-color: #616161;
border-radius: 5px;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-content .ovabrw-tippy {
font-weight: 16px;
line-height: 22px;
color: #FFF;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-arrow {
color: #616161;
}
.ovabrw-modern .ovabrw-product-fields input[type=text], .ovabrw-modern .ovabrw-product-fields input[type=number], .ovabrw-modern .ovabrw-product-fields input[type=email], .ovabrw-modern .ovabrw-product-fields input[type=tel], .ovabrw-modern .ovabrw-product-fields input[type=url], .ovabrw-modern .ovabrw-product-fields input[type=password], .ovabrw-modern .ovabrw-product-fields input[type=search], .ovabrw-modern .ovabrw-product-fields select {
width: 100%;
max-width: 100%;
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #FFFFFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields input[type=text]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=number]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=email]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=tel]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=url]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=password]::placeholder, .ovabrw-modern .ovabrw-product-fields input[type=search]::placeholder, .ovabrw-modern .ovabrw-product-fields select::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern .ovabrw-product-fields input[type=text]:focus, .ovabrw-modern .ovabrw-product-fields input[type=number]:focus, .ovabrw-modern .ovabrw-product-fields input[type=email]:focus, .ovabrw-modern .ovabrw-product-fields input[type=tel]:focus, .ovabrw-modern .ovabrw-product-fields input[type=url]:focus, .ovabrw-modern .ovabrw-product-fields input[type=password]:focus, .ovabrw-modern .ovabrw-product-fields input[type=search]:focus, .ovabrw-modern .ovabrw-product-fields select:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern .ovabrw-product-fields input[type=text][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=number][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=email][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=tel][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=url][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=password][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields input[type=search][readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field), .ovabrw-modern .ovabrw-product-fields select[readonly]:not(.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field) {
background-color: #F5F5F5;
}
.ovabrw-modern .ovabrw-product-fields input[type=text].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=number].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=email].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=tel].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=url].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=password].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=search].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields select.appointment-dropoff-date {
background-color: #f2f2f2;
}
.ovabrw-modern .ovabrw-product-fields select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tldworldwide.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
.ovabrw-modern .ovabrw-product-fields textarea {
width: 100%;
height: 100px;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields textarea:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern .ovabrw-product-fields textarea::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #FFF;
padding: 5px 10px;
margin: 0 10px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
background-image: repeating-linear-gradient(135deg, var(--ovabrw-primary-color), var(--ovabrw-primary-color) 2px, #FFFFFF 4px, #FFFFFF 4px) !important;
border: none;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.disabled input {
cursor: not-allowed;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.active, .ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot:not(.disabled):hover {
cursor: pointer;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot input {
border: 0;
position: absolute;
cursor: pointer;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
-webkit-appearance: none;
appearance: none;
outline: 0;
width: auto;
visibility: hidden;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item {
display: flex;
align-items: center;
min-height: 30px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 8px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 100%;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field .checkmark:after {
content: "";
position: absolute;
display: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 7px;
height: 7px;
border-radius: 100%;
background-color: #FFF;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field:hover input ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked {
display: none;
margin-top: -15px;
margin-left: 3px;
cursor: pointer;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked.active {
display: inline-flex;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked i {
display: flex;
font-size: 14px;
line-height: 1;
color: red;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item {
display: flex;
align-items: center;
margin-bottom: 3px;
min-height: 30px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field {
display: block;
position: relative;
padding-left: 30px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field .checkmark:after {
content: "";
position: absolute;
display: none;
left: 50%;
top: 40%;
width: 4px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field:hover input ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item:last-child {
margin-bottom: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field {
display: block;
position: relative;
cursor: pointer;
width: 100%;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field input {
position: absolute;
top: 0;
opacity: 0;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
max-width: 100%;
max-height: 45px;
padding: 10px 35px 13px 14px;
border-radius: 5px;
border: 1px solid #D9D9D9;
background-color: #FFF;
overflow: hidden;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .name {
display: none;
max-width: 100%;
overflow: hidden;
height: 20px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field i {
position: absolute;
top: 50%;
right: 13px;
transform: translate(0, -50%);
font-size: 18px;
}
.ovabrw-modern .ovabrw-product-fields .rental_item.ovabrw-fullwidth {
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern .ovabrw-product-fields .rental_item.ovabrw-fullwidth {
grid-column: 1/span 1;
}
}
.ovabrw-modern .ovabrw-product-fields .rental_item .description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-style: italic;
margin: 0 0 20px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields select {
background-position: 10px center;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-label-field {
padding-left: 0;
padding-right: 30px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-label-field .checkmark {
right: 0;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field {
padding: 0;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field i {
right: auto;
left: 13px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
padding-right: 13px;
padding-left: 35px;
} @media screen and (max-width: 768px) {
.ovabrw-datepicker, .ovabrw-datetimepicker, .ovabrw-datepicker-field {
font-size: 16px !important;
}
}  .ovabrw-popup-guest-info {
display: inline-flex;
}
.ovabrw-popup-guest-info .guest-info-text {
color: #7f54b3;
cursor: pointer;
}
.ovabrw-popup-guest-info .guest-info-wrap {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(29, 23, 41, 0.7);
z-index: 999;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info {
width: 500px;
max-width: 90%;
max-height: 80%;
overflow: auto;
padding: 20px;
position: absolute;
top: 50%;
left: 50%;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
border-radius: 3px;
background-color: #FFFFFF;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .close-popup {
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
cursor: pointer;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .close-popup i {
font-size: 14px;
color: red;
line-height: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .close-popup:hover i {
transform: scale(1.2);
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content {
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
box-sizing: border-box;
overflow: hidden;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item {
border-bottom: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 16px;
background-color: #F5F5F5;
cursor: pointer;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-header label {
font-size: 15px;
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-header i {
color: var(--ovabrw-label-color);
font-size: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 1;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-body {
display: none;
padding: 10px 16px;
margin: 0;
list-style: none;
border: none;
border-top: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-body li {
margin: 0;
padding: 0;
font-size: 15px;
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item .guest-info-body li .field-label {
color: var(--ovabrw-label-color);
font-weight: 600;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item.active {
border-bottom: none;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item.active .guest-info-header i {
transform: rotate(-180deg);
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item:first-child {
border-top: none;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item:last-child {
border-width: 0;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item:last-child .guest-info-body {
border-width: 0;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item:last-child.active .guest-info-header {
border-width: 1px;
}
.ovabrw-popup-guest-info .guest-info-wrap .popup-guest-info .guest-info-content .guest-info-item.last-child {
border-bottom: none;
}
.ovabrw-popup-guest-info p, .ovabrw-popup-guest-info br {
display: none !important;
}
.woocommerce-mini-cart-item.mini_cart_item .variation .ovabrw-popup-guest-info {
display: none;
}
form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 8px;
text-align: left;
}
form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=text], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=number], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=email], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=tel], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=url], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=password], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=search], form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content select {
width: 100%;
max-width: 100%;
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=text]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=number]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=email]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=tel]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=url]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=password]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=search]::placeholder, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content select::placeholder {
color: var(--ovabrw-light-color);
}
form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=text]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=number]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=email]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=tel]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=url]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=password]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content input[type=search]:focus, form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content select:focus {
outline: none;
background-color: #FFF;
}
form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tldworldwide.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
form.ovabrw_search.ovabrw-modern-product .s_submit .ovabrw_btn_submit {
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 16px 50px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
border-radius: 5px;
text-transform: uppercase;
}
.ovabrw-seach-ajax-shortcode.search-position-left {
display: flex;
align-items: flex-start;
flex-direction: row;
gap: 30px;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-form {
width: 30%;
row-gap: 20px;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-results {
width: 70%;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode.search-position-left {
flex-direction: column;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-form, .ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-results {
width: 100%;
}
}
.ovabrw-seach-ajax-shortcode.search-position-right {
display: flex;
align-items: flex-start;
flex-direction: row-reverse;
gap: 30px;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-form {
width: 30%;
row-gap: 20px;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-results {
width: 70%;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode.search-position-right {
flex-direction: column;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-form, .ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-results {
width: 100%;
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-form {
margin: 0 0 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 23px;
row-gap: 40px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-1 {
grid-template-columns: repeat(1, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-2 {
grid-template-columns: repeat(2, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3 {
grid-template-columns: repeat(3, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(4, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field {
position: relative;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field label {
display: block;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
color: #222;
margin-bottom: 12px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input, .ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select {
width: 100%;
height: 53px;
border-radius: 6px;
border: 1px solid #EBEBEB;
color: #5E5F63;
background-color: #FFFFFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
padding: 10px 40px 10px 17px;
box-shadow: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number]::-webkit-inner-spin-button,
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number] {
-moz-appearance: textfield; }
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select {
background-image: unset;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
background: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select::-ms-expand {
display: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field > i {
position: absolute;
top: 48px;
right: 22px;
font-size: 16px;
line-height: 1;
color: #CACACA;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field > i.locate_me {
color: var(--ovabrw-primary-color);
cursor: pointer;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider {
display: flex;
align-items: flex-end;
height: 50px;
padding-bottom: 10px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price {
position: relative;
width: 100%;
height: 8px;
background: var(--ovabrw-light-color);
border: none;
border-radius: 4px;
transition: background 0.3s ease;
cursor: pointer;
box-shadow: unset;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-connects {
border-radius: 4px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-connects .noUi-connect {
background: var(--ovabrw-primary-color);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle {
border: none;
border-radius: 4px;
background: transparent;
box-shadow: unset;
width: 0;
height: 0;
top: 0;
right: 3px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-touch-area {
position: absolute;
top: 50%;
transform: translateY(-30%);
width: 16px;
height: 16px;
background: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 50%;
cursor: pointer;
outline: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
padding: 0 5px;
font-size: 14px;
transform: translate(-30%, 0);
margin-bottom: 7px;
border: 1px solid var(--ovabrw-light-color);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:before, .ovabrw-seach-ajax-shortcode .search-ajax-form .search-field .ovabrw-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:after {
display: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field.auto-search-wrapper .auto-results-wrapper {
border: 1px solid #EBEBEB;
margin-top: -3px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field.auto-search-wrapper .auto-results-wrapper ul li p {
margin: 0;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field.auto-search-wrapper .auto-clear {
margin: 0;
padding: 0;
top: 30px;
right: 0;
width: 15px;
height: 15px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field.auto-search-wrapper .auto-clear:before {
width: 15px;
min-width: 15px;
height: 15px;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-2, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(1, 1fr);
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-results {
position: relative;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-bottom: 30px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter .results-found {
display: flex;
flex-wrap: wrap;
gap: 6px;
line-height: 1.3;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter select[name=sort] {
font-size: 14px;
padding: 18px;
background-size: 10px 10px;
border: 1px solid #e0e0e0;
border-radius: 10px;
width: auto;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-loader {
display: none;
position: absolute;
top: 20px;
left: 50%;
transform: translate(0, -50%);
width: 48px;
height: 48px;
border-radius: 50%;
border: 3px solid;
border-color: var(--ovabrw-primary-color) var(--ovabrw-primary-color) transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
z-index: 1;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-loader:after {
content: "";
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: transparent var(--ovabrw-primary-color) var(--ovabrw-primary-color);
width: 24px;
height: 24px;
border-radius: 50%;
animation: rotationBack 0.5s linear infinite;
transform-origin: center center;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotationBack {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list {
display: grid;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list .item {
overflow: hidden;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-1 {
grid-template-columns: repeat(1, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-2 {
grid-template-columns: repeat(2, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3 {
grid-template-columns: repeat(3, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(4, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list:before, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list:after {
display: none;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-2, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(1, 1fr) !important;
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 15px 0 20px;
padding: 0;
list-style-type: none !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border-radius: 3px;
border: 1px solid var(--ovabrw-light-color);
background-color: #FFF;
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers.current, .ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
body.rtl.ovabrw-modern form.ovabrw_search.ovabrw_search_modern .s_field .content select {
background-position: 10px center;
}
body.rtl form.ovabrw_search.ovabrw-modern-product .wrap_content .s_field .content label {
text-align: right;
}
.ovabrw-list-product .products {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none;
}
.ovabrw-list-product .products:before {
display: none;
}
.ovabrw-list-product .products .item {
overflow: hidden;
}
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column2 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column3 {
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1300px) {
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1024px) {
.ovabrw-list-product .products {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column3 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-list-product .products {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column2, .ovabrw-list-product .products.ovabrw-column3, .ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr;
}
}