.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.ui-timepicker-wrapper {
overflow-y: auto;
max-height: 150px;
width: auto;
background: #fff;
border: 1px solid #ddd;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
outline: none;
z-index: 10052;
margin: 0;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
padding-right: 20px;
}
.ui-timepicker-list {
margin: 0;
padding: 0;
list-style: none;
}
.ui-timepicker-duration {
margin-left: 5px; color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
color: #888;
}
.ui-timepicker-list li {
padding: 3px 0 3px 5px;
cursor: pointer;
white-space: nowrap;
color: #000;
list-style: none;
margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
background: #fff; color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
background: #1980EC; color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
color: #888;
cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
background: #f2f2f2;
}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face {
font-family: "flaticon_brw";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon/font/flaticon_brw.ttf?58cc0eaa788c03e022124cb5ca3984ee) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon/font/flaticon_brw.woff?58cc0eaa788c03e022124cb5ca3984ee) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon/font/flaticon_brw.woff2?58cc0eaa788c03e022124cb5ca3984ee) format("woff2"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon/font/flaticon_brw.eot?58cc0eaa788c03e022124cb5ca3984ee#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon/font/flaticon_brw.svg?58cc0eaa788c03e022124cb5ca3984ee#flaticon_brw) format("svg");
}
i[class^="brwicon-"]:before, i[class*=" brwicon-"]:before {
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;
}
.brwicon-calendar:before {
content: "\f101";
}
.brwicon-calendar-1:before {
content: "\f102";
}
.brwicon-fuel-station:before {
content: "\f103";
}
.brwicon-gas-station:before {
content: "\f104";
}
.brwicon-right:before {
content: "\f105";
}
.brwicon-next:before {
content: "\f106";
}
.brwicon-next-1:before {
content: "\f107";
}
.brwicon-calendar-2:before {
content: "\f108";
}
.brwicon-down-arrow:before {
content: "\f109";
}
.brwicon-upload:before {
content: "\f10a";
}
.brwicon-star:before {
content: "\f10b";
}
.brwicon-star-1:before {
content: "\f10c";
}
.brwicon-star-2:before {
content: "\f10d";
}
.brwicon-star-3:before {
content: "\f10e";
}
.brwicon-left:before {
content: "\f10f";
}
.brwicon-right-1:before {
content: "\f110";
}@font-face {
font-family: 'ElegantIcons';
src:url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/elegant_font/fonts/ElegantIcons.eot);
src:url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/elegant_font/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/elegant_font/fonts/ElegantIcons.woff) format('woff'),
url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/elegant_font/fonts/ElegantIcons.ttf) format('truetype'),
url(//tommytrips.online/wp-content/plugins/ova-brw/assets/libs/elegant_font/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}@font-face {
font-family: "Car-Flaticon";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.eot);
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.woff) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.ttf) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon-new";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car_service/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="carflaticon-"]:before, [class*=" carflaticon-"]:before,
[class^="carflaticon-"]:after, [class*=" carflaticon-"]:after {   
font-family: Car-Flaticon;
font-size: 20px;
font-style: normal;
}
.carflaticon-car-door:before { content: "\f100"!important; }
.carflaticon-suspension:before { content: "\f101"; }
.carflaticon-oil:before { content: "\f102"; }
.carflaticon-car-key:before { content: "\f103"; }
.carflaticon-battery:before { content: "\f104"; }
.carflaticon-paint-spray:before { content: "\f105"; }
.carflaticon-disc-brake:before { content: "\f106"; }
.carflaticon-screwdriver:before { content: "\f107"; }
.carflaticon-tire:before { content: "\f108"!important; }
.carflaticon-gear:before { content: "\f109"; }
.carflaticon-gas-pump:before { content: "\f10a"; }
.carflaticon-spark-plug:before { content: "\f10b"; }
.carflaticon-gear-shift:before { content: "\f10c"; }
.carflaticon-steering-wheel:before { content: "\f10d"; }
.carflaticon-car-oil:before { content: "\f10e"; }
.carflaticon-temperature:before { content: "\f10f"; }@font-face {
font-family: "Flaticon_car2";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.eot);
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.woff) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.ttf) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon_car2";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/car2/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="car2flaticon-"]:before, [class*=" car2flaticon-"]:before,
[class^="car2flaticon-"]:after, [class*=" car2flaticon-"]:after {   
font-family: Flaticon_car2;
font-size: 20px;
font-style: normal;
}
.car2flaticon-car-1:before { content: "\f100"; }
.car2flaticon-suitcase:before { content: "\f101"; }
.car2flaticon-car:before { content: "\f102"; }
.car2flaticon-fuel:before { content: "\f103"; }@font-face {
font-family: "Flaticon";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.eot);
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.woff) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.ttf) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/essential_set/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
}
.flaticon-add:before { content: "\f100"; }
.flaticon-add-1:before { content: "\f101"; }
.flaticon-add-2:before { content: "\f102"; }
.flaticon-add-3:before { content: "\f103"; }
.flaticon-agenda:before { content: "\f104"; }
.flaticon-alarm:before { content: "\f105"; }
.flaticon-alarm-1:before { content: "\f106"; }
.flaticon-alarm-clock:before { content: "\f107"; }
.flaticon-alarm-clock-1:before { content: "\f108"; }
.flaticon-albums:before { content: "\f109"; }
.flaticon-app:before { content: "\f10a"; }
.flaticon-archive:before { content: "\f10b"; }
.flaticon-archive-1:before { content: "\f10c"; }
.flaticon-archive-2:before { content: "\f10d"; }
.flaticon-archive-3:before { content: "\f10e"; }
.flaticon-attachment:before { content: "\f10f"; }
.flaticon-back:before { content: "\f110"; }
.flaticon-battery:before { content: "\f111"; }
.flaticon-battery-1:before { content: "\f112"; }
.flaticon-battery-2:before { content: "\f113"; }
.flaticon-battery-3:before { content: "\f114"; }
.flaticon-battery-4:before { content: "\f115"; }
.flaticon-battery-5:before { content: "\f116"; }
.flaticon-battery-6:before { content: "\f117"; }
.flaticon-battery-7:before { content: "\f118"; }
.flaticon-battery-8:before { content: "\f119"; }
.flaticon-battery-9:before { content: "\f11a"; }
.flaticon-binoculars:before { content: "\f11b"; }
.flaticon-blueprint:before { content: "\f11c"; }
.flaticon-bluetooth:before { content: "\f11d"; }
.flaticon-bluetooth-1:before { content: "\f11e"; }
.flaticon-bookmark:before { content: "\f11f"; }
.flaticon-bookmark-1:before { content: "\f120"; }
.flaticon-briefcase:before { content: "\f121"; }
.flaticon-broken-link:before { content: "\f122"; }
.flaticon-calculator:before { content: "\f123"; }
.flaticon-calculator-1:before { content: "\f124"; }
.flaticon-calendar:before { content: "\f125"; }
.flaticon-calendar-1:before { content: "\f126"; }
.flaticon-calendar-2:before { content: "\f127"; }
.flaticon-calendar-3:before { content: "\f128"; }
.flaticon-calendar-4:before { content: "\f129"; }
.flaticon-calendar-5:before { content: "\f12a"; }
.flaticon-calendar-6:before { content: "\f12b"; }
.flaticon-calendar-7:before { content: "\f12c"; }
.flaticon-checked:before { content: "\f12d"; }
.flaticon-checked-1:before { content: "\f12e"; }
.flaticon-clock:before { content: "\f12f"; }
.flaticon-clock-1:before { content: "\f130"; }
.flaticon-close:before { content: "\f131"; }
.flaticon-cloud:before { content: "\f132"; }
.flaticon-cloud-computing:before { content: "\f133"; }
.flaticon-cloud-computing-1:before { content: "\f134"; }
.flaticon-cloud-computing-2:before { content: "\f135"; }
.flaticon-cloud-computing-3:before { content: "\f136"; }
.flaticon-cloud-computing-4:before { content: "\f137"; }
.flaticon-cloud-computing-5:before { content: "\f138"; }
.flaticon-command:before { content: "\f139"; }
.flaticon-compact-disc:before { content: "\f13a"; }
.flaticon-compact-disc-1:before { content: "\f13b"; }
.flaticon-compact-disc-2:before { content: "\f13c"; }
.flaticon-compass:before { content: "\f13d"; }
.flaticon-compose:before { content: "\f13e"; }
.flaticon-controls:before { content: "\f13f"; }
.flaticon-controls-1:before { content: "\f140"; }
.flaticon-controls-2:before { content: "\f141"; }
.flaticon-controls-3:before { content: "\f142"; }
.flaticon-controls-4:before { content: "\f143"; }
.flaticon-controls-5:before { content: "\f144"; }
.flaticon-controls-6:before { content: "\f145"; }
.flaticon-controls-7:before { content: "\f146"; }
.flaticon-controls-8:before { content: "\f147"; }
.flaticon-controls-9:before { content: "\f148"; }
.flaticon-database:before { content: "\f149"; }
.flaticon-database-1:before { content: "\f14a"; }
.flaticon-database-2:before { content: "\f14b"; }
.flaticon-database-3:before { content: "\f14c"; }
.flaticon-diamond:before { content: "\f14d"; }
.flaticon-diploma:before { content: "\f14e"; }
.flaticon-dislike:before { content: "\f14f"; }
.flaticon-dislike-1:before { content: "\f150"; }
.flaticon-divide:before { content: "\f151"; }
.flaticon-divide-1:before { content: "\f152"; }
.flaticon-division:before { content: "\f153"; }
.flaticon-document:before { content: "\f154"; }
.flaticon-download:before { content: "\f155"; }
.flaticon-edit:before { content: "\f156"; }
.flaticon-edit-1:before { content: "\f157"; }
.flaticon-eject:before { content: "\f158"; }
.flaticon-eject-1:before { content: "\f159"; }
.flaticon-equal:before { content: "\f15a"; }
.flaticon-equal-1:before { content: "\f15b"; }
.flaticon-equal-2:before { content: "\f15c"; }
.flaticon-error:before { content: "\f15d"; }
.flaticon-exit:before { content: "\f15e"; }
.flaticon-exit-1:before { content: "\f15f"; }
.flaticon-exit-2:before { content: "\f160"; }
.flaticon-eyeglasses:before { content: "\f161"; }
.flaticon-fast-forward:before { content: "\f162"; }
.flaticon-fast-forward-1:before { content: "\f163"; }
.flaticon-fax:before { content: "\f164"; }
.flaticon-file:before { content: "\f165"; }
.flaticon-file-1:before { content: "\f166"; }
.flaticon-file-2:before { content: "\f167"; }
.flaticon-film:before { content: "\f168"; }
.flaticon-fingerprint:before { content: "\f169"; }
.flaticon-flag:before { content: "\f16a"; }
.flaticon-flag-1:before { content: "\f16b"; }
.flaticon-flag-2:before { content: "\f16c"; }
.flaticon-flag-3:before { content: "\f16d"; }
.flaticon-flag-4:before { content: "\f16e"; }
.flaticon-focus:before { content: "\f16f"; }
.flaticon-folder:before { content: "\f170"; }
.flaticon-folder-1:before { content: "\f171"; }
.flaticon-folder-10:before { content: "\f172"; }
.flaticon-folder-11:before { content: "\f173"; }
.flaticon-folder-12:before { content: "\f174"; }
.flaticon-folder-13:before { content: "\f175"; }
.flaticon-folder-14:before { content: "\f176"; }
.flaticon-folder-15:before { content: "\f177"; }
.flaticon-folder-16:before { content: "\f178"; }
.flaticon-folder-17:before { content: "\f179"; }
.flaticon-folder-18:before { content: "\f17a"; }
.flaticon-folder-19:before { content: "\f17b"; }
.flaticon-folder-2:before { content: "\f17c"; }
.flaticon-folder-3:before { content: "\f17d"; }
.flaticon-folder-4:before { content: "\f17e"; }
.flaticon-folder-5:before { content: "\f17f"; }
.flaticon-folder-6:before { content: "\f180"; }
.flaticon-folder-7:before { content: "\f181"; }
.flaticon-folder-8:before { content: "\f182"; }
.flaticon-folder-9:before { content: "\f183"; }
.flaticon-forbidden:before { content: "\f184"; }
.flaticon-funnel:before { content: "\f185"; }
.flaticon-garbage:before { content: "\f186"; }
.flaticon-garbage-1:before { content: "\f187"; }
.flaticon-garbage-2:before { content: "\f188"; }
.flaticon-gift:before { content: "\f189"; }
.flaticon-help:before { content: "\f18a"; }
.flaticon-hide:before { content: "\f18b"; }
.flaticon-hold:before { content: "\f18c"; }
.flaticon-home:before { content: "\f18d"; }
.flaticon-home-1:before { content: "\f18e"; }
.flaticon-home-2:before { content: "\f18f"; }
.flaticon-hourglass:before { content: "\f190"; }
.flaticon-hourglass-1:before { content: "\f191"; }
.flaticon-hourglass-2:before { content: "\f192"; }
.flaticon-hourglass-3:before { content: "\f193"; }
.flaticon-house:before { content: "\f194"; }
.flaticon-id-card:before { content: "\f195"; }
.flaticon-id-card-1:before { content: "\f196"; }
.flaticon-id-card-2:before { content: "\f197"; }
.flaticon-id-card-3:before { content: "\f198"; }
.flaticon-id-card-4:before { content: "\f199"; }
.flaticon-id-card-5:before { content: "\f19a"; }
.flaticon-idea:before { content: "\f19b"; }
.flaticon-incoming:before { content: "\f19c"; }
.flaticon-infinity:before { content: "\f19d"; }
.flaticon-info:before { content: "\f19e"; }
.flaticon-internet:before { content: "\f19f"; }
.flaticon-key:before { content: "\f1a0"; }
.flaticon-lamp:before { content: "\f1a1"; }
.flaticon-layers:before { content: "\f1a2"; }
.flaticon-layers-1:before { content: "\f1a3"; }
.flaticon-like:before { content: "\f1a4"; }
.flaticon-like-1:before { content: "\f1a5"; }
.flaticon-like-2:before { content: "\f1a6"; }
.flaticon-link:before { content: "\f1a7"; }
.flaticon-list:before { content: "\f1a8"; }
.flaticon-list-1:before { content: "\f1a9"; }
.flaticon-lock:before { content: "\f1aa"; }
.flaticon-lock-1:before { content: "\f1ab"; }
.flaticon-locked:before { content: "\f1ac"; }
.flaticon-locked-1:before { content: "\f1ad"; }
.flaticon-locked-2:before { content: "\f1ae"; }
.flaticon-locked-3:before { content: "\f1af"; }
.flaticon-locked-4:before { content: "\f1b0"; }
.flaticon-locked-5:before { content: "\f1b1"; }
.flaticon-locked-6:before { content: "\f1b2"; }
.flaticon-login:before { content: "\f1b3"; }
.flaticon-magic-wand:before { content: "\f1b4"; }
.flaticon-magnet:before { content: "\f1b5"; }
.flaticon-magnet-1:before { content: "\f1b6"; }
.flaticon-magnet-2:before { content: "\f1b7"; }
.flaticon-map:before { content: "\f1b8"; }
.flaticon-map-1:before { content: "\f1b9"; }
.flaticon-map-2:before { content: "\f1ba"; }
.flaticon-map-location:before { content: "\f1bb"; }
.flaticon-megaphone:before { content: "\f1bc"; }
.flaticon-megaphone-1:before { content: "\f1bd"; }
.flaticon-menu:before { content: "\f1be"; }
.flaticon-menu-1:before { content: "\f1bf"; }
.flaticon-menu-2:before { content: "\f1c0"; }
.flaticon-menu-3:before { content: "\f1c1"; }
.flaticon-menu-4:before { content: "\f1c2"; }
.flaticon-microphone:before { content: "\f1c3"; }
.flaticon-microphone-1:before { content: "\f1c4"; }
.flaticon-minus:before { content: "\f1c5"; }
.flaticon-minus-1:before { content: "\f1c6"; }
.flaticon-more:before { content: "\f1c7"; }
.flaticon-more-1:before { content: "\f1c8"; }
.flaticon-more-2:before { content: "\f1c9"; }
.flaticon-multiply:before { content: "\f1ca"; }
.flaticon-multiply-1:before { content: "\f1cb"; }
.flaticon-music-player:before { content: "\f1cc"; }
.flaticon-music-player-1:before { content: "\f1cd"; }
.flaticon-music-player-2:before { content: "\f1ce"; }
.flaticon-music-player-3:before { content: "\f1cf"; }
.flaticon-mute:before { content: "\f1d0"; }
.flaticon-muted:before { content: "\f1d1"; }
.flaticon-navigation:before { content: "\f1d2"; }
.flaticon-navigation-1:before { content: "\f1d3"; }
.flaticon-network:before { content: "\f1d4"; }
.flaticon-newspaper:before { content: "\f1d5"; }
.flaticon-next:before { content: "\f1d6"; }
.flaticon-note:before { content: "\f1d7"; }
.flaticon-notebook:before { content: "\f1d8"; }
.flaticon-notebook-1:before { content: "\f1d9"; }
.flaticon-notebook-2:before { content: "\f1da"; }
.flaticon-notebook-3:before { content: "\f1db"; }
.flaticon-notebook-4:before { content: "\f1dc"; }
.flaticon-notebook-5:before { content: "\f1dd"; }
.flaticon-notepad:before { content: "\f1de"; }
.flaticon-notepad-1:before { content: "\f1df"; }
.flaticon-notepad-2:before { content: "\f1e0"; }
.flaticon-notification:before { content: "\f1e1"; }
.flaticon-paper-plane:before { content: "\f1e2"; }
.flaticon-paper-plane-1:before { content: "\f1e3"; }
.flaticon-pause:before { content: "\f1e4"; }
.flaticon-pause-1:before { content: "\f1e5"; }
.flaticon-percent:before { content: "\f1e6"; }
.flaticon-percent-1:before { content: "\f1e7"; }
.flaticon-perspective:before { content: "\f1e8"; }
.flaticon-photo-camera:before { content: "\f1e9"; }
.flaticon-photo-camera-1:before { content: "\f1ea"; }
.flaticon-photos:before { content: "\f1eb"; }
.flaticon-picture:before { content: "\f1ec"; }
.flaticon-picture-1:before { content: "\f1ed"; }
.flaticon-picture-2:before { content: "\f1ee"; }
.flaticon-pin:before { content: "\f1ef"; }
.flaticon-placeholder:before { content: "\f1f0"; }
.flaticon-placeholder-1:before { content: "\f1f1"; }
.flaticon-placeholder-2:before { content: "\f1f2"; }
.flaticon-placeholder-3:before { content: "\f1f3"; }
.flaticon-placeholders:before { content: "\f1f4"; }
.flaticon-play-button:before { content: "\f1f5"; }
.flaticon-play-button-1:before { content: "\f1f6"; }
.flaticon-plus:before { content: "\f1f7"; }
.flaticon-power:before { content: "\f1f8"; }
.flaticon-previous:before { content: "\f1f9"; }
.flaticon-price-tag:before { content: "\f1fa"; }
.flaticon-print:before { content: "\f1fb"; }
.flaticon-push-pin:before { content: "\f1fc"; }
.flaticon-radar:before { content: "\f1fd"; }
.flaticon-reading:before { content: "\f1fe"; }
.flaticon-record:before { content: "\f1ff"; }
.flaticon-repeat:before { content: "\f200"; }
.flaticon-repeat-1:before { content: "\f201"; }
.flaticon-restart:before { content: "\f202"; }
.flaticon-resume:before { content: "\f203"; }
.flaticon-rewind:before { content: "\f204"; }
.flaticon-rewind-1:before { content: "\f205"; }
.flaticon-route:before { content: "\f206"; }
.flaticon-save:before { content: "\f207"; }
.flaticon-search:before { content: "\f208"; }
.flaticon-search-1:before { content: "\f209"; }
.flaticon-send:before { content: "\f20a"; }
.flaticon-server:before { content: "\f20b"; }
.flaticon-server-1:before { content: "\f20c"; }
.flaticon-server-2:before { content: "\f20d"; }
.flaticon-server-3:before { content: "\f20e"; }
.flaticon-settings:before { content: "\f20f"; }
.flaticon-settings-1:before { content: "\f210"; }
.flaticon-settings-2:before { content: "\f211"; }
.flaticon-settings-3:before { content: "\f212"; }
.flaticon-settings-4:before { content: "\f213"; }
.flaticon-settings-5:before { content: "\f214"; }
.flaticon-settings-6:before { content: "\f215"; }
.flaticon-settings-7:before { content: "\f216"; }
.flaticon-settings-8:before { content: "\f217"; }
.flaticon-settings-9:before { content: "\f218"; }
.flaticon-share:before { content: "\f219"; }
.flaticon-share-1:before { content: "\f21a"; }
.flaticon-share-2:before { content: "\f21b"; }
.flaticon-shuffle:before { content: "\f21c"; }
.flaticon-shuffle-1:before { content: "\f21d"; }
.flaticon-shutdown:before { content: "\f21e"; }
.flaticon-sign:before { content: "\f21f"; }
.flaticon-sign-1:before { content: "\f220"; }
.flaticon-skip:before { content: "\f221"; }
.flaticon-smartphone:before { content: "\f222"; }
.flaticon-smartphone-1:before { content: "\f223"; }
.flaticon-smartphone-10:before { content: "\f224"; }
.flaticon-smartphone-11:before { content: "\f225"; }
.flaticon-smartphone-2:before { content: "\f226"; }
.flaticon-smartphone-3:before { content: "\f227"; }
.flaticon-smartphone-4:before { content: "\f228"; }
.flaticon-smartphone-5:before { content: "\f229"; }
.flaticon-smartphone-6:before { content: "\f22a"; }
.flaticon-smartphone-7:before { content: "\f22b"; }
.flaticon-smartphone-8:before { content: "\f22c"; }
.flaticon-smartphone-9:before { content: "\f22d"; }
.flaticon-speaker:before { content: "\f22e"; }
.flaticon-speaker-1:before { content: "\f22f"; }
.flaticon-speaker-2:before { content: "\f230"; }
.flaticon-speaker-3:before { content: "\f231"; }
.flaticon-speaker-4:before { content: "\f232"; }
.flaticon-speaker-5:before { content: "\f233"; }
.flaticon-speaker-6:before { content: "\f234"; }
.flaticon-speaker-7:before { content: "\f235"; }
.flaticon-speaker-8:before { content: "\f236"; }
.flaticon-spotlight:before { content: "\f237"; }
.flaticon-star:before { content: "\f238"; }
.flaticon-star-1:before { content: "\f239"; }
.flaticon-stop:before { content: "\f23a"; }
.flaticon-stop-1:before { content: "\f23b"; }
.flaticon-stopwatch:before { content: "\f23c"; }
.flaticon-stopwatch-1:before { content: "\f23d"; }
.flaticon-stopwatch-2:before { content: "\f23e"; }
.flaticon-stopwatch-3:before { content: "\f23f"; }
.flaticon-stopwatch-4:before { content: "\f240"; }
.flaticon-street:before { content: "\f241"; }
.flaticon-street-1:before { content: "\f242"; }
.flaticon-substract:before { content: "\f243"; }
.flaticon-substract-1:before { content: "\f244"; }
.flaticon-success:before { content: "\f245"; }
.flaticon-switch:before { content: "\f246"; }
.flaticon-switch-1:before { content: "\f247"; }
.flaticon-switch-2:before { content: "\f248"; }
.flaticon-switch-3:before { content: "\f249"; }
.flaticon-switch-4:before { content: "\f24a"; }
.flaticon-switch-5:before { content: "\f24b"; }
.flaticon-switch-6:before { content: "\f24c"; }
.flaticon-switch-7:before { content: "\f24d"; }
.flaticon-tabs:before { content: "\f24e"; }
.flaticon-tabs-1:before { content: "\f24f"; }
.flaticon-target:before { content: "\f250"; }
.flaticon-television:before { content: "\f251"; }
.flaticon-television-1:before { content: "\f252"; }
.flaticon-time:before { content: "\f253"; }
.flaticon-trash:before { content: "\f254"; }
.flaticon-umbrella:before { content: "\f255"; }
.flaticon-unlink:before { content: "\f256"; }
.flaticon-unlocked:before { content: "\f257"; }
.flaticon-unlocked-1:before { content: "\f258"; }
.flaticon-unlocked-2:before { content: "\f259"; }
.flaticon-upload:before { content: "\f25a"; }
.flaticon-user:before { content: "\f25b"; }
.flaticon-user-1:before { content: "\f25c"; }
.flaticon-user-2:before { content: "\f25d"; }
.flaticon-user-3:before { content: "\f25e"; }
.flaticon-user-4:before { content: "\f25f"; }
.flaticon-user-5:before { content: "\f260"; }
.flaticon-user-6:before { content: "\f261"; }
.flaticon-user-7:before { content: "\f262"; }
.flaticon-users:before { content: "\f263"; }
.flaticon-users-1:before { content: "\f264"; }
.flaticon-video-camera:before { content: "\f265"; }
.flaticon-video-camera-1:before { content: "\f266"; }
.flaticon-video-player:before { content: "\f267"; }
.flaticon-video-player-1:before { content: "\f268"; }
.flaticon-video-player-2:before { content: "\f269"; }
.flaticon-view:before { content: "\f26a"; }
.flaticon-view-1:before { content: "\f26b"; }
.flaticon-view-2:before { content: "\f26c"; }
.flaticon-volume-control:before { content: "\f26d"; }
.flaticon-volume-control-1:before { content: "\f26e"; }
.flaticon-warning:before { content: "\f26f"; }
.flaticon-wifi:before { content: "\f270"; }
.flaticon-wifi-1:before { content: "\f271"; }
.flaticon-windows:before { content: "\f272"; }
.flaticon-windows-1:before { content: "\f273"; }
.flaticon-windows-2:before { content: "\f274"; }
.flaticon-windows-3:before { content: "\f275"; }
.flaticon-windows-4:before { content: "\f276"; }
.flaticon-wireless-internet:before { content: "\f277"; }
.flaticon-worldwide:before { content: "\f278"; }
.flaticon-worldwide-1:before { content: "\f279"; }
.flaticon-zoom-in:before { content: "\f27a"; }
.flaticon-zoom-out:before { content: "\f27b"; }
.flaticon-car-1:before { content: "\f100"; }
.flaticon-car:before { content: "\f101"; }@font-face {
font-family: "brwicon2";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon2/font/brwicon2.woff2?619d85380d97992af845ea5c482bde5b) format("woff2"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon2/font/brwicon2.woff?619d85380d97992af845ea5c482bde5b) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon2/font/brwicon2.eot?619d85380d97992af845ea5c482bde5b#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon2/font/brwicon2.ttf?619d85380d97992af845ea5c482bde5b) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon2/font/brwicon2.svg?619d85380d97992af845ea5c482bde5b#brwicon2) format("svg")
}
i[class^="brwicon2-"]:before, i[class*=" brwicon2-"]:before {
font-family: brwicon2 !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;
}
.brwicon2-spinner-of-dots:before {
content: "\f101";
}
.brwicon2-down-arrow:before {
content: "\f102";
}
.brwicon2-up-arrow:before {
content: "\f103";
}
.brwicon2-minus-sign:before {
content: "\f104";
}
.brwicon2-plus-sign:before {
content: "\f105";
}
.brwicon2-question:before {
content: "\f106";
}
.brwicon2-group:before {
content: "\f107";
}
.brwicon2-close:before {
content: "\f108";
}
.brwicon2-price-tag:before {
content: "\f109";
}
.brwicon2-price-tag-1:before {
content: "\f10a";
}
.brwicon2-price-tag-2:before {
content: "\f10b";
}@font-face {
font-family: "brwicon3";
src: url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon3/font/brwicon3.woff2?843d5500c974253ded106dc3c809e6d7) format("woff2"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon3/font/brwicon3.woff?843d5500c974253ded106dc3c809e6d7) format("woff"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon3/font/brwicon3.eot?843d5500c974253ded106dc3c809e6d7#iefix) format("embedded-opentype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon3/font/brwicon3.ttf?843d5500c974253ded106dc3c809e6d7) format("truetype"),
url(https://tommytrips.online/wp-content/plugins/ova-brw/assets/libs/flaticons/brwicon3/font/brwicon3.svg?843d5500c974253ded106dc3c809e6d7#brwicon3) format("svg")
}
i[class^="brwicon3-"]:before, i[class*=" brwicon3-"]:before {
font-family: brwicon3 !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;
}
.brwicon3-booking:before {
content: "\f101";
}
.brwicon3-calendar-date:before {
content: "\f102";
}
.brwicon3-check:before {
content: "\f103";
}
.brwicon3-hotel:before {
content: "\f104";
}
.brwicon3-flights:before {
content: "\f105";
}
.brwicon3-airport:before {
content: "\f106";
}
.brwicon3-airport-tower:before {
content: "\f107";
}
.brwicon3-air-plane:before {
content: "\f108";
}
.brwicon3-map:before {
content: "\f109";
}
.brwicon3-user:before {
content: "\f10a";
}
.brwicon3-car:before {
content: "\f10b";
}
.brwicon3-car-1:before {
content: "\f10c";
}
.brwicon3-calendar:before {
content: "\f10d";
}
.brwicon3-delivery-man:before {
content: "\f10e";
}
.brwicon3-profits:before {
content: "\f10f";
}
.brwicon3-profit:before {
content: "\f110";
}
.brwicon3-profits-1:before {
content: "\f111";
}
.brwicon3-funds:before {
content: "\f112";
}
.brwicon3-seat:before {
content: "\f113";
}
.brwicon3-delivery-truck:before {
content: "\f114";
}
.brwicon3-calculator:before {
content: "\f115";
}
.brwicon3-rental-car:before {
content: "\f116";
}
.brwicon3-pipette:before {
content: "\f117";
}
.brwicon3-speedometer:before {
content: "\f118";
}
.brwicon3-twitter:before {
content: "\f119";
}
.brwicon3-vimeo:before {
content: "\f11a";
}
.brwicon3-settings:before {
content: "\f11b";
}
.brwicon3-driver:before {
content: "\f11c";
}
.brwicon3-key:before {
content: "\f11d";
}
.brwicon3-calendar-1:before {
content: "\f11e";
}
.brwicon3-boom-lift:before {
content: "\f11f";
}
.brwicon3-weight:before {
content: "\f120";
}
.brwicon3-review:before {
content: "\f121";
}
.brwicon3-depth:before {
content: "\f122";
}
.brwicon3-package:before {
content: "\f123";
}@keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
outline: none !important;
}
.ovabrw-card-template {
display: flex;
flex-direction: column;
max-width: 100%;
height: 100%;
text-align: left;
overflow: hidden;
}
.ovabrw-card-template .ovabrw-card-header {
position: relative;
max-width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup {
max-width: 100%;
overflow: hidden;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow {
position: relative;
max-width: 100%;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .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;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-price span {
color: #FFF;
font-family: var(--ovabrw-primary-font);
font-size: 18px;
font-weight: 500;
line-height: normal;
text-align: center;
}
.ovabrw-card-template .ovabrw-card-header .ovabrw-price span a {
color: #FFF;
}
.ovabrw-card-template .ovabrw-card-content {
background-color: #FFF;
border: 1px solid #EBEBEB;
border-top-width: 0;
padding: 45px 15px 20px;
height: 100%;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title {
margin: 0 0 24px 0;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-title a:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
margin: 0 0 30px;
padding: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 20px;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 0.8;
margin-right: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-features:before, .ovabrw-card-template .ovabrw-card-content .ovabrw-features:after {
display: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
margin: 0 0 30px;
padding: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 20px;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: center;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 0.8;
margin-right: 10px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification span.label {
color: var(--ovabrw-primary-color);
margin-right: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification .specification-color {
display: inline-block;
width: 23px;
height: 23px;
border-radius: 3px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications:before, .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications:after {
display: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy {
margin: 0 0 18px;
padding: 0 !important;
list-style-type: none;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy {
margin-bottom: 5px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.label, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.label {
color: var(--ovabrw-label-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.value, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.value {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute span.value a, .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy span.value a {
margin: 0 3px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
margin-bottom: 22px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating {
display: flex;
align-items: center;
margin-right: 8px;
overflow: hidden;
position: relative;
line-height: 1;
width: 85px;
max-width: 85px;
height: 1.2em;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating i {
font-size: 16px;
color: var(--ovabrw-light-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
line-height: 1;
height: 1.2em;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent i {
font-size: 16px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
height: 40px;
padding: 0 18px;
border: 1px solid var(--ovabrw-primary-color);
border-radius: 5px;
color: var(--ovabrw-primary-color);
background-color: #FFF;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button i {
display: flex;
line-height: 1;
margin-left: 4px;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button i.brwicon2-spinner-of-dots {
display: none;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading {
opacity: 0.5;
cursor: not-allowed;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading i.brwicon-right {
display: none !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button.ovabrw-loading i.brwicon2-spinner-of-dots {
display: flex !important;
}
.ovabrw-card-template .ovabrw-card-content .ovabrw-button:hover {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card-template:hover .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature .gallery-fancybox img {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-moz-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
-o-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer {
direction: rtl;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content {
text-align: right;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature i {
margin-right: 0;
margin-left: 5px;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-features .item-feature span {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin-right: 0;
margin-left: 5px;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification span {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-attribute .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-attributes .item-taxonomy .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-attribute .value, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy .label, body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy .item-taxonomy .value {
display: inline-flex;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating {
margin-right: 0;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-star-rating .ovabrw-rating-percent {
left: auto;
right: 0;
}
body.rtl.ovabrw-modern .ovabrw-card-template .ovabrw-card-content .ovabrw-button .brwicon-right {
margin-left: 0;
margin-right: 4px;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card1-display-thumbnail);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card1-thumbnail-height);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card1-display-thumbnail);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card1-thumbnail-height);
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-content .ovabrw-review .ovabrw-review-link {
display: none;
}
.ovabrw-card1.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card2-display-thumbnail);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card2-thumbnail-height);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card2-display-thumbnail);
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card2-thumbnail-height);
}
.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-specifications {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin: 0;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 16px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card2.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
margin-bottom: 10px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card3-display-thumbnail);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card3-thumbnail-height);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card3-display-thumbnail);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card3-thumbnail-height);
}
.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-specifications {
margin: 0 0 35px;
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
margin: 0;
}
@media only screen and (max-width: 500px) {
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 16px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price {
font-family: var(--ovabrw-primary-font);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--ovabrw-primary-color);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit {
font-size: 14px;
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button {
border-color: var(--ovabrw-heading-color);
color: var(--ovabrw-heading-color);
}
.ovabrw-card3.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button:hover {
border-color: var(--ovabrw-primary-color);
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-features-featured {
padding: 12px 30px;
font-size: 18px;
font-weight: 500;
top: auto;
bottom: -24px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card4-display-thumbnail);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card4-thumbnail-height);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card4-display-thumbnail);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card4-thumbnail-height);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content {
padding: 32px 15px 35px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-review {
margin-bottom: 5px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-title {
margin-bottom: 3px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-price {
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin-bottom: 28px;
}
.ovabrw-card4.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 28px;
}
.ovabrw-card5.ovabrw-card-template {
display: flex;
flex-direction: row;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header {
max-width: 40%;
flex: 0 0 40%;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow, .ovabrw-card5.ovabrw-card-template .ovabrw-card-header .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 {
margin: 0;
height: 100%;
max-height: 100%;
object-fit: cover;
object-position: center;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img {
object-fit: var(--ovabrw-card5-display-thumbnail);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card5-thumbnail-height);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card5-display-thumbnail);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card5-thumbnail-height);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .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 {
color: var(--ovabrw-primary-color);
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-price .amount {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-card-content-head .ovabrw-price .unit {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 500px) {
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-features {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 500px) {
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 25px;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-button {
height: auto;
padding: 12px 30px;
font-size: 18px;
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-content .ovabrw-button i {
display: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-card5.ovabrw-card-template {
flex-direction: column;
}
.ovabrw-card5.ovabrw-card-template .ovabrw-card-header, .ovabrw-card5.ovabrw-card-template .ovabrw-card-content {
max-width: 100%;
flex: auto;
}
}
.ovabrw-card6.ovabrw-card-template {
display: flex;
flex-direction: row;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header {
max-width: 40%;
flex: 0 0 40%;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-slideshow, .ovabrw-card6.ovabrw-card-template .ovabrw-card-header .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-product-img-feature img {
object-fit: var(--ovabrw-card6-display-thumbnail);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-product-img-feature img.ovabrw-card-height {
height: var(--ovabrw-card6-thumbnail-height);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img {
object-fit: var(--ovabrw-card6-display-thumbnail);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .owl-stage-outer .owl-stage .owl-item .item .gallery-fancybox img.ovabrw-card-height {
height: var(--ovabrw-card6-thumbnail-height);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header .ovabrw-gallery-popup .ovabrw-gallery-slideshow .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-specifications {
grid-template-columns: 1fr 1fr 1fr;
margin: 0 0 25px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications .item-specification i {
color: var(--ovabrw-primary-color);
}
@media only screen and (max-width: 500px) {
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-short-description {
margin-bottom: 22px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-attributes {
margin: 0 0 22px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-custom-taxonomy + .ovabrw-attributes {
margin-top: -12px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn {
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid #EBEBEB;
padding-top: 34px;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price {
color: var(--ovabrw-primary-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .amount {
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
color: var(--ovabrw-primary-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit {
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--ovabrw-text-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-price .unit:first-of-type {
display: block;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button {
height: auto;
padding: 12px 30px;
font-size: 18px;
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-content .ovabrw-card-btn .ovabrw-button i {
display: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-card6.ovabrw-card-template {
flex-direction: column;
}
.ovabrw-card6.ovabrw-card-template .ovabrw-card-header, .ovabrw-card6.ovabrw-card-template .ovabrw-card-content {
max-width: 100%;
flex: auto;
}
} @keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} ul.ovabrw_woo_features, ul.ovabrw-product-specifications {
list-style: none;
margin: 15px 0px;
padding: 0;
}
ul.ovabrw_woo_features li label, ul.ovabrw-product-specifications li label {
font-weight: 600;
min-width: 200px;
display: inline-block;
}
ul.ovabrw_woo_features li span, ul.ovabrw-product-specifications li span {
font-weight: 400;
}
ul.ovabrw_woo_features li .specification-color, ul.ovabrw-product-specifications li .specification-color {
display: inline-block;
width: 23px;
height: 23px;
border-radius: 3px;
vertical-align: top;
} ul.ovabrw_cus_taxonomy {
list-style: none;
margin: 15px 0px;
padding: 0;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 15px;
}
ul.ovabrw_cus_taxonomy li {
margin: 0;
}
ul.ovabrw_cus_taxonomy li 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 rgb(0, 0, 0);
border-radius: 3px;
background: #fff;
}
.ovacrs_rt_discount .popup-close {
width: 30px;
height: 30px;
padding-top: 4px;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
border-radius: 1000px;
background: rgba(0, 0, 0, 0.8);
font-size: 20px;
text-align: center;
line-height: 100%;
color: #fff;
}
.ovacrs_rt_discount .popup-close:hover {
-webkit-transform: translate(50%, -50%) rotate(180deg);
transform: translate(50%, -50%) rotate(180deg);
background: rgb(0, 0, 0);
text-decoration: none;
}  .wrap_calendar {
margin-bottom: 30px;
background-color: #f3f3f3;
padding: 15px;
margin: 0;
position: relative;
width: 100%;
clear: both;
}
@media (max-width: 767px) {
.wrap_calendar {
padding: 10px;
}
}
ul.intruction_calendar {
position: relative;
list-style: none;
margin: 0;
padding: 15px 0 0 0;
}
ul.intruction_calendar li {
padding-right: 10px;
display: inline-block;
}
ul.intruction_calendar li .white {
width: 15px;
height: 15px;
background-color: var(--ovabrw-available-background-calendar);
border: 1px solid #dbdbdb;
display: inline-block;
}
ul.intruction_calendar li .maybe {
width: 15px;
height: 15px;
background-color: #fff;
border: 1px solid #555;
border-bottom-width: 5px;
display: inline-block;
opacity: 0.5;
position: relative;
}
ul.intruction_calendar li .yellow {
width: 15px;
height: 15px;
background-color: var(--ovabrw-disable-background-calendar);
border: 1px solid var(--ovabrw-disable-background-calendar);
display: inline-block;
}
ul.intruction_calendar li .booked {
width: 15px;
height: 15px;
background-color: var(--ovabrw-booked-background-calendar);
border: 1px solid var(--ovabrw-booked-background-calendar);
display: inline-block;
}
.fc .fc-scrollgrid {
margin: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
min-height: auto;
}
.ovabrw_product_calendar table:not(.has-background) th {
background-color: unset;
}
.ovabrw_product_calendar table:not(.has-background) tbody td {
background-color: unset;
}
.ovabrw_product_calendar table:not(.has-background) tbody tr:nth-child(2n) td, .ovabrw_product_calendar fieldset, .ovabrw_product_calendar fieldset legend {
background-color: unset;
}
.ovabrw_product_calendar .fc-header-toolbar {
flex-direction: column;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.ovabrw_product_calendar .fc-header-toolbar .fc-button-group {
margin-left: 0;
display: inline-block;
}
.ovabrw_product_calendar .fc-header-toolbar .fc-right {
margin-top: 0;
}
}
.ovabrw_product_calendar .fc-view-harness table {
margin: 0;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day {
text-align: center;
background-color: var(--ovabrw-available-background-calendar);
color: var(--ovabrw-available-color);
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .day-price .ovabrw-day-price, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .day-price .ovabrw-day-price {
font-size: 14px;
color: #8e8e8e;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past {
background-color: var(--ovabrw-disable-background-calendar) !important;
opacity: 0.5;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-daygrid-day-number, .ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-col-header-cell-cushion {
color: #FFF;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-day-past .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day-events {
margin-bottom: 2px;
}
.ovabrw_product_calendar .fc-view-harness .fc-list-table .fc-list-day-text, .ovabrw_product_calendar .fc-view-harness .fc-list-table .fc-list-day-side-text {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw_product_calendar .fc-col-header {
margin-bottom: 0;
}
.ovabrw_product_calendar .fc-col-header-cell-cushion {
color: #555;
}
.ovabrw_product_calendar .fc-daygrid-event {
white-space: break-spaces;
}
.ovabrw_product_calendar .fc-daygrid-event-dot {
display: none;
}
.ovabrw_product_calendar .fc-event-time {
display: none;
}
.ovabrw_product_calendar .fc-event-title-container .fc-event-title.fc-sticky {
font-size: 0.8em;
}
.ovabrw_product_calendar .fc-v-event {
background-color: var(--ovabrw-disable-background-calendar);
border: 1px solid var(--ovabrw-disable-background-calendar);
}
.ovabrw_product_calendar .fc-daygrid-day-top,
.ovabrw_product_calendar .fc-daygrid-day-top .fc-daygrid-day-number {
color: var(--ovabrw-available-color);
}
.ovabrw_product_calendar .fc-daygrid-day-number {
width: 100%;
text-align: center;
}
.ovabrw_product_calendar .fc-daygrid-day-bg .woocommerce-Price-amount {
opacity: 0.8;
z-index: 9999;
position: relative;
}
.ovabrw_product_calendar .fc-bg-event {
opacity: 1;
}
.ovabrw_product_calendar.fc-theme-standard .fc-popover {
background: #FFF;
z-index: 9999 !important;
}
@media (max-width: 991.98px) {
.ovabrw_product_calendar {
width: 100%;
}
} .ovabrw-wrapper-guestspicker {
position: relative;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
width: 100%;
background-color: #fff;
box-shadow: none;
cursor: pointer;
}
.ovabrw-wrapper-guestspicker .ovabrw-gueste-error {
display: none;
position: absolute;
bottom: 115%;
left: 0;
z-index: 1;
padding: 3px 13px;
background-color: #FFFFFF;
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
border-radius: 5px;
font-size: 14px;
font-weight: 500;
font-style: italic;
color: #FFF;
background-color: red;
}
.ovabrw-wrapper-guestspicker .ovabrw-gueste-error:after {
content: "";
bottom: -7px;
left: 10%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid red;
position: absolute;
display: inline-block;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content {
display: none;
position: absolute;
width: 100%;
margin-top: 5px;
left: 0;
z-index: 2;
padding: 10px 13px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
box-sizing: border-box;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content:before {
content: "";
top: -7px;
left: 10%;
margin-left: -3.5px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid var(--ovabrw-light-color);
position: absolute;
display: inline-block;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label {
display: flex;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-label .guests-beside {
font-family: var(--ovabrw-primary-font);
font-size: 14px;
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-style: italic;
margin-left: 5px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button {
display: flex;
align-items: center;
max-width: 100px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
min-width: 25px;
height: 25px;
text-align: center;
border: none;
border-radius: 4px;
background-color: #F5F5F5;
cursor: pointer;
color: var(--ovabrw-label-color);
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon span {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon span:before {
font-size: 12px;
margin: 0;
line-height: 1;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button .guests-icon:hover {
background-color: var(--ovabrw-primary-color);
color: #FFFFFF;
}
.ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons .guests-button input[type=text] {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #fff;
width: 100%;
max-width: 40px;
height: 40px !important;
margin: 0;
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
pointer-events: none;
text-align: center;
} .ovabrw_booking_form {
padding: 30px 0px 30px 0px;
}
.ovabrw_booking_form h3.title {
border-bottom: 1px solid;
}
.ovabrw_booking_form .wrap_fields {
margin-bottom: 5px;
}
.ovabrw_booking_form .wrap_fields .rb_field {
margin-bottom: 30px;
}
.ovabrw_booking_form .wrap_fields .rb_field label.error {
color: red;
margin-top: 5px;
}
.ovabrw_booking_form .wrap_fields label {
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 !important;
height: 40px;
width: 100%;
padding: 10px 16px;
outline: none;
}
.ovabrw_booking_form .wrap_fields select:focus, .ovabrw_booking_form .wrap_fields input:focus {
outline: none;
box-shadow: none;
}
.ovabrw_booking_form .terms-conditions {
position: relative;
z-index: 1;
margin-bottom: 25px;
}
.ovabrw_booking_form .terms-conditions label {
font-size: 16px;
cursor: pointer;
}
.ovabrw_booking_form .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.ovabrw_booking_form .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.ovabrw_booking_form .ovabrw-recaptcha {
position: relative;
}
.ovabrw_booking_form .ovabrw-recaptcha .ovabrw-recaptcha-token {
position: absolute;
top: 5px;
left: 12px;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw_booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-booking {
margin-bottom: 30px;
}
.ovabrw_booking_form button.submit {
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
}
.ovabrw_booking_form button.submit:focus {
outline: none;
}
.ovabrw_booking_form button.submit:hover {
background-color: #25282e;
cursor: pointer;
}
.ovabrw_booking_form button.submit.disabled {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
@media (max-width: 992.98px) {
.ovabrw_booking_form {
padding: 30px 0px 60px 0px;
}
}  .ovabrw_extra_service {
clear: both;
width: 100%;
margin-top: 30px;
}
.ovabrw_extra_service .ovabrw_resource .item {
display: flex;
margin-bottom: 10px;
}
.ovabrw_extra_service .ovabrw_resource .item .left {
width: 60%;
padding-right: 5%;
}
.ovabrw_extra_service .ovabrw_resource .item .left label {
display: inline-block;
}
.ovabrw_extra_service .ovabrw_resource .item .left input {
border-radius: 0;
background-color: #f8f8f8;
border: 1px solid #b3b3b3;
width: 15px;
height: 15px;
}
.ovabrw_extra_service .ovabrw_resource .item .right {
width: 40%;
}  .request_booking .ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item.form-location-field .btn-req-remove-waypoint {
right: 45px;
}
.request_booking h4.title {
font-weight: 400;
opacity: 0.8;
text-align: center;
margin-bottom: 50px;
}
.request_booking .ovabrw_service_wrap {
width: 100%;
}
.request_booking .ovabrw_service_wrap label {
font-weight: 600;
margin-bottom: 10px;
}
.request_booking .ovabrw_service_wrap .ovabrw_service {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 -5px;
}
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
padding: 0 5px;
margin-bottom: 10px;
flex: 0 0 50%;
}
@media (max-width: 767px) {
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
flex: 0 0 100%;
}
}
.request_booking .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select select {
border: 1px solid #dbdbdb;
border-radius: 4px;
height: 40px;
width: 100%;
padding-left: 10px;
outline: none;
}
.request_booking .rental_item {
margin-bottom: 15px;
}
.request_booking .rental_item .rb_field {
margin-bottom: 30px;
}
.request_booking .rental_item .rb_field label.error {
color: red;
margin-top: 5px;
}
.request_booking .rental_item label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .rental_item select, .request_booking .rental_item input {
box-shadow: none;
border: 1px solid #dbdbdb !important;
background-color: #fff;
border-radius: 4px !important;
height: 40px;
width: 100%;
padding: 10px 16px;
}
.request_booking .rental_item select:focus, .request_booking .rental_item input:focus {
outline: none;
box-shadow: none;
}
.request_booking .rental_item.form-location-field .btn-req-add-waypoint, .request_booking .rental_item.form-location-field .btn-req-remove-waypoint {
background-color: #f2f2f2 !important;
}
.request_booking .ovabrw-extra-services {
width: 100%;
margin-bottom: 15px;
}
.request_booking .ovabrw-extra-services > label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 30px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item:not(:last-child) {
margin-bottom: 3px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left {
width: 60%;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field .checkmark {
display: none;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-right {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty.active {
display: flex;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.request_booking .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
.request_booking .ovabrw-extra-services .ovabrw_resource .item .res-left, .request_booking .ovabrw-extra-services .ovabrw_resource .item .res-right {
width: 50%;
}
}
.request_booking .ovabrw-services {
width: 100%;
margin-bottom: 15px;
}
.request_booking .ovabrw-services > label {
display: block;
font-weight: 600;
margin-bottom: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .rental_item:last-child {
margin-bottom: 0;
}
.request_booking .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.request_booking .ovabrw-services .ovabrw-service select {
width: 100%;
}
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select {
display: flex;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty.active {
display: flex;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
background-color: #d5d5d5;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.request_booking .ovabrw-services .ovabrw-service .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.request_booking .extra {
margin-bottom: 15px;
}
.request_booking .terms-conditions {
margin-bottom: 25px;
}
.request_booking .terms-conditions label {
font-size: 16px;
cursor: pointer;
}
.request_booking .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.request_booking .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.request_booking .ovabrw-request-form-error {
display: none;
font-size: 16px;
line-height: 0;
color: red;
font-style: normal;
margin-bottom: 30px;
}
.request_booking #ovabrw-g-recaptcha-request {
margin-bottom: 30px;
}
.request_booking button.submit {
position: relative;
text-transform: uppercase;
color: #fff;
background-color: #333333;
padding: 15px 90px;
border: none;
border-radius: 4px;
font-weight: 500;
}
.request_booking button.submit .ajax_loading {
right: -80px;
}
.request_booking button.submit:focus {
outline: none;
}
.request_booking button.submit:hover {
background-color: #25282e;
cursor: pointer;
}
.request_booking .ovabrw-req-directions {
display: none;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;
}
.request_booking .ovabrw-req-directions .ovabrw_req_map {
min-height: 500px;
width: 100%;
}
.request_booking .ovabrw-req-directions .directions-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.request_booking .ovabrw-req-directions .directions-info > div {
flex: 0 0 50%;
padding: 15px 30px 10px 40px;
border: 1px solid #EAECEE;
box-sizing: border-box;
}
.request_booking .ovabrw-req-directions .directions-info > div h3.label {
font-size: 20px;
font-weight: 500;
margin: 0;
color: #778591;
}
.request_booking .ovabrw-req-directions .directions-info > div span {
font-size: 24px;
font-weight: 600;
color: #6d6d6d;
}
.request_booking .ovabrw-req-directions .directions-info > div.distance-sum {
border-top-width: 0;
}
.request_booking .ovabrw-req-directions .directions-info > div.duration-sum {
border-top-width: 0;
border-left-width: 0;
}  .ovabrw_wd_search form .wrap_content {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
width: 100%;
}
.ovabrw_wd_search form .wrap_content.five-column {
grid-template-columns: 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;
box-shadow: none;
}
.ovabrw_wd_search form .wrap_content input::-webkit-input-placeholder, .ovabrw_wd_search form .wrap_content select::-webkit-input-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-moz-placeholder, .ovabrw_wd_search form .wrap_content select::-moz-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-ms-input-placeholder, .ovabrw_wd_search form .wrap_content select::-ms-input-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-moz-placeholder, .ovabrw_wd_search form .wrap_content select::-moz-placeholder {
color: #343434;
}
.ovabrw_wd_search form .wrap_content input::placeholder, .ovabrw_wd_search form .wrap_content select::placeholder {
opacity: 0.3;
}
.ovabrw_wd_search form .wrap_content input:focus, .ovabrw_wd_search form .wrap_content select:focus {
outline: none;
}
.ovabrw_wd_search form .s_submit {
clear: both;
margin-top: 20px;
text-align: center;
width: 100%;
}
.ovabrw_wd_search form .s_submit button.submit {
padding: 15px 50px;
background-color: #333333;
border: 1px solid #333333;
border-radius: 4px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.ovabrw_wd_search form .s_submit button.submit:hover {
background-color: #25282e;
border-color: #25282e;
}
.ovabrw_wd_search form .s_submit .wrap_btn {
padding-left: 30px;
padding-right: 30px;
background-color: #fff;
position: relative;
}
.ovabrw_wd_search form .s_submit .wrap_btn .wrap_btn_2 {
position: relative;
background-color: #fff;
padding: 0px 30px;
z-index: 2;
}
.ovabrw_wd_search .error {
color: red;
margin: 0px;
}
@media (max-width: 991.98px) {
.ovabrw_wd_search form .s_submit .wrap_btn:after {
left: 0;
right: 0;
}
}
.search_hotel_shortcode.ovabrw_wd_search .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
}  .ovabrw-deposit {
margin-top: 15px;
margin-bottom: 20px;
clear: both;
width: 100%;
display: block;
}
.ovabrw-deposit .title-deposite {
font-size: 16px;
margin-bottom: 8px;
}
.ovabrw-deposit .ovabrw-type-deposit {
display: flex;
}
.ovabrw-deposit input[type=radio] {
display: none;
}
.ovabrw-deposit input[type=radio]:checked + label {
background-color: #000;
opacity: 1;
color: #fff;
}
.ovabrw-deposit label {
display: inline-block;
background-color: #000;
opacity: 0.3;
padding: 5px 22px;
min-width: 130px;
font-size: 14px;
margin: 0 !important;
color: #aaa;
}
.ovabrw-deposit .ovabrw-pay-deposit,
.ovabrw-deposit .ovabrw-pay-full {
cursor: pointer;
} .ovabrw-container .ovabrw-row .ovabrw_wd_search {
padding: 0 15px;
}
.ovabrw-container .ovabrw-row .wrap-item {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label {
position: relative;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 5px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item > label span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-location-field {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #FFF;
padding: 5px 10px;
margin: 0 10px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
background-image: repeating-linear-gradient(135deg, var(--ovabrw-primary-color), var(--ovabrw-primary-color) 2px, #FFFFFF 4px, #FFFFFF 4px) !important;
border: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.disabled input {
cursor: not-allowed;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot.active, .ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot:not(.disabled):hover {
cursor: pointer;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .time-slot input {
border: 0;
position: absolute;
cursor: pointer;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
-webkit-appearance: none;
appearance: none;
outline: 0;
width: auto;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error {
color: #fd4c5c;
font-style: italic;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-date {
display: none;
line-height: 1;
position: absolute;
right: 16px;
bottom: 13px;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-loader-date i {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item {
display: flex;
align-items: center;
min-height: 30px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked {
display: none;
margin-top: -15px;
margin-left: 3px;
cursor: pointer;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked.active {
display: inline-flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .ovabrw-remove-checked i {
display: flex;
font-size: 14px;
line-height: 1;
color: red;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .radio-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item {
display: flex;
align-items: center;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field {
display: block;
position: relative;
cursor: pointer;
width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field input {
position: absolute;
top: 0;
opacity: 0;
width: 0;
height: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
max-width: 100%;
max-height: 45px;
padding: 10px 35px 13px 14px;
border-radius: 5px;
border: 1px solid #D9D9D9;
background-color: #FFF;
overflow: hidden;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .name {
display: none;
max-width: 100%;
overflow: hidden;
height: 20px;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .ovabrw-modern-file .ovabrw-label-field i {
position: absolute;
top: 50%;
right: 13px;
transform: translate(0, -50%);
font-size: 18px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services {
width: 100%;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services > label {
display: block;
margin-bottom: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
min-height: 30px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item:not(:last-child) {
margin-bottom: 3px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-left {
width: 60%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field input {
width: auto;
height: auto;
margin-right: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-left label.ovabrw-label-field .checkmark {
display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-right {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
line-height: 1;
height: 30px;
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
background-color: #d5d5d5;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
@media only screen and (max-width: 768px) {
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-left, .ovabrw-container .ovabrw-row .wrap-item .ovabrw-extra-services .ovabrw_resource .item .res-right {
width: 50%;
}
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services {
width: 100%;
margin-bottom: 15px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services > label {
display: block;
margin-bottom: 5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service .rental_item:last-child {
margin-bottom: 0;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.ovabrw-container .ovabrw-row .wrap-item .ovabrw-services .ovabrw-service select {
width: 100%;
}
}
.ovabrw-container .ovabrw-row .wrap-item.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;
width: 100%;
}
.ajax_show_total .show_ajax_content {
display: none;
}
.ajax_show_total .show_ajax_content.active {
display: block;
transition-duration: 0.3s;
font-style: normal;
}
.ajax_show_total .show_ajax_content.active .show_total, .ajax_show_total .show_ajax_content.active .number-available {
font-size: 1.4em;
line-height: 1;
color: blue;
}
.ajax_show_total .ajax-show-error {
display: none;
font-size: 16px;
color: red;
font-style: normal;
}
.ajax_loading {
opacity: 0;
display: inline-block;
width: 70px;
height: 70px;
position: absolute;
right: 50%;
top: -17px;
}
.ajax_loading.active {
opacity: 1;
}
.ajax_loading:after {
content: " ";
display: block;
width: 70px;
height: 70px;
margin: 0px;
border-radius: 50%;
border: 6px solid #ccc;
border-color: #ccc transparent #ccc transparent;
animation: ajax_loading 1.2s linear infinite;
background-color: rgba(255, 255, 255, 0.6392156863);
}
@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;
}
body.rtl .product_table_price .ovacrs_price_rent .ovabrw-according:before {
right: unset;
left: 0;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item label.ovabrw-label-field input {
margin-right: 0;
margin-left: 10px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-select .select-item-qty {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
margin-left: 0;
margin-right: 20px;
}
body.rtl .ovabrw-container .ovabrw-row .wrap-item .ovabrw-radio .radio-item .radio-item-qty {
margin-left: 0;
margin-right: 20px;
} @keyframes ovabrw-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .ovabrw-modern-product {
position: relative;
background-color: #FFF;
max-width: 100%;
overflow: visible !important;
}
.ovabrw-modern-product a {
text-decoration: none !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container {
display: flex;
margin-bottom: 70px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left {
flex: 0 0 45%;
max-width: 45%;
position: relative;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left .ovabrw-product-images {
margin-bottom: 62px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
flex: 0 0 55%;
max-width: 55%;
padding: 0 40px 40px 54px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-modern-product-head {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-custom-taxonomy {
margin: 0;
padding: 0 !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-attributes {
list-style-type: none !important;
margin: 0 0 26px;
padding: 0 !important;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-features, .ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right .ovabrw-product-specifications {
list-style-type: none !important;
margin: 0 0 22px;
padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
.ovabrw-modern-product .ovabrw-modern-product-container {
flex-direction: column;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-left, .ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
flex: 0 0 100%;
max-width: 100%;
}
.ovabrw-modern-product .ovabrw-modern-product-container .ovabrw-modern-product-right {
padding: 40px 0;
}
}
.ovabrw-modern-product .ovabrw-product-title {
margin: 0;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
}
.ovabrw-modern-product .ovabrw-product-review {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating {
display: flex;
align-items: center;
margin-right: 8px;
overflow: hidden;
position: relative;
line-height: 1;
width: 85px;
max-width: 85px;
height: 1.2em;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating i {
font-size: 16px;
color: var(--ovabrw-light-color);
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
line-height: 1;
height: 1.2em;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent i {
font-size: 16px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent i:not(:last-child) {
margin-right: 1px;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-review-link {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product .ovabrw-product-review .ovabrw-review-link:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-price .amount {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 34px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-price .unit {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-price .unit:first-of-type {
display: block;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-images .featured-img {
margin-bottom: 25px;
overflow: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .featured-img img {
width: 100%;
height: auto;
object-fit: cover;
}
.ovabrw-modern-product .ovabrw-product-images a:hover img {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-moz-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
-o-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
.ovabrw-modern-product .ovabrw-product-images a img {
border-radius: 0;
object-fit: cover;
-webkit-transition: transform 0.5s ease-out;
-moz-transition: transform 0.5s ease-out;
-ms-transition: transform 0.5s ease-out;
-o-transition: transform 0.5s ease-out;
transition: transform 0.5s ease-out;
}
.ovabrw-modern-product .ovabrw-product-images .gallery {
width: 100%;
margin-bottom: 0;
}
.ovabrw-modern-product .ovabrw-product-images .gallery .product-gallery .gallery-item {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.ovabrw-modern-product .ovabrw-product-images .data-gallery {
display: none;
}
.ovabrw-modern-product .ovabrw-product-images.ovabrw-product-images-2 .featured-img a {
border-radius: 0;
}
.ovabrw-modern-product .ovabrw-product-images.ovabrw-product-images-2 .featured-img a img {
height: 444px;
}
.ovabrw-modern-product .ovabrw-product-images.ovabrw-product-images-2 a img {
height: 444px;
transform: none;
}
.ovabrw-modern-product .ovabrw-product-is-featured {
position: absolute;
top: 17px;
left: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-features-is-featured {
position: absolute;
top: 17px;
right: 15px;
z-index: 1;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: 12px;
font-weight: 400;
line-height: normal;
text-align: center;
padding: 8px 14px;
border-radius: 5px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-table-price {
margin-bottom: 25px;
}
.ovabrw-modern-product .ovabrw-product-table-price .title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
margin: 0 0 23px;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin: 0 0 8px;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table {
margin-bottom: 32px;
width: 100%;
max-width: 100%;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
background-color: #D9D9D9;
padding: 11px 16px 10px 18px;
text-align: left;
}
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th:last-child {
text-align: right;
}
@media only screen and (max-width: 400px) {
.ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
padding: 10px;
}
}
.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);
text-align: left;
padding: 8px 16px 7px 18px;
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr:nth-child(odd) td {
background-color: #F6F6F6;
}
.ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr:nth-child(even) td {
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
margin: 0 0 23px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar {
margin-bottom: 20px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar {
margin-bottom: 10px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group {
margin: 0 0 5px;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
border: 1px solid #D9D9D9;
background-color: #FFF;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button.fc-button-active {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button:focus {
box-shadow: none !important;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button:hover {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar table tbody th, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-header-toolbar table tbody td {
background-color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view table {
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day-today {
border-color: #DDD;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day {
background-color: var(--ovabrw-available-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-bg {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
@media (max-width: 767px) {
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-bg {
font-size: 14px;
}
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past {
background-color: var(--ovabrw-disable-background-calendar) !important;
opacity: 1;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-col-header-cell-cushion, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-col-header-cell-cushion {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day.fc-day-past .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day.fc-day-past .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-top .fc-daygrid-day-number, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-top .fc-daygrid-day-number {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-events, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-bg, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-events, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .fc-daygrid-day-frame.unavailable_date .fc-daygrid-day-bg {
color: #FFF;
}
.ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-daygrid-day .day-price .ovabrw-day-price, .ovabrw-modern-product .ovabrw-product-calendar .wrap_calendar .ovabrw_product_calendar .fc-view-harness .fc-view .fc-timegrid-col.fc-day .day-price .ovabrw-day-price {
font-size: 14px;
color: #8e8e8e;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar {
list-style-type: none;
padding: 0;
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li {
display: inline-flex;
align-items: center;
padding: 0;
margin-right: 25px;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-size: 16px;
font-weight: 500;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box {
display: inline-flex;
width: 20px;
height: 20px;
border: 1px solid #D9D9D9;
box-sizing: border-box;
margin-right: 10px;
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-available {
background-color: var(--ovabrw-available-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-unavailable {
background-color: var(--ovabrw-disable-background-calendar);
border-color: var(--ovabrw-disable-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box.ovabrw-booked {
background-color: var(--ovabrw-booked-background-calendar);
border-color: var(--ovabrw-booked-background-calendar);
}
.ovabrw-modern-product .ovabrw-product-features, .ovabrw-modern-product .ovabrw-product-specifications {
list-style-type: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
row-gap: 20px;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature, .ovabrw-modern-product .ovabrw-product-features .item-specification, .ovabrw-modern-product .ovabrw-product-specifications .item-feature, .ovabrw-modern-product .ovabrw-product-specifications .item-specification {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-features .item-feature i, .ovabrw-modern-product .ovabrw-product-features .item-specification i, .ovabrw-modern-product .ovabrw-product-specifications .item-feature i, .ovabrw-modern-product .ovabrw-product-specifications .item-specification i {
font-size: 18px;
color: var(--ovabrw-primary-color);
opacity: 1;
margin-right: 5px;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature i:before, .ovabrw-modern-product .ovabrw-product-features .item-specification i:before, .ovabrw-modern-product .ovabrw-product-specifications .item-feature i:before, .ovabrw-modern-product .ovabrw-product-specifications .item-specification i:before {
font-size: 18px;
margin: 0 !important;
}
.ovabrw-modern-product .ovabrw-product-features .item-feature span.label, .ovabrw-modern-product .ovabrw-product-features .item-specification span.label, .ovabrw-modern-product .ovabrw-product-specifications .item-feature span.label, .ovabrw-modern-product .ovabrw-product-specifications .item-specification span.label {
color: var(--ovabrw-primary-color);
}
@media only screen and (max-width: 500px) {
.ovabrw-modern-product .ovabrw-product-features, .ovabrw-modern-product .ovabrw-product-specifications {
grid-template-columns: 1fr 1fr;
}
}
.ovabrw-modern-product .ovabrw-product-categories {
margin-bottom: 2px;
}
.ovabrw-modern-product .ovabrw-product-categories .label, .ovabrw-modern-product .ovabrw-product-categories .name {
display: inline-flex;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-categories .name {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-categories .name a {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-attributes, .ovabrw-modern-product .ovabrw-product-custom-taxonomy {
margin: 0;
padding: 0;
list-style-type: none;
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy {
margin: 0;
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.label, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.label, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.label, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.label {
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.value, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.value, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.value, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.value {
display: inline-flex;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-attributes .item-attribute span.value a, .ovabrw-modern-product .ovabrw-product-attributes .item-taxonomy span.value a, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-attribute span.value a, .ovabrw-modern-product .ovabrw-product-custom-taxonomy .item-taxonomy span.value a {
margin: 0 3px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-short-description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head {
display: flex;
justify-content: space-around;
position: relative;
margin-top: 30px;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head:before {
position: absolute;
content: "";
width: 100%;
bottom: 0;
height: 2px;
background-color: #E6E6E6;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab {
flex: 0 0 50%;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-second-heading-size);
font-weight: var(--ovabrw-second-heading-weight);
line-height: var(--ovabrw-second-heading-line-height);
color: var(--ovabrw-second-heading-color);
text-transform: uppercase;
padding-bottom: 5px;
cursor: pointer;
z-index: 1;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.active {
color: var(--ovabrw-primary-color);
border-bottom: 2px solid var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.ovabrw-center {
text-align: center;
}
@media only screen and (max-width: 600px) {
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head {
flex-direction: column;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head:before {
display: none;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab {
border-bottom: 2px solid #E6E6E6;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.active {
border-bottom-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.modern-booking-tab {
margin-bottom: 20px;
}
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-content .item-content {
display: none;
}
.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-content .item-content.active {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-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, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-date, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-date {
display: none;
line-height: 1;
position: absolute;
right: 16px;
bottom: 16px;
animation: ovabrw-rotation 1s linear infinite;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-loader-date i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-loader-date i {
display: flex;
font-size: var(--ovabrw-text-size);
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.full-width, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.full-width {
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.full-width, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.full-width {
grid-column: 1;
}
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item > label, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item > label {
position: relative;
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item span.ovabrw-description, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item span.ovabrw-description {
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 10px;
font-size: 12px;
line-height: 1;
color: #616161;
cursor: help;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item span.ovabrw-description i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item span.ovabrw-description i {
display: inline-flex;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field {
position: relative;
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field {
grid-column: 1;
}
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field input[name=ovabrw_pickup_loc], .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field input[name=ovabrw_pickup_loc] {
padding-right: 70px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i {
position: absolute;
bottom: 10px;
right: 13px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
background-color: var(--ovabrw-primary-color);
border-radius: 3px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i.btn-remove-waypoint, .ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i.btn-req-remove-waypoint, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i.btn-remove-waypoint, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i.btn-req-remove-waypoint {
right: 45px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.form-location-field i:before, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.form-location-field i:before {
font-size: 12px;
font-weight: 600;
margin: 0;
color: #FFF;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-location-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-location-field {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-field, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-field {
display: none;
margin-bottom: 7px;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item.ovabrw-time-slots-field .ovabrw-time-slots .ovabrw-error {
color: #fd4c5c;
font-style: italic;
}
.ovabrw-modern-product #booking_form .ovabrw-product-fields .rental_item .ovabrw-wrapper-guestspicker .ovabrw-guestspicker, .ovabrw-modern-product #request_booking .ovabrw-product-fields .rental_item .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
height: 45px;
padding: 10px 13px 13px 14px;
}
@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;
min-height: 30px;
}
.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: 3px;
}
.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: 60%;
}
.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);
color: var(--ovabrw-text-color);
}
.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: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern-product #booking_form .ovabrw-extra-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 {
display: flex;
align-items: center;
justify-content: space-between;
width: 40%;
}
.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);
}
@media only screen and (max-width: 768px) {
.ovabrw-modern-product #booking_form .ovabrw-extra-services .ovabrw_resource .item .res-left, .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-left, .ovabrw-modern-product #request_booking .ovabrw-extra-services .ovabrw_resource .item .res-right {
width: 50%;
}
}
.ovabrw-modern-product #booking_form .ovabrw-select, .ovabrw-modern-product #request_booking .ovabrw-select {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 5px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .select-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .select-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty input.select-input-qty, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty input.select-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i {
display: flex;
font-size: 12px;
line-height: 1;
color: var(--ovabrw-text-size);
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty .ovabrw-select-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .radio-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .radio-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty input.radio-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
overflow: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-radio .radio-item .radio-item-qty .ovabrw-radio-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw-checkbox .checkbox-item .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty {
position: relative;
display: none;
align-items: center;
justify-content: space-between;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: 1;
height: 30px;
color: var(--ovabrw-text-color);
padding: 2px 5px 2px 10px;
margin-left: 20px;
background-color: #FFFFFF;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty.active, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty.active {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .checkbox-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .checkbox-qty {
display: block;
min-width: 14px;
margin-right: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty input.checkbox-input-qty, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty input.checkbox-input-qty {
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: 0;
width: 0;
visibility: hidden;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon {
display: inline-flex;
flex-direction: column;
background-color: #f5f5f5;
border-radius: 5px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i {
display: flex;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i:hover, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i:hover {
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-up-arrow {
margin-bottom: -1px;
padding: 1px 1px 0 1px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.brwicon2-down-arrow {
margin-top: -1px;
padding: 0 1px 1px 1px;
}
.ovabrw-modern-product #booking_form .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled, .ovabrw-modern-product #request_booking .ovabrw_resource .checkbox-item-qty .ovabrw-checkbox-icon i.ovabrw-disabled {
color: #FFF;
pointer-events: none;
}
.ovabrw-modern-product #booking_form .ovabrw-services, .ovabrw-modern-product #request_booking .ovabrw-services {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-services > label, .ovabrw-modern-product #request_booking .ovabrw-services > label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-services .ovabrw-service select, .ovabrw-modern-product #request_booking .ovabrw-services .ovabrw-service select {
width: 50%;
max-width: 100%;
height: 45px;
padding: 10px 30px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tommytrips.online/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, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit {
margin-bottom: 20px;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-label, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-label {
display: none;
margin-bottom: 4px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-label.active, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-label.active {
display: block;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type {
display: flex;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field {
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 0;
height: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field .checkmark, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field .checkmark {
display: inline-flex;
align-items: center;
justify-content: center;
width: 142px;
height: 45px;
background-color: var(--ovabrw-light-color);
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product #booking_form .ajax_show_total, .ovabrw-modern-product #request_booking .ajax_show_total {
display: none;
position: relative;
padding: 0 0 15px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content {
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .show_total, .ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .number-available, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .show_total, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .number-available {
font-size: 1.4em;
font-weight: 500;
line-height: 1;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form .ajax_show_total .show_ajax_content .ovabrw-insurance-amount, .ovabrw-modern-product #request_booking .ajax_show_total .show_ajax_content .ovabrw-insurance-amount {
display: none;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra, .ovabrw-modern-product #request_booking .ovabrw-request-extra {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra > label, .ovabrw-modern-product #request_booking .ovabrw-request-extra > label {
display: block;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
margin-bottom: 10px;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea {
width: 100%;
height: 100px;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea:focus, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern-product #booking_form .ovabrw-request-extra textarea::placeholder, .ovabrw-modern-product #request_booking .ovabrw-request-extra textarea::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern-product #booking_form .terms-conditions, .ovabrw-modern-product #request_booking .terms-conditions {
margin-bottom: 25px;
}
.ovabrw-modern-product #booking_form .terms-conditions label, .ovabrw-modern-product #request_booking .terms-conditions label {
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
cursor: pointer;
}
.ovabrw-modern-product #booking_form .terms-conditions label input, .ovabrw-modern-product #request_booking .terms-conditions label input {
margin-right: 5px;
border-radius: 4px;
}
.ovabrw-modern-product #booking_form .terms-conditions label .terms-conditions-required, .ovabrw-modern-product #request_booking .terms-conditions label .terms-conditions-required {
color: #e2401c;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha, .ovabrw-modern-product #request_booking .ovabrw-recaptcha {
position: relative;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-booking, .ovabrw-modern-product #booking_form .ovabrw-recaptcha #ovabrw-g-recaptcha-request, .ovabrw-modern-product #request_booking .ovabrw-recaptcha #ovabrw-g-recaptcha-booking, .ovabrw-modern-product #request_booking .ovabrw-recaptcha #ovabrw-g-recaptcha-request {
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha .ovabrw-recaptcha-token, .ovabrw-modern-product #request_booking .ovabrw-recaptcha .ovabrw-recaptcha-token {
position: absolute;
top: 5px;
left: 12px;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern-product #booking_form .ovabrw-recaptcha .ovabrw-request-form-error, .ovabrw-modern-product #request_booking .ovabrw-recaptcha .ovabrw-request-form-error {
display: none;
font-size: 16px;
line-height: 0;
color: red;
font-style: normal;
margin-bottom: 30px;
}
.ovabrw-modern-product #booking_form button.submit, .ovabrw-modern-product #request_booking button.submit {
font-family: var(--ovabrw-primary-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 16px 50px;
color: #FFF;
background-color: var(--ovabrw-primary-color);
border: none;
border-radius: 5px;
text-transform: uppercase;
position: relative;
}
.ovabrw-modern-product #booking_form button.submit.disabled, .ovabrw-modern-product #booking_form button.submit:disabled, .ovabrw-modern-product #request_booking button.submit.disabled, .ovabrw-modern-product #request_booking button.submit:disabled {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading, .ovabrw-modern-product #request_booking button.submit .ajax_loading {
opacity: 0;
display: inline-block;
width: 60px;
height: 60px;
position: absolute;
right: -80px;
top: -2px;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading.active, .ovabrw-modern-product #request_booking button.submit .ajax_loading.active {
opacity: 1;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading:after, .ovabrw-modern-product #request_booking button.submit .ajax_loading:after {
display: none;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div, .ovabrw-modern-product #request_booking button.submit .ajax_loading div {
transform-origin: 30px 30px;
animation: ovabrw-spinner 1.2s linear infinite;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:after, .ovabrw-modern-product #request_booking button.submit .ajax_loading div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 28px;
width: 4px;
height: 15px;
border-radius: 20%;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(1), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(2), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(3), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(4), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(5), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(6), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(7), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(8), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(9), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(10), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(11), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading div:nth-child(12), .ovabrw-modern-product #request_booking button.submit .ajax_loading div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes ovabrw-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs {
margin: 0 0 30px 0;
padding: 0;
border: none;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li {
position: relative;
list-style: none;
border-bottom: 1px solid var(--ovabrw-light-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block;
padding: 15px 0 13px 0;
box-shadow: none;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li a:hover {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li:after {
font-size: 20px;
content: "\f107";
font-family: flaticon_brw !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
opacity: 0;
transition: all, ease, 0.3s;
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li.active a {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs ul.tabs li.active:after {
opacity: 1;
right: 5px;
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel h2 {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel h2:first-of-type {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
margin-bottom: 5px;
}
.ovabrw-modern-product .woocommerce-tabs .panel p {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews .woocommerce-noreviews {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a.active:before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars:hover a:before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a:not(.active):before, .ovabrw-modern-product .woocommerce-tabs .panel #reviews p.stars.selected a.active:before {
color: var(--ovabrw-primary-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews #comment {
box-shadow: none;
width: 100%;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern-product .woocommerce-tabs .panel #reviews #submit {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
background-color: var(--ovabrw-primary-color);
color: #FFF;
border-radius: 5px;
} .product-template-default .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
border: 1px solid #dbdbdb;
border-radius: 5px;
height: 40px;
padding: 10px 13px 13px 14px;
}
.product-template-default .ovabrw-product-map .ovabrw-show-map {
min-height: 400px;
} .elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 5px;
border: 1px solid var(--ovabrw-light-color);
}
.elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li.active:after {
content: none;
}
.elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li a {
padding: 17px 45px 15px 45px;
}
.theme-storefront .elementor-widget-container .ovabrw-modern-product .woocommerce-tabs ul.tabs li {
display: block;
} .ovabrw-product-sticky {
display: none;
width: 100%;
padding: 20px;
position: fixed;
background-color: #FFFFFF;
text-align: center;
left: 0;
bottom: 0;
z-index: 99999;
border-top: 1px solid #E6E6E6;
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.ovabrw-product-sticky .ovabrw-sticky-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price {
text-align: left;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .amount {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 34px;
}
.ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-btn a {
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 10px 30px;
color: #FFF;
background-color: #25282e;
border: none;
border-radius: 5px;
text-transform: uppercase;
position: relative;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
@media only screen and (max-width: 768px) {
.ovabrw-product-sticky {
display: block;
}
} .ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price label {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .amount {
font-family: var(--ovabrw-primary-font);
color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-price .ovabrw-regular-price .unit {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-sticky .ovabrw-sticky-content .ovabrw-product-btn a {
font-family: var(--ovabrw-primary-font);
background-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_disabled {
color: #FFFFFF;
opacity: 1 !important;
background: var(--ovabrw-primary-color) !important;
pointer-events: none;
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_disabled.xdsoft_current {
box-shadow: var(--ovabrw-primary-color) 0 1px 3px 0 inset;
}
.ovabrw-modern .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody td.xdsoft_other_month {
opacity: 1;
}
.ovabrw-modern .ovabrw-related-products {
margin-bottom: 50px;
}
.ovabrw-modern .ovabrw-related-products .head-related {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
.ovabrw-modern .ovabrw-related-products .head-related h2 {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-heading-size);
font-weight: var(--ovabrw-heading-weight);
line-height: var(--ovabrw-heading-line-height);
color: var(--ovabrw-heading-color);
text-transform: uppercase;
text-align: left !important;
margin: 0 0 30px 0;
}
.ovabrw-modern .ovabrw-related-products .head-related a {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
display: inline-block;
color: var(--ovabrw-primary-color);
padding: 6px 15px;
background-color: #FFF;
border: 1px solid var(--ovabrw-primary-color);
box-sizing: border-box;
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}
.ovabrw-modern .ovabrw-related-products .head-related a:hover {
background-color: var(--ovabrw-primary-color);
color: #FFF;
}
.ovabrw-modern .ovabrw-related-products .related-products-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 26px;
grid-row-gap: 26px;
}
@media only screen and (max-width: 1024px) {
.ovabrw-modern .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-modern .ovabrw-related-products .related-products-list {
grid-template-columns: 1fr;
}
}
.ovabrw-modern .ovabrw-related-products .related-products-list.ovabrw-column-1 {
grid-template-columns: 1fr;
}
.ovabrw-modern .ovabrw-related-products .related-products-list .related-item {
overflow: hidden;
}
.ovabrw-modern.ovabrw-product-related-widget .ovabrw-related-products {
margin-bottom: 0;
}
.ovabrw-modern.theme-astra ul.products li {
overflow: hidden;
}
@media only screen and (min-width: 545px) and (max-width: 921px) {
.ovabrw-modern.theme-astra ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media only screen and (max-width: 544px) {
.ovabrw-modern.theme-astra ul.products {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
} body.rtl .ovabrw-modern-product #booking_form .ovabrw-select .select-item-qty, body.rtl .ovabrw-modern-product #request_booking .ovabrw-select .select-item-qty {
margin-left: 0;
margin-right: 5px;
}
body.rtl .ovabrw-modern-product #booking_form .ovabrw-extra-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-specifications .item-specification i {
margin-right: 0;
margin-left: 5px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-specifications .item-specification span {
display: inline-flex;
}
body.rtl .ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating {
margin-right: 0;
margin-left: 8px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-review .ovabrw-star-rating .ovabrw-rating-percent {
left: auto;
right: 0;
}
body.rtl .ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table thead th {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-table-price .ovabrw-table tbody tr td {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-unavailable .ovabrw-table tbody tr td {
text-align: right;
}
body.rtl .ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li {
margin-right: 0;
margin-left: 25px;
}
body.rtl .ovabrw-modern-product .ovabrw-product-calendar .intruction_calendar li .ovabrw-box {
margin-right: 0;
margin-left: 10px;
}
body.rtl .ovabrw-modern-product .woocommerce-tabs ul.tabs li:after {
right: auto;
left: 0;
-webkit-transform: translate(0, -50%) rotate(180deg);
transform: translate(0, -50%) rotate(180deg);
} .tippy-box {
background-color: #fd4c5c;
}
.tippy-box .tippy-content {
background-color: #fd4c5c;
border-color: #fd4c5c;
border-radius: 5px;
}
.tippy-box .tippy-content .ovabrw-tippy {
color: #FFF;
}
.tippy-box .tippy-arrow {
color: #fd4c5c;
}
.tippy-box[data-theme=ovabrw-tippy-description] {
background-color: #616161;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-content {
background-color: #616161;
border-color: #616161;
border-radius: 5px;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-content .ovabrw-tippy {
font-weight: 16px;
line-height: 22px;
color: #FFF;
}
.tippy-box[data-theme=ovabrw-tippy-description] .tippy-arrow {
color: #616161;
}
.ovabrw-modern .ovabrw-product-fields input[type=text], .ovabrw-modern .ovabrw-product-fields input[type=number], .ovabrw-modern .ovabrw-product-fields input[type=email], .ovabrw-modern .ovabrw-product-fields input[type=tel], .ovabrw-modern .ovabrw-product-fields input[type=url], .ovabrw-modern .ovabrw-product-fields input[type=password], .ovabrw-modern .ovabrw-product-fields input[type=search], .ovabrw-modern .ovabrw-product-fields select {
width: 100%;
max-width: 100%;
height: 45px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
border-radius: 5px;
background-color: #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].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=number].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=email].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=tel].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=url].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=password].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields input[type=search].appointment-dropoff-date, .ovabrw-modern .ovabrw-product-fields select.appointment-dropoff-date {
background-color: #f2f2f2;
}
.ovabrw-modern .ovabrw-product-fields select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tommytrips.online/wp-content/plugins/ova-brw/assets/img/down-arrow.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: 20px;
}
.ovabrw-modern .ovabrw-product-fields textarea {
width: 100%;
height: 100px;
max-width: 100%;
border-radius: 5px;
padding: 10px 13px 13px 14px;
border: 1px solid var(--ovabrw-light-color) !important;
background-color: #FFF;
box-shadow: none;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields textarea:focus {
outline: none;
background-color: #FFF;
}
.ovabrw-modern .ovabrw-product-fields textarea::placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot {
position: relative;
display: flex;
align-items: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
background-color: #FFF;
padding: 5px 10px;
margin: 0 10px 10px 0;
border: 1px solid var(--ovabrw-light-color);
border-radius: 5px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.disabled {
opacity: 0.5;
cursor: not-allowed;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
background-image: repeating-linear-gradient(135deg, var(--ovabrw-primary-color), var(--ovabrw-primary-color) 2px, #FFFFFF 4px, #FFFFFF 4px) !important;
border: none;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.disabled input {
cursor: not-allowed;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot.active, .ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot:not(.disabled):hover {
cursor: pointer;
color: #FFFFFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-time-slots .time-slot input {
border: 0;
position: absolute;
cursor: pointer;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
-webkit-appearance: none;
appearance: none;
outline: 0;
width: auto;
visibility: hidden;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item {
display: flex;
align-items: center;
min-height: 30px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 8px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 100%;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field .checkmark:after {
content: "";
position: absolute;
display: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 7px;
height: 7px;
border-radius: 100%;
background-color: #FFF;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field:hover input ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked {
display: none;
margin-top: -15px;
margin-left: 3px;
cursor: pointer;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked.active {
display: inline-flex;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-radio .radio-item .ovabrw-remove-checked i {
display: flex;
font-size: 14px;
line-height: 1;
color: red;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item {
display: flex;
align-items: center;
margin-bottom: 3px;
min-height: 30px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field {
display: block;
position: relative;
padding-left: 30px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
height: 20px;
width: 20px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid var(--ovabrw-light-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field .checkmark:after {
content: "";
position: absolute;
display: none;
left: 50%;
top: 40%;
width: 4px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field:hover input ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input:checked ~ .checkmark {
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item .ovabrw-label-field input:checked ~ .checkmark:after {
display: block;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-checkbox .checkbox-item:last-child {
margin-bottom: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field {
display: block;
position: relative;
cursor: pointer;
width: 100%;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field input {
position: absolute;
top: 0;
opacity: 0;
width: 0;
height: 0;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
max-width: 100%;
max-height: 45px;
padding: 10px 35px 13px 14px;
border-radius: 5px;
border: 1px solid #D9D9D9;
background-color: #FFF;
overflow: hidden;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .placeholder {
color: var(--ovabrw-light-color);
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name .name {
display: none;
max-width: 100%;
overflow: hidden;
height: 20px;
}
.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field i {
position: absolute;
top: 50%;
right: 13px;
transform: translate(0, -50%);
font-size: 18px;
}
.ovabrw-modern .ovabrw-product-fields .rental_item.ovabrw-fullwidth {
grid-column: 1/span 2;
}
@media only screen and (max-width: 768px) {
.ovabrw-modern .ovabrw-product-fields .rental_item.ovabrw-fullwidth {
grid-column: 1/span 1;
}
}
.ovabrw-modern .ovabrw-product-fields .rental_item .description {
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-text-size);
font-weight: var(--ovabrw-text-weight);
line-height: var(--ovabrw-text-line-height);
color: var(--ovabrw-text-color);
font-style: italic;
margin: 0 0 20px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields select {
background-position: 10px center;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-label-field {
padding-left: 0;
padding-right: 30px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-label-field .checkmark {
right: 0;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field {
padding: 0;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field i {
right: auto;
left: 13px;
}
body.rtl.ovabrw-modern .ovabrw-product-fields .ovabrw-modern-file .ovabrw-label-field .ovabrw-file-name {
padding-right: 13px;
padding-left: 35px;
}
.elementor-product-image .woocommerce-product-gallery {
max-width: 600px;
position: relative;
margin-bottom: 2rem;
opacity: 1 !important;
}
.elementor-product-image .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1rem;
right: 1rem;
z-index: 99;
}
.elementor-product-image .woocommerce-product-gallery a img {
width: 100%;
height: auto;
}
.elementor-product-image .woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
}
.elementor-product-image .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
display: flex;
list-style: none;
justify-content: space-between;
margin: 0;
}
.ovabrw-product-images .owl-carousel .owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 50%;
background-color: #fff;
box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
font-size: 34px;
}
@media (max-width: 768px) {
.ovabrw-product-images .owl-carousel .owl-nav button {
width: 48px;
height: 48px;
font-size: 28px;
}
}
.ovabrw-product-images .owl-carousel .owl-nav button span {
position: relative;
top: -2px;
}
.ovabrw-product-images .owl-carousel .owl-nav button.owl-prev {
left: 30px;
}
.ovabrw-product-images .owl-carousel .owl-nav button.owl-next {
right: 30px;
}
.ovabrw-product-images .owl-carousel .owl-nav button:hover {
background-color: var(--ovabrw-primary-color);
color: #fff;
}
.ovabrw-product-images-2 .owl-item {
transition: all 0.2s ease;
padding: 20px;
}
@media (max-width: 767px) {
.ovabrw-product-images-2 .owl-item {
padding: 10px;
}
}
.ovabrw-product-images-2 .owl-item.center {
transform: scale(1.07);
}
@media (max-width: 767px) {
.ovabrw-product-images-2 .owl-item.center {
transform: scale(1);
}
}
.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;
gap: 10px;
margin-top: 30px;
margin-bottom: 30px;
}
.elementor_search_map .wrap_search_map .wrap_search .wrap_search_filter_title .results_found {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.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 {
opacity: 0.3;
}
.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 select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tommytrips.online/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;
}
body.rtl .elementor_search_map.ovabrw-search-modern .wrap_search_map .wrap_search .fields_search .form_search_map .wrap_content select {
background-position: 10px center;
}
.ovabrw-search-hotel .product-search-form {
position: relative;
display: flex;
background-color: #fff;
border-radius: 0;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
.ovabrw-search-hotel .product-search-form {
flex-direction: column;
}
}
.ovabrw-search-hotel .product-search-form.column1 {
flex-direction: column;
}
.ovabrw-search-hotel .product-search-form.column1 .product-search-submit .ovabrw_btn_submit {
height: 75px;
}
.ovabrw-search-hotel .product-search-form .product-search-content {
position: relative;
display: grid;
grid-gap: 28px;
align-items: center;
grid-template-columns: 1fr 1fr 1fr;
padding: 38px;
}
@media (max-width: 1024px) {
.ovabrw-search-hotel .product-search-form .product-search-content {
padding: 38px 28px;
}
}
.ovabrw-search-hotel .product-search-form .product-search-content.column1 {
grid-template-columns: 1fr;
}
.ovabrw-search-hotel .product-search-form .product-search-content.column1 .label_search:before {
content: none !important;
}
.ovabrw-search-hotel .product-search-form .product-search-content.column2 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-search-hotel .product-search-form .product-search-content.column3 {
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-search-hotel .product-search-form .product-search-content.column4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ovabrw-search-hotel .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr 1fr 1fr 0.66fr;
}
@media screen and (max-width: 1124px) {
.ovabrw-search-hotel .product-search-form .product-search-content.column4, .ovabrw-search-hotel .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.ovabrw-search-hotel .product-search-form .product-search-content.column3, .ovabrw-search-hotel .product-search-form .product-search-content.column4, .ovabrw-search-hotel .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.ovabrw-search-hotel .product-search-form .product-search-content.column2, .ovabrw-search-hotel .product-search-form .product-search-content.column3, .ovabrw-search-hotel .product-search-form .product-search-content.column4, .ovabrw-search-hotel .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr;
}
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search {
position: relative;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
display: block;
height: 45px;
width: 1px;
background-color: #e4e4e4;
}
@media (max-width: 1024px) {
.ovabrw-search-hotel .product-search-form .product-search-content .label_search:before {
content: none;
}
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search:nth-last-child(-n+1):before {
content: none;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search input[type=text], .ovabrw-search-hotel .product-search-form .product-search-content .label_search select {
font-size: 15px;
font-weight: 500;
color: var(--ovabrw-heading-color);
background-color: transparent;
border-radius: 0;
padding: 0 4px;
height: auto;
border: none;
box-shadow: none;
background-position: calc(100% - 24px) center;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search input[type=text]::placeholder, .ovabrw-search-hotel .product-search-form .product-search-content .label_search select::placeholder {
opacity: 1;
color: var(--ovabrw-heading-color);
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search input[type=text]:focus, .ovabrw-search-hotel .product-search-form .product-search-content .label_search select:focus {
color: var(--ovabrw-heading-color);
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search select option {
font-weight: inherit;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .field-label {
margin: 0 4px 8px 4px;
font-size: 14px;
color: var(--ovabrw-text-color);
text-transform: uppercase;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button {
position: relative;
display: inline-flex;
align-items: center;
width: 100%;
gap: 5px;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button .quantity-icon {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
right: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
text-align: center;
border: none;
border-radius: 4px;
background-color: #ecf0f4;
cursor: pointer;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button .quantity-icon.minus {
right: 50px;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button .quantity-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button .quantity-icon span {
display: inline-flex;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search .quantity-button .quantity-icon span:before {
font-size: 12px;
margin: 0;
line-height: 1;
}
.ovabrw-search-hotel .product-search-form .product-search-content .label_search.ova-pickup-date i, .ovabrw-search-hotel .product-search-form .product-search-content .label_search.ova-dropoff-date i {
position: absolute;
right: 24px;
bottom: 50%;
transform: translateY(50%);
line-height: 1;
}
.ovabrw-search-hotel .product-search-form .product-search-content .ovabrw-value-attribute {
display: none;
width: 100%;
}
.ovabrw-search-hotel .product-search-form .product-search-content .ovabrw-wrapper-guestspicker .ovabrw-guestspicker {
font-size: 15px;
font-weight: 500;
color: var(--ovabrw-heading-color);
background-color: transparent;
padding: 0 4px;
}
.ovabrw-search-hotel .product-search-form .product-search-content .ovabrw-wrapper-guestspicker .ovabrw-guestspicker-content .guests-buttons {
height: 40px;
}
.ovabrw-search-hotel .product-search-form .product-search-content .show_taxonomy {
display: none;
}
.ovabrw-search-hotel .product-search-form .product-search-submit .ovabrw_btn_submit {
transition: all 0.3s ease;
height: 100%;
width: 100%;
min-width: 140px;
font-size: 30px;
font-weight: bold;
line-height: 1.2;
color: #fff;
padding: 0 40px;
border-radius: 0;
background-color: var(--ovabrw-primary-color);
border: 1px solid var(--ovabrw-primary-color);
}
@media (max-width: 1024px) {
.ovabrw-search-hotel .product-search-form .product-search-submit .ovabrw_btn_submit {
height: 75px;
}
}
.ovabrw-search-hotel .product-search-form .product-search-submit .ovabrw_btn_submit:hover {
transition: all 0.3s ease;
background-color: var(--ovabrw-heading-color);
}
.ovabrw-search-hotel2 .product-search-form {
position: relative;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content {
position: relative;
display: grid;
align-items: flex-end;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 12px;
grid-row-gap: 20px;
padding: 35px;
border-radius: 10px;
}
@media screen and (max-width: 768px) {
.ovabrw-search-hotel2 .product-search-form .product-search-content {
padding: 30px 25px;
}
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column1 {
grid-template-columns: 1fr;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column1 .label_search:before {
content: none !important;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column2 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column3 {
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr 1fr 1fr 0.66fr;
}
@media screen and (max-width: 1200px) {
.ovabrw-search-hotel2 .product-search-form .product-search-content.column4, .ovabrw-search-hotel2 .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.ovabrw-search-hotel2 .product-search-form .product-search-content.column3, .ovabrw-search-hotel2 .product-search-form .product-search-content.column4, .ovabrw-search-hotel2 .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.ovabrw-search-hotel2 .product-search-form .product-search-content.column2, .ovabrw-search-hotel2 .product-search-form .product-search-content.column3, .ovabrw-search-hotel2 .product-search-form .product-search-content.column4, .ovabrw-search-hotel2 .product-search-form .product-search-content.column5 {
grid-template-columns: 1fr;
}
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .heading {
grid-column: 1/-1;
text-align: center;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .heading .search-heading {
margin: 0 0 10px 0;
font-size: 32px;
font-weight: 600;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .heading .search-desc {
margin: 0 0 18px 0;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search {
position: relative;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search input[type=text], .ovabrw-search-hotel2 .product-search-form .product-search-content .label_search select {
padding: 0 24px;
font-size: 15px;
font-weight: var(--ovabrw-text-weight);
color: var(--ovabrw-text-color);
background-color: #ecf0f4;
border-radius: 10px;
height: 65px;
border: none;
background-position: calc(100% - 24px) center;
box-shadow: none;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search input[type=text]::placeholder, .ovabrw-search-hotel2 .product-search-form .product-search-content .label_search select::placeholder {
opacity: 1;
color: var(--ovabrw-light-color);
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search input[type=text]:focus, .ovabrw-search-hotel2 .product-search-form .product-search-content .label_search select:focus {
color: var(--ovabrw-heading-color);
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .ovabrw-guestspicker {
height: 65px;
border-radius: 10px;
padding: 20px 24px;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search select option {
font-weight: inherit;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .field-label {
margin: 0 0 8px 0;
font-size: var(--ovabrw-label-size);
color: var(--ovabrw-heading-color);
font-weight: 500;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button {
position: relative;
display: inline-flex;
align-items: center;
width: 100%;
gap: 5px;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button .quantity-icon {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
right: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
text-align: center;
border: none;
border-radius: 4px;
background-color: #ecf0f4;
cursor: pointer;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button .quantity-icon.minus {
right: 50px;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button .quantity-icon:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button .quantity-icon span {
display: flex;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search .quantity-button .quantity-icon span:before {
font-size: 10px;
line-height: 1;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .label_search.ova-pickup-date i, .ovabrw-search-hotel2 .product-search-form .product-search-content .label_search.ova-dropoff-date i {
position: absolute;
right: 24px;
bottom: 50%;
transform: translateY(50%);
line-height: 1;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .wrap_search_location {
cursor: pointer;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .wrap_search_location .locate_me {
position: absolute;
right: 24px;
bottom: 50%;
transform: translateY(50%);
line-height: 1;
color: var(--ovabrw-primary-color);
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .ovabrw-value-attribute {
display: none;
width: 100%;
}
.ovabrw-search-hotel2 .product-search-form .product-search-content .show_taxonomy {
display: none;
}
.ovabrw-search-hotel2 .product-search-form .product-search-submit .ovabrw_btn_submit {
transition: all 0.3s ease;
min-width: 150px;
height: 65px;
font-size: 16px;
font-weight: bold;
line-height: 1.2;
color: #fff;
padding: 0 40px;
background-color: var(--ovabrw-primary-color);
border: none;
border-radius: 10px;
}
.ovabrw-search-hotel2 .product-search-form .product-search-submit .ovabrw_btn_submit:hover {
transition: all 0.3s ease;
background-color: var(--ovabrw-heading-color);
}
.rtl .ovabrw-search-hotel.ovabrw_wd_search .product-search-form .product-search-content .label_search select {
background-position: left 24px top 50%;
}
.rtl .ovabrw-search-hotel.ovabrw_wd_search .product-search-form .product-search-content .label_search .quantity-button .quantity-icon {
right: unset;
left: 20px;
}
.rtl .ovabrw-search-hotel.ovabrw_wd_search .product-search-form .product-search-content .label_search .quantity-button .quantity-icon.minus {
left: 50px;
}
.rtl .ovabrw-search-hotel.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-pickup-date i, .rtl .ovabrw-search-hotel.ovabrw_wd_search .product-search-form .product-search-content .label_search.ova-dropoff-date i {
right: unset;
left: 24px;
}
.ovabrw-product-search-ajax {
display: flex;
gap: 30px;
}
.ovabrw-product-search-ajax.search-position-top {
flex-direction: column;
}
.ovabrw-product-search-ajax.search-position-top .ovabrw-search-hotel2, .ovabrw-product-search-ajax.search-position-top .wrap_search_result {
width: 100%;
}
.ovabrw-product-search-ajax.search-position-top .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .search-heading {
margin: 10px 0;
padding: 0;
border-radius: 0;
grid-column: 1/span 3;
background-color: transparent;
font-size: 24px;
color: var(--ovabrw-heading-color);
}
@media (max-width: 1024px) {
.ovabrw-product-search-ajax.search-position-top .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .search-heading {
grid-column: 1/span 2;
}
}
@media (max-width: 767px) {
.ovabrw-product-search-ajax.search-position-top .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .search-heading {
grid-column: 1/span 1;
}
}
.ovabrw-product-search-ajax.search-position-right {
flex-direction: row-reverse;
}
@media (max-width: 1024px) {
.ovabrw-product-search-ajax {
flex-direction: column !important;
}
}
.ovabrw-product-search-ajax .ovabrw-search-hotel2 {
width: 30%;
}
@media (max-width: 1024px) {
.ovabrw-product-search-ajax .ovabrw-search-hotel2 {
width: 100%;
}
}
.ovabrw-product-search-ajax .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .search-heading {
margin: -30px -25px 0 -25px;
font-family: var(--ovabrw-primary-font);
font-size: 20px;
font-weight: 500;
color: #fff;
padding: 25px;
border-radius: 10px 10px 0 0;
background-color: var(--ovabrw-primary-color);
}
.ovabrw-product-search-ajax .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .product-search-content {
padding: 30px 25px;
background-color: #ecf0f4;
}
.ovabrw-product-search-ajax .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .product-search-content .label_search input[type=text], .ovabrw-product-search-ajax .ovabrw-search-hotel2.ovabrw_wd_search .product-search-form .product-search-content .label_search select {
background-color: #fff;
}
.ovabrw-product-search-ajax .wrap_load_more {
width: 100%;
display: none;
position: relative;
padding: 30px 0;
}
.ovabrw-product-search-ajax .wrap_load_more .loader {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%);
stroke-linecap: round;
}
.ovabrw-product-search-ajax .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: var(--ovabrw-primary-color);
}
.ovabrw-product-search-ajax .wrap_load_more .loader circle:nth-of-type(1) {
stroke-dasharray: 40px;
animation-name: preloader_1;
}
.ovabrw-product-search-ajax .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);
}
}
.ovabrw-product-search-ajax .wrap_search_result {
width: 70%;
}
@media (max-width: 1024px) {
.ovabrw-product-search-ajax .wrap_search_result {
width: 100%;
}
}
.ovabrw-product-search-ajax .wrap_search_result .search_result {
margin-top: 35px;
}
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive .products {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive .products:before {
content: none;
}
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive.two-column .products {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 700px) {
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive.two-column .products {
grid-template-columns: 1fr;
}
}
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive.three-column .products {
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1470px) {
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive.three-column .products {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 700) {
.ovabrw-product-search-ajax .wrap_search_result .search_result .ovabrw_product_archive.three-column .products {
grid-template-columns: 1fr;
}
}
.ovabrw-product-search-ajax .wrap_search_filter {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.ovabrw-product-search-ajax .wrap_search_filter .results_found {
display: flex;
flex-wrap: wrap;
gap: 6px;
line-height: 1.3;
}
.ovabrw-product-search-ajax .wrap_search_filter #search_sort {
width: 44%;
}
.ovabrw-product-search-ajax .wrap_search_filter #search_sort select {
font-size: 14px;
padding: 18px;
background-size: 10px 10px;
width: 100%;
height: 65px;
border-radius: 10px;
}
.ovabrw-product-search-ajax .wrap_search_filter #search_sort select option {
font-weight: var(--font-weight);
}
.ovabrw-product-search-ajax .wrap_search_radius {
display: none;
}
.ovabrw-product-search-ajax .wrap_search_radius #wrap_pointer {
height: 3px;
background-color: #e2e2e2;
margin-top: 5px;
border: none;
}
.ovabrw-product-search-ajax .wrap_search_radius #wrap_pointer span {
border-radius: 100%;
outline: none;
background-color: #fff;
border-color: var(--primary);
border-width: 2px;
z-index: 1;
width: 15px;
top: -6px;
height: 15px;
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax {
margin-top: 40px;
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax ul {
padding: 0px;
margin: 0px;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax ul li {
margin: 0 6px 12px 6px;
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax ul li span {
transition: all 0.3s ease;
width: 100%;
height: 40px;
padding: 0 14px;
font-size: 16px;
line-height: 1.2;
border: 1px solid #dedede;
border-radius: 4px;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax ul li span:hover {
background-color: var(--ovabrw-primary-color);
color: #fff;
border-color: var(--ovabrw-primary-color);
}
.ovabrw-product-search-ajax .ovabrw_pagination_ajax ul li .current {
background-color: var(--ovabrw-primary-color);
color: #fff;
border-color: var(--ovabrw-primary-color);
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields {
margin: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 23px;
row-gap: 40px;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-1 {
grid-template-columns: repeat(1, 1fr);
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field {
position: relative;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field label {
display: block;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
color: #222;
margin-bottom: 12px;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field input, .ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field select {
width: 100%;
height: 53px;
border-radius: 6px;
border: 1px solid #EBEBEB;
color: #5E5F63;
background-color: #FFFFFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
padding: 10px 40px 10px 17px;
box-shadow: none;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field input[type=number]::-webkit-inner-spin-button,
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field input[type=number] {
-moz-appearance: textfield; }
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field select {
background-image: unset;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
background: none;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field select::-ms-expand {
display: none;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field > i {
position: absolute;
top: 45px;
right: 22px;
font-size: 16px;
color: #CACACA;
}
@media only screen and (max-width: 1024px) {
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-3 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-2, .ovabrw-search-taxi .search-taxi-form .search-taxi-fields.search-grid-3 {
grid-template-columns: repeat(1, 1fr);
}
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-btn {
margin: 60px 0 0 0;
width: 100%;
color: #000;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.3px;
text-transform: uppercase;
border-radius: 7px;
background-color: #FDB900;
padding: 24px 0;
box-shadow: 0px 10px 37px 0px rgba(253, 185, 0, 0.35);
-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-search-taxi .search-taxi-form .search-taxi-btn i {
margin-right: 5px;
}
.ovabrw-search-taxi .search-taxi-form .search-taxi-btn i:before {
font-size: 16px;
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields {
grid-template-columns: repeat(4, 1fr);
row-gap: 30px;
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields .search-field.search-field-btn {
display: flex;
align-items: flex-end;
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields .search-field.search-field-btn .search-taxi-btn {
padding: 17px 0;
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields .search-field > i {
position: absolute;
top: 45px;
right: 22px;
font-size: 16px;
color: #222222;
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-1 {
grid-template-columns: repeat(1, 1fr);
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-4 {
grid-template-columns: repeat(4, 1fr);
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1300px) {
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(4, 1fr);
}
}
@media only screen and (max-width: 1200px) {
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 1024px) {
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-3, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-2, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-3, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(1, 1fr);
}
}
.ovabrw-search-taxi.layout2 .search-taxi-form .search-taxi-btn {
margin: 0;
}
body.rtl .ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field input, body.rtl .ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field select {
padding-left: 40px;
padding-right: 17px;
}
body.rtl .ovabrw-search-taxi .search-taxi-form .search-taxi-fields .search-field > i {
right: unset;
left: 22px;
}
.ovabrw-search-taxi-ajax .search-taxi-form {
margin-bottom: 50px;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 23px;
row-gap: 30px;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-1 {
grid-template-columns: repeat(1, 1fr);
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-4 {
grid-template-columns: repeat(4, 1fr);
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(5, 1fr);
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field {
position: relative;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field label {
display: block;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
color: #222;
margin-bottom: 12px;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field input, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field select {
width: 100%;
height: 53px;
border-radius: 6px;
border: 1px solid #EBEBEB;
color: #5E5F63;
background-color: #fff;
font-size: 15px;
font-style: normal;
font-weight: 500;
padding: 10px 40px 10px 17px;
box-shadow: none;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field input[type=number]::-webkit-inner-spin-button,
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field input[type=number] {
-moz-appearance: textfield; }
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field select {
background-image: unset;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
background: none;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field select::-ms-expand {
display: none;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field > i {
position: absolute;
top: 45px;
right: 22px;
font-size: 16px;
color: #222222;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field.search-field-btn {
display: flex;
align-items: flex-end;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field.search-field-btn .search-taxi-btn {
width: 100%;
color: #000;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.3px;
text-transform: uppercase;
border-radius: 7px;
background-color: #FDB900;
padding: 17px 0;
box-shadow: 0px 10px 37px 0px rgba(253, 185, 0, 0.35);
-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-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field.search-field-btn .search-taxi-btn i {
margin-right: 5px;
}
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field.search-field-btn .search-taxi-btn i:before {
font-size: 16px;
}
@media only screen and (max-width: 1300px) {
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(4, 1fr);
}
}
@media only screen and (max-width: 1200px) {
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 1024px) {
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-3, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-2, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-3, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-4, .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields.search-grid-5 {
grid-template-columns: repeat(1, 1fr);
}
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results {
position: relative;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list {
display: grid;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none !important;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list .item {
overflow: hidden;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.one-column {
grid-template-columns: repeat(1, 1fr) !important;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.two-column {
grid-template-columns: repeat(2, 1fr) !important;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.three-column {
grid-template-columns: repeat(3, 1fr) !important;
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list:before, .ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list:after {
display: none;
}
@media only screen and (max-width: 1024px) {
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.three-column {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.two-column, .ovabrw-search-taxi-ajax .ovabrw-search-taxi-results ul.products.ovabrw-product-list.three-column {
grid-template-columns: repeat(1, 1fr) !important;
}
}
.ovabrw-search-taxi-ajax .ovabrw-search-taxi-results .ovabrw-loader {
display: none;
position: absolute;
top: 20px;
left: 50%;
transform: translate(0, -50%);
width: 48px;
height: 48px;
border-radius: 50%;
border: 3px solid;
border-color: var(--ovabrw-primary-color) var(--ovabrw-primary-color) transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
z-index: 1;
}
.ovabrw-search-taxi-ajax .ovabrw-pagination {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 15px 0 20px;
padding: 0;
list-style-type: none !important;
}
.ovabrw-search-taxi-ajax .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-search-taxi-ajax .ovabrw-pagination li .page-numbers.current, .ovabrw-search-taxi-ajax .ovabrw-pagination li .page-numbers:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
body.rtl .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field input, body.rtl .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field select {
padding-left: 40px;
padding-right: 17px;
}
body.rtl .ovabrw-search-taxi-ajax .search-taxi-form .search-taxi-fields .search-field > i {
right: unset;
left: 22px;
}
.ovabrw-el-product-category img {
width: 100%;
display: block;
-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;
height: 100%;
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;
}
@media (max-width: 1024px) {
.ovabrw-el-product-category.template1 .info {
padding: 0 23px 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 !important;
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;
margin: 0 15px 20px 15px;
text-transform: uppercase;
cursor: pointer;
}
.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 .ovabrw-product-list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none !important;
}
.ovabrw-product-ajax-filter .ovabrw-result .ovabrw-product-list:before {
display: none;
}
.ovabrw-product-ajax-filter .ovabrw-result .ovabrw-product-list .item {
overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.ovabrw-product-ajax-filter .ovabrw-result .ovabrw-product-list {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-product-ajax-filter .ovabrw-result .ovabrw-product-list {
grid-template-columns: 1fr;
}
}
.ovabrw-product-ajax-filter .ovabrw-result .ovabrw-product-list.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 !important;
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);
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 select {
position: relative;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(//tommytrips.online/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;
}
.ovabrw-seach-ajax-shortcode.search-position-left {
display: flex;
align-items: flex-start;
flex-direction: row;
gap: 30px;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-form {
width: 30%;
row-gap: 20px;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-results {
width: 70%;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode.search-position-left {
flex-direction: column;
}
.ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-form, .ovabrw-seach-ajax-shortcode.search-position-left .search-ajax-results {
width: 100%;
}
}
.ovabrw-seach-ajax-shortcode.search-position-right {
display: flex;
align-items: flex-start;
flex-direction: row-reverse;
gap: 30px;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-form {
width: 30%;
row-gap: 20px;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-results {
width: 70%;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode.search-position-right {
flex-direction: column;
}
.ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-form, .ovabrw-seach-ajax-shortcode.search-position-right .search-ajax-results {
width: 100%;
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-form {
margin: 0 0 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 23px;
row-gap: 40px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-1 {
grid-template-columns: repeat(1, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-2 {
grid-template-columns: repeat(2, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3 {
grid-template-columns: repeat(3, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(4, 1fr);
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field {
position: relative;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field label {
display: block;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
color: #222;
margin-bottom: 12px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input, .ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select {
width: 100%;
height: 53px;
border-radius: 6px;
border: 1px solid #EBEBEB;
color: #5E5F63;
background-color: #FFFFFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
padding: 10px 40px 10px 17px;
box-shadow: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number]::-webkit-inner-spin-button,
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field input[type=number] {
-moz-appearance: textfield; }
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select {
background-image: unset;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
background: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field select::-ms-expand {
display: none;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field > i {
position: absolute;
top: 48px;
right: 22px;
font-size: 16px;
line-height: 1;
color: #CACACA;
}
.ovabrw-seach-ajax-shortcode .search-ajax-form .search-field > i.locate_me {
color: var(--ovabrw-primary-color);
cursor: pointer;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 768px) {
.ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-2, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-form.search-col-4 {
grid-template-columns: repeat(1, 1fr);
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-results {
position: relative;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-bottom: 30px;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter .results-found {
display: flex;
flex-wrap: wrap;
gap: 6px;
line-height: 1.3;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .search-filter select[name=sort] {
font-size: 14px;
padding: 18px;
background-size: 10px 10px;
border: 1px solid #e0e0e0;
border-radius: 10px;
width: auto;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-loader {
display: none;
position: absolute;
top: 20px;
left: 50%;
transform: translate(0, -50%);
width: 48px;
height: 48px;
border-radius: 50%;
border: 3px solid;
border-color: var(--ovabrw-primary-color) var(--ovabrw-primary-color) transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
z-index: 1;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list {
display: grid;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list .item {
overflow: hidden;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-1 {
grid-template-columns: repeat(1, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-2 {
grid-template-columns: repeat(2, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3 {
grid-template-columns: repeat(3, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(4, 1fr) !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list:before, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list:after {
display: none;
}
@media only screen and (max-width: 1024px) {
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-2, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-3, .ovabrw-seach-ajax-shortcode .search-ajax-results ul.products.ovabrw-product-list.content-col-4 {
grid-template-columns: repeat(1, 1fr) !important;
}
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 15px 0 20px;
padding: 0;
list-style-type: none !important;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border-radius: 3px;
border: 1px solid var(--ovabrw-light-color);
background-color: #FFF;
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
font-family: var(--ovabrw-primary-font);
font-size: var(--ovabrw-label-size);
font-weight: var(--ovabrw-label-weight);
line-height: var(--ovabrw-label-line-height);
color: var(--ovabrw-label-color);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers.current, .ovabrw-seach-ajax-shortcode .search-ajax-results .ovabrw-pagination li .page-numbers:hover {
color: #FFF;
background-color: var(--ovabrw-primary-color);
border-color: var(--ovabrw-primary-color);
}
body.rtl.ovabrw-modern form.ovabrw_search.ovabrw_search_modern .s_field .content select {
background-position: 10px center;
}
.ovabrw-list-product .products {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 28px 26px;
margin: 0;
padding: 0;
list-style-type: none;
}
.ovabrw-list-product .products:before {
display: none;
}
.ovabrw-list-product .products .item {
overflow: hidden;
}
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column2 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column3 {
grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1300px) {
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (max-width: 1024px) {
.ovabrw-list-product .products {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column1 {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column3 {
grid-template-columns: 1fr 1fr;
}
.ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.ovabrw-list-product .products {
grid-template-columns: 1fr;
}
.ovabrw-list-product .products.ovabrw-column2, .ovabrw-list-product .products.ovabrw-column3, .ovabrw-list-product .products.ovabrw-column4 {
grid-template-columns: 1fr;
}
}