@charset "UTF-8";

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 {
max-width: 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 .owl-stage-outer .owl-stage .owl-item .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 .owl-nav {
width: 100%;
height: 0;
position: absolute;
top: 50%;
z-index: 1;
display: flex;
opacity: 0;
visibility: hidden;
align-items: center;
justify-content: space-between;
transform: translate(0, -50%);
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 .owl-nav button i {
display: flex;
font-size: 33px;
color: #FFF;
-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 .owl-nav button i:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-nav button:focus {
outline: none;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-nav.disabled {
display: none;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-start;
margin: 0 0 15px 15px;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots button.active span {
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots button span {
display: block;
width: 7px;
height: 7px;
border-radius: 100%;
background-color: #FFF;
-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 .owl-dots button span:hover {
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots button:not(:last-child) {
margin-right: 3px;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots.disabled {
display: none;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow:hover .owl-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;
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;
}
.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);
-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;
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-text-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-attributes, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy {
margin: 0 0 18px;
padding: 0;
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;
-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 {
line-height: 1;
margin-left: 4px;
}
.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-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);
}
.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-gallery-slideshow .owl-dots {
right: 0;
left: auto;
margin: 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-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;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots {
left: 50%;
transform: translate(-50%, 0);
margin: 0 0 15px 0;
}
.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-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-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;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-price .amount {
color: var(--ovabrw-primary-color);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-price .unit {
color: var(--ovabrw-text-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 .owl-stage-outer, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .owl-stage, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .owl-item, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .item {
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 .owl-stage-outer img, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .owl-stage img, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .owl-item img, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .item img {
object-fit: cover;
object-position: center;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots {
left: 50%;
transform: translate(-50%, 0);
margin: 0 0 15px 0;
}
.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 .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-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;
color: var(--ovabrw-text-color);
}
.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-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 .owl-stage-outer, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .owl-stage, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .owl-item, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .item {
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 .owl-stage-outer img, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .owl-stage img, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .owl-item img, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .item img {
object-fit: cover;
object-position: center;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-dots {
left: 50%;
transform: translate(-50%, 0);
margin: 0 0 15px 0;
}
.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-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 .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;
}
} ul.ovabrw_woo_features {
list-style: none;
margin: 15px 0px;
padding: 0;
}
ul.ovabrw_woo_features li label {
font-weight: 600;
min-width: 200px;
display: inline-block;
}
ul.ovabrw_woo_features li span {
font-weight: 400;
} 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 label {
font-weight: 600;
min-width: 200px;
display: inline-block;
}
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;
}
.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 label {
font-weight: 600;
margin-bottom: 5px;
}
.product_table_price .ovacrs_price_rent .ovabrw_collapse_content .price_table 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;
transition: ease 0.25s all;
-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 .pink {
width: 15px;
height: 15px;
background-color: #f3f3f3;
border: 1px solid #555;
display: none;
opacity: 0.5;
}
ul.intruction_calendar li .white {
width: 15px;
height: 15px;
background-color: #fff;
border: 1px solid #555;
display: inline-block;
opacity: 0.5;
}
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: #EECB87;
border: 1px solid rgba(85, 85, 85, 0.5);
display: inline-block;
}
.fc .fc-scrollgrid {
margin: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
min-height: auto;
}
.ovabrw__product_calendar {  }
.ovabrw__product_calendar .fc-header-toolbar {
flex-direction: column;
align-items: flex-start;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-right {
float: left;
clear: both;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-right h2 {
margin-top: 10px;
margin-bottom: 10px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button-group {
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button-group .fc-button {
border-radius: 0;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button {
margin: 0px 10px 10px 0px;
height: 2.5em;
padding: 5px 10px;
background-color: #fff;
color: #343434;
background-image: none;
text-transform: capitalize;
opacity: 0.6;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button:focus {
outline: none !important;
box-shadow: none;
background-image: none !important;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button .fc-icon-left-single-arrow:after {
content: "4";
font-family: "ElegantIcons";
font-size: 20px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button .fc-icon-right-single-arrow:after {
content: "5";
font-family: "ElegantIcons";
font-size: 20px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button.fc-today-button {
text-transform: capitalize;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button.fc-state-active {
color: #343434;
opacity: 1;
background-image: none !important;
box-shadow: none;
}
@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-col-header {
margin-bottom: 0;
}
.ovabrw__product_calendar .fc-col-header-cell-cushion {
color: #555;
}
.ovabrw__product_calendar .fc-day {
text-align: center;
}
.ovabrw__product_calendar .fc-day-past {
opacity: 0.5;
}
.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-daygrid-day-top,
.ovabrw__product_calendar .fc-daygrid-day-top .fc-daygrid-day-number {
color: #555;
}
.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.ova-hide-time-calendar .fc-daygrid-day-events {
opacity: 0;
height: 0;
}
.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_booking_form {
padding: 30px 0px 30px 0px;
}
@media (max-width: 992.98px) {
.ovabrw_booking_form {
padding: 30px 0px 60px 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 {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.ovabrw_booking_form .wrap_fields select, .ovabrw_booking_form .wrap_fields input {
box-shadow: none;
border: 1px solid #dbdbdb !important;
border-radius: 4px;
height: 40px;
width: 100%;
padding-left: 10px;
outline: none;
}
.ovabrw_booking_form .wrap_fields select:focus, .ovabrw_booking_form .wrap_fields input:focus {
outline: none;
box-shadow: none;
}
.ovabrw_booking_form button.submit {
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
margin-top: 30px;
}
.ovabrw_booking_form button.submit:focus {
outline: none;
}
.ovabrw_booking_form button.submit:hover {
background-color: #25282e;
cursor: pointer;
}  .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;
height: 40px;
width: 100%;
padding-left: 10px;
}
.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_service > label {
font-weight: 600;
margin-bottom: 10px;
}
.request_booking .ovabrw_extra_service .ovabrw_resource .item {
display: flex;
margin-bottom: 10px;
}
.request_booking .ovabrw_extra_service .ovabrw_resource .item .left {
width: 60%;
padding-right: 5%;
}
.request_booking .ovabrw_extra_service .ovabrw_resource .item .left input {
border-radius: 0;
background-color: #f8f8f8;
border: 1px solid #b3b3b3;
width: 15px;
height: 15px;
}
.request_booking .ovabrw_extra_service .ovabrw_resource .item .right {
width: 40%;
}
.request_booking .extra {
margin-top: 10px;
padding: 0 5px;
}
.request_booking .extra textarea {
width: 100%;
max-width: 100%;
height: 100px;
border: 1px solid #dbdbdb;
background-color: #fff;
border-radius: 4px;
padding-left: 15px;
padding-top: 5px;
box-shadow: none;
}
.request_booking .extra textarea:focus {
outline: none;
}
.request_booking button.submit {
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
margin-top: 30px;
}
.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: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1300px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1200px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: 1fr 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: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.four-column {
grid-template-columns: 1fr 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: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
.ovabrw_wd_search form .wrap_content.three-column {
grid-template-columns: 1fr 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: 1fr 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 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;
}
.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: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;
}
}  .ovabrw-deposit {
margin-top: 15px;
margin-bottom: 10px;
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 .rental_item .error_item {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .error_item label {
color: #f00;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox {
display: inline-flex;
align-items: center;
margin-right: 20px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio:last-child, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox:last-child {
margin-right: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio input, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox input {
width: auto;
height: auto;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio label, .ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox label {
display: inline-block;
margin: 0;
padding-left: 5px;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-file {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-file label {
margin: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-file label .ovabrw-file-chosen {
display: inline-block;
border: 1px solid #dbdbdb;
font-size: 16px;
font-weight: 600;
box-sizing: border-box;
border-radius: 4px;
padding: 5px 10px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-file label .ovabrw-file-name {
color: #F00;
font-size: 16px;
font-weight: 400;
font-style: italic;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-file input[type=file] {
visibility: hidden;
position: absolute;
z-index: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap {
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap .ovabrw_service {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 -5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
padding: 0 5px;
margin-bottom: 10px;
}
.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 .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 .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;
}
.ajax_show_total .show_ajax_content {
opacity: 0;
}
.ajax_show_total .show_ajax_content.active {
opacity: 1;
transition-duration: 0.3s;
color: blue;
font-style: normal;
}
.ajax_show_total .show_ajax_content.active .show_total, .ajax_show_total .show_ajax_content.active .show_availables_vehicle {
font-size: 1.4em;
}
.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: 0;
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 {
text-align: left;
display: block;
}
.ovabrw_extra_item dt {
display: block;
}
.ovabrw_extra_item dd {
display: block;
}
.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;
}
.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;
}
}
.ovabrw-modern-product {
position: relative;
background-color: #FFF;
max-width: 100%;
}
.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 {
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;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-attributes {
margin: 0 0 26px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-features {
margin: 0 0 22px;
}
@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;
}
.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 {
border-radius: 0;
-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 .gallery-item {
overflow: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .data-gallery {
display: 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;
}
.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;
}
.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;
}
.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);
padding: 8px 16px 7px 18px;
text-align: left;
background-color: #FFF;
text-align: left;
}
.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 .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);
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw__product_calendar .fc-view-harness .fc-view .fc-day.fc-day-past {
background-color: var(--ovabrw-primary-color);
opacity: 0.5;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw__product_calendar .fc-view-harness .fc-view .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-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-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-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-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-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-bg {
color: #FFF;
}
.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;
background-color: #FFF;
border: 1px solid #D9D9D9;
border-radius: 4px;
box-sizing: border-box;
margin-right: 10px;
}
.ovabrw-modern-product .ovabrw-product-features {
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 {
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 {
font-size: 18px;
color: var(--ovabrw-text-color);
opacity: 0.8;
margin-right: 5px;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature i:before {
font-size: 18px;
margin: 0 !important;
}
@media only screen and (max-width: 500px) {
.ovabrw-modern-product .ovabrw-product-features {
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-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;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item > label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item > 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-product-fields .rental_item .error_item, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .error_item {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .error_item label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .error_item label {
margin-bottom: 0;
color: #f00;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-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 #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-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 #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field input[name=ovabrw_pickup_loc], .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field input[name=ovabrw_pickup_loc], .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-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 #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-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 #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field i.btn-remove-waypoint, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-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, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-field i.btn-remove-waypoint, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-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 #booking_form .ovabrw-product-fields .rental_item.ovabrw-textarea-field i:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-textarea-field i:before {
font-size: 12px;
font-weight: 600;
margin: 0;
color: #FFF;
}
@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-services, .ovabrw-modern-product #request_booking .ovabrw-extra-services {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services > label, .ovabrw-modern-product #request_booking .ovabrw-extra-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-extra-services .ovabrw_resource .item, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item:not(:last-child), .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item:not(:last-child) {
margin-bottom: 8px;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left {
width: 50%;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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);
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field input, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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-services .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark {
position: absolute;
top: 0;
left: 0;
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-services .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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-services .ovabrw_resource .item .res-left .ovabrw-label-field:hover input ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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-services .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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-services .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark:after, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-right, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-right {
width: 50%;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-right span, .ovabrw-modern-product #request_booking .ovabrw-extra-services .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);
color: var(--ovabrw-heading-color);
}
.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 .error_item, .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service .error_item {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-services .ovabrw-service .error_item label, .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service .error_item label {
margin-bottom: 0;
color: #f00;
}
.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 13px 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(//www.easybookingfethiye.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-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: 500px;
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 .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 {
position: relative;
padding: 20px 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 .ajax_show_total .show_ajax_content.active, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content.active {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra, .ovabrw-modern-product #request_booking .ovabrw-request-extra {
margin-bottom: 50px;
}
.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: 140px;
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 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-radius: 5px;
text-transform: uppercase;
position: relative;
}
.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 li {
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;
padding: 15px 0 13px 0;
}
.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;
}
.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 {
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;
}
.ovabrw-modern-product .ovabrw-related-products {
margin-bottom: 50px;
}
.ovabrw-modern-product .ovabrw-related-products .head-related {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
.ovabrw-modern-product .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-product .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-product .ovabrw-related-products .head-related a:hover {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .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-product .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr;
}
}
.ovabrw-modern-product .ovabrw-related-products .related-products-list.ovabrw-column-1 {
grid-template-columns: 1fr;
}
.ovabrw-modern-product .ovabrw-related-products .related-products-list .related-item {
overflow: hidden;
}
.ovabrw-modern-product.ovabrw-product-related-widget .ovabrw-related-products {
margin-bottom: 0;
}
.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;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field {
padding-left: 0;
padding-right: 30px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left .ovabrw-label-field .checkmark, body.rtl .ovabrw-modern-product #request_booking .ovabrw-extra-services .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 .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-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);
}
.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: #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 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].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=number].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=email].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=tel].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=url].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=password].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields input[type=search].ovabrw_datetimepicker, .ovabrw-modern .ovabrw-product-fields select.ovabrw_datetimepicker {
background-image: url(//www.easybookingfethiye.com/wp-content/plugins/ova-brw/assets/img/calendar.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
.ovabrw-modern .ovabrw-product-fields select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//www.easybookingfethiye.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: 140px;
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-radio .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);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .ovabrw-label-field .checkmark {
position: absolute;
top: 0;
left: 0;
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 .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 .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 .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 .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .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);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .ovabrw-label-field .checkmark {
position: absolute;
top: 0;
left: 0;
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 .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 .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 .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 .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.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;
opacity: 0;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
width: 100%;
max-width: 100%;
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;
}
body.rtl.ovabrw-modern .ovabrw-product-fields input.ovabrw_datetimepicker {
background-position: 10px center;
}
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;
}
.woocommerce-product-gallery {
max-width: 600px;
position: relative;
margin-bottom: 2rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1rem;
right: 1rem;
z-index: 99;
}
.woocommerce-product-gallery a img {
width: 100%;
height: auto;
}
.woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
display: flex;
list-style: none;
justify-content: space-between;
margin: 0;
}
.elementor_search_map .toggle_wrap {
display: none;
margin: 60px 0 20px 0;
padding: 0 20px;
}
@media screen and (max-width: 1024px) {
.elementor_search_map .toggle_wrap {
display: flex;
}
}
.elementor_search_map .toggle_wrap span {
width: 50%;
text-align: center;
border: 2px solid #e2e2e2;
box-sizing: content-box;
padding: 6px 18px;
cursor: pointer;
}
.elementor_search_map .toggle_wrap span:last-child {
border-left: 0;
}
.elementor_search_map .toggle_wrap span:last-child.active {
border: 2px solid #e86c60;
}
.elementor_search_map .toggle_wrap span:first-child {
border-right: 0;
}
.elementor_search_map .toggle_wrap span:first-child.active {
border: 2px solid #e86c60;
}
.elementor_search_map .wrap_search_map {
display: flex;
position: relative;
width: 100%;
flex-wrap: wrap;
}
.elementor_search_map .wrap_search_map .wrap_search {
width: 100%;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .toggle_filters {
display: none;
justify-content: flex-start;
align-items: center;
cursor: pointer;
border: 1px solid #e2e2e2;
color: #343434;
padding: 6px 12px;
border-radius: 4px;
font-size: 100%;
position: relative;
margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
.elementor_search_map .wrap_search_map .wrap_search .fields_search .toggle_filters {
display: flex;
}
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .toggle_filters i.icon_up {
display: none;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .toggle_filters i {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map {
display: none;
}
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
@media screen and (max-width: 768px) {
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 546px) {
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content {
grid-template-columns: 1fr;
}
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .label_search {
width: 100%;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .label_search input {
border-color: #e2e2e2;
border-radius: 4px;
outline: none;
box-shadow: none;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .wrap_search_location {
position: relative;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .wrap_search_location .locate_me {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
color: #e86c60;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .show_taxonomy {
display: none;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .wrap_search_taxonomies {
display: none;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_search_radius {
display: none;
margin-top: 20px;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_search_radius #wrap_pointer {
height: 3px;
background-color: #e2e2e2;
margin-top: 5px;
border: none;
}
.elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_search_radius #wrap_pointer span {
border-radius: 100%;
outline: none;
background-color: #fff;
border-color: #e86c60;
border-width: 2px;
z-index: 1;
width: 15px;
top: -6px;
height: 15px;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result ul.products {
margin: 0;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .one-column .products {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .two-column .products {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
@media screen and (max-width: 546px) {
.elementor_search_map .wrap_search_map .wrap_search .search_result .two-column .products {
grid-template-columns: 1fr;
}
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .three-column .products {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
@media screen and (max-width: 768px) {
.elementor_search_map .wrap_search_map .wrap_search .search_result .three-column .products {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 546px) {
.elementor_search_map .wrap_search_map .wrap_search .search_result .three-column .products {
grid-template-columns: 1fr;
}
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .products:before {
display: none;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .products .product {
width: 100%;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .products .product a img {
width: 100%;
border-radius: 5px 5px 0 0;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax {
margin-top: 20px;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul {
padding: 0px;
margin: 0px;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li {
margin: 0 6px 12px 6px;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li span {
width: 100%;
height: 40px;
padding: 0 14px;
font-size: 16px;
line-height: 1.2;
border: 2px solid #cfccea;
border-radius: 3px;
display: inline-flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li span:hover {
background-color: #e86c60;
color: #fff;
border-color: #e86c60;
}
.elementor_search_map .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li .current {
background-color: #e86c60;
color: #fff;
border-color: #e86c60;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_load_more {
width: 100%;
display: none;
position: relative;
padding: 30px 0;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_load_more .loader {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%);
stroke-linecap: round;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_load_more .loader circle {
fill: none;
stroke-width: 1.5;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform-origin: 25px 25px;
will-change: transform;
stroke: #e86c60;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_load_more .loader circle:nth-of-type(1) {
stroke-dasharray: 40px;
animation-name: preloader_1;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_load_more .loader circle:nth-of-type(2) {
stroke-dasharray: 80px;
animation-name: preloader_2;
}
@keyframes preloader_1 {
100% {
transform: rotate(360deg);
}
}
@keyframes preloader_2 {
100% {
transform: rotate(-360deg);
}
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_radius span {
font-weight: 500;
font-size: 18px;
line-height: 23px;
letter-spacing: 0px;
color: #333333;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title .results_found {
margin-right: 30px;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title .results_found span {
font-weight: 500;
font-size: 18px;
line-height: 23px;
letter-spacing: 0px;
color: #333333;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title #search_sort select {
border-color: #e2e2e2;
border-radius: 4px;
outline: none;
padding: 8px 25px 8px 10px;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title #search_sort .select2-selection__rendered {
padding: 3px 35px 3px 15px;
}
.elementor_search_map .wrap_search_map .wrap_map {
display: block;
width: 40%;
}
@media screen and (max-width: 1024px) {
.elementor_search_map .wrap_search_map .wrap_map {
display: none;
width: 100%;
}
}
.elementor_search_map .wrap_search_map .wrap_map #show_map {
position: sticky !important;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.elementor_search_map .wrap_search_map .wrap_map #show_map .gm-svpc div {
width: 40px;
height: 40px;
}
.elementor_search_map.ova_have_map .wrap_search_map .wrap_search {
width: 60%;
padding: 0 20px;
}
@media screen and (max-width: 1024px) {
.elementor_search_map.ova_have_map .wrap_search_map .wrap_search {
width: 100%;
}
}
.elementor_search_map .select2 {
height: 100%;
width: 100% !important;
}
.elementor_search_map .select2 .select2-selection.select2-selection--single {
height: 100%;
min-height: 40px;
border-color: #e2e2e2;
border-radius: 4px;
outline: none;
display: flex;
align-items: center;
}
.elementor_search_map .select2 .select2-selection.select2-selection--single .select2-selection__rendered {
padding: 0 35px 0 15px;
transition: all 0.2s ease;
}
.elementor_search_map .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
top: 4px;
right: 10px;
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .wrap_search_location .locate_me {
color: var(--ovabrw-primary-color);
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=text], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=number], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=email], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=tel], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=url], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=password], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=search], .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content 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: #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);
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=text]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=number]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=email]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=tel]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=url]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=password]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=search]::placeholder, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content select::placeholder {
color: var(--ovabrw-light-color);
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=text]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=number]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=email]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=tel]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=url]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=password]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=search]:focus, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content select:focus {
outline: none;
background-color: #FFF;
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=text].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=number].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=email].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=tel].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=url].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=password].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content input[type=search].ovabrw_datetimepicker, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content select.ovabrw_datetimepicker {
background-image: url(//www.easybookingfethiye.com/wp-content/plugins/ova-brw/assets/img/calendar.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//www.easybookingfethiye.com/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_search_radius #wrap_pointer span {
border-color: var(--ovabrw-primary-color);
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul 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);
border-color: var(--ovabrw-light-color);
}
.elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li span.current, .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .search_result .ovabrw_pagination_ajax ul li span:hover {
border-color: var(--ovabrw-primary-color);
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.select2-dropdown {
border-color: #e2e2e2 !important;
}
.data_product_map {
max-width: 275px;
}
.data_product_map .title {
margin: 6px 0 15px 0;
line-height: 0.8em;
}
.data_product_map .title a {
font-size: 16px;
font-weight: 600;
color: #333;
line-height: 0.8em;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.data_product_map .title a:hover {
color: #e86c60;
}
.data_product_map .amount {
margin-bottom: 10px;
}
.data_product_map .product_ratting .star i {
color: #ffa800;
font-size: 14px;
}
body.rtl .elementor_search_map .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content .wrap_search_location .locate_me {
right: auto;
left: 20px;
}
body.rtl .elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title #search_sort .select2-selection__rendered {
padding: 3px 15px 3px 35px;
}
body.rtl .elementor_search_map .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
right: auto;
left: 10px;
}
.ovabrw-el-product-category img {
width: 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-el-product-category.template1 {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-el-product-category.template1 a {
display: block;
line-height: 0;
}
.ovabrw-el-product-category.template1 img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ovabrw-el-product-category.template1 .background-overlay {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.32);
z-index: 1;
}
.ovabrw-el-product-category.template1 .info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
padding: 0 30px 23px;
}
.ovabrw-el-product-category.template1 .info .name {
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: #FFF;
margin-bottom: 8px;
}
.ovabrw-el-product-category.template1 .info .name:before {
display: none;
}
.ovabrw-el-product-category.template1 .info .extra {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-el-product-category.template1 .info .extra .count {
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);
color: #FFF;
padding: 10px 20px;
background-color: var(--ovabrw-primary-color);
border-radius: 5px;
}
.ovabrw-el-product-category.template1 .info .extra .review-average {
display: flex;
align-items: center;
}
.ovabrw-el-product-category.template1 .info .extra .review-average i {
line-height: 1;
color: #FFB26A;
font-size: 20px;
margin-right: 5px;
}
.ovabrw-el-product-category.template1 .info .extra .review-average .average {
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);
color: #FFF;
}
.ovabrw-el-product-category.template1: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-el-product-category.template2 {
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 10px;
border-radius: 5px;
background-color: #FFF;
}
.ovabrw-el-product-category.template2 .content {
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 17px;
}
.ovabrw-el-product-category.template2 .content .background-overlay {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.32);
z-index: 1;
}
.ovabrw-el-product-category.template2 .content .count {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFF;
font-family: var(--ovabrw-primary-color);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
opacity: 0;
z-index: -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-el-product-category.template2 .info {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 6px;
}
.ovabrw-el-product-category.template2 .info .name {
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);
margin: 0;
}
.ovabrw-el-product-category.template2 .info .review-average {
display: flex;
align-items: center;
}
.ovabrw-el-product-category.template2 .info .review-average i {
line-height: 1;
color: #FFB26A;
font-size: 20px;
margin-right: 5px;
}
.ovabrw-el-product-category.template2 .info .review-average .average {
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);
color: var(--ovabrw-heading-color);
}
.ovabrw-el-product-category.template2:hover .content .count {
opacity: 1;
z-index: 1;
}
.ovabrw-el-product-category.template2:hover .content 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-product-ajax-filter .categories-filter {
margin: 0 0 30px;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.ovabrw-product-ajax-filter .categories-filter .item-term {
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);
-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;
text-transform: uppercase;
margin-bottom: 20px;
cursor: pointer;
}
.ovabrw-product-ajax-filter .categories-filter .item-term:not(:last-child) {
margin-right: 31px;
}
.ovabrw-product-ajax-filter .categories-filter .item-term.active, .ovabrw-product-ajax-filter .categories-filter .item-term:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-product-ajax-filter .ovabrw-result {
position: relative;
margin-bottom: 15px;
}
.ovabrw-product-ajax-filter .ovabrw-result .container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none;
}
.ovabrw-product-ajax-filter .ovabrw-result .container:before {
display: none;
}
.ovabrw-product-ajax-filter .ovabrw-result .container .item {
overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.ovabrw-product-ajax-filter .ovabrw-result .container {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-product-ajax-filter .ovabrw-result .container {
grid-template-columns: 1fr;
}
}
.ovabrw-product-ajax-filter .ovabrw-result .container.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-product-ajax-filter .ovabrw-result .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-product-ajax-filter .ovabrw-result .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-product-ajax-filter .ovabrw-pagination {
margin: 0 0 20px;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.ovabrw-product-ajax-filter .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-product-ajax-filter .ovabrw-pagination li .page-numbers.current, .ovabrw-product-ajax-filter .ovabrw-pagination li .page-numbers:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-product-filter {
position: relative;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-stage-outer {
margin-bottom: 35px;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-nav {
width: 105.5%;
height: 0;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: flex;
opacity: 0;
visibility: hidden;
align-items: center;
justify-content: space-between;
transform: translate(-50%, -50%);
margin-top: -35px;
-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-product-filter .ovabrw-product-filter-slide .owl-nav button i {
display: flex;
font-size: 41.5px;
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-product-filter .ovabrw-product-filter-slide .owl-nav button i:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-nav button:focus {
outline: none;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-nav.disabled {
display: none;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-dots {
display: flex;
align-items: center;
justify-content: center;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-dots button.active span {
background-color: var(--ovabrw-primary-color);
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-dots button span {
display: block;
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #F0F0F0;
-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-product-filter .ovabrw-product-filter-slide .owl-dots button span:hover {
background-color: var(--ovabrw-primary-color);
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-dots button:not(:last-child) {
margin-right: 3px;
}
.ovabrw-product-filter .ovabrw-product-filter-slide .owl-dots.disabled {
display: none;
}
.ovabrw-product-filter .ovabrw-product-filter-slide:hover .owl-nav {
opacity: 1;
visibility: visible;
}
form.ovabrw_search.ovabrw_search_modern .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);
}
form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=text], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=number], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=email], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=tel], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=url], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=password], form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=search], form.ovabrw_search.ovabrw_search_modern .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) !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);
}
form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=text]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=number]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=email]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=tel]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=url]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=password]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=search]::placeholder, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content select::placeholder {
color: var(--ovabrw-light-color);
}
form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=text]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=number]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=email]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=tel]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=url]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=password]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=search]:focus, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content select:focus {
outline: none;
background-color: #FFF;
}
form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=text].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=number].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=email].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=tel].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=url].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=password].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content input[type=search].ovabrw_datetimepicker, form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content select.ovabrw_datetimepicker {
background-image: url(//www.easybookingfethiye.com/wp-content/plugins/ova-brw/assets/img/calendar.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
form.ovabrw_search.ovabrw_search_modern .wrap_content .s_field .content select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//www.easybookingfethiye.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_search_modern .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;
}
body.rtl.ovabrw-modern form.ovabrw_search.ovabrw_search_modern .s_field .content input.ovabrw_datetimepicker {
background-position: 10px center;
}
body.rtl.ovabrw-modern form.ovabrw_search.ovabrw_search_modern .s_field .content select {
background-position: 10px center;
}