.dk_container {
background-color: #f5f5f5;
font-family: 'Helvetica', Arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; }
.dk_container:focus {
outline: 0; }
.dk_container a {
cursor: pointer;
text-decoration: none; }
.dk_toggle {
border: 1px solid #ccc;
color: #333;
padding: 7px 45px 7px 10px;
text-shadow: #fff 1px 1px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: border-color .5s;
-moz-transition: border-color .5s;
-o-transition: border-color .5s;
transition: border-color .5s;
position: relative; }
.dk_toggle:hover {
border-color: #8c8c8c; }
.dk_toggle:after {
position: absolute;
top: 45%;
right: 10px;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #4B4B4B; } .dk_focus .dk_toggle {
border-color: #40b5e2;
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2; } .dk_open {
box-shadow: 0 0 5px #40b5e2;
-moz-box-shadow: 0 0 5px #40b5e2;
-webkit-box-shadow: 0 0 5px #40b5e2; z-index: 10; }
.dk_open .dk_toggle {
background-color: #ececec;
border-color: #8c8c8c;
color: #ccc;
box-shadow: inset 0 -2px 5px #ccc;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0; } .dk_options {
background: #fefefe; box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; }
.dk_options a {
background-color: #fff;
border-bottom: 1px solid #999;
font-weight: bold;
padding: 8px 10px; }
.dk_options a:hover,
.dk_options .dk_option_current a {
background-color: #0084c7;
border-bottom-color: #004c72;
color: #fff;
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
.dk_options li:last-child a {
border-bottom: none; }
.dk_options .disabled {
cursor: default; }
.dk_options .disabled a {
color: #aaa; }
.dk_options .disabled:hover, .dk_options .disabled:hover a {
cursor: default;
background-color: #fff;
border-bottom-color: #999;
text-shadow: none; } .dk_options_inner {
max-height: 250px;
border: 1px solid #8c8c8e;
border-bottom-width: 2px;
border-bottom-color: #999;
color: #333;
text-shadow: #fff 0 1px 0;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; }  .dk_container {
display: none;
float: left; }
.dk_container a {
outline: 0; }
.dk_toggle {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
position: relative;
zoom: 1; }
.dk_open {
position: relative; }
.dk_open .dk_options {
display: block; }
.dk_open .dk_label {
color: inherit; }
.dk_options {
display: none;
margin-top: -1px;
position: absolute;
right: 0;
width: 100%; }
.dk_options a, .dk_options a:link, .dk_options a:visited {
display: block; }
.dk_options_inner {
overflow: auto;
position: relative;
-webkit-overflow-scrolling: touch; } .dk_container select {
position: absolute;
top: -99999em;
visibility: hidden; } .dk_mobile {
position: relative; }
.dk_mobile select {
display: block;
width: 100%;
height: 100%;
top: 0; left: 0;
visibility: visible;
opacity: 0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none; }.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//islandrentalsmalta.com/wp-content/themes/autoride/style/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.crbs-form .crbs-main-content .crbs-main-content-step-1{
display: inline-flex !important;
}
.crbs-form .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left{
display: inline-flex;
}
.crbs-form .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content{
display: inline-flex;
}
.crbs-form .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel .crbs-clear-fix.crbs-customer-location{
border-bottom-left-radius: 10px;
}
.crbs-form .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel .crbs-clear-fix.crbs-customer-location .crbs-form-field.crbs-form-field-location-autocomplete{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.crbs-form .crbs-main-content .crbs-clear-fix.crbs-main-content-navigation-button {
height: 103px;
padding: 10px;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.crbs-form .crbs-main-content .crbs-clear-fix.crbs-main-content-navigation-button a.crbs-button.crbs-button-style-1.crbs-button-widget-submit{
margin-top: 15px;
}
.page-id-17 .vc_custom_1696580581203 {
padding-right: 200px !important;
}
@media(max-width: 480px) {
.page-id-17 .vc_custom_1696580581203 {
padding-right: 60px !important;
}
}html .woocommerce ol,
html .woocommerce ul
{
margin:0px;
padding:0px;
}
html .woocommerce abbr
{
text-decoration:none;
}   html .woocommerce p:empty,
html .woocommerce .page-title,
html .woocommerce .woocommerce-breadcrumb,
html .woocommerce .woocommerce-products-header
{
display:none;
}
html .woocommerce a.button.loading::after,
html .woocommerce input.button.loading::after,
html .woocommerce button.button.loading::after, 
html .woocommerce #respond input#submit.loading::after
{
top:auto;
}
html .woocommerce div.product p.price ins,
html .woocommerce div.product span.price ins
{
text-decoration:none;
}
html .woocommerce ul.products li.product .price,
html .woocommerce ul.products li.product .price ins,
html .woocommerce ul.products li.product .price del,
html .woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount,
html .woocommerce div.product p.price del,
html .woocommerce div.product p.price del .woocommerce-Price-amount.amount
{
opacity:1;
}
.woocommerce table.my_account_orders
{
font-size:inherit;
}
.woocommerce-order-details .theme-component-header-subheader
{
margin-top:50px;
}
html .theme-wc-add-to-cart-notice
{
}
html .theme-wc-add-to-cart-notice>span
{
display:block;
margin-top:15px;
margin-bottom:15px;
}
html .theme-wc-add-to-cart-notice>a
{
}
html .woocommerce button.button.alt.disabled,
html .woocommerce button.button.alt.disabled:hover
{
opacity:1;
}
html .woocommerce div.product .stock
{
color:inherit;
font-size:inherit;
}
html .woocommerce #customer_details
{
margin-bottom:0px;
}
html.woocommerce form .form-row textarea
{
height:15em;
resize:none;
}
html.woocommerce #reviews #comment
{
height:10em;
resize:none;
}
html .woocommerce-form-row span>em
{
display:none;
}
html .woocommerce table.shop_attributes tr:nth-child(2n) td, 
html .woocommerce table.shop_attributes tr:nth-child(2n) th
{
background:none;
}
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone
{
padding:0px;
}
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before
{
display:none;
}
html .woocommerce-order-received .woocommerce-order>*
{
margin-bottom:40px;
}
html .woocommerce-order-received .woocommerce-order>*:last-child
{
margin-bottom:0px;
}
html .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
html .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child
{
border-top:solid 1px;
}
html .shipping-calculator-button
{
float:right !important;
clear:both !important;
}   html .select2-container--default .select2-selection--single
{
height:55px;
padding:10px;
border-radius:0px;
border-style:solid;
border-width:1px;
}
html .select2-dropdown
{
border-radius:0px;
}
html .select2-search--dropdown
{
padding:17px;
}
html .select2-results__options .select2-results__option
{
margin-left:10px;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow
{
top:14px;
right:12px;
}
html .select2-search--dropdown .select2-search__field
{
padding:10px;
}
html .select2-container--default .select2-results__option--highlighted[aria-selected], 
html .select2-container--default .select2-results__option--highlighted[data-selected],
html .select2-container--default .select2-results__option[aria-selected="true"], 
html .select2-container--default .select2-results__option[data-selected="true"]
{
color:#FF700A;
background:transparent;
}   html .woocommerce .theme-component-tab
{
}
html .woocommerce .theme-component-tab.ui-tabs>ul.ui-tabs-nav
{
justify-content:left;
}
html .woocommerce .theme-component-tab.ui-tabs>ul.ui-tabs-nav>li
{
width:auto;
text-align:left;
padding:5px 15px 5px 15px;
}
html .woocommerce .theme-component-tab.ui-tabs>.ui-tabs-panel
{
margin-top:50px;
margin-bottom:0px;
}
html .woocommerce .theme-component-tab.ui-tabs>.ui-tabs-panel p:last-child
{
padding-bottom:0px;
}   html .woocommerce-grouped-product-list
{
width:100%;
}
html .woocommerce-grouped-product-list td,
html .woocommerce-grouped-product-list th
{
width:50%;
padding-left:0px !important;
text-align:left !important;
vertical-align:middle !important;
}
html .woocommerce-grouped-product-list td+td .button,
html .woocommerce-grouped-product-list td+td .quantity
{
float:left !important;
}
html .cart.grouped_form button
{
float:left !important;
}   .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image+.woocommerce-product-gallery__image
{
margin:10px 10px 10px 0px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image+.woocommerce-product-gallery__image>a>img
{
max-width:100px;
}   html #add_payment_method table.cart td.actions .coupon .input-text,
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text
{
padding:12px 15px 12px 15px;
}   html .woocommerce .cart-collaterals .cross-sells, 
html .woocommerce-page .cart-collaterals .cross-sells
{
float:none;
width:100%;
}   html .woocommerce div.quantity
{
text-align:center;
}
html .woocommerce div.quantity,
html .woocommerce div.product form.cart div.quantity
{
margin:0px 10px 0px 0px;
}
html .woocommerce div.quantity>*
{
position:relative;
}
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus
{
line-height:1;
padding:18px 15px 19px 15px;
}
html .woocommerce div.quantity .input-text
{
padding:11px 15px 12px 15px;	
}
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus
{
z-index:1;
border:none;
cursor:pointer;
}
html .woocommerce div.quantity .minus
{
}
html .woocommerce div.quantity .plus
{
}
html .woocommerce div.quantity .input-text
{
z-index:2;
width:55px;
}   html .woocommerce div.product form.cart .reset_variations
{
display:none !important;
}
html .woocommerce div.product form.cart .variations th,
html .woocommerce div.product form.cart .variations td
{
vertical-align:middle;
}
html .woocommerce div.product form.cart .variations td
{
padding-top:10px;
}
html .woocommerce div.product form.cart .variations tr:first-child td
{
padding-top:0px;
}
html .woocommerce div.product form.cart .variations td label
{
color:inherit;
font-size:inherit;
font-weight:inherit;		
}
html .woocommerce div.product form.cart .variations td label:first-letter
{
text-transform:uppercase;
}
html .woocommerce div.product form.cart .variations td select
{
}   html .woocommerce-error,
html .woocommerce-success
{
margin:0px;
border-top:0px;
padding:0px !important;
background-color:transparent;
}
html .woocommerce-error::before,
html .woocommerce-succes::before 
{
display:none;
}   html .woocommerce form .form-row textarea,
html .woocommerce form .form-row input.input-text
{
line-height:inherit;
}
html .woocommerce form .form-row,
html .woocommerce form .form-row-last,
html .woocommerce form .form-row-first, 
html .woocommerce-page form .form-row,
html .woocommerce-page form .form-row-last,
html .woocommerce-page form .form-row-first
{
float:none;
width:100%;
padding:0px;
position:relative;	
margin:0px 0px 15px 0px;
}
html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:300px !important;
}
html .woocommerce form .form-row br,
html .woocommerce form .form-row-last br,
html .woocommerce form .form-row-first br,
html .woocommerce-page form .form-row br,
html .woocommerce-page form .form-row-last br,
html .woocommerce-page form .form-row-first br
{
display:none;
}      html .woocommerce form.login,
html .woocommerce form.register,
html .woocommerce form.checkout_coupon,
html .woocommerce form.lost_reset_password
{
margin:0px;
padding:0px;
border:none;
}
html .woocommerce form.login,
html .woocommerce form.lost_reset_password
{
width:100%;
max-width:500px;
margin-left:auto;
margin-right:auto;		
}
html .woocommerce form.login input.button,
html .woocommerce form.lost_reset_password input.button
{
float:right;
}   html .woocommerce form.login
{
}
html .woocommerce form.login button,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit
{
float:right;
margin-right:0px;
}   html .woocommerce form.lost_reset_password .button
{
float:right;
}   html .woocommerce ul.products, 
html .woocommerce-page ul.products
{
width:100%;
height:100%;
margin:0px;
overflow:hidden;
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product
{
float:left;
text-align:center;
margin:0px 0px 40px 0px;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product  
{
clear:both;
width:48.36066%;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n),		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n)
{
clear:none;
margin-left:3.27868%;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product  
{
width:31.14755%;
}  
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product
{
margin-left:3.27868%;
}   
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product:nth-child(3n+1),
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product:nth-child(3n+1)
{
margin-left:0px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link
{
display:block;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.onsale,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.onsale
{
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img
{
margin-bottom:30px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link h3
{
padding:0px;
margin-bottom:10px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link:hover h3			
{
opacity:0.6;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link .star-rating,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link .star-rating
{
display:none;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price
{
margin-bottom:30px;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price>*
{
display:inline-block;
}
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price ins,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price ins
{
text-decoration:none;
}
html .woocommerce ul.products li.product a.add_to_cart_button,
html .woocommerce-page ul.products li.product a.add_to_cart_button
{
margin-top:0px;
margin-bottom:10px;
}
html .woocommerce ul.products li.product a.added_to_cart,
html .woocommerce-page ul.products li.product a.added_to_cart
{
}  html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale
{
top:15px;
left:15px;
z-index:2;
width:60px;
height:60px;
margin:0px;
padding:0px;
line-height:60px;
font-size:inherit;
font-weight:normal;
}   html .woocommerce-cart .woocommerce-cart-form
{
margin-bottom:60px;
}   html .woocommerce-cart .woocommerce .shop_table
{
}   html .woocommerce-cart .woocommerce .shop_table .product-name
{
width:auto;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-name
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a
{
display:inline-block;
vertical-align:middle;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a img
{
width:100px;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a.remove
{
width:23px;
height:24px;
font-weight:400;
margin-top:-2px;
line-height:22px;
}
html .woocommerce-cart .woocommerce .shop_table .product-name a+a
{
margin-left:10px;
}   html .woocommerce-cart .woocommerce .shop_table .product-price
{
width:100px;
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-price
{
width:100%;
}   html .woocommerce-cart .woocommerce .shop_table .product-quantity
{
width:200px;	
text-align:center;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-quantity
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table .product-quantity div.quantity
{
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive div.quantity
{
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table .product-quantity div.quantity>*:last-child
{
margin-right:0px !important;
}   html .woocommerce-cart .woocommerce .shop_table .product-subtotal
{
width:200px;
text-align:right;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .product-subtotal
{
width:100%;
}   html .woocommerce-cart .woocommerce .shop_table .coupon
{
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .coupon
{
width:100%;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .actions input
{
float:none;
clear:both;
margin-bottom:10px;
width:100% !important;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .actions>input:last-child
{
margin-bottom:0px;
}
html .woocommerce-cart .woocommerce .shop_table.theme-table-responsive .coupon .button
{
width:100%;
}
html .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
html .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td
{
background:none;
}   html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals 
{
display:block;
}
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table
{
}
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th,
html .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td
{
text-align:right;
}
html .woocommerce-cart .woocommerce .cart-collaterals p
{
clear:both;
float:right;
margin-top:20px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
margin:0px;
float:right;
}   html #add_payment_method table.cart td.actions .coupon .input-text, 
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text
{
width:150px;
margin-right:5px;
}      html .woocommerce-account .addresses .title .edit
{
float:left;
}   html .woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset>legend:first-child
{
display:none;
}
html .woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm>p:last-child
{
text-align:right;
}   html .woocommerce-account.woocommerce-edit-address .woocommerce-address-fields>p:last-child
{
text-align:right;
}   html .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content section
{
margin-top:40px;
}
html .woocommerce-orders-table .woocommerce-button.button.cancel
{
display:none;
}   html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses
{
margin-top:20px;
}
html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a
{
top:6px;
left:10px;
position:relative;
}   html .woocommerce-billing-fields #billing_state
{
margin-top:-1px;
}   html #add_payment_method #payment, 
html .woocommerce-cart #payment, 
html .woocommerce-checkout #payment
{
margin-top:30px;
border-radius:0px;
}
html #add_payment_method #payment ul.payment_methods, 
html .woocommerce-cart #payment ul.payment_methods, 
html .woocommerce-checkout #payment ul.payment_methods
{
border-bottom:none;
}
html #add_payment_method #payment>div.form-row,
html .woocommerce-cart #payment>div.form-row,
html .woocommerce-checkout #payment>div.form-row
{
margin:0px;
background:#FFFFFF;
padding:30px 0px 0px 0px;
}   html .woocommerce div.product
{
}
html .woocommerce div.product .theme-component-header-subheader
{
margin-bottom:30px;
}
html .woocommerce div.product .theme-component-header-subheader+*
{
padding-top:0px;
}
html .woocommerce div.product>*,
html .woocommerce div.product>div.images,
html .woocommerce div.product>div.summary,
html .woocommerce div.product>div.theme-component-tab 
{
margin-bottom:60px;
}
html .woocommerce div.product form.cart div.quantity
{
margin-bottom:10px;
}
html .woocommerce div.product>*:last-child
{
margin-bottom:-60px;
}
html .woocommerce div.product>.up-sells.upsells.products+.related.products
{
margin-top:-60px;
}
html .woocommerce div.product div.summary>*
{
margin-top:20px;
}
html .woocommerce div.product div.summary>*:first-child
{
margin-top:0px;
}
html .woocommerce div.product div.summary>.product_title
{
display:none;
}
html .woocommerce div.product div.summary .price
{
margin:0px;
padding:0px;
}
html .woocommerce div.product div.summary div[itemprop="description"] p
{
padding:0px;
}
html .woocommerce div.product .theme-component-tab>div>p+p
{
padding-top:20px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments
{
margin-top:0px;
margin-bottom:60px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments h4
{
margin-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews #respond #reply-title,
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .woocommerce-Reviews-title
{
margin-bottom:30px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li:first-child
{
padding-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li
{
margin:0px;
padding-top:30px;
padding-bottom:30px;	
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>img
{
width:70px;
height:70px;
border:none;
padding:0px;
background:none;
position:static;
border-radius:100%;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div
{
width:100%;
border:none;
padding:0px;
margin-left:120px;
border-radius:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div .star-rating
{
margin-top:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta
{
padding:0px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__author
{
font-weight:inherit;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__author>.theme-icon-meta-user
{
margin-right:10px;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date>.theme-icon-meta-time
{
margin-left:10px;
margin-right:10px;
}								
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>div.description
{
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>div.description>p
{
margin:0px;
padding:0px;
}   html .woocommerce #review_form
{
}
html .woocommerce #review_form #respond
{
}
html .woocommerce #review_form #respond #commentform
{
}
html .woocommerce #review_form #respond #commentform>p
{
margin:0px;
padding:0px;
}
html .woocommerce #review_form #respond #commentform>p.comment-notes
{
margin-bottom:15px;
}
html .woocommerce #review_form #respond #commentform>p.comment-form-rating
{
}
html .woocommerce #review_form #respond #commentform>p.comment-form-rating>p
{
margin:0px;
padding:0px;
line-height:1;
}
html .woocommerce #review_form #respond #commentform>p>select,
html .woocommerce #review_form #respond #commentform>p>textarea,
html .woocommerce #review_form #respond #commentform>p>input[type="text"]
{
width:100%;
}
html .woocommerce #review_form #respond #commentform>p.form-submit
{
float:right;
margin-top:20px;
margin-bottom:0px;
}
html .woocommerce #review_form #respond #commentform .comment-form-comment,
html .woocommerce #review_form #respond #commentform .comment-form-author,
html .woocommerce #review_form #respond #commentform .comment-form-email
{
border-top:none;
}   html .woocommerce address,
html .woocommerce .woocommerce-customer-details address
{
border-radius:0;
border-width:1px;
border-style:solid;
padding:10px 20px 10px 20px;
}      @media only screen and (min-width:0px) and (max-width:1459px)
{	
}   @media only screen and (min-width:0px) and (max-width:1299px)
{	
}   @media only screen and (min-width:0px) and (max-width:1169px)
{
}   @media only screen and (min-width:0px) and (max-width:959px)
{      html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses div
{
float:none;
width:100%;
}
html .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses div+div
{
margin-top:40px;
}   html .woocommerce .theme-page-sidebar-enable .woocommerce-result-count
{
width:100%;
text-align:center;
}
html .woocommerce .theme-page-sidebar-enable .woocommerce-ordering .dk_toggle
{
min-width:440px !important;
}
html .woocommerce-ordering,
html .woocommerce-ordering select
{
width:100%;
}   html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product,		 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product
{
float:none;
clear:both;
width:100%;
margin-left:0px;
}
html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n), 
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-enable ul.products li.product:nth-child(2n)
{
margin-left:0px;
}   html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>img
{
display:none;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div
{
margin-left:0px;
} 
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date
{
display:block;
}
html .woocommerce div.product .theme-component-tab>.ui-tabs-panel>#reviews>#comments .commentlist>li>div>div>p.meta>.woocommerce-review__published-date>.theme-icon-meta-time
{
margin-left:0px;
}
}   @media only screen and (min-width:0px) and (max-width:767px)
{   html .woocommerce .woocommerce-result-count
{
width:100%;
text-align:center;
}
html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:460px !important;
}
html .woocommerce-additional-fields h3
{
margin-top:40px;
}   html .woocommerce .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product,
html .woocommerce-page .theme-page .theme-page-content .theme-page-sidebar-disable ul.products li.product
{
float:none;
clear:both;
width:100%;
margin-left:0px;
} 
}   @media only screen and (min-width:960px) and (max-width:1189px)
{
}   @media only screen and (min-width:768px) and (max-width:959px)
{
}   @media only screen and (min-width:480px) and (max-width:767px)
{
}   @media only screen and (min-width:0px) and (max-width:479px)
{   html .woocommerce .woocommerce-ordering .dk_toggle
{
min-width:300px !important;
}      html .woocommerce form.login button,
html .woocommerce form.login button.button,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
html .woocommerce form.login .theme-component-button.theme-component-button-style-2
{
float:right;
}
html .woocommerce form.login .theme-component-button.theme-component-button-style-2+button
{
margin-top:20px;
}
}a,
a:hover,
.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s,
.widget_search .theme-icon-meta-search,
.widget_product_search .theme-icon-meta-search,
.wp-block-search .theme-icon-meta-search,
.woocommerce .star-rating,
.theme-component-blockquote>span,
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value,
.theme-component-feature-carousel>ul>li>div>span>span,
.theme-component-feature-circle .theme-component-feature-circle-circle>span:first-child,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span:before,
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4>a,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4>a:hover,
.theme-component-header-subheader .theme-component-header-subheader-subheader,
.theme-component-list.theme-component-list-style-1 ul li>span:first-child,
.theme-component-list.theme-component-list-style-2 ul li>span:first-child,
.theme-component-notice>.theme-component-notice-icon>span:before,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover a>span:first-child::before,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active a>span:first-child::before,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span:before,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span:before,
.theme-post .theme-post-date,
.theme-post .theme-post-date>a,
#theme-full-screen-search-form>form>div>span,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:hover,
.theme-vehicle-list-search .ui-menu .ui-menu-item:hover,
.theme-text-color-1,
.theme-header-style-1
{
color:#FF700A;
}
body,
select,
input,
html .woocommerce-MyAccount-navigation ul li>a,
html .woocommerce .button:hover,
html .woocommerce .button.alt:hover,
html .woocommerce .button.alt.disabled:hover,
html .woocommerce .button:disabled[disabled],
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link span.price>*,
html .woocommerce div.product div.summary .price,
html .woocommerce div.product div.summary .price>*,
html .woocommerce-grouped-product-list-item__price,
html .woocommerce-grouped-product-list-item__price>*,
html .woocommerce nav.woocommerce-pagination ul li a, 
html .woocommerce nav.woocommerce-pagination ul li span,
input.theme-component-button.theme-component-button-style-1:hover,
input.theme-component-button.theme-component-button-style-3,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.widget_nav_menu ul li>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover,
.theme-component-button.theme-component-button-style-1>a:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-list.theme-component-list-style-3 ul li>span:first-child,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li a,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li a:hover,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li a:hover,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a:hover,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a:hover,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a:hover,
.theme-component-counter-list .theme-component-counter-list-item>span,
.theme-component-tab.ui-tabs .ui-tabs-nav li a,
.theme-component-tab.ui-tabs .ui-tabs-nav li a:hover,
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child+span,
.theme-menu.theme-menu-default>ul>li>a,
.theme-menu.theme-menu-default>ul>li>a:hover,
.theme-menu-responsive-list li>a,
.theme-menu-responsive-list li>a:hover,
.theme-pagination a,
.theme-text-copyright,
.theme-text-copyright a,
.theme-text-copyright a:hover,
.theme-text-color-2
{
color:#293039;
}
.wp-block-code,
.wp-block-pullquote,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-author,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-to,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date,
input.theme-component-button.theme-component-button-style-2,
html .woocommerce .woocommerce-product-attributes tr>th,
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a:hover,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a:hover,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_meta ul>li a,
.widget_pages ul>li a,
.widget_meta ul>li a:hover,
.widget_pages ul>li a:hover,
.widget_archive>ul>li>a,
.wp-block-archives li>a,
.widget_categories ul>li>a,
.widget_product_categories ul>li>a,
.widget_archive>ul>li>a:hover,
.wp-block-archives li>a:hover,
.widget_categories ul>li>a:hover,
.widget_product_categories ul>li>a:hover,
.widget_rss>ul>li>.rss-date,
.widget_recent_entries>ul>li>span,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li time,
.widget_recent_comments>ul>li>span, 
.widget_recent_comments>ul>li>span>a,
.widget_recent_comments>ul>li>span>a:hover,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link:hover,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author:hover,
.widget_products>ul.product_list_widget>li>ins,
.widget_products>ul.product_list_widget>li>del,
.widget_recent_reviews>ul.product_list_widget>li>ins,
.widget_recent_reviews>ul.product_list_widget>li>del,
.widget_top_rated_products>ul.product_list_widget>li>ins,
.widget_top_rated_products>ul.product_list_widget>li>del,
.widget_recently_viewed_products>ul.product_list_widget>li>ins,
.widget_recently_viewed_products>ul.product_list_widget>li>del,
.widget_products>ul.product_list_widget>li>a:hover,
.widget_recent_reviews>ul.product_list_widget>li>a:hover,
.widget_top_rated_products>ul.product_list_widget>li>a:hover,
.widget_recently_viewed_products>ul.product_list_widget>li>a:hover,
.widget_calendar>.calendar_wrap>table,
.widget_calendar>.calendar_wrap>table a,
.widget_calendar>.calendar_wrap>table a:hover,
.wp-block-calendar table,
.wp-block-calendar table a,
.wp-block-calendar table a :hover,
.widget_recent_entries>ul>li a:hover,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a:hover,
.wp-block-search label,
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text,
.theme-component-attribute-table>ul>li>div:first-child,
.theme-component-blockquote>div,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a:hover,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li a,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li a:hover,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li a,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>div,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>div,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child+span,
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle,
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field>label,
.theme-form-field label,
.theme-post .theme-post-meta,
.theme-post .theme-post-meta a,
.theme-post .theme-post-meta a:hover,
.theme-post .theme-post-share>span,
.theme-post .theme-post-title h3 a:hover,
.theme-post .theme-post-title h4 a:hover,
.theme-post-navigation>a,
.theme-post-navigation>a:hover,
.theme-text-color-3
{
color:#3553DD;
}
#theme-go-to-top,
mark,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3:hover,
html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
html .woocommerce-MyAccount-navigation ul li>a:hover,
html .woocommerce-MyAccount-navigation ul li.is-active>a,
html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale,
html .woocommerce div.quantity .plus:hover,
html .woocommerce div.quantity .minus:hover,
.widget_nav_menu ul li>a:hover,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current_page_item>a,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a:hover,
.theme-component-button.theme-component-button-style-4>a,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span>span,
.theme-component-gallery>ul>li>a>span>span:first-child+span,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box h3,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box p,
.theme-component-process-list .theme-component-process-list-item>span,
.theme-component-process-list .theme-component-process-list-item>p,
.theme-component-recent-post>li>a>span.theme-component-recent-post-date>span,
.theme-component-recent-post>li>a>span.theme-component-recent-post-header>span,
.theme-menu.theme-menu-default>ul ul li a:hover,
.theme-menu.theme-menu-default>ul ul li.current-menu-item a,
.theme-menu.theme-menu-default>ul ul li.current_page_item a,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>h1,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div a,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div>div a>hover,
.theme-qtip,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span>.theme-vehicle-list-item-title,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span>.theme-vehicle-list-item-category,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-text-color-4
{
color:#F8FCFC;
}
.theme-text-color-5
{
color:#FFFFFF;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick::before,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon,
.theme-component-social-profile.theme-component-social-profile-style-1>li>a,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a,
.theme-text-color-5
{
color:#FFFFFF;
}
.theme-text-color-6,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
color:#FFFFFF;
}
.theme-text-color-7
{
color:#F6F6F6;
}
h1,
h1 a,
h1 a:hover,
h2,
h2 a,
h2 a:hover,
h3,
h3 a,
h3 a:hover,
h4,
h4 a,
h4 a:hover,
h5,
h5 a,
h5 a:hover,
h6,
h6 a,
h6 a:hover,
html .woocommerce ul.products li.product .woocommerce-LoopProduct-link h3,
html .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link h3,
tml .woocommerce nav.woocommerce-pagination ul li a:focus, 
html .woocommerce nav.woocommerce-pagination ul li a:hover, 
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce select,
html .woocommerce textarea,
html .woocommerce input[type="tel"],
html .woocommerce input[type="text"],
html .woocommerce input[type="email"],
html .woocommerce input[type="search"],
html .woocommerce input[type="password"],
html .woocommerce .woocommerce-product-attributes tr>td,
.theme-component-attribute-table>ul>li>div:first-child+div,
.ui-selectmenu-button .ui-selectmenu-text,
.widget_recent_entries>ul>li>a,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a,
.widget_recent_comments>ul>li>a,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-link,
.widget_rss>ul>li>a,
.widget_rss>ul>li>a:hover,
.wp-block-rss>li.wp-block-rss__item>.wp-block-rss__item-title>a,
.wp-block-rss>li.wp-block-rss__item>.wp-block-rss__item-title>a:hover,
.widget_products>ul.product_list_widget>li>a,
.widget_products>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_recent_reviews>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_top_rated_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
.widget_recently_viewed_products>ul.product_list_widget>li>a,
.widget_search input[type="text"],
.widget_product_search input[type="search"],
.wp-block-search input[type="search"],
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p,
.theme-component-feature-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-label,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child,
.theme-form-field select,
.theme-form-field textarea,
.theme-form-field input[type="tel"],
.theme-form-field input[type="text"],
.theme-form-field input[type="email"],
.theme-form-field input[type="search"],
.theme-form-field input[type="password"],
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>h1,
#theme-full-screen-search-form>form>div>input[type="text"],
.theme-pagination>.current,
.theme-pagination>*:hover,
.theme-text-color-8
{
color:#2C3E50;
}
.theme-text-color-9
{
color:#EAECEE; 
}
.theme-text-color-10
{
color:#475665;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child::before,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-menu.theme-menu-default>ul ul li a,
#theme-full-screen-search-form>form>div>input[type="text"]::placeholder,
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child,
.theme-text-color-11
{
color:#CED3D9;
}
.theme-text-color-12
{
color:#F6F6F6;
}   html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3,
.slick-dots>li.slick-active>button,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover,
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-hover,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-state-active,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-border-color-1
{
border-color:#FF700A;
}
.theme-qtip,
.theme-border-color-2
{
border-color:#293039;
}
.theme-component-button.theme-component-button-style-4>a,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-border-color-3
{
border-color:#3553DD;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span,
.theme-border-color-4
{
border-color:#F8FCFC;
}
.theme-border-color-5
{
border-color:#FFFFFF;
}
.slick-dots>li>button,
.theme-border-color-6
{
border-color:#FFFFFF;
}
.theme-border-color-7
{
border-color:#F6F6F6;
}
.theme-border-color-8
{
border-color:#2C3E50;
}
html .select2-container--default .select2-selection--single,
html .select2-container--open .select2-dropdown--above,
html .select2-container--open .select2-dropdown--below,
html .select2-container--default .select2-search--dropdown .select2-search__field,
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
html .woocommerce div.quantity .input-text,
table,
table td,
table th,
.wp-block-table td,
.wp-block-table th,
html .woocommerce table.shop_table,
html .woocommerce table.shop_table td,
html .woocommerce table.shop_table th,
html .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
html .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,
html .woocommerce address,
html .woocommerce .woocommerce-customer-details address,
html #add_payment_method table.cart td.actions .coupon .input-text,
html .woocommerce-cart table.cart td.actions .coupon .input-text, 
html .woocommerce-checkout table.cart td.actions .coupon .input-text,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item,
html .woocommerce #review_form #respond #commentform>p,
html .woocommerce #review_form #respond #commentform>div,
html .chbs-wc-order-view .chbs-wc-order-view-section>div,
input.theme-component-button.theme-component-button-style-2,
#theme-full-screen-search-form>form>div>input[type="text"],
.widget_rss>ul>li,
.wp-block-rss>li.wp-block-rss__item,
.widget_meta ul>li a,
.widget_pages ul>li a,
.widget_recent_entries>ul>li,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li,
.widget_recent_comments>ul>li,
ol.wp-block-latest-comments>li,
.widget_archive ul>li a,
.wp-block-archives li a,
.widget_categories ul>li a,
.widget_product_categories ul>li a,
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_products>ul.product_list_widget>li,
.widget_recent_reviews>ul.product_list_widget>li,
.widget_top_rated_products>ul.product_list_widget>li,
.widget_recently_viewed_products>ul.product_list_widget>li,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td,
.wp-block-calendar table th,
.wp-block-calendar table td,
.widget_search form,
.widget_product_search form,
.wp-block-search,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-1,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-2,
.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container,
.theme-component-feature-carousel>ul>li>div>span,
.theme-component-feature-circle .theme-component-feature-circle-circle,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span,
.theme-component-list.theme-component-list-style-2 ul li>span:first-child,
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child,
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-column-style-6,
.theme-form-field,
.theme-page-header-bottom-style-1,
.theme-page-header-bottom-style-2,
.theme-post-navigation>a,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle,
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field,
.theme-menu-responsive-list a,
.theme-vehicle-list-search .ui-selectmenu-menu,
.theme-vehicle-list-search .ui-menu .ui-menu-item,
.theme-border-color-9
{
border-color:#EAECEE;
}
.theme-border-color-10
{
border-color:#475665;
}
html .woocommerce .woocommerce-product-attributes tr>td,
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table>ul>li>div,
.theme-component-work-experience-list>ul>li>div:first-child+div,
.theme-border-color-11
{
border-color:#CED3D9;
}
.theme-border-color-12
{
border-color:#F6F6F6;
}   mark,
html .woocommerce .button,
html .woocommerce .button.alt,
html .woocommerce .button.alt.disabled,
html .woocommerce .button:disabled[disabled],
html .woocommerce #respond input#submit,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
input.theme-component-button.theme-component-button-style-1,
input.theme-component-button.theme-component-button-style-2:hover,
input.theme-component-button.theme-component-button-style-3:hover,
html .woocommerce-MyAccount-navigation ul li>a:hover,
html .woocommerce-MyAccount-navigation ul li.is-active>a,
html .woocommerce span.onsale,
html .woocommerce ul.products li.product .onsale,
html .woocommerce div.quantity .plus:hover,
html .woocommerce div.quantity .minus:hover,
.widget_nav_menu ul li>a:hover,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current_page_item>a,
.theme-component-button.theme-component-button-style-1>a,
.theme-component-button.theme-component-button-style-2>a:hover,
.theme-component-button.theme-component-button-style-3>a:hover,
.theme-component-counter-list .theme-component-counter-list-item>div>div,
.theme-image-style-1 .vc_single_image-wrapper::after,
.theme-menu.theme-menu-default>ul>li>a>span:last-child,
.theme-menu.theme-menu-default>ul>li:hover>a>span:last-child,
.theme-menu.theme-menu-default>ul>li.sfHover>a>span:last-child,
.theme-widget .theme-widget-header>span,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.theme-background-color-1
{
background-color:#FF700A;
}
.theme-qtip,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box,
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-even,
.theme-component-button.theme-component-button-style-4>a,
.theme-background-color-2
{
background-color:#293039;   
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.theme-component-button.theme-component-button-style-4>a:hover,
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-odd,
.theme-background-color-3
{
background-color:#3553DD;
}
#theme-full-screen-search-form,
input.theme-component-button.theme-component-button-style-2,
.wp-block-calendar>table th,
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child,
.theme-menu-responsive-list,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-gallery>ul>li>a>span>span:first-child,
.theme-component-feature-carousel>ul>li>div,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span,
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content,
.theme-component-notice>.theme-component-notice-icon>span>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span>span,
.theme-blog.theme-blog-column .theme-post .theme-post-layout-right,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta,
.theme-vehicle-list .theme-vehicle-list-search,
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1,
.theme-vehicle-list-search .ui-selectmenu-menu,
.theme-background-color-4
{
background-color:#F8FCFC;
}
html .woocommerce .button:hover,
html .woocommerce .button.alt:hover,
html .woocommerce .button.alt.disabled:hover,
html .woocommerce .button:disabled[disabled]:hover,
html .woocommerce #respond input#submit:hover,
input.theme-component-button.theme-component-button-style-3,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover,
input.theme-component-button.theme-component-button-style-1:hover,
.theme-component-button.theme-component-button-style-3>a,
.theme-component-button.theme-component-button-style-1>a:hover,
.theme-background-color-5
{
background-color:#FFFFFF;
}
.slick-dots>li>button,
.theme-background-color-6
{
background-color:#FFFFFF;
}
.widget_nav_menu ul li>a,
html .woocommerce div.quantity .plus,
html .woocommerce div.quantity .minus,
html .woocommerce-MyAccount-navigation ul li>a,
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky,
.page-template.page-template-blog-column-2 .theme-blog.theme-blog-column .theme-post .theme-post-layout-right,
.theme-component-call-to-action.theme-component-call-to-action-style-1 .theme-component-call-to-action-box,
.theme-component-driver-list.theme-component-driver-list-style-2 .theme-component-driver-list-item,
.theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item,
.theme-component-work-experience-list>ul>li,
.theme-page .theme-page-header .theme-page-header-top,
.theme-page-header-bottom-style-2,
.theme-post-related .theme-post .theme-post-layout-right,
.theme-background-color-7
{
background-color:#F6F6F6;
}
.theme-background-color-8
{
background-color:#2C3E50;
}
#comments #comments_list>ul>li .theme-comment-divider,
input.theme-component-button.theme-component-button-style-2,
html .woocommerce nav.woocommerce-pagination ul li a:focus, 
html .woocommerce nav.woocommerce-pagination ul li a:hover, 
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:hover,
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box .theme-component-call-to-action-icon>span,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick,
.theme-component-counter-list .theme-component-counter-list-item>div,
.theme-component-button.theme-component-button-style-2>a,
.theme-component-feature-circle  .theme-component-feature-circle-circle:first-child,
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-icon>span,
.theme-component-notice,
.theme-component-social-profile.theme-component-social-profile-style-2>li>a,
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child+span,
.theme-page .theme-page-footer .theme-page-footer-top,
.theme-page .theme-page-footer .theme-page-footer-middle,
.theme-pagination>.current,
.theme-pagination>*:hover,
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next,
.theme-post .theme-post-divider,
.theme-menu-responsive-list ul>li>a,
.theme-background-color-9
{
background-color:#EAECEE;
}
.theme-menu.theme-menu-default>ul ul,
.theme-background-color-10
{
background-color:#475665;
}
.theme-background-color-11
{
background-color:#CED3D9;
}
.theme-background-color-12
{
background-color:#F6F6F6;
} @media(min-width: 1025px){
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content-step-1 {
display: inline-flex !important;
height: 100px;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content-step-1 .crbs-layout-column-left{
display: inline-flex !important;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content{
display: inline-flex;
border-color: white !important;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel:nth-of-type(1) .crbs-form-panel-content{
border-top-left-radius: 10px;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel:nth-of-type(1) .crbs-form-panel-content input#crbs_pickup_location_address{
border-bottom-left-radius: 10px !important;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel .crbs-clear-fix.crbs-customer-location{
border-bottom-left-radius: 10px !important;
height: 103px;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1 .crbs-layout-column-left .crbs-form-panel:nth-of-type(1) .crbs-clear-fix.crbs-customer-location .crbs-form-field.crbs-form-field-location-autocomplete{
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-clear-fix.crbs-main-content-navigation-button {
height: 97px;
padding: 10px 35px;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
background-color: white;
margin-top: 0;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-clear-fix.crbs-main-content-navigation-button a.crbs-button.crbs-button-style-1.crbs-button-widget-submit{ font-size: 14px !important;
padding: 15px 30px;
width: max-content;
transform: translateY(10px);
border-color: #3553dd;
background-color: #3553dd;
}
.home .crbs-main.crbs-booking-form-id-10013 .crbs-main-content .crbs-clear-fix.crbs-main-content-navigation-button a.crbs-button.crbs-button-style-1.crbs-button-widget-submit:hover{
border-color: #3553dd;
color: white !important;
}
.home .crbs-main.crbs-booking-form-id-10013 label{
font-size: 14px !important;
} .theme-menu.theme-menu-default>ul>li {
margin-right: 75px;
}
.theme-menu.theme-menu-default>ul>li a{
text-transform: capitalize;
}
.theme-menu.theme-menu-default>ul>li a:active, .theme-menu.theme-menu-default>ul>li a:hover {
color: #FF700A  !important;
}
}
.theme-vehicle-list-result .vc_row.wpb_row.vc_row-fluid{
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.single .theme-page-header-title.theme-page-header-title-type-text h1 {
color: #293039 !important;
}
.single div#autoride_widget_vehicle_attribute-3, .single div#autoride_widget_vehicle_attribute-4, .single .theme-widget-vehicle-attribute-icon-bag, .single .theme-post-share, .single .theme-page-vehicle-bottom {
display: none;
}
.single .theme-page .theme-page-footer .theme-page-footer-top, .single .theme-page .theme-page-footer .theme-page-footer-middle {
display: none;
}
@media (max-width: 1440px){
.home .crbs-main {
padding: 0px 0px !important;
}
}.ui-timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);outline:0;z-index:10001;margin:0}.ui-timepicker-wrapper.ui-timepicker-with-duration{width:13em}.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60{width:11em}.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}.crbs-main *,
.ui-datepicker,
.ui-datepicker *,
.crbs-main .ui-timepicker-wrapper,
.crbs-main .ui-timepicker-wrapper *,
.crbs-main .ui-selectmenu-button span.ui-selectmenu-text
{
outline:0;
line-height:150%;
box-sizing:border-box;
}
.crbs-main .crbs-clear-fix:after
{
height:0;
clear:both;
content:" ";
font-size:0;
display:block;
visibility: hidden;
}
* html .crbs-clear-fix
{
zoom:1; 
} 
.crbs-main .crbs-list-reset
{
margin:0px;
padding:0px;
list-style:none;
}
.crbs-main .crbs-align-right
{
text-align:right;
}
.crbs-main .crbs-hidden,
.crbs-main.crbs-hidden
{
display:none !important;
}
.crbs-main .ui-timepicker-wrapper
{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;  
}
.ui-datepicker,
.crbs-main .ui-selectmenu-menu,
.crbs-main .ui-timepicker-wrapper
{
-webkit-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
-moz-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
}
.crbs-main .crbs-circle
{
text-align:center;
border-width:1px;
border-style:solid;
border-radius:9999em;
display:inline-block;                
}
.crbs-main img
{
max-width:100%;
height:auto;
display:block;
}
.crbs-main a,
.crbs-main a:hover
{
box-shadow:none;
text-decoration:none;
}
.crbs-main label
{
margin-bottom:0px;
}
.crbs-main input[type="submit"]
{
cursor:pointer;
}
.crbs-booking-form-error
{
color:red;
}   .crbs-main,
.crbs-main a,
.crbs-main input,
.crbs-main select,
.crbs-main textarea,
.crbs-main .ui-menu .ui-menu-item,
.crbs-main .ui-timepicker-wrapper,
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a,
.ui-datepicker td span
{
font-family:'Lato';
}
.crbs-main,
.crbs-main a,
.crbs-main .ui-timepicker-wrapper
{
font-size:16px;
font-weight:300;
}   .crbs-main h4.crbs-header
{
font-size:26px;
font-weight:400;
line-height:37px;
margin-top:50px;
margin-bottom:0px;
}   @font-face 
{
font-family:'crbs-meta-icon';
src:url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/font/meta-icon.eot);
src:url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/font/meta-icon.eot) format('embedded-opentype'),url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/font/meta-icon.ttf) format('truetype'),url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/font/meta-icon.woff) format('woff'),url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/font/meta-icon.svg) format('svg');
font-weight:normal;
font-style:normal;
}
[class^="crbs-meta-icon-"],
[class*=" crbs-meta-icon-"],
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next
{
font-family:'crbs-meta-icon' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.crbs-main .crbs-meta-icon-car-key:before 
{
content:"\63";
}
.crbs-main .crbs-meta-icon-car-price:before 
{
content:"\62";
}
.crbs-main .crbs-meta-icon-car:before 
{
content:"\61";
}
.crbs-main .crbs-meta-icon-close:before 
{
content:"\67";
}
.crbs-main .crbs-meta-icon-seat:before 
{
content:"\68";
}
.crbs-main .crbs-meta-icon-bag:before 
{
content:"\69";
}
.crbs-main .crbs-meta-icon-transmission:before 
{
content:"\6a";
}
.crbs-main .crbs-meta-icon-fuel:before 
{
content:"\6b";
}
.crbs-main .crbs-meta-icon-tick:before 
{
content:"\64";
}
.crbs-main .crbs-meta-icon-arrow-horizontal:before,
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before
{
content:"\65";
}
.crbs-main .crbs-meta-icon-arrow-vertical:before 
{
content:"\66";
} 
.crbs-main .crbs-meta-icon-bank:before
{
content:"\6d";
}
.crbs-main .crbs-meta-icon-wallet:before
{
content:"\6c";
}   .crbs-main .crbs-button.crbs-button-style-1,
.crbs-main .crbs-button.crbs-button-style-2,
.crbs-main .crbs-button.crbs-button-style-3,
.crbs-main .crbs-button.crbs-button-style-1:hover,
.crbs-main .crbs-button.crbs-button-style-2:hover,
.crbs-main .crbs-button.crbs-button-style-3:hover,
.crbs-main .crbs-location-add,
.crbs-main .crbs-location-remove,
.crbs-main .crbs-location-add:hover,
.crbs-main .crbs-location-remove:hover,
.crbs-main .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta a>span+span,
.crbs-main .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta a:hover>span+span,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,    
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover   
{
transition:all 150ms ease;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta a>span,
.crbs-main .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta a:hover>span
{
transition:background-color 150ms ease;
}   .crbs-main
{
position:relative;
}
.crbs-main .crbs-main-content
{
margin-top:50px;
}
.crbs-main .crbs-main-content>div
{
display:none;
}
.crbs-main .crbs-main-content>div:first-child
{
display:block;
}
.crbs-main .crbs-main-content>div>div:last-child
{
margin-top:50px;
}   .crbs-main label,
.crbs-main .crbs-form-field>label a,
.crbs-main .crbs-ride-info>div>span:first-child+span
{
font-size:12px;
font-weight:400;
text-transform:uppercase;
}
.crbs-main .crbs-form-field>label a,
.crbs-main .crbs-form-field>label a:hover
{
text-decoration:underline;
}
.crbs-main .crbs-form-field>label a:hover
{
opacity:0.6;
}   .crbs-main .crbs-qtip
{
margin:0px 0px 0px 0px !important;
}
.crbs-main .crbs-qtip,
.crbs-main .crbs-notice
{
margin:0px;
padding:0px;
border:none;
box-shadow:none;
min-width:200px;
border-width:1px;
border-style:solid;	
}
.crbs-main .crbs-notice,
.crbs-main .crbs-qtip .qtip-content
{
font-size:13px;
font-weight:300;
padding:8px 15px 10px 15px;
}
.crbs-main .crbs-notice
{
width:100%;
font-size:15px;
margin:0px 0px 40px 0px;
}   .crbs-main .crbs-button,
.crbs-main .crbs-button:hover
{
cursor:pointer;
text-decoration:none;
}
.crbs-main .crbs-button.crbs-button-style-1,
.crbs-main .crbs-button.crbs-button-style-2,
.crbs-main .crbs-button.crbs-button-style-3
{
font-size:14px;
font-weight:400;
border-width:2px;
border-style:solid;
border-radius:2px;
text-transform:uppercase;
padding:14px 32px 15px 32px;
}
.crbs-main .crbs-button.crbs-button-style-3
{
font-size:12px;
padding:9px 16px 9px 16px;
}
.crbs-main .crbs-button.crbs-button-step-next>span,
.crbs-main .crbs-button.crbs-button-step-prev>span
{
top:2px;
font-size:18px;
position:relative;
padding-left:12px;
display:inline-block;
}
.crbs-main .crbs-button.crbs-button-step-prev>span
{
transform:scaleX(-1);
-moz-transform:scaleX(-1);
-o-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
transform:scaleX(-1);
filter:FlipH;
-ms-filter:"FlipH";
}
.crbs-main .crbs-button.crbs-button-step-prev
{
padding:14px 32px 16px 24px;
}
.crbs-main .crbs-button.crbs-button-step-next
{
padding:14px 24px 16px 32px;
}
.crbs-main .crbs-button span.crbs-meta-icon-tick
{
display:none;
}
.crbs-main .crbs-button.crbs-state-selected span.crbs-meta-icon-tick
{
display:inline-block;
}   .crbs-button-checkbox
{
}
.crbs-button-checkbox>a
{
z-index:1;
float:left;
display:block;
font-size:12px;
font-weight:400;
position:relative;
border-width:1px;
border-style:solid;
text-transform:uppercase;
padding:17px 20px 17px 20px;
}
.crbs-button-checkbox>a+a
{
left:-1px;
}
.crbs-button-checkbox>a:first-child
{
border-top-left-radius:2px;
border-bottom-left-radius:2px;
}
.crbs-button-checkbox>a:last-child
{
border-top-right-radius:2px;
border-bottom-right-radius:2px;       
}
.crbs-button-checkbox>a.crbs-state-selected
{
z-index:2;
}   .crbs-main .crbs-main-content-navigation-button
{
}
.crbs-main .crbs-main-content-navigation-button a
{
width:auto;
display:inline-block;
}
.crbs-main .crbs-main-content-navigation-button .crbs-button.crbs-button-step-prev
{
float:left;
}
.crbs-main .crbs-main-content-navigation-button .crbs-button.crbs-button-step-next
{
float:right;
}   .crbs-file-upload
{
overflow:hidden;
position:relative;
display:inline-block;
}
.crbs-form-field .crbs-file-upload,
.crbs-form-field .crbs-file-remove
{
margin:10px 0px 20px 20px;
}
.crbs-form-field .crbs-file-upload
{
margin-bottom:15px;
}
.crbs-file-upload>span
{	
}
.crbs-file-upload input[type="file"]
{
top:0px;
left:0px;
opacity:0;
cursor:pointer;
position:absolute;
font-size:200px !important;
}
.crbs-form-field .crbs-file-remove
{
display:inline-block;
vertical-align:middle;
}
.crbs-form-field .crbs-file-remove>span
{
display:table-cell;
}
.crbs-form-field .crbs-file-remove>span:first-child
{
padding-right:15px;
}
.crbs-form-field .crbs-file-remove>span:first-child>span
{
font-weight:bold;
padding-left:5px;
}   .crbs-main .ui-selectmenu-button
{
display:block;
width:100% !important;
padding:0px 20px 20px 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.crbs-main .ui-selectmenu-button
{
padding-bottom:15px;
}
}
.crbs-main .ui-selectmenu-button .ui-selectmenu-text
{
padding:1px 0px 0px 0px;
}
.crbs-main .ui-selectmenu-button .crbs-meta-icon-arrow-vertical
{
float:right;
margin-top:5px;
transform:scaleY(-1);
}
.crbs-main .ui-menu
{
padding:0px;
}
.crbs-main .ui-menu .ui-menu-item
{
font-size:16px;
font-weight:400;
border-style:solid;
padding:10px 20px 10px 20px;
border-width:1px 0px 0px 0px;
}
.crbs-main .ui-menu .ui-menu-item:first-child
{
border-width:0px;
}
.crbs-main .ui-menu .ui-state-focus,
.crbs-main .ui-menu .ui-state-active
{
margin:0px;
}
.crbs-main .ui-selectmenu-menu
{
max-height:204px;
overflow-y:auto;
overflow-x:hidden;
border-width:1px;
border-style:solid;
}   .crbs-main .ui-timepicker-wrapper
{
opacity:0;
z-index:2;
height:226px;
max-height:226px;
margin-left:-1px;
}
.crbs-main .ui-timepicker-wrapper .ui-timepicker-list
{
}
.crbs-main .ui-timepicker-wrapper .ui-timepicker-list>li
{
font-size:16px;
font-weight:400;
border-style:solid;
padding:10px 20px 10px 20px;
border-width:1px 0px 0px 0px;
}
.crbs-main .ui-timepicker-wrapper .ui-timepicker-list>li:first-child
{
border-width:0px;
}
.ui-timepicker-disabled
{
display:none;
}   .ui-datepicker
{
z-index:3;
width:auto;
margin-left:-1px;
border-width:1px;
border-style:solid;
padding:20px 18px 30px 17px;
}
.ui-widget-content .ui-icon, .ui-widget-header .ui-icon
{
background:none;
}
.ui-datepicker .ui-datepicker-header
{
padding:0px;
}
.ui-widget-header
{
border:0px;
}
.ui-datepicker .ui-datepicker-title
{
margin:0px;
font-size:18px;
font-weight:700;
line-height:24px;
}
.ui-datepicker .ui-datepicker-today a
{
text-decoration:underline;
}
.ui-datepicker thead
{
border-style:solid;
border-width:0px 0px 1px 0px;
}
.ui-datepicker tbody
{
top:10px;
position:relative;
}
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a,
.ui-datepicker td span
{
line-height:1;
}
.ui-datepicker th
{
font-size:14px;
font-weight:400;
line-height:26px;
text-align:center;
text-transform:uppercase;
padding:20px 0px 20px 0px;
background-image:none;
}
.ui-datepicker td
{
padding:0px !important;
border:none !important;
}
.ui-datepicker td,
.ui-datepicker td a
{
font-size:16px;
}
html .ui-datepicker td a,
html .ui-datepicker td span
{
width:55px;
height:55px;
padding:0px;
line-height:54px;
text-align:center;
}
html .ui-datepicker td a:hover,
html .ui-datepicker td a.ui-state-hover
{
line-height:50px;
border-width:2px;
border-style:solid;
border-radius:9999em;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next
{
width:40px;
height:40px;
display:block;
cursor:pointer;
line-height:40px;
border-width:1px;
text-align:center;
border-style:solid;
border-radius:9999em;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover
{
top:0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover
{
left:0px;
margin-left:7px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover
{
right:0px;
margin-right:7px;
}
.ui-datepicker .ui-datepicker-prev
{
transform:scaleX(-1);
}   #crbs-preloader
{
top:0px;
left:0px;
width:100%;
height:100%;
z-index:100;
display:none;
opacity:0.2;
cursor:not-allowed;
position:absolute;
background:#FFFFFF
}      .crbs-main .crbs-layout-50x50
{
}
.crbs-main .crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main .crbs-layout-50x50>.crbs-layout-column-right,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-right
{
width:48.36066%;
}
.crbs-main .crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-left
{
float:left;
}
.crbs-main .crbs-layout-50x50>.crbs-layout-column-right,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-right
{
float:right;
}
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-50x50>.crbs-layout-column-right
{
clear:none;
margin-bottom:0px;
}   .crbs-main .crbs-layout-33x33x33
{
}
.crbs-main .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main .crbs-layout-33x33x33>.crbs-layout-column-right,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-right
{
float:left;
width:31.1477%;
}
.crbs-main .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-center
{
margin-right:3.2784%;
}
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-480 #crbs-location-info-frame .crbs-layout-33x33x33>.crbs-layout-column-right
{
clear:none;
margin-bottom:0px;
}   .crbs-main .crbs-layout-25x75
{
}
.crbs-main .crbs-layout-25x75>.crbs-layout-column-left
{
float:left;
width:22.5410%;
}
.crbs-main .crbs-layout-25x75>.crbs-layout-column-right
{
float:right;
width:74.18033%;
}   .crbs-main .crbs-layout-75x25
{
}
.crbs-main .crbs-layout-75x25>.crbs-layout-column-left
{
float:left;
width:73.7705%;
}
.crbs-main .crbs-layout-75x25>.crbs-layout-column-right
{
float:right;
width:22.5410%;
}   .crbs-main .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50
{
display:flex;
}
.crbs-main .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-left
{
padding:30px;
border-width:1px;
border-style:solid;
}
.crbs-main .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-right
{
width:50%;
}      .crbs-main .crbs-main-navigation-default
{
display:block;
}
.crbs-main .crbs-main-navigation-default>ul
{
list-style:none;
}
.crbs-main .crbs-main-navigation-default>ul>li
{
width:25%;
float:left;
margin:0px;
padding:0px;
position:relative;  
text-align:center;
}
.crbs-main .crbs-main-navigation-default[data-step-count="3"]>ul>li
{
width:33.33333333%;
}
.crbs-main .crbs-main-navigation-default>ul>li>div
{
left:50%;
top:25px;
z-index:1;
height:1px;
width:100%;
position:absolute;
}
.crbs-main .crbs-main-navigation-default>ul>li:last-child>div
{
display:none;
}
.crbs-main .crbs-main-navigation-default>ul>li>a
{
display:block;
}
.crbs-main .crbs-main-navigation-default>ul>li>a,
.crbs-main .crbs-main-navigation-default>ul>li>a:hover
{
text-decoration:none;
}
.crbs-main .crbs-main-navigation-default>ul>li>a>span
{
display:block;
margin-left:auto;
margin-right:auto; 
}
.crbs-main .crbs-main-navigation-default>ul>li>a>span:first-child
{
z-index:2;
width:50px;
height:50px;
font-weight:700;
position:relative;
text-align:center;
border-width:2px;
border-radius:100%;
border-style:solid;
outline:solid 10px transparent;
}
.crbs-main .crbs-main-navigation-default>ul>li>a>span:first-child>span:first-child
{
font-size:18px;
line-height:46px;
}
.crbs-main .crbs-main-navigation-default>ul>li.crbs-state-completed>a>span:first-child>span:first-child
{
display:none;
}
.crbs-main .crbs-main-navigation-default>ul>li>a>span:first-child>span.crbs-meta-icon-tick
{
display:none;
font-size:23px;
line-height:48px;
}
.crbs-main .crbs-main-navigation-default>ul>li.crbs-state-completed>a>span:first-child>span.crbs-meta-icon-tick
{
display:block;
}
.crbs-main .crbs-main-navigation-default>ul>li>a>span:first-child+span
{
font-size:15px;
font-weight:400;
margin-top:15px;
}   .crbs-main .crbs-main-navigation-responsive
{
display:none;
}
.crbs-main .crbs-main-navigation-responsive>.crbs-form-field
{
border-top-width:1px;
}   .crbs-form-panel
{
margin-bottom:20px;
}
.crbs-form-panel:last-child
{
margin-bottom:0px;
}
.crbs-form-panel .crbs-form-panel-label
{
font-size:12px;
font-weight:400;
position:relative;
display:inline-block;
text-transform:uppercase;
padding:17px 21px 17px 21px;
}
.crbs-form-panel .crbs-form-panel-label,
.crbs-form-panel .crbs-form-panel-label *
{
line-height:1; 
}
.crbs-form-panel .crbs-form-panel-content
{
position:relative;
border-style:solid;
border-width:2px 0px 0px 0px;
}   .crbs-disable-section
{
top:0px;
left:0px;
width:100%;
height:100%;
opacity:0.5;
position:absolute;
background:#FFFFFF;
}   .crbs-main .crbs-form-checkbox
{
float:left;
width:30px;
height:30px;
display:block;
cursor:pointer;
margin-right:20px;
border-width:2px;
border-style:solid;
}
.crbs-main .crbs-form-checkbox>.crbs-meta-icon-tick
{
display:none;
font-size:22px;
line-height:28px;
text-align:center;
}
.crbs-main .crbs-form-checkbox.crbs-state-selected>.crbs-meta-icon-tick
{
display:block;
}
.crbs-main .crbs-form-checkbox+span
{
margin-left:30px;
}
.crbs-main .crbs-form-checkbox+span+input[type="checkbox"]
{
opacity:0;
}
.crbs-main .crbs-form-panel-label .crbs-form-checkbox
{
top:9px;
left:10px;
position:absolute;
}
.crbs-main .crbs-form-panel-label .crbs-form-checkbox+span
{
top:1px;
position:relative;
}   .crbs-main .crbs-form-field
{
position:relative;
border-style:solid;
padding:16px 0px 0px 0px;
border-width:0px 1px 1px 1px;
}
.crbs-main .crbs-form-field.crbs-form-field-width-50
{
width:50%;
float:left;
}
.crbs-main .crbs-form-field.crbs-form-field-width-33
{
width:33.33333333%;
float:left;   
}
.crbs-main .crbs-form-field.crbs-form-field-width-50+.crbs-form-field-width-50,
.crbs-main .crbs-form-field.crbs-form-field-width-33+.crbs-form-field-width-33
{
border-left-width:0px;
}
.crbs-main .crbs-form-field>label
{
clear:both;
display:block;
margin-bottom:7px;
margin-left:20px;
}    
.crbs-main .crbs-form-field>input,
.crbs-main .crbs-form-field>textarea,
.crbs-main .crbs-form-field .ui-selectmenu-button
{
clear:both;
width:100%;
}
.crbs-main .crbs-form-field>input,
.crbs-main .crbs-form-field>select,
.crbs-main .crbs-form-field>textarea
{
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
.crbs-main .crbs-form-field>input,
.crbs-main .crbs-form-field>textarea,
.crbs-main .crbs-form-field .ui-selectmenu-button
{
border:none;
}
.crbs-main .crbs-form-field>input,
.crbs-main .crbs-form-field>textarea,
.crbs-main .crbs-form-field .ui-selectmenu-button,
.crbs-main .ui-selectmenu-menu
{
font-size:18px;
font-weight:700;
}
.crbs-main .crbs-form-field.crbs-form-field-location-switch>input
{
padding-right:110px;
}
.crbs-main .crbs-form-field>textarea
{
resize:none;
overflow:auto;
}
.crbs-main .crbs-form-field>input[type="checkbox"]
{
cursor:pointer;
}   .crbs-main .crbs-vehicle-filter
{
margin-bottom:40px;
}   .crbs-main .crbs-vehicle-list
{
}
.crbs-main .crbs-vehicle-list>ul
{
}
.crbs-main .crbs-vehicle-list>ul>li
{
margin-top:20px;
}
.crbs-main .crbs-vehicle-list>ul>li:first-child
{
margin-top:0px;
}   .crbs-main .crbs-vehicle
{
display:flex;
flex-wrap:wrap;
margin-top:20px;
border-width:1px;
border-style:solid;
position:relative;
}
.crbs-main .crbs-vehicle:first-child
{
margin-top:0px;
}   .crbs-main .crbs-vehicle .crbs-vehicle-image
{
opacity:0;
width:37%;
padding:20px 15px 20px 20px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-image.crbs-vehicle-image-has-gallery
{
cursor:pointer;
}
.crbs-main .crbs-vehicle .crbs-vehicle-image>img
{
max-width:100%;
}   .crbs-main .crbs-vehicle .crbs-vehicle-gallery
{
display:none;
}   .crbs-main .crbs-vehicle .crbs-vehicle-content
{
width:63%;
padding:20px 30px 30px 30px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-content,
.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-gallery+.crbs-vehicle-content
{
width:41%;
padding-left:15px;
}   .crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header
{
display:block;
font-size:26px;
font-weight:400;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header>div
{
display:inline;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header>span
{
font-size:14px;
padding-left:5px;
}   .crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta
{
margin-top:25px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul
{
margin:0px;
padding:0px;
list-style:none;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li
{
width:50%;
float:left;
margin-bottom:18px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child
{
font-size:24px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child+span
{
top:-3px;
left:15px;
font-size:15px;
font-weight:400;
position:relative;
}   .crbs-main .crbs-vehicle .crbs-vehicle-price
{
width:22%;
padding:20px;
min-height:220px;
position:relative;
text-align:center;
}
.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child
{
font-size:26px;
font-weight:400;
}
.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child>span
{
display:block;
font-size:18px;
text-decoration:line-through;
}
.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child+div,
.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child+div+div
{
font-size:15px;
font-weight:400;
margin-top:7px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-price .crbs-button
{
left:30px;
right:30px;
bottom:30px;
display:block;
position:absolute;
text-align:center;
background:transparent;
padding:14px 0px 15px 0px;
}   .crbs-main .crbs-vehicle .crbs-vehicle-description-button
{
display:block;
font-size:15px;
font-weight:400;
margin-top:10px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description-button:hover
{
text-decoration:underline;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description-button>span:first-child
{
display:block;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description-button>span:first-child+span
{
display:none;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description-button.crbs-state-open>span:first-child
{
display:none;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description-button.crbs-state-open>span:first-child+span
{
display:block;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description
{
width:100%;
height:0px;
overflow:hidden;
}
.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description,
.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-gallery+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description
{
margin-left:37%;
padding-left:15px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description>div
{
margin:30px 30px 30px 0px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description>div>p
{
margin:0px;
font-size:16px;
font-weight:300;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description>div>p:first-child
{
padding:0px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description>div .crbs-vehicle-description-see-more-button
{
float:right;
margin-top:-15px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-description>div .crbs-vehicle-description-see-more-button:hover
{
text-decoration:underline;
}   .crbs-main .crbs-vehicle .crbs-vehicle-attribute
{
margin-top:30px;
margin-bottom:30px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul
{
float:left;
width:47.5%;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul+ul
{
float:right;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li
{
border-style:solid;
padding:10px 0px 10px 0px;
border-width:0px 0px 1px 0px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li:last-child
{
border-bottom-width:0px;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div
{
width:49%;
font-weight:400;
line-height:inherit;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child
{
float:left;
font-size:12px;
text-transform:uppercase;
}
.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child+div
{
float:right;
font-size:15px;
text-align:right;
}   .crbs-main #crbs_google_map
{
width:100%;
}
.crbs-main .crbs-google-map
{
position:relative;
}
.crbs-main .crbs-google-map #crbs_google_map
{
height:719px;
}
.crbs-main .crbs-google-map-summary #crbs_google_map
{
height:250px !important;
}   .crbs-main .crbs-summary
{
padding:28px 20px 20px 20px;
}
.crbs-main .crbs-summary+.crbs-summary
{
margin-top:40px;
}
.crbs-main .crbs-summary .crbs-summary-header
{
padding-bottom:5px;
}
.crbs-main .crbs-summary .crbs-summary-header>h4
{
margin:0px;
font-size:18px;
font-weight:700;
line-height:30px;
display:inline-block;
}
.crbs-main .crbs-summary .crbs-summary-header>a
{
float:right;
font-size:13px;
font-weight:400;
border-width:1px;
border-style:solid;
border-radius:999em;
display:inline-block;
padding:3px 12px 3px 12px;
}
.crbs-main .crbs-summary .crbs-summary-header>a,
.crbs-main .crbs-summary .crbs-summary-header>a:hover
{
text-decoration:none;
}
.crbs-main .crbs-summary .crbs-summary-field
{
margin-top:15px;
padding-bottom:20px;
border-style:solid;
border-width:0px 0px 1px 0px;
}
.crbs-main .crbs-summary .crbs-summary-field:last-child
{
border:none;
padding-bottom:0px;
}
.crbs-main .crbs-summary .crbs-summary-field .crbs-summary-field-name
{
font-size:12px;
font-weight:400;
line-height:26px;
margin-bottom:5px;
text-transform:uppercase;
}
.crbs-main .crbs-summary .crbs-summary-field .crbs-summary-field-value
{
font-size:15px;
font-weight:400;
line-height:24px;
}   .crbs-main .crbs-summary-price-element
{
margin-top:40px;
}
.crbs-main .crbs-summary-price-element>div
{
}
.crbs-main .crbs-summary-price-element>div span
{
font-size:15px;
font-weight:400;
line-height:24px;            
}
.crbs-main .crbs-summary-price-element>div>span:first-child
{
}
.crbs-main .crbs-summary-price-element>div>span:first-child+span
{
float:right;
}
.crbs-main .crbs-summary-price-element>div.crbs-summary-price-element-total
{
margin-top:20px;
padding-top:20px;
position:relative;
border-style:solid;
border-width:1px 0px 0px 0px;       
}
.crbs-main .crbs-summary-price-element>div.crbs-summary-price-element-total>span
{
font-size:18px;
font-weight:700;
line-height:30px;
display:inline-block;            
}
.crbs-main .crbs-summary-price-element>div.crbs-summary-price-element-total>span:first-child+span
{
top:-1px;
right:0px;
float:right;
padding-top:21px;
position:absolute;
border-style:solid;
border-width:1px 0px 0px 0px;               
}
.crbs-main .crbs-summary-price-element>div.crbs-summary-price-element-balance>span
{
font-weight:600;
}   .crbs-main #crbs-payment
{
}
.crbs-main #crbs-payment>ul
{
display:flex;
flex-wrap:wrap;
flex-direction:row;
align-items:flex-start;
margin:30px -20px 0px 0px;
}
.crbs-main #crbs-payment>ul>li
{
height:130px;
flex-grow:1;
flex-basis:274px;
margin:15px 20px 15px 0px;
}
.crbs-main #crbs-payment>ul>li:first-child
{
margin-left:0px;
}
.crbs-main #crbs-payment>ul>li>a
{
width:100%;
height:100%;
display:block;
position:relative;
text-align:center;
border-width:2px;
border-style:solid;
background-repeat:no-repeat;
background-position:center center;
}
.crbs-main #crbs-payment>ul>li>a,
.crbs-main #crbs-payment>ul>li>a:hover
{
text-decoration:none;
}
.crbs-main .crbs-payment>li>a.crbs-payment-background-image
{
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
}
.crbs-main .crbs-payment>li>a.crbs-payment-background-image>span.crbs-payment-name,
.crbs-main .crbs-payment>li>a.crbs-payment-background-image>span.crbs-meta-icon-bank,
.crbs-main .crbs-payment>li>a.crbs-payment-background-image>span.crbs-meta-icon-wallet
{
display:none;
}
.crbs-main #crbs-payment>ul>li>a>span.crbs-payment-name,
.crbs-main #crbs-payment>ul>li>a>span.crbs-meta-icon-bank,
.crbs-main #crbs-payment>ul>li>a>span.crbs-meta-icon-wallet
{
font-size:48px;
line-height:130px;
}
.crbs-main #crbs-payment>ul>li>a>span.crbs-payment-name
{
font-size:18px;
font-weight:700;
position:relative;
}
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-1>span.crbs-payment-name,
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-4>span.crbs-payment-name,
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-5>span.crbs-payment-name
{
top:-10px;
left:10px;                
}
.crbs-main #crbs-payment>ul>li>a>span.crbs-meta-icon-tick
{
left:50%;
width:38px;
height:38px;
bottom:-19px;
display:none;
font-size:18px;
line-height:38px;
position:absolute;
text-align:center;
margin-left:-19px;
border-radius:9999em;
}
.crbs-main #crbs-payment>ul>li>a.crbs-state-selected>span.crbs-meta-icon-tick
{
display:block;
}
.crbs-main #crbs-payment>ul>li>a.crbs-state-selected
{
}
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-2
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/media/image/public/stripe.png);
}
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-3
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/car-rental-booking-system/media/image/public/paypal.png);
}
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-2+span.crbs-payment-name,
.crbs-main #crbs-payment>ul>li>a.crbs-payment-type-3+span.crbs-payment-name
{
top:-15px;
left:10px;            
}   .crbs-agreement
{
margin-top:50px;
}
.crbs-agreement>div
{
margin-top:15px;
}
.crbs-agreement>div>.crbs-form-checkbox
{
}
.crbs-agreement>div>.crbs-form-checkbox+span
{
top:3px;
margin-left:0px;
position:relative;
}   .crbs-main .crbs-coupon-code-section
{
margin-top:40px;
}
.crbs-main .crbs-coupon-code-section .crbs-form-field
{
border-top-width:1px;
}
.crbs-main .crbs-coupon-code-section a.crbs-button.crbs-button-style-2
{
float:right;
margin-top:10px;
display:inline-block;
}
.crbs-main .crbs-coupon-code-section a.crbs-button.crbs-button-style-2 span
{
display:none;
}   .crbs-client-form
{
}
.crbs-client-form .crbs-client-form-sign-in
{
}
.crbs-client-form .crbs-client-form-sign-in .crbs-form-panel+div
{
margin-top:30px;
margin-bottom:30px;
text-align:right;
}
.crbs-client-form .crbs-client-form-sign-in .crbs-form-panel+div>a
{
display:inline-block;
}   .crbs-main .crbs-booking-extra-header
{
margin-bottom:0px;
}
.crbs-main .crbs-booking-extra-header>span:first-child
{
width:56px;
height:56px;
font-size:32px;
line-height:54px;
}
.crbs-main .crbs-booking-extra-header>span:first-child+span
{
font-size:26px;
font-weight:400;
line-height:37px;
padding-left:20px;
}
.crbs-main .crbs-booking-extra-list
{
margin-top:40px;
}
.crbs-main .crbs-booking-extra-list>ul
{
width:100%;
display:table;
}
.crbs-main .crbs-booking-extra-list>ul>li
{
display:table-row-group;
}
.crbs-main .crbs-booking-extra-list>ul>li>div
{
border-style:solid;
display:table-cell;
vertical-align:middle;
padding:20px 0px 20px 0px;
border-width:1px 0px 0px 1px;
}
.crbs-main .crbs-booking-extra-list>ul>li:last-child>div
{
border-bottom-width:1px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1
{
width:65%;
border-left:none;
padding-right:20px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-name,
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-price
{
font-size:18px;
font-weight:700;
line-height:30px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-name
{
margin-right:20px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-price
{
display:inline-block;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-description
{
clear:both;
display:block;
font-size:16px;
margin-top:5px;
font-weight:300;
line-height:26px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-2
{
width:15%;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-2:empty
{
border-left-width:0px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-2>.crbs-form-field
{
border:none;
padding-top:0px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-2>.crbs-form-field>input
{
padding-bottom:0px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-3
{
width:20%;
text-align:right;
border-right-width:0px;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-3>a
{
display:inline-block;
}
.crbs-main .crbs-booking-extra-list>ul>li>div.crbs-column-1+.crbs-column-3
{
width:32%;
}   .crbs-main .crbs-booking-complete
{
text-align:center;
padding:200px 0px 200px 0px !important;
}
.crbs-main .crbs-booking-complete .crbs-meta-icon-tick
{
width:100px;
height:100px;
font-size:32px;
line-height:100px;
position:relative;
margin-left:auto;
margin-right:auto;
}
.crbs-main .crbs-booking-complete .crbs-meta-icon-tick:before
{
z-index:3;
position:relative;
}
.crbs-main .crbs-booking-complete .crbs-meta-icon-tick>div
{
top:0px;
z-index:1;
width:100%;
height:100%;
border-width:2px;
position:absolute;
border-style:solid;
border-radius:999em;
}
.crbs-main .crbs-booking-complete .crbs-meta-icon-tick>div:first-child
{
left:0px;
z-index:2;
}
.crbs-main .crbs-booking-complete .crbs-meta-icon-tick>div:first-child+div
{
left:10px;
}
.crbs-main .crbs-booking-complete h3
{
margin:0px;
padding:0px;
font-size:26px;
font-weight:400;
margin-top:30px;
line-height:37px;		
}
.crbs-main .crbs-booking-complete .crbs-booking-complete-payment 
{
}
.crbs-main .crbs-booking-complete .crbs-booking-complete-payment>div
{
display:none;
font-size:18px;
font-weight:300;
line-height:30px;
padding-top:10px;  
}
.crbs-main .crbs-booking-complete .crbs-booking-complete-payment>div>span
{
font-weight:400;
}
.crbs-main .crbs-booking-complete .crbs-booking-complete-payment>div>a
{
margin-top:20px;
display:inline-block;
}
.crbs-main form[name="crbs-form-stripe"]
{
display:none !important;
}   #crbs-location-info-frame
{
top:0px;
left:0px;
z-index:2;
font-size:15px;
position:absolute;
background:rgba(158,168,178,0.2);
}
#crbs-location-info-frame,
#crbs-location-info-frame>div
{
width:100%;
height:100%;
display:none;
padding:30px;
}
#crbs-location-info-frame>div
{
position:relative;
background:#FFFFFF;
padding-bottom:85px;
-webkit-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
-moz-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
}   #crbs-location-info-frame .crbs-location-info-frame-header
{
}
#crbs-location-info-frame .crbs-location-info-frame-header h4
{
display:inline;
margin-top:0px;
padding-right:60px;
}
#crbs-location-info-frame .crbs-location-info-frame-header a
{
top:30px;
right:30px;
float:right;
font-size:18px;
position:absolute;
}   #crbs-location-info-frame .crbs-location-info-frame-meta-1
{
margin-top:35px;
padding-bottom:30px;
border-style:solid;
border-width:0px 0px 1px 0px;
}
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-left,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-center,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-right
{
text-align:center;
}
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-left div,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-center div,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-right div
{
font-size:18px;
font-weight:700;
margin-top:15px;
}
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car-key,
#crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car-price
{
font-size:64px;
}   #crbs-location-info-frame .crbs-location-info-frame-meta-2
{
font-weight:400;
line-height:24px;
}
#crbs-location-info-frame .crbs-location-info-frame-meta-2 ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
#crbs-location-info-frame .crbs-location-info-frame-meta-2 ul>li
{
}
#crbs-location-info-frame .crbs-location-info-frame-meta-2 ul>li>span:first-child
{
}
#crbs-location-info-frame .crbs-location-info-frame-meta-2 ul>li>span:first-child+span
{
float:right
} 
#crbs-location-info-frame .crbs-location-info-frame-meta-2 label
{
display:block;
margin-top:30px;
margin-bottom:5px;
}   #crbs-location-info-frame .crbs-location-info-frame-button
{
width:100%;
bottom:0px;
position:absolute;
padding:0px 60px 30px 0px;
}
#crbs-location-info-frame .crbs-location-info-frame-button>a
{
float:right;
}      .crbs-main.crbs-width-300 .crbs-button.crbs-button-style-1,
.crbs-main.crbs-width-300 .crbs-button.crbs-button-style-2,
.crbs-main.crbs-width-480 .crbs-button.crbs-button-style-1,
.crbs-main.crbs-width-480 .crbs-button.crbs-button-style-2
{
padding:10px 26px 12px 26px;
}
.crbs-main.crbs-width-300 .crbs-button-checkbox>a,
.crbs-main.crbs-width-480 .crbs-button-checkbox>a
{
padding:13px 20px 14px 20px;
}
.crbs-main.crbs-width-300 .crbs-button.crbs-button-step-prev,
.crbs-main.crbs-width-480 .crbs-button.crbs-button-step-prev
{
padding:10px 26px 12px 18px;
}
.crbs-main.crbs-width-300 .crbs-button.crbs-button-step-next,
.crbs-main.crbs-width-480 .crbs-button.crbs-button-step-next
{
padding:10px 18px 12px 26px;
}   .crbs-main.crbs-width-480 .crbs-main-content-step-1>div,
.crbs-main.crbs-width-300 .crbs-main-content-step-1>div
{
display:block;
}
.crbs-main.crbs-width-480 .crbs-layout-50x50 .crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-50x50 .crbs-layout-column-right,
.crbs-main.crbs-width-300 .crbs-layout-50x50 .crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-50x50 .crbs-layout-column-right,
.crbs-main.crbs-width-480 .crbs-layout-25x75>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-25x75>.crbs-layout-column-right,
.crbs-main.crbs-width-300 .crbs-layout-25x75>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-25x75>.crbs-layout-column-right,
.crbs-main.crbs-width-480 .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-480 .crbs-layout-33x33x33>.crbs-layout-column-right,
.crbs-main.crbs-width-300 .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-300 .crbs-layout-33x33x33>.crbs-layout-column-right,
.crbs-main.crbs-width-480 .crbs-main-content-step-1>div>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-main-content-step-1>div>.crbs-layout-column-right,
.crbs-main.crbs-width-300 .crbs-main-content-step-1>div>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-main-content-step-1>div>.crbs-layout-column-right
{
clear:both;
width:100%;
float:none;
margin-left:0px;
margin-right:0px;
}
.crbs-main.crbs-width-480 .crbs-layout-25x75>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-25x75>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-50x50 .crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-50x50 .crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-33x33x33>.crbs-layout-column-center,
.crbs-main.crbs-width-300 .crbs-layout-33x33x33>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-layout-33x33x33>.crbs-layout-column-center
{
margin-bottom:40px;
}
.crbs-main.crbs-width-300 .crbs-layout-25x75,
.crbs-main.crbs-width-480 .crbs-layout-25x75
{
display:flex;
flex-direction:column-reverse;
}
.crbs-main.crbs-width-300 .crbs-layout-25x75>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-layout-25x75>.crbs-layout-column-left
{
margin-top:40px;
}   .crbs-main.crbs-width-300 .crbs-summary-field .crbs-layout-50x50 .crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-summary-field .crbs-layout-50x50 .crbs-layout-column-left
{
margin-bottom:20px;
}   .crbs-main.crbs-width-300 .crbs-main-navigation-default
{
display:none;
}
.crbs-main.crbs-width-300 .crbs-main-navigation-responsive
{
display:block;
}
.crbs-main.crbs-width-300 .crbs-tab.ui-tabs .ui-tabs-nav>li
{
float:none;
width:100%;
}
.crbs-main.crbs-width-300 .crbs-tab.ui-tabs .ui-tabs-nav>li>a
{
border-right-width:1px;
}   .crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50,
.crbs-main.crbs-width-480 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50
{
display:block;
}
.crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-right,
.crbs-main.crbs-width-480 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-left,
.crbs-main.crbs-width-480 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-right
{
width:100%;
}
.crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left
{
border:none;
padding:0px;
}
.crbs-main.crbs-width-480 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left,
.crbs-main.crbs-width-768 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left
{
margin-bottom:0px;
}
.crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-right
{
border:none;
}
.crbs-main.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>crbs-layout-50x50,
.crbs-main.crbs-width-480 .crbs-main-content .crbs-main-content-step-1>crbs-layout-50x50
{
display:block;
}   .crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-content
{
padding-top:0px;
}
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child+div
{
margin-top:10px;
}
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child,
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-price>div:first-child,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header
{
font-size:24px;
}
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child+span,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child+span,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child+span
{
top:-2px;
font-size:14px;
}
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-description-button,
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child+div,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-description-button,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child+div,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-description-button,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child+div   
{
font-size:14px;
}
.crbs-width-768.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child,
.crbs-width-480.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child,
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child
{
font-size:11px;
} .crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-content,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-content,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-gallery+.crbs-vehicle-content,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-price
{
width:100%;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-content
{
padding-left:20px;
padding-right:20px;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image>img
{
max-width:100%
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-price>.crbs-button
{
position:static;
margin-top:30px;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-gallery+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description
{
margin-left:20px;
padding-left:0px;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description>div,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image+.crbs-vehicle-gallery+.crbs-vehicle-content+.crbs-vehicle-price+.crbs-vehicle-description>div
{
margin-top:0px;
margin-right:20px;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li
{
width:25%;
}
.crbs-width-300.crbs-main .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li
{
width:50%;
} .crbs-widthlt-960.crbs-main .crbs-vehicle
{
display:flex;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-image
{
order:1;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-content
{
order:2;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-price
{
order:4;
}
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-description
{
order:3;
} .crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul,
.crbs-widthlt-960.crbs-main .crbs-vehicle .crbs-vehicle-attribute>ul+ul
{
clear:both;
float:none;
width:100%;
}   .crbs-main.crbs-width-300 .crbs-main-content-navigation-button
{
display:flex;
flex-direction:column;
}
.crbs-main.crbs-width-300 .crbs-main-content-navigation-button a
{
width:100%;
float:none;
text-align:center;
}
.crbs-main.crbs-width-300 .crbs-main-content-navigation-button .crbs-button.crbs-button-step-prev
{
order:2;
margin-top:10px;
}
.crbs-main.crbs-width-300 .crbs-main-content-navigation-button .crbs-button.crbs-button-step-next
{
order:1;
margin:10px 0px 0px 0px;
}   .crbs-main.crbs-width-480 .crbs-booking-extra-list>ul>li,
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li
{
width:100%;
display:table;
border-bottom:0px;
}
.crbs-main.crbs-width-480 .crbs-booking-extra-list>ul>li>div.crbs-column-1,
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-1
{
width:100%;
padding-right:0px;
display:table-caption;
border-bottom-width:0px;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-1,
.crbs-main.crbs-width-480 .crbs-booking-extra-list>ul>li:first-child>div.crbs-column-1
{
border-top-width:0px;
}
.crbs-main.crbs-width-480 .crbs-booking-extra-list>ul>li>div.crbs-column-2,
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-2,
.crbs-main.crbs-width-480 .crbs-booking-extra-list>ul>li>div.crbs-column-3,
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-3
{
width:50%;
display:table-cell;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-2,
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-3
{
width:100%;
display:block;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-2
{
display:none;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li.crbs-booking-extra-list-item-quantity-enable>div.crbs-column-2
{
display:block;
border-right-width:1px;
border-bottom-width:1px;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-3
{
border:none;
}
.crbs-main.crbs-width-300 .crbs-booking-extra-list>ul>li>div.crbs-column-3 .crbs-button
{
width:100%;
text-align:center;
}   .crbs-main.crbs-width-300 .crbs-form-field.crbs-form-field-width-50
{
width:100%;
float:none;
}
.crbs-main.crbs-width-300 .crbs-form-field.crbs-form-field-width-50+.crbs-form-field.crbs-form-field-width-50
{
border-left-width:1px;
}
.crbs-width-300.crbs-main .crbs-form-field-width-33,
.crbs-width-300.crbs-main .crbs-form-field-width-33+.crbs-form-field-width-33,
.crbs-width-300.crbs-main .crbs-form-field-width-33+.crbs-form-field-width-33+.crbs-form-field-width-33
{
width:100%;
float:none;
border-left-width:1px;
}   .crbs-main.crbs-width-300 .crbs-vehicle-filter .crbs-form-field.crbs-form-field-width-33+.crbs-form-field-width-33
{
border-left-width:1px;
}   .crbs-main.crbs-width-768 #crbs-location-info-frame
{
font-size:14px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame
{
font-size:13px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-meta-1
{
display:none;
}
.crbs-main.crbs-width-768 #crbs-location-info-frame,
.crbs-main.crbs-width-480 #crbs-location-info-frame
{
padding:20px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame
{
padding:10px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame>div
{
padding:20px;
}
.crbs-main.crbs-width-300  #crbs-location-info-frame label
{
margin-top:20px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-layout-50x50 .crbs-layout-column-left
{
margin-bottom:0px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-header
{
margin-bottom:10px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-header h4
{
font-size:18px;
line-height:28px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-button 
{
padding-right:40px;
padding-bottom:20px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-button a
{
width:100%;
text-align:center;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-button .crbs-button-checkbox 
{
height:100%;
overflow:hidden;
margin-bottom:10px;
}
.crbs-main.crbs-width-300 #crbs-location-info-frame .crbs-location-info-frame-button .crbs-button-checkbox a
{
width:50%;
}
@media screen and (max-width:460px)
{
.ui-datepicker
{
padding:15px 10px 15px 10px;
}
html .ui-datepicker td a, 
html .ui-datepicker td span
{
width:34px;
height:34px;
line-height:34px;
}
html.ui-datepicker td a.ui-state-hover
{
line-height:34px
}
.ui-datepicker td,
.ui-datepicker td a 
{
font-size:14px;
}
.ui-datepicker .ui-datepicker-title 
{
font-size:14px;
}
.ui-datepicker .ui-datepicker-next, 
.ui-datepicker .ui-datepicker-next-hover 
{
margin-right:0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover
{
margin-left:0px;
}
.ui-datepicker .ui-datepicker-header 
{
padding:0.7em 0px;
}  
}   html .crbs-main #payment
{
border-radius:0px;
}
html .crbs-main #payment,
html .crbs-main #payment .form-row
{
background:none;
}
html .crbs-main #payment .form-row
{
padding:0px;
padding-top:20px;
}
html .crbs-main #payment .wc_payment_methods
{
border:none;
background-color:#F9F9F9;
padding:28px 20px 28px 20px;
}
html .crbs-main #payment .wc_payment_methods .wc_payment_method
{
}
html .crbs-main #payment .wc_payment_methods .wc_payment_method input[type="radio"]
{
cursor:pointer;
}
html .crbs-main #payment .wc_payment_methods .wc_payment_method label
{
top:-2px;
position:relative;
}
html .crbs-main #payment .wc_payment_methods .wc_payment_method label a,
html .crbs-main #payment .wc_payment_methods .wc_payment_method label img
{
display:none;
}
html .crbs-main #payment .wc_payment_methods .wc_payment_method .payment_box
{
margin:0px;
border:none;
padding:0px;
position:static;
background:none;
padding-left:30px;
}
html .crbs-main #payment .payment_box::before
{
border:none;
}
html .crbs-main #payment .payment_box p
{
opacity:0.5;
margin-top:0px;
padding-top:5px;
}
html .crbs-main .woocommerce-notice
{
margin:0px;
padding:10px;
font-size:16px;
font-weight:500;
border-style:solid;
border-width:0px 0px 0px 4px;
}
html .crbs-main .woocommerce-notice.woocommerce-notice--success,
html .crbs-main .woocommerce-notice.woocommerce-notice--error
{
background-color:#F9F9F9;
border-left-color:#E9E9E9;
}   #ui-datepicker-div,
.ui-autocomplete,
.ui-selectmenu-menu,
.ui-timepicker-wrapper
{
opacity:1 !important;
z-index:2147483647 !important;
}
.pac-container
{
z-index:2147483647;
}
.gmnoprint
{
font-size:14px !important;
font-weight:400 !important;
font-family:Lato !important;
}
.gm-style
{
font:400 14px Lato !important;
}         .crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left
{
display:flex;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1 .crbs-main-content-navigation-button
{
clear:both;
margin-top:10px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1 .crbs-main-content-navigation-button a
{
float:right;
display:block;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel
{
flex-grow:1;
margin-bottom:0px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content
{
display:flex;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-form-field
{
border-left:0px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-100
{
border-style:solid;
border-color:red;
border-width:0px 0px 0px 1px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content>*
{
flex-grow:1;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content .crbs-customer-location
{
top:0px;
left:1px;
position:absolute;
background:#FFFFFF;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content>.crbs-hidden+.crbs-customer-location
{
position:static;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content .crbs-customer-location .crbs-form-field
{
border-width:0px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content>.crbs-hidden+.crbs-customer-location .crbs-form-field
{
border-width:0px 1px 1px 1px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child>.crbs-form-panel-content>.crbs-form-field:first-child,
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child
{
max-width:250px;
min-width:250px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content .crbs-customer-location
{
width:210px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child
{
min-width:140px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child .crbs-customer-location
{
min-width:100px;
max-width:100px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-widthlt-960 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child
{
min-width:100%;
max-width:100%;
}   
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-widthlt-960 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child .crbs-customer-location
{
min-width:calc(100% - 60px);
max-width:calc(100% - 60px);
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-widthlt-960 .crbs-main-content-step-1>div>.crbs-layout-column-left,
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content-step-1 .crbs-layout-50x50>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content,
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content-step-1 .crbs-layout-50x50>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content>*
{
display:block;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content
{
display:block;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-widthlt-960 .crbs-main-content-step-1 .crbs-layout-50x50>.crbs-layout-column-left .crbs-form-panel+.crbs-form-panel .crbs-form-panel-content,
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-widthlt-960 .crbs-main-content-step-1 .crbs-layout-50x50>.crbs-layout-column-left .crbs-form-panel+.crbs-form-panel+.crbs-form-panel .crbs-form-panel-content
{
border-top:none;
}  
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content-step-1 .crbs-layout-50x50 .crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content .crbs-form-field
{
width:100%;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child>.crbs-form-panel-content>.crbs-form-field:first-child,
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel:first-child+.crbs-form-panel>.crbs-form-panel-content>.crbs-form-field:first-child
{
max-width:100%;
min-width:100%;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content .crbs-customer-location
{
width:calc(100% - 60px);
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1>div>.crbs-layout-column-left .crbs-form-panel .crbs-form-panel-content>.crbs-hidden+.crbs-customer-location
{
width:100%;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1 .crbs-main-content-navigation-button
{
margin-top:10px;
}
.crbs-main.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2.crbs-width-300 .crbs-main-content .crbs-main-content-step-1 .crbs-main-content-navigation-button a
{
width:100%;
text-align:center;
}.crbs-booking-form-id-10013 #crbs-payment>ul>li>a .crbs-meta-icon-tick,
.crbs-booking-form-id-10013 .crbs-form-panel .crbs-form-panel-label,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>a:hover,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-1,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2:hover,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2.crbs-state-selected,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-3:hover,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li.crbs-state-selected>a>span:first-child
{
background-color:#F3B52E;
}
.crbs-booking-form-id-10013.ui-datepicker td a:hover,
.crbs-booking-form-id-10013.ui-datepicker td a.ui-state-hover,
.crbs-booking-form-id-10013 #crbs-payment>ul>li>a.crbs-state-selected,
.crbs-booking-form-id-10013 .crbs-form-checkbox,
.crbs-booking-form-id-10013 .crbs-form-panel .crbs-form-panel-content,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>a:hover,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-1,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-3,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li>a>span:first-child
{
border-color:#F3B52E;
}
.crbs-booking-form-id-10013.ui-datepicker td a:hover,
.crbs-booking-form-id-10013.ui-datepicker td a.ui-state-hover,
.crbs-booking-form-id-10013 .ui-menu .ui-menu-item:hover,   
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li:hover,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li.ui-timepicker-selected,
.crbs-booking-form-id-10013 .ui-selectmenu-button .crbs-meta-icon-arrow-vertical,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-left div,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-center div,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-layout-33x33x33 .crbs-layout-column-right div,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-description-button,
.crbs-booking-form-id-10013 .crbs-vehicle-description>div .crbs-vehicle-description-see-more-button,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-price>span>span:first-child,
.crbs-booking-form-id-10013 .crbs-booking-extra-header>span:first-child,
.crbs-booking-form-id-10013 .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-price,
.crbs-booking-form-id-10013 .crbs-booking-complete .crbs-meta-icon-tick
{
color:#F3B52E;
}
.crbs-booking-form-id-10013 .crbs-booking-complete .crbs-meta-icon-tick>div:first-child+div
{
background-color:#EAECEE;
}
.crbs-booking-form-id-10013 .crbs-booking-complete .crbs-meta-icon-tick>div:first-child+div
{
border-color:#EAECEE;
}
.crbs-booking-form-id-10013 #crbs-payment>ul>li>a .crbs-meta-icon-tick,
.crbs-booking-form-id-10013 .crbs-form-panel .crbs-form-panel-label,
.crbs-booking-form-id-10013 .crbs-qtip,
.crbs-booking-form-id-10013 .crbs-notice,
.crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--success,
.crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--error,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li.crbs-state-selected>a>span:first-child,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>a:hover,
.crbs-booking-form-id-10013 .crbs-button-checkbox>a.crbs-state-selected,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-1,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2:hover,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2.crbs-state-selected,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-3:hover
{
color:#FFFFFF;
}
.crbs-booking-form-id-10013.ui-datepicker,
.crbs-booking-form-id-10013 .ui-menu,
.crbs-booking-form-id-10013 .crbs-vehicle,
.crbs-booking-form-id-10013 .crbs-form-field,
.crbs-booking-form-id-10013 .crbs-booking-extra-list>ul>li,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li:hover,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li.ui-timepicker-selected,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-3,
.crbs-booking-form-id-10013 .crbs-form-checkbox,
.crbs-booking-form-id-10013 .crbs-summary-price-element,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li>a>span:first-child
{
background-color:#FFFFFF;
}
.crbs-booking-form-id-10013.ui-datepicker th,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-prev,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-next,
.crbs-booking-form-id-10013 label,
.crbs-booking-form-id-10013 .crbs-button-checkbox>a,
.crbs-booking-form-id-10013 .crbs-form-field>label a,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li>a>span,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-field .crbs-summary-field-name,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>a,
.crbs-booking-form-id-10013 .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-description,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta a
{
color:#778591;
}
.crbs-booking-form-id-10013.ui-datepicker,
.crbs-booking-form-id-10013.ui-datepicker thead,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-prev,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-next,
.crbs-booking-form-id-10013 .ui-selectmenu-menu,
.crbs-booking-form-id-10013 .ui-menu .ui-menu-item,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li,
.crbs-booking-form-id-10013 #crbs-payment>ul>li>a,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1,
.crbs-booking-form-id-10013 .crbs-button-checkbox>a,
.crbs-booking-form-id-10013 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-50x50>.crbs-layout-column-left,
.crbs-booking-form-id-10013 .crbs-form-field,
.crbs-booking-form-id-10013 .crbs-booking-extra-list>ul>li>div,
.crbs-booking-form-id-10013 .crbs-booking-extra-header>span:first-child,
.crbs-booking-form-id-10013 .crbs-vehicle,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-attribute>ul>li,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta .crbs-circle,
.crbs-booking-form-id-10013 .crbs-vehicle-list>ul>li,
.crbs-booking-form-id-10013 .crbs-booking-complete .crbs-meta-icon-tick>div:first-child,
.crbs-booking-form-id-10013.crbs-booking-form-widget-mode.crbs-booking-form-widget-mode-style-2 .crbs-main-content .crbs-main-content-step-1>.crbs-layout-100			
{
border-color:#EAECEE;
}
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-prev:hover,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-next:hover,	   
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li>div
{
background-color:#EAECEE;
}
.crbs-booking-form-id-10013.ui-datepicker td a,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-title,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-prev:hover,
.crbs-booking-form-id-10013.ui-datepicker .ui-datepicker-next:hover, 
.crbs-booking-form-id-10013 .ui-selectmenu-button,
.crbs-booking-form-id-10013 #crbs-payment>ul>li>a,
.crbs-booking-form-id-10013 #crbs-payment>ul>li>a:hover,			
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-2,
.crbs-booking-form-id-10013 h4.crbs-header,
.crbs-booking-form-id-10013 .crbs-agreement-header,
.crbs-booking-form-id-10013 .crbs-form-field>input,
.crbs-booking-form-id-10013 .crbs-summary-price-element span,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>h4,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-field .crbs-summary-field-value,			
.crbs-booking-form-id-10013 .crbs-booking-complete h3,
.crbs-booking-form-id-10013 .crbs-main-navigation-default>ul>li.crbs-state-selected>a>span:first-child+span,
.crbs-booking-form-id-10013 .crbs-booking-extra-list>ul>li>div.crbs-column-1>.booking-form-extra-name,
.crbs-booking-form-id-10013 .crbs-booking-extra-header>span:first-child+span,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>div.crbs-vehicle-content-header>span,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta>div>div.crbs-vehicle-content-meta-button a:hover,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-attribute>ul>li>div:first-child+div,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-price>div:first-child
{
color:#2C3E50;
}
.crbs-booking-form-id-10013 .crbs-summary-price-element>div.crbs-summary-price-element-total>span:first-child+span
{
border-color:#2C3E50;
}
.crbs-booking-form-id-10013.ui-datepicker td.ui-datepicker-unselectable,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta .crbs-meta-icon-bag,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-meta .crbs-meta-icon-people,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child
{
color:#CED3D9;
}
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-field,
.crbs-booking-form-id-10013 .crbs-summary .crbs-summary-header>a,
.crbs-booking-form-id-10013 .crbs-summary-price-element>div.crbs-summary-price-element-total
{
border-color:#CED3D9;
}			
.crbs-booking-form-id-10013 .crbs-summary-price-element>div.crbs-summary-price-element-pay>span:first-child>span,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content>.crbs-vehicle-content-price>span>span:first-child+span,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-price>div:first-child+div,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-price>div:first-child+div+div,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-header>span
{
color:#9EA8B2;
}
.crbs-booking-form-id-10013 .ui-menu .ui-menu-item,
.crbs-booking-form-id-10013 .ui-timepicker-wrapper>.ui-timepicker-list>li,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-header a,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-header a:hover,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car-key,
.crbs-booking-form-id-10013 #crbs-location-info-frame .crbs-location-info-frame-meta-1 .crbs-meta-icon-car-price,
.crbs-booking-form-id-10013 .crbs-booking-complete p,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-content .crbs-vehicle-meta>ul>li>span:first-child+span,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-description>div>p,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-2,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-3,
.crbs-booking-form-id-10013 .crbs-form-checkbox.crbs-state-selected>.crbs-meta-icon-tick
{
color:#556677;
}
.crbs-booking-form-id-10013 .crbs-qtip,
.crbs-booking-form-id-10013 .crbs-notice,
html .crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--success,
html .crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--error,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-1:hover,
.crbs-booking-form-id-10013 .crbs-button-checkbox>a.crbs-state-selected
{
background-color:#556677;
}
.crbs-booking-form-id-10013 .crbs-qtip,
.crbs-booking-form-id-10013 .crbs-notice,
html .crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--success,
hrml .crbs-booking-form-id-10013 .woocommerce-notice.woocommerce-notice--error,
.crbs-booking-form-id-10013 .crbs-button.crbs-button-style-1:hover,
.crbs-booking-form-id-10013 .crbs-button-checkbox>a.crbs-state-selected
{
border-color:#556677;
}  
.crbs-booking-form-id-10013 .crbs-summary,
.crbs-booking-form-id-10013 .crbs-vehicle .crbs-vehicle-price
{
background-color:#F6F6F6;
}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.chbs-main *,
.chbs-datepicker.ui-datepicker,
.chbs-datepicker.ui-datepicker *,
.ui-timepicker-wrapper,
.ui-timepicker-wrapper *,
.ui-selectmenu-button span.ui-selectmenu-text
{
outline:0;
line-height:150%;
box-sizing:border-box;
}
.chbs-main .chbs-clear-fix:after
{
height:0px;
clear:both;
content:" ";
font-size:0px;
display:block;
visibility:hidden;
}
* html .chbs-clear-fix
{
zoom:1; 
} 
html .chbs-main .chbs-list-reset
{
margin:0px;
padding:0px;
list-style:none;
}
.chbs-main .chbs-list-reset li
{
margin:0px;
padding:0px;
}
.chbs-main .chbs-align-right
{
text-align:right;
}
.chbs-main .chbs-hidden,
.chbs-main.chbs-hidden,
.chbs-main .chbs-hidden-by-category
{
display:none !important;
}
.ui-timepicker-wrapper
{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;  
}
.chbs-datepicker.ui-datepicker,
.ui-autocomplete,
.ui-selectmenu-menu,
.ui-timepicker-wrapper,
.chbs-main .chbs-box-shadow,
.chbs-main .chbs-payment>li>a:hover,
.chbs-main .chbs-payment>li>a.chbs-state-selected
{
-webkit-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
-moz-box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
box-shadow:0px 18px 19px -20px rgba(0,0,0,0.1);
}
.chbs-main .chbs-circle
{
text-align:center;
border-width:1px;
border-style:solid;
border-radius:9999em;
display:inline-block;                
}
.chbs-main img
{
max-width:100%;
height:auto;
display:block;
}
.chbs-main a,
.chbs-main a:hover
{
box-shadow:none;
text-decoration:none;
}
.chbs-main label
{
margin-bottom:0px;
}
.chbs-booking-form-error
{
color:red;
}   .chbs-main,
.chbs-main input,
.chbs-main select,
.chbs-main textarea,
.ui-menu .ui-menu-item,
.ui-timepicker-wrapper,
.chbs-datepicker.ui-datepicker th,
.chbs-datepicker.ui-datepicker td,
.chbs-datepicker.ui-datepicker td a,
.chbs-datepicker.ui-datepicker td span
{
font-family:'Lato';
}
.chbs-main,
.chbs-main .chbs-agreement a,
.ui-timepicker-wrapper
{
font-size:16px;
font-weight:300;
}   @font-face 
{
font-family:'chbs-meta-icon';
src:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.eot);
src:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.eot) format('embedded-opentype'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.ttf) format('truetype'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.woff) format('woff'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.svg?7cbga7) format('svg');
font-weight:normal;
font-style:normal;
}
[class^="chbs-meta-icon-"],
[class*=" chbs-meta-icon-"],
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-next,
.chbs-pagination a.chbs-pagination-prev,
.chbs-pagination a.chbs-pagination-next
{
font-family:'chbs-meta-icon' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.chbs-meta-icon-tick:before
{
content:"\67";
}
.chbs-meta-icon-cart:before
{
content:"\68";
}
.chbs-meta-icon-minus:before
{
content:"\66";
}
.chbs-meta-icon-plus:before
{
content:"\65";
}
.chbs-meta-icon-arrow-horizontal-small:before
{
content:"\61";
}
.chbs-meta-icon-arrow-vertical-small:before
{
content:"\62";
}
.chbs-meta-icon-arrow-horizontal-large:before,
.chbs-datepicker.ui-datepicker .ui-datepicker-prev:before,
.chbs-datepicker.ui-datepicker .ui-datepicker-next:before,
.chbs-pagination a.chbs-pagination-prev:before,
.chbs-pagination a.chbs-pagination-next:before
{
content:"\63";
}
.chbs-meta-icon-arrow-vertical-large:before
{
content:"\64";
}
.chbs-meta-icon-bag:before
{
content:"\6c";
}
.chbs-meta-icon-bank:before
{
content:"\74";
}
.chbs-meta-icon-route:before
{
content:"\69";
}
.chbs-meta-icon-wallet:before
{
content:"\6d";
}
.chbs-meta-icon-calculator:before
{
content:"\6e";
}
.chbs-meta-icon-people:before
{
content:"\6b";
}
.chbs-meta-icon-clock:before
{
content:"\6a";
}
.chbs-meta-icon-question:before
{
content:"\75";
}   @font-face 
{
font-family:'chbs-meta-icon-2';
src:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.eot);
src:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.eot) format('embedded-opentype'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.ttf) format('truetype'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.woff) format('woff'),url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.svg?7cbga7) format('svg');
font-weight:normal;
font-style:normal;
}
[class^="chbs-meta-icon-2-"],
[class*=" chbs-meta-icon-2-"]
{
font-family:'chbs-meta-icon-2' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.chbs-meta-icon-2-date-1:before
{
content:"\61";
}
.chbs-meta-icon-2-time-1:before
{
content:"\62";
}
.chbs-meta-icon-2-passengers-1:before
{
content:"\63";
}
.chbs-meta-icon-2-suitcase-1:before
{
content:"\65";
}
.chbs-meta-icon-2-location-1:before
{
content:"\64";
}
.chbs-meta-icon-2
{
left:20px;
clear:both;
display:block;
margin-top:6px;
position:absolute;
}
.chbs-meta-icon-2+input[type="text"]
{
padding-left:50px !important;
}   .chbs-main .chbs-button.chbs-button-style-1,
.chbs-main .chbs-button.chbs-button-style-2,
.chbs-main .chbs-button.chbs-button-style-3,
.chbs-main .chbs-button.chbs-button-style-1:hover,
.chbs-main .chbs-button.chbs-button-style-2:hover,
.chbs-main .chbs-button.chbs-button-style-3:hover,
.chbs-main .chbs-location-add,
.chbs-main .chbs-location-remove,
.chbs-main .chbs-location-add:hover,
.chbs-main .chbs-location-remove:hover,
.chbs-main .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button,
.chbs-main .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:hover,
.chbs-main .chbs-show-more-button>a>span+span,
.chbs-main .chbs-show-more-button>a:hover>span+span,
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-next,    
.chbs-datepicker.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.chbs-datepicker.ui-datepicker .ui-datepicker-next.ui-state-hover,
.chbs-pagination a.chbs-pagination-prev,
.chbs-pagination a.chbs-pagination-prev:hover,
.chbs-pagination a.chbs-pagination-next,
.chbs-pagination a.chbs-pagination-next:hover
{
transition:all 150ms ease;
}
.chbs-main .chbs-show-more-button>a>span,
.chbs-main .chbs-show-more-button>a:hover>span
{
transition:background-color 150ms ease;
}   .chbs-main
{
position:relative;
}
.chbs-main .chbs-main-content
{
margin-top:50px;
}
.chbs-main .chbs-main-content>div
{
display:none;
}
.chbs-main .chbs-main-content>div:first-child
{
display:block;
}
.chbs-main .chbs-main-content>div>div:last-child
{
margin-top:50px;
}   .chbs-main .chbs-form-field>label,
.chbs-main .chbs-form-field>label a,
.chbs-main .chbs-ride-info>div>span:first-child+span
{
font-weight:400;
font-size:12px;
text-transform:uppercase;
}
.chbs-main .chbs-form-field>label a,
.chbs-main .chbs-form-field>label a:hover
{
text-decoration:underline;
}
.chbs-main .chbs-form-field>label a:hover
{
opacity:0.6;
}   .chbs-main .chbs-tooltip
{
opacity:0.5;
cursor:help;
font-size:12px;
}
.chbs-main .chbs-tooltip:hover
{
opacity:1;
}
.chbs-main .chbs-tooltip[title=""]
{
display:none;
}
.chbs-main .chbs-tooltip[title=""][oldtitle]
{
display:inline;
}
.chbs-main .chbs-qtip
{
margin:0px 0px 0px 0px !important;
}
.chbs-main .chbs-qtip,
.chbs-main .chbs-notice
{
margin:0px;
padding:0px;
border:none;
box-shadow:none;
min-width:200px;
border-width:1px;
border-style:solid;	
}
.chbs-main .chbs-notice,
.chbs-main .chbs-qtip .qtip-content
{
font-size:13px;
font-weight:300;
padding:8px 15px 10px 15px;
}
.chbs-main .chbs-notice
{
width:100%;
font-size:15px;
margin:0px 0px 40px 0px;
}   .chbs-main .chbs-button,
.chbs-main .chbs-button:hover
{
cursor:pointer;
text-decoration:none;
}
.chbs-main .chbs-button.chbs-button-style-1,
.chbs-main .chbs-button.chbs-button-style-2,
.chbs-main .chbs-button.chbs-button-style-3
{
font-size:14px;
font-weight:400;
border-width:2px;
border-style:solid;
border-radius:90px;
text-transform:uppercase;
padding:14px 32px 16px 32px;
}
.chbs-main .chbs-button.chbs-button-style-3
{
padding:8px 16px 8px 16px;
}
.chbs-main .chbs-button.chbs-button-step-next>span,
.chbs-main .chbs-button.chbs-button-step-prev>span
{
top:2px;
font-size:18px;
position:relative;
padding-left:12px;
display:inline-block;
}
.chbs-main .chbs-button.chbs-button-step-prev>span
{
transform:scaleX(-1);
-moz-transform:scaleX(-1);
-o-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
transform:scaleX(-1);
filter:FlipH;
-ms-filter:"FlipH";
}
.chbs-main .chbs-button.chbs-button-step-prev
{
padding:14px 32px 16px 24px;
}
.chbs-main .chbs-button.chbs-button-step-next
{
padding:14px 24px 16px 32px;
}
.chbs-main .chbs-button span.chbs-meta-icon-tick
{
display:none;
}
.chbs-main .chbs-button.chbs-state-selected span.chbs-meta-icon-tick
{
display:inline-block;
}
.chbs-main .chbs-button-widget-submit
{
width:100%;
}   .chbs-main .chbs-button-radio>a:first-child
{
border-right:0;
padding-right:18px;
border-top-right-radius:0;
border-bottom-right-radius:0;
}
.chbs-main .chbs-button-radio>a:first-child+a
{
border-left:0;
padding-left:18px;
border-top-left-radius:0;
border-bottom-left-radius:0;    
}
.chbs-main .chbs-button-radio span
{
float:right;
display:block;
margin-top:-15px;
}   .chbs-main .chbs-main-content-navigation-button
{
}
.chbs-main .chbs-main-content-navigation-button .chbs-button.chbs-button-step-prev
{
float:left;
}
.chbs-main .chbs-main-content-navigation-button .chbs-button.chbs-button-step-next
{
float:right;
}   .chbs-main .ui-selectmenu-button
{
display:block;
width:100% !important;
padding:4px 20px 19px 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.chbs-main .ui-selectmenu-button
{
padding-bottom:15px;
}
}
.chbs-main .ui-selectmenu-button .ui-selectmenu-text
{
padding:1px 0px 0px 0px;
}
.chbs-main .ui-selectmenu-button .chbs-meta-icon-arrow-vertical-large
{
float:right;
margin-top:5px;
transform:scaleY(-1);
}
.ui-menu
{
padding:0px;
}
.ui-menu .ui-menu-item
{
font-size:16px;
font-weight:400;
border-style:solid;
padding:10px 20px 10px 20px;
border-width:1px 0px 0px 0px;
}
.ui-menu .ui-menu-item:first-child
{
border-width:0px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active
{
margin:0px;
}
.ui-menu .ui-state-disabled
{
display:none;
}
.ui-autocomplete,
.ui-selectmenu-menu
{
max-height:204px;
overflow-y:auto;
overflow-x:hidden;
border-width:1px;
border-style:solid;
}   .ui-timepicker-wrapper
{
opacity:0;
z-index:2;
height:226px;
max-height:226px;
margin-left:-1px;
}
.ui-timepicker-wrapper .ui-timepicker-list
{
}
.ui-timepicker-wrapper .ui-timepicker-list>li
{
font-size:16px;
font-weight:400;
border-style:solid;
padding:10px 20px 10px 20px;
border-width:1px 0px 0px 0px;
}
.ui-timepicker-wrapper .ui-timepicker-list>li:first-child
{
border-width:0px;
}
.ui-timepicker-disabled
{
display:none;
}   .chbs-datepicker.ui-datepicker
{
z-index:3;
width:auto;
margin-left:-1px;
border-width:1px;
border-style:solid;
padding:20px 18px 30px 17px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-header
{
background:none;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-title
{
margin:0px;
font-size:18px;
font-weight:700;
line-height:24px;
}
.chbs-datepicker.ui-datepicker thead
{
border-style:solid;
border-width:0px 0px 1px 0px;
}
.chbs-datepicker.ui-datepicker tbody
{
top:10px;
position:relative;
}
.chbs-datepicker.ui-datepicker th,
.chbs-datepicker.ui-datepicker td,
.chbs-datepicker.ui-datepicker td a,
.chbs-datepicker.ui-datepicker td span
{
line-height:1;
}
.chbs-datepicker.ui-datepicker th
{
font-size:14px;
font-weight:400;
line-height:26px;
text-align:center;
text-transform:uppercase;
padding:20px 0px 20px 0px;
}
.chbs-datepicker.ui-datepicker td
{
padding:0px;
}
.chbs-datepicker.ui-datepicker td,
.chbs-datepicker.ui-datepicker td a
{
font-size:16px;
}
.chbs-datepicker.ui-datepicker td a,
.chbs-datepicker.ui-datepicker td span
{
width:55px;
height:55px;
padding:0px;
line-height:54px;
text-align:center;
}
.chbs-datepicker.ui-datepicker td a.ui-state-hover
{
line-height:50px;
border-width:2px;
border-style:solid;
border-radius:9999em;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-next
{
width:40px;
height:40px;
display:block;
cursor:pointer;
line-height:40px;
border-width:1px;
text-align:center;
border-style:solid;
border-radius:9999em;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-next,
.chbs-datepicker.ui-datepicker .ui-datepicker-prev-hover,
.chbs-datepicker.ui-datepicker .ui-datepicker-next-hover
{
top:0px;
text-decoration:none;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-prev-hover
{
left:0px;
margin-left:7px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-next,
.chbs-datepicker.ui-datepicker .ui-datepicker-next-hover
{
right:0px;
margin-right:7px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-prev
{
transform:scaleX(-1);
}   #chbs-preloader,
#chbs-preloader>div
{
top:0px;
left:0px;
width:100%;
height:100%;
z-index:100;
display:none;
cursor:not-allowed;
position:absolute;
}
#chbs-preloader>div
{
display:block;
background-repeat:no-repeat;
background-position:center center;
}   .chbs-preloader-1
{
width:100%;
height:120px;
padding:28px;
background-repeat:no-repeat;
background-position:center center;
background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/media/image/public/preloader-1.gif);
}   .chbs-main .chbs-tab.ui-tabs
{
padding:0px;
}   .chbs-main .chbs-tab.ui-tabs .ui-tabs-nav
{
z-index:2;
width:100%;
padding:0px;
position:relative;
}
.chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li
{
margin:0px;
width:33.33333333%;
}
.chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active
{
padding:0px;
}
.chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li>a
{
width:100%;
padding:20px;
display:block;
font-size:13px;
font-weight:400;
text-align:center;
border-style:solid;
text-transform:uppercase;
border-width:1px 0px 0px 1px;
}
rs-module .chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li>a
{
text-align:center !important;
}
.chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li:last-child>a
{
border-right-width:1px;
}
.chbs-main .chbs-tab.ui-tabs .ui-tabs-nav>li+li>a
{
}   .chbs-main .chbs-tab.ui-tabs .ui-tabs-panel
{
z-index:1;
padding:0px;
position:relative;
border-style:solid;
border-width:2px 0px 0px 0px;
}      .chbs-main .chbs-layout-50x50
{
}
.chbs-main .chbs-layout-50x50>.chbs-layout-column-left,
.chbs-main .chbs-layout-50x50>.chbs-layout-column-right
{
width:48.36066%;
}
.chbs-main .chbs-layout-50x50>.chbs-layout-column-left
{
float:left;
}
.chbs-main .chbs-layout-50x50>.chbs-layout-column-right
{
float:right;
}   .chbs-main .chbs-layout-33x33x33
{
}
.chbs-main .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main .chbs-layout-33x33x33>.chbs-layout-column-center,
.chbs-main .chbs-layout-33x33x33>.chbs-layout-column-right
{
float:left;
width:31.1477%;
}
.chbs-main .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main .chbs-layout-33x33x33>.chbs-layout-column-center
{
margin-right:3.2784%;
}   .chbs-main .chbs-layout-25x75
{
}
.chbs-main .chbs-layout-25x75>.chbs-layout-column-left
{
float:left;
width:22.5410%;
}
.chbs-main .chbs-layout-25x75>.chbs-layout-column-right
{
float:right;
width:73.7705%;
}   .chbs-main .chbs-layout-75x25
{
}
.chbs-main .chbs-layout-75x25>.chbs-layout-column-left
{
float:left;
width:73.7705%;
}
.chbs-main .chbs-layout-75x25>.chbs-layout-column-right
{
float:right;
width:22.5410%;
}      .chbs-main .chbs-main-navigation-default
{
display:block;
}
.chbs-main .chbs-main-navigation-default>ul
{
}
.chbs-main .chbs-main-navigation-default>ul>li
{
width:25%;
float:left;
position:relative;  
text-align:center;
}
.chbs-main .chbs-main-navigation-default[data-step-count="3"]>ul>li
{
width:33.333333%;
}
.chbs-main .chbs-main-navigation-default[data-step-count="2"]>ul>li
{
width:50%;
}
.chbs-main .chbs-main-navigation-default>ul>li>div
{
left:50%;
top:25px;
z-index:1;
height:1px;
width:100%;
position:absolute;
}
.chbs-main .chbs-main-navigation-default>ul>li:last-child>div
{
display:none;
}
.chbs-main .chbs-main-navigation-default>ul>li>a
{
display:block;
}
.chbs-main .chbs-main-navigation-default>ul>li>a,
.chbs-main .chbs-main-navigation-default>ul>li>a:hover
{
text-decoration:none;
}
.chbs-main .chbs-main-navigation-default>ul>li>a>span
{
display:block;
margin-left:auto;
margin-right:auto; 
}
.chbs-main .chbs-main-navigation-default>ul>li>a>span:first-child
{
z-index:2;
width:50px;
height:50px;
font-weight:700;
position:relative;
text-align:center;
border-radius:100%;
outline:solid 10px transparent;
}
.chbs-main .chbs-main-navigation-default>ul>li>a>span:first-child>span:first-child
{
font-size:18px;
line-height:50px;
}
.chbs-main .chbs-main-navigation-default>ul>li.chbs-state-completed>a>span:first-child>span:first-child
{
display:none;
}
.chbs-main .chbs-main-navigation-default>ul>li>a>span:first-child>span.chbs-meta-icon-tick
{
display:none;
font-size:24px;
line-height:52px;
}
.chbs-main .chbs-main-navigation-default>ul>li.chbs-state-completed>a>span:first-child>span.chbs-meta-icon-tick
{
display:block;
}
.chbs-main .chbs-main-navigation-default>ul>li>a>span:first-child+span
{
font-size:15px;
font-weight:400;
margin-top:15px;
}   .chbs-main .chbs-main-navigation-responsive
{
display:none;
}   .chbs-main .chbs-form-label-group
{
display:block;
font-size:14px;
font-weight:400;
text-transform:uppercase;
padding:14px 21px 15px 21px;
}   .chbs-main .chbs-form-checkbox
{
float:left;
width:30px;
height:30px;
display:block;
cursor:pointer;
margin-top:-5px;
margin-right:20px;
border-width:2px;
border-style:solid;
}
.chbs-main .chbs-form-checkbox>.chbs-meta-icon-tick
{
display:none;
font-size:22px;
line-height:28px;
text-align:center;
}
.chbs-main .chbs-form-checkbox.chbs-state-selected>.chbs-meta-icon-tick
{
display:block;
}
.chbs-main .chbs-form-checkbox+input[type="checkbox"]
{
opacity:0;
}   .chbs-main .chbs-form-field
{
margin-top:-1px;
position:relative;
border-style:solid;
padding:16px 0px 0px 0px;
border-width:1px 1px 1px 1px;
}
.chbs-main .chbs-form-field.chbs-form-field-width-100,
.chbs-main .chbs-form-field.chbs-form-field-width-50,
.chbs-main .chbs-form-field.chbs-form-field-width-33,
.chbs-main .chbs-form-field.chbs-form-field-width-25
{
float:left;
}
.chbs-main .chbs-form-field.chbs-form-field-width-50,
.chbs-main .chbs-form-field.chbs-form-field-width-33,
.chbs-main .chbs-form-field.chbs-form-field-width-25
{
float:left;
}
.chbs-main .chbs-form-field.chbs-form-field-width-100
{
width:100%;
}
.chbs-main .chbs-form-field.chbs-form-field-width-50
{
width:50%;
}
.chbs-main .chbs-form-field.chbs-form-field-width-33
{
width:33.333333%;
}
.chbs-main .chbs-form-field.chbs-form-field-width-25
{
width:25%;
}
.chbs-main .chbs-form-field.chbs-form-field-width-50+.chbs-form-field-width-50,
.chbs-main .chbs-form-field.chbs-form-field-width-33+.chbs-form-field-width-33,
.chbs-main .chbs-form-field.chbs-form-field-width-25+.chbs-form-field-width-25
{
border-left-width:0px;
}
.chbs-main .chbs-form-field>label
{
clear:both;
margin-bottom:7px;
margin-left:20px;
display:inline-block;
}    
.chbs-main .chbs-form-field input,
.chbs-main .chbs-form-field textarea,
.chbs-main .chbs-form-field .ui-selectmenu-button
{
width:100%;
}
.chbs-main .chbs-form-field input,
.chbs-main .chbs-form-field select,
.chbs-main .chbs-form-field textarea
{
padding-top:0px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
line-height:31px;
}
rs-module .chbs-main .chbs-form-field input,
rs-module .chbs-main .chbs-form-field select,
rs-module .chbs-main .chbs-form-field textarea
{
line-height:166.66667% !important;
}
.chbs-main .chbs-form-field input,
.chbs-main .chbs-form-field textarea,
.chbs-main .chbs-form-field .ui-selectmenu-button
{
border:none;
}
.chbs-main .chbs-form-field input,
.chbs-main .chbs-form-field textarea,
.chbs-main .chbs-form-field .ui-selectmenu-button,
.ui-selectmenu-menu,
.ui-autocomplete
{
font-size:18px;
font-weight:700;
}
.chbs-main .chbs-form-field.chbs-form-field-location-switch>input
{
padding-right:110px;
}
.chbs-main .chbs-form-field textarea
{
resize:none;
overflow:auto;
}
.chbs-main .chbs-form-field input[type="checkbox"]
{
cursor:pointer;
}
.chbs-main .chbs-form-field .chbs-quantity-section
{
position:relative;
}
.chbs-main .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button
{
z-index:2;
width:30px;
height:30px;
display:block;
font-size:16px;
cursor:pointer;
line-height:30px;
border-width:1px;
text-align:center;
position:absolute;
border-style:solid;
}
.chbs-main .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:first-child
{
}
.chbs-main .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:last-child
{
}
.chbs-main .chbs-form-field .chbs-quantity-section input[type="text"]
{
}   .chbs-client-form
{
}
.chbs-client-form .chbs-client-form-sign-in
{
}
.chbs-client-form .chbs-client-form-sign-in .chbs-box-shadow+div
{
margin-top:30px;
margin-bottom:30px;
text-align:right;
}
.chbs-client-form .chbs-client-form-sign-in .chbs-box-shadow+div>a
{
display:inline-block;
}   .chbs-main .chbs-vehicle-filter
{
margin-bottom:40px;
}   .chbs-main .chbs-vehicle-list
{
}
.chbs-main .chbs-vehicle-list>ul
{
}
.chbs-main .chbs-vehicle-list>ul>li
{
padding-bottom:30px;
margin-bottom:30px;
border-style:solid;
border-width:0px 0px 1px 0px;
}
.chbs-main .chbs-vehicle-list>ul>li:last-child
{
border-bottom-width:0px;
}   .chbs-main .chbs-vehicle
{
}   .chbs-main .chbs-vehicle .chbs-vehicle-image
{
opacity:0;
float:left;
max-width:300px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-image.chbs-vehicle-image-has-gallery
{
cursor:pointer;
}
.chbs-main .chbs-vehicle .chbs-vehicle-image>img
{
max-width:100%;
}   .chbs-main .chbs-vehicle .chbs-vehicle-gallery
{
display:none;
}   .chbs-main .chbs-vehicle .chbs-vehicle-content
{
}
.chbs-main .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-content,
.chbs-main .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-gallery+.chbs-vehicle-content
{
margin-left:340px;
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header
{
height:100%;
overflow:hidden;
text-align:right;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>a,
.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span
{
display:inline-block;
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span
{
width:65%;
float:left;
display:block;
font-size:18px;
font-weight:700; 
text-align:left;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span:first-child
{
padding-bottom:15px;
}   .chbs-main .chbs-vehicle-content>div.chbs-vehicle-content-header>.chbs-button
{
padding:14px 32px 16px 32px;
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price
{
margin-top:5px;
display:inline-block;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span
{
display:block;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span>span:first-child
{
line-height:1;
font-size:40px;
font-weight:400; 
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid
{
top:-8px;
margin-left:10px;
position:relative;
display:inline-block;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div:first-child
{
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div:first-child>a
{
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div:first-child+div
{
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div+div>input
{
width:100px;
border-width:1px;
border-style:solid;
padding:7px 10px 7px 10px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div+div>input+a
{
margin-left:5px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div+div>input+a+a
{
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description
{
height:0px;
overflow:hidden;
width:100% !important;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description.chbs-state-open
{
height:auto;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div
{
margin:40px 0px 0px 0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>p
{
margin:0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>p:first-child
{
padding:0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute
{
padding:20px;
margin-top:40px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul
{
float:left;
width:47.5%;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul+ul
{
float:right;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li
{
border-style:solid;
padding:10px 0px 10px 0px;
border-width:0px 0px 1px 0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li:last-child
{
border-bottom-width:0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li>div
{
width:49%;
font-weight:400;
line-height:inherit;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li>div:first-child
{
float:left;
font-size:12px;
text-transform:uppercase;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li>div:first-child+div
{
float:right;
font-size:15px;
text-align:right;
}   .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta
{
width:100%;
display:table;
margin-top:35px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div
{
display:table-row;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div
{
width:40%;
display:table-cell;
vertical-align:middle;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info
{
width:60%;
text-align:right;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div
{
float:right;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span
{
float:left;
display:inline;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-circle
{
width:30px;
height:30px;
font-size:14px;
line-height:28px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-bag,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-people
{
font-size:48px;
margin-top:-12px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-bag
{
margin-left:10px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta span
{
margin-right:20px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta span:last-child
{
margin-right:0px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-more-info,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-bag-count,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-passenger-count
{
line-height:48px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-bag-count>span:first-child,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-passenger-count>span:first-child
{
font-size:48px;
}   .chbs-main .chbs-show-more-button
{
display:inline-block;
}
.chbs-main .chbs-show-more-button>a
{
font-size:14px;
font-weight:400;
line-height:48px;
text-transform:uppercase;		
}
.chbs-main .chbs-show-more-button>a,
.chbs-main .chbs-show-more-button> a:hover
{
text-decoration:none;
}
.chbs-main .chbs-show-more-button>a span
{
margin-right:12px;
}
.chbs-main .chbs-show-more-button>a>span.chbs-circle
{
top:8px;
width:30px;
height:30px;
line-height:28px;
font-size:28px;
position:relative;
transform:scaleY(-1);
}
.chbs-main .chbs-show-more-button>a.chbs-state-selected>span.chbs-circle
{
transform:scaleY(1);
}
.chbs-main .chbs-show-more-button>a>span:first-child+span+span,
.chbs-main .chbs-show-more-button>a.chbs-state-selected>span:first-child+span
{
display:none;
}
.chbs-main .chbs-show-more-button>a.chbs-state-selected>span:first-child+span+span
{
display:inline-block;
}   .chbs-pagination
{
margin-top:30px;
text-align:center;
}
.chbs-pagination a
{
width:40px;
height:40px;
font-size:18px;
border-radius:100%;
display:inline-block;
line-height:40px !important;
}
.chbs-pagination a.chbs-pagination-prev
{
transform:scaleX(-1);
}
.chbs-pagination a.chbs-pagination-next
{
}    .chbs-main .chbs-location-add,
.chbs-main .chbs-location-remove
{
top:29px;
width:36px;
height:36px;
display:block;
cursor:pointer;
line-height:32px;
border-width:1px;
text-align:center;
position:absolute;
border-style:solid;
font-size:32px;
}
.chbs-main .chbs-location-add
{
right:20px;
}
.chbs-main .chbs-location-remove
{
display:none;
}
.chbs-main .chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch .chbs-location-remove
{
right:55px;
display:block;
}   .chbs-main #chbs_google_map
{
width:100%;
}
.chbs-main .chbs-google-map #chbs_google_map
{
height:420px;
}
.chbs-main .chbs-google-map-summary #chbs_google_map
{
height:250px;
}   .chbs-main .chbs-summary
{
padding:28px 20px 20px 20px;
}
.chbs-main .chbs-summary+.chbs-summary
{
margin-top:40px;
}
.chbs-main .chbs-summary .chbs-summary-header
{
padding-bottom:5px;
}
.chbs-main .chbs-summary .chbs-summary-header>h4
{
margin:0px;
font-size:18px;
font-weight:700;
line-height:30px;
text-transform:none;
display:inline-block;
}
.chbs-main .chbs-summary .chbs-summary-header>a
{
float:right;
font-size:13px;
font-weight:400;
border-width:1px;
border-style:solid;
border-radius:999em;
display:inline-block;
padding:3px 12px 3px 12px;
}
.chbs-main .chbs-summary .chbs-summary-header>a,
.chbs-main .chbs-summary .chbs-summary-header>a:hover
{
text-decoration:none;
}
.chbs-main .chbs-summary .chbs-summary-field
{
margin-top:15px;
padding-bottom:20px;
border-style:solid;
border-width:0px 0px 1px 0px;
}
.chbs-main .chbs-summary .chbs-summary-field:last-child
{
border:none;
padding-bottom:0px;
}
.chbs-main .chbs-summary .chbs-summary-field .chbs-summary-field-name
{
font-size:12px;
font-weight:400;
line-height:26px;
margin-bottom:5px;
text-transform:uppercase;
}
.chbs-main .chbs-summary .chbs-summary-field .chbs-summary-field-value
{
font-size:15px;
font-weight:400;
line-height:24px;
}   .chbs-main .chbs-summary-price-element
{
margin-top:40px;
}
.chbs-main .chbs-summary-price-element>div
{
}
.chbs-main .chbs-summary-price-element>div span
{
font-size:15px;
font-weight:400;
line-height:24px;            
}
.chbs-main .chbs-summary-price-element>div>span:first-child
{
}
.chbs-main .chbs-summary-price-element>div>span:first-child+span
{
float:right;
}
.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total
{
margin-top:20px;
padding-top:20px;
position:relative;
border-style:solid;
border-width:1px 0px 0px 0px;       
}
.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total>span,
.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-pay>span
{
font-size:18px;
font-weight:700;
line-height:30px;
display:inline-block;            
}
.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total>span:first-child+span
{
top:-1px;
right:0px;
float:right;
padding-top:21px;
position:absolute;
border-style:solid;
border-width:1px 0px 0px 0px;               
}   .chbs-main .chbs-ride-info
{
width:100%;
display:table;
border-style:solid;
border-width:0px 1px 1px 1px;
}
.chbs-main .chbs-ride-info>div
{
width:50%;
display:table-cell;
padding:30px 30px 28px 40px;
}
.chbs-main .chbs-ride-info>div:first-child
{
border-style:solid;
border-width:0px 1px 0px 0px;
}
.chbs-main .chbs-ride-info>div>span
{
float:left;
}
.chbs-main .chbs-ride-info>div>span:first-child
{
font-size:48px;
margin-top:4px;
}
.chbs-main .chbs-ride-info>div>span:first-child+span,
.chbs-main .chbs-ride-info>div>span:first-child+span+span
{
margin-left:30px;
min-width:51%;
}
.chbs-main .chbs-ride-info>div>span:first-child+span
{
font-size:12px;
}
.chbs-main .chbs-ride-info>div>span:first-child+span+span
{
font-size:26px;
padding-top:4px;
font-weight:400;
}   .chbs-main .chbs-payment-header
{
font-size:18px;
font-weight:700;
margin-top:70px;
line-height:30px;
text-align:center;
text-transform:none;
}
.chbs-main .chbs-payment
{
left:-10px;
margin:0px;
display:flex;
flex-wrap:wrap;
position:relative;
flex-direction:row;
align-items:flex-start;
width:calc(100% + 20px);
}
.chbs-main .chbs-payment>li
{
margin:10px;
height:130px;
flex-grow:1;
flex-basis:274px;
}
.chbs-main .chbs-payment>li>a
{
width:100%;
height:100%;
padding:1px;
display:block;
position:relative;
text-align:center;
border-width:1px;
border-style:solid;
background-repeat:no-repeat;
background-position:center center;
}
.chbs-main .chbs-payment>li>a,
.chbs-main .chbs-payment>li>a:hover
{
text-decoration:none;
}
.chbs-main .chbs-payment>li>a.chbs-payment-background-image
{
border-width:2px;
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
}
.chbs-main .chbs-payment>li>a>span.chbs-payment-name,
.chbs-main .chbs-payment>li>a>span.chbs-meta-icon-bank,
.chbs-main .chbs-payment>li>a>span.chbs-meta-icon-wallet
{
font-size:48px;
line-height:130px;
}
.chbs-main .chbs-payment>li>a.chbs-payment-background-image>span.chbs-payment-name,
.chbs-main .chbs-payment>li>a.chbs-payment-background-image>span.chbs-meta-icon-bank,
.chbs-main .chbs-payment>li>a.chbs-payment-background-image>span.chbs-meta-icon-wallet
{
display:none;
}
.chbs-main .chbs-payment>li>a>span.chbs-payment-name
{
top:-15px;
left:10px;
font-size:18px;
font-weight:700;
position:relative;
}
.chbs-main .chbs-payment.chbs-payment-woocommerce>li>a>span.chbs-payment-name
{
top:0px;
left:0px;
}
.chbs-main .chbs-payment>li>a>span.chbs-meta-icon-tick
{
left:50%;
width:38px;
height:38px;
bottom:-19px;
display:none;
font-size:18px;
line-height:38px;
position:absolute;
text-align:center;
margin-left:-19px;
border-radius:9999em;
}
.chbs-main .chbs-payment>li>a.chbs-state-selected>span.chbs-meta-icon-tick
{
display:block;
}
.chbs-main .chbs-payment>li>a,
.chbs-main .chbs-payment>li>a:hover
{
transition:box-shadow 150ms ease;
}
.chbs-main .chbs-payment>li>a.chbs-state-selected
{
padding:0px;
border-width:2px;
}
.chbs-main .chbs-payment>li>a.chbs-payment-type-2
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/media/image/public/stripe.png);
}
.chbs-main .chbs-payment>li>a.chbs-payment-type-3
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/media/image/public/paypal.png);
}   .chbs-main .chbs-my-location-link
{
display:none;
}   .chbs-main .chbs-agreement-header
{
font-size:18px;
font-weight:700;
line-height:30px;
margin-top:70px;
margin-bottom:30px;
}
.chbs-agreement
{
}
.chbs-agreement a,
.chbs-agreement a:hover
{
text-decoration:underline;
}
.chbs-agreement>div
{
margin-top:15px;
}
.chbs-agreement>div>.chbs-form-checkbox
{
margin-top:-2px;
}
.chbs-agreement>div>div
{
margin-left:50px;
}    .chbs-main .chbs-gratuity-section,
.chbs-main .chbs-coupon-code-section
{
margin-top:40px;
}
.chbs-main .chbs-gratuity-section .chbs-form-field,
.chbs-main .chbs-coupon-code-section .chbs-form-field
{
border-top-width:1px;
}
.chbs-main .chbs-gratuity-section a.chbs-button.chbs-button-style-2,
.chbs-main .chbs-coupon-code-section a.chbs-button.chbs-button-style-2
{
float:right;
margin-top:10px;
display:inline-block;
}
.chbs-main .chbs-gratuity-section a.chbs-button.chbs-button-style-2 span,
.chbs-main .chbs-coupon-code-section a.chbs-button.chbs-button-style-2 span
{
display:none;
}   .chbs-main .chbs-booking-extra-category-list
{
}
.chbs-main .chbs-booking-extra-category-list>div
{
border-style:solid;
border-width:0px 0px 1px 0px;
}
.chbs-main .chbs-booking-extra-category-list>div>a
{
display:block;
font-size:20px;
font-weight:700;
line-height:30px;
padding:20px 0px 20px 0px;
}   .chbs-main .chbs-booking-extra
{
}
.chbs-main .chbs-booking-extra>.chbs-booking-extra-header+div
{
height:0px;
overflow:hidden;		
}
.chbs-main .chbs-booking-extra>.chbs-booking-extra-header+div.chbs-state-open
{
height:auto;
overflow:auto;
}
.chbs-main .chbs-booking-extra-header
{
margin-bottom:40px;
}
.chbs-main .chbs-booking-extra-header>span:first-child
{
width:56px;
height:56px;
font-size:32px;
line-height:54px;
}
.chbs-main .chbs-booking-extra-header>span:first-child+span
{
font-size:26px;
font-weight:400;
line-height:37px;
padding-left:20px;
text-transform:none;
}
.chbs-main .chbs-booking-extra-header .chbs-show-more-button
{
top:-4px;
left:13px;
position:relative;
}
.chbs-main .chbs-booking-extra-list
{
}
.chbs-main .chbs-booking-extra-list>ul
{
width:100%;
display:table;
}
.chbs-main .chbs-booking-extra-list>ul>li
{
display:table-row-group;
}
.chbs-main .chbs-booking-extra-list>ul>li>div
{
border-style:solid;
display:table-cell;
vertical-align:middle;
padding:20px 0px 20px 0px;
border-width:1px 0px 0px 1px;
}
.chbs-main .chbs-booking-extra-list>ul>li:last-child>div
{
border-bottom-width:1px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1
{
width:65%;
border-left-width:0px;
padding-right:20px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left
{
float:left;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left>img
{
max-width:120px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-right
{
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left+div.chbs-column-1-right
{
margin-left:140px
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-name,
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-price
{
font-size:18px;
font-weight:700;
line-height:30px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-name
{
margin-right:20px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-price
{
display:inline-block;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-price>span
{
padding-left:5px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description
{
display:block;
margin-top:5px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description,
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description a,
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description a:hover
{
font-size:16px;
font-weight:300;
line-height:26px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-note
{
display:block;
margin-top:10px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-note textarea
{
width:100%;
height:82px;
font-size:16px;
font-weight:300;
line-height:26px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2
{
width:15%;
position:relative;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2:empty
{
border-left-width:0px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2>.chbs-form-field
{
border:none;
padding-top:0px;
position:static;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2>.chbs-form-field input
{
padding-bottom:0px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section input[type="text"]
{
padding-right:50px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button
{
right:0px;
height:30px;
display:block;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button:before
{
height:100%;
line-height:100%;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-plus
{
top:0px;
margin-top:-30px;
border-width:1px 0px 0px 1px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-minus
{
margin-bottom:-30px;
border-width:1px 0px 1px 1px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-3
{
width:20%;
text-align:right;
border-right-width:0px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-3>a
{
display:inline-block;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1+.chbs-column-3
{
width:32%;
}   .chbs-main .chbs-booking-complete
{
text-align:center;
margin:200px auto 200px auto !important;
}
.chbs-main .chbs-booking-complete .chbs-meta-icon-tick
{
width:100px;
height:100px;
font-size:32px;
line-height:100px;
position:relative;
margin-left:auto;
margin-right:auto;
}
.chbs-main .chbs-booking-complete .chbs-meta-icon-tick:before
{
z-index:3;
position:relative;
}
.chbs-main .chbs-booking-complete .chbs-meta-icon-tick>div
{
top:0px;
z-index:1;
width:100%;
height:100%;
border-width:2px;
position:absolute;
border-style:solid;
border-radius:999em;
}
.chbs-main .chbs-booking-complete .chbs-meta-icon-tick>div:first-child
{
left:0px;
z-index:2;
}
.chbs-main .chbs-booking-complete .chbs-meta-icon-tick>div:first-child+div
{
left:10px;
}
.chbs-main .chbs-booking-complete h3  
{
margin:0px;
padding:0px;
font-size:26px;
font-weight:400;
margin-top:30px;
line-height:37px;
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment 
{
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div
{
display:none;
font-size:18px;
font-weight:300;
line-height:30px;
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>a
{
display:inline-block;
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>a,
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>p,
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>div
{
margin-top:30px;
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>p
{
padding:0px;
max-width:80%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.chbs-main .chbs-booking-complete .chbs-booking-complete-payment>div>div>span
{
font-weight:400;
}
.chbs-main form[name="chbs-form-stripe"]
{
display:none !important;
}      .chbs-main.chbs-width-300 .chbs-button.chbs-button-style-1,
.chbs-main.chbs-width-480 .chbs-button.chbs-button-style-2
{
padding:10px 26px 12px 26px;
}
.chbs-main.chbs-width-300 .chbs-button.chbs-button-step-prev,
.chbs-main.chbs-width-480 .chbs-button.chbs-button-step-prev
{
padding:10px 26px 12px 18px;
}
.chbs-main.chbs-width-300 .chbs-button.chbs-button-step-next,
.chbs-main.chbs-width-480 .chbs-button.chbs-button-step-next
{
padding:10px 18px 12px 26px;
}   .chbs-main.chbs-width-480 .chbs-layout-50x50 .chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-50x50 .chbs-layout-column-right,
.chbs-main.chbs-width-300 .chbs-layout-50x50 .chbs-layout-column-left,
.chbs-main.chbs-width-300 .chbs-layout-50x50 .chbs-layout-column-right,
.chbs-main.chbs-width-480 .chbs-layout-25x75>.chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-25x75>.chbs-layout-column-right,
.chbs-main.chbs-width-300 .chbs-layout-25x75>.chbs-layout-column-left,
.chbs-main.chbs-width-300 .chbs-layout-25x75>.chbs-layout-column-right,
.chbs-main.chbs-width-480 .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-33x33x33>.chbs-layout-column-center,
.chbs-main.chbs-width-480 .chbs-layout-33x33x33>.chbs-layout-column-right,
.chbs-main.chbs-width-300 .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main.chbs-width-300 .chbs-layout-33x33x33>.chbs-layout-column-center,
.chbs-main.chbs-width-300 .chbs-layout-33x33x33>.chbs-layout-column-right,
.chbs-main.chbs-width-768 .chbs-main-content-step-2>.chbs-layout-25x75>.chbs-layout-column-left,
.chbs-main.chbs-width-768 .chbs-main-content-step-2>.chbs-layout-25x75>.chbs-layout-column-right
{
clear:both;
width:100%;
float:none;
margin-left:0px;
margin-right:0px;
}
.chbs-main.chbs-width-480 .chbs-layout-50x50 .chbs-layout-column-left,
.chbs-main.chbs-width-300 .chbs-layout-50x50 .chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-33x33x33>.chbs-layout-column-center,
.chbs-main.chbs-width-300 .chbs-layout-33x33x33>.chbs-layout-column-left,
.chbs-main.chbs-width-300 .chbs-layout-33x33x33>.chbs-layout-column-center,
.chbs-main.chbs-width-768 .chbs-main-content-step-2>.chbs-layout-25x75>.chbs-layout-column-left
{
margin-bottom:40px;
}
.chbs-main.chbs-width-300 .chbs-layout-25x75,
.chbs-main.chbs-width-480 .chbs-layout-25x75,
.chbs-main.chbs-width-768 .chbs-main-content-step-2 .chbs-layout-25x75
{
display:flex;
flex-direction:column-reverse;
}
.chbs-main.chbs-width-300 .chbs-layout-25x75>.chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-layout-25x75>.chbs-layout-column-left,
.chbs-main.chbs-width-768 .chbs-main-content-step-2 .chbs-layout-25x75>.chbs-layout-column-left
{
margin-top:40px;
}   .chbs-main.chbs-width-300 .chbs-summary-field .chbs-layout-50x50 .chbs-layout-column-left,
.chbs-main.chbs-width-480 .chbs-summary-field .chbs-layout-50x50 .chbs-layout-column-left
{
margin-bottom:20px;
}   .chbs-main.chbs-width-300 .chbs-main-navigation-default
{
display:none;
}
.chbs-main.chbs-width-300 .chbs-main-navigation-responsive
{
display:block;
}
.chbs-main.chbs-width-300 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-1 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li
{
margin:0px;
float:none;
width:100%;
}
.chbs-main.chbs-width-480.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-main.chbs-width-480.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-main.chbs-width-300.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a
{
margin-right:0px;
}
.chbs-main.chbs-width-300 .chbs-tab.ui-tabs .ui-tabs-nav>li>a
{
border-right-width:1px;
}   .chbs-main.chbs-width-480 .chbs-vehicle .chbs-vehicle-image
{
width:180px;
}
.chbs-main.chbs-width-480 .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-content,
.chbs-main.chbs-width-480 .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-gallery+.chbs-vehicle-content
{
margin-left:200px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-image
{
max-width:100%;
margin-bottom:20px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-content,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-gallery+.chbs-vehicle-content
{
margin:0px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header
{
clear:both;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>span,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>a
{
width:100%;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>span
{
display:block;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>a
{
text-align:center;
padding:10px 26px 12px 26px;
}
.chbs-main.chbs-width-480 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>a,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>a
{
padding:10px 26px 12px 26px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-price
{
margin-top:15px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-price>span
{
}
.chbs-main.chbs-width-480 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-price>span>span:first-child,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-price>span>span:first-child
{
font-size:28px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta
{
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div
{
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-show-more-button
{
width:60%;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info
{
width:40%;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div
{
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span
{
float:left;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-meta-icon-bag
{
clear:both;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-meta-icon-bag,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-meta-icon-people
{
margin-left:0px;
margin-right:20px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-circle
{
margin-right:0px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-meta-icon-bag,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span.chbs-meta-icon-bag+span
{
margin-top:10px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul
{
width:100%;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li:last-child
{
border-bottom-width:1px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul+ul>li:last-child
{
border-bottom-width:0px;
}
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-bag,
.chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-people
{
font-size:24px;
margin-top:0px;
}   .chbs-main.chbs-width-300 .chbs-main-content-navigation-button
{
display:flex;
flex-direction:column;
}
.chbs-main.chbs-width-300 .chbs-main-content-navigation-button .chbs-button.chbs-button-step-prev,
.chbs-main.chbs-width-300 .chbs-main-content-navigation-button .chbs-button.chbs-button-step-next
{
width:100%;
float:none;
text-align:center;
}
.chbs-main.chbs-width-300 .chbs-main-content-navigation-button .chbs-button.chbs-button-step-prev
{
order:2;
margin-top:10px;
}
.chbs-main.chbs-width-300 .chbs-main-content-navigation-button .chbs-button.chbs-button-step-next
{
order:1;
margin:10px 0px 0px 0px;
}   .chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li
{
width:100%;
display:table;
border-bottom:0px;
}
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-1,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1
{
width:100%;
padding-right:0px;
display:table-caption;
border-bottom-width:0px;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1,
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li:first-child>div.chbs-column-1
{
border-top-width:0px;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div
{
float:none;
margin:0px;
clear:both;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left
{
margin-bottom:20px;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left>img
{
max-width:100%;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div.chbs-column-1-left+div.chbs-column-1-right
{
margin:0px;
}
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-2,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2,
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-3,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-3
{
width:50%;
display:table-cell;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-3
{
width:100%;
display:block;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2
{
display:none;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li.chbs-booking-extra-list-item-quantity-enable>div.chbs-column-2
{
display:block;
border-right-width:1px;
border-bottom-width:1px;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-3
{
border:none;
}
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-3 .chbs-button
{
width:100%;
text-align:center;
}
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button
{
height:50px;
line-height:50px;
}
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-plus,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-plus
{
top:-20px;
}
.chbs-main.chbs-width-480 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-minus,
.chbs-main.chbs-width-300 .chbs-booking-extra-list>ul>li>div.chbs-column-2 .chbs-quantity-section .chbs-quantity-section-button.chbs-meta-icon-minus
{
bottom:9px;
}    .chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch .chbs-location-add,
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch .chbs-location-remove
{
right:-1px;
}
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch .chbs-location-add
{
top:13px;
}
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch+.chbs-form-field.chbs-form-field-location-switch .chbs-location-remove
{
top:48px;
}
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-location-switch input
{
padding-right:55px;
}   .chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-width-50,
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-width-33,
.chbs-main.chbs-width-300 .chbs-form-field.chbs-form-field-width-25
{
width:100%;
float:none;
border-left-width:1px;
}   .chbs-main.chbs-width-300 .chbs-ride-info>div
{
width:100%;
display:block;
}
.chbs-main.chbs-width-300 .chbs-ride-info>div:first-child
{
border-right-width:0px;
}
.chbs-main.chbs-width-768 .chbs-ride-info>div>span,
.chbs-main.chbs-width-300 .chbs-ride-info>div>span
{
float:none;
display:block;
text-align:center;
margin:15px 0px 0px 0px;
}
.chbs-main.chbs-width-768 .chbs-ride-info>div>span:first-child,
.chbs-main.chbs-width-300 .chbs-ride-info>div>span:first-child
{
margin-top:0px;
}
.chbs-main.chbs-width-768 .chbs-ride-info>div>span:first-child+span,
.chbs-main.chbs-width-768 .chbs-ride-info>div>span:first-child+span+span,
.chbs-main.chbs-width-300 .chbs-ride-info>div>span:first-child+span,
.chbs-main.chbs-width-300 .chbs-ride-info>div>span:first-child+span+span
{
margin-left:0px;
}   .chbs-main.chbs-width-300 .chbs-vehicle-filter .chbs-form-field.chbs-form-field-width-33+.chbs-form-field-width-33
{
border-left-width:1px;
}	
@media screen and (max-width:460px)
{   .chbs-datepicker.ui-datepicker
{
padding:15px 10px 15px 10px;
}
.chbs-datepicker.ui-datepicker td a, 
.chbs-datepicker.ui-datepicker td span
{
width:34px;
height:34px;
line-height:34px;
}
.chbs-datepicker.ui-datepicker td a.ui-state-hover
{
line-height:30px
}
.chbs-datepicker.ui-datepicker td,
.chbs-datepicker.ui-datepicker td a 
{
font-size:14px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-title 
{
font-size:14px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-next, 
.chbs-datepicker.ui-datepicker .ui-datepicker-next-hover 
{
margin-right:0px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-prev,
.chbs-datepicker.ui-datepicker .ui-datepicker-prev-hover
{
margin-left:0px;
}
.chbs-datepicker.ui-datepicker .ui-datepicker-header 
{
padding:0.7em 0px;
}   html .chbs-wc-order-view .chbs-wc-order-view-section>div>div
{
display:flex;
flex-direction:column;
}
html .chbs-wc-order-view .chbs-wc-order-view-section>div>div
{
margin-top:10px;
}
html .chbs-wc-order-view .chbs-wc-order-view-section>div>div:first-child
{
margin-top:0px;
}
html .chbs-wc-order-view .chbs-wc-order-view-section>div>div>div:first-child,
html .chbs-wc-order-view .chbs-wc-order-view-section>div>div>div:first-child+div
{
width:100%;
}
}   html .chbs-main #payment
{
border-radius:0px;
}
html .chbs-main #payment,
html .chbs-main #payment .form-row
{
background:none;
}
html .chbs-main #payment .form-row
{
padding:0px;
padding-top:20px;
}
html .chbs-main #payment .wc_payment_methods
{
border:none;
padding:28px 20px 28px 20px;
}
html .chbs-main #payment .wc_payment_methods .wc_payment_method
{
}
html .chbs-main #payment .wc_payment_methods .wc_payment_method input[type="radio"]
{
cursor:pointer;
}
html .chbs-main #payment .wc_payment_methods .wc_payment_method label
{
}
html .chbs-main #payment .wc_payment_methods .wc_payment_method label a,
html .chbs-main #payment .wc_payment_methods .wc_payment_method label img
{
display:none;
}
html .chbs-main #payment .wc_payment_methods .wc_payment_method .payment_box
{
margin:0px;
border:none;
padding:0px;
position:static;
background:none;
padding-left:30px;
}
html .chbs-main #payment .payment_box::before
{
border:none;
}
html .chbs-main #payment .payment_box p
{
opacity:0.5;
margin-top:0px;
padding-top:5px;
}
.chbs-main .woocommerce-notice
{
margin:0px;
padding:10px;
color:#FFFFFF;
font-weight:500;
border-style:solid;
border-width:0px 0px 0px 4px;
}
.chbs-main .woocommerce-notice.woocommerce-notice--success
{
background:#4CBE83;
border-left-color:#4BA174;
}
.chbs-main .woocommerce-notice.woocommerce-notice--error
{
background:#E37D66;
border-left-color:#B87668;    
}   .chbs-wc-order-view
{
}
.chbs-wc-order-view .chbs-wc-order-view-section
{
}
.chbs-wc-order-view .chbs-wc-order-view-section+.chbs-wc-order-view-section
{
margin-top:40px;
}
.chbs-wc-order-view .chbs-wc-order-view-section>div
{
padding:20px;
border-width:1px;
border-style:solid;
border-color:#EAECEE;			
}
.chbs-wc-order-view .chbs-wc-order-view-section>div>div
{
display:flex;
flex-direction:row;
}
.chbs-wc-order-view .chbs-wc-order-view-section>div>div>div:first-child
{
width:30%;
}
.chbs-wc-order-view .chbs-wc-order-view-section>div>div>div:first-child+div
{
width:70%;
}
.chbs-wc-order-view .chbs-wc-order-view-section>div>div>ol>li
{
margin:0px;
padding:0px;
padding-left:10px;
margin-left:20px;
}   html .fancybox-inner img
{
height:auto;
max-width:100%;
}   .iti__flag
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/media/image/public/flags.png);
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi)
{
.iti__flag
{
background-image:url(//islandrentalsmalta.com/wp-content/plugins/chauffeur-booking-system/media/image/public/flags@2x.png);
}
}
html .iti.iti--allow-dropdown
{
display:block;
margin:0px 20px 0px 20px;
}
html .iti--allow-dropdown .iti__flag-container
{
top:1px;
height:27px;
}
html .iti__selected-flag
{
padding:0px;
}
html body.rtl .iti.iti--allow-dropdown input
{
padding-right:75px !important;
}
html .iti.iti--allow-dropdown input
{
padding-left:75px !important;
}
html .iti__country.iti__highlight,
html .iti--separate-dial-code .iti__selected-flag,
html .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag
{
background:transparent;
}   .chbs-main.chbs-widget
{
}   .chbs-main.chbs-widget.chbs-widget-style-1
{
background-color:transparent;
}
.chbs-main.chbs-widget.chbs-widget-style-1 .chbs-button-widget-submit
{
width:auto;
float:right;
display:block;
}
.chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content>div>div:last-child
{
margin-top:30px;
}   .chbs-main.chbs-widget.chbs-widget-style-2,
.chbs-main.chbs-widget.chbs-widget-style-3,
.chbs-main.chbs-widget.chbs-widget-style-4
{
background-color:transparent;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1>div:last-child
{
text-align:right;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li
{
width:auto;
margin-right:10px;
margin-bottom:10px;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li:last-child,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li:last-child,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li:last-child
{
margin-right:0px;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav>li>a
{
border:none;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
display:flex;
flex-direction:row;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
border-width:1px;
border-style:solid;
}
.chbs-main.chbs-widget.chbs-widget-style-2.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-main.chbs-widget.chbs-widget-style-4.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
border:none;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
border:none;
flex-wrap:wrap;
border-style:solid;
border-width:1px 0px 0px 1px;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*
{
flex-grow:1;
display:none;
flex-basis:200px;
border-top:none;
border-left:none;
border-bottom:none;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*
{
flex-grow:1;
border-top:none;
border-left:none;
flex-basis:300px;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-transfer-type,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time
{
display:block;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-pickup-date-time,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time
{
flex-basis:220px;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time>div:first-child
{
border-left:none;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time>div:first-child+div
{
border-right:none;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-pickup-date-time>div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time>div
{
width:55%;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-pickup-date-time>div+div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-return-date-time>div+div
{
width:45%;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-location-switch>input
{
padding-right:0px;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-transfer-type
{
flex-basis:120px;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-extra-time
{
display:none;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>.chbs-form-field-location-autocomplete
{
flex-basis:120px;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field
{
margin-top:0px;
border-bottom:none;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field
{
margin-top:0px;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50
{
border-top:none;
border-left:none;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child,
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child+div,
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-1.ui-tabs-panel>div:first-child+div+div,
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-2.ui-tabs-panel>div:first-child+div+div,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child+div,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-1.ui-tabs-panel>div:first-child+div+div,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-2.ui-tabs-panel>div:first-child+div+div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child+div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-1.ui-tabs-panel>div:first-child+div+div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs #panel-2.ui-tabs-panel>div:first-child+div+div
{
display:block;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div
{
height:100%;
border-top:none;
border-left:none;
}
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div
{
height:100%;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child
{
max-width:200px;
text-align:center;
}
.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a            
{
width:auto;
display:block;
margin:20px 20px 0px 20px;
}
.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1>div+div
{
text-align:right;
}   .chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
flex-direction:column;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,	               
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>*	
{
flex-basis:100%;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child                
{
max-width:100%;
text-align:right;
padding:0px 20px 20px 0px;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,                 
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4.chbs-border-none .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child                
{
padding:0px;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,                    
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child>a                    
{
display:inline-block;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,                    
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:first-child>div                
{
height:auto;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,                  
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field                
{
border:none;
border-bottom-width:1px;
border-bottom-style:solid;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,                    
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field:first-child                
{
border-top:none;
}
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-960.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-768.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,    
.chbs-width-480.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50,
.chbs-width-300.chbs-main.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field.chbs-form-field-width-50            
{
float:none;
width:100%;
}   #ui-datepicker-div,
.ui-autocomplete,
.ui-selectmenu-menu,
.ui-timepicker-wrapper
{
opacity:1 !important;
z-index:2147483647 !important;
}
.pac-container
{
z-index:2147483647;
}.chbs-booking-form-id-10007 .chbs-location-add:hover,
.chbs-booking-form-id-10007 .chbs-location-remove:hover,
.chbs-booking-form-id-10007 .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-1,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected:hover,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a,
.chbs-booking-form-id-10007 .chbs-payment>li>a .chbs-meta-icon-tick,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a:hover,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li.chbs-state-selected>a>span:first-child
{
background-color:#FF700A;
}
html .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-panel
{
border-top-color:#FF700A;
}
.chbs-booking-form-id-10007.ui-datepicker td a.ui-state-hover,
.chbs-booking-form-id-10007 .chbs-form-checkbox,
.chbs-booking-form-id-10007 .chbs-location-add:hover,
.chbs-booking-form-id-10007 .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:hover,
.chbs-booking-form-id-10007 .chbs-location-remove:hover,
.chbs-booking-form-id-10007 .chbs-payment>li>a.chbs-state-selected,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-1,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected:hover,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a,
body.rtl .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a
{
border-color:#FF700A;
}
rs-module-wrap .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a
{
border-color:#FF700A !important;
}
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a
{
border-left-color:#FF700A;
}
body.rtl .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a
{
border-right-color:#FF700A;
}
.chbs-booking-form-id-10007.ui-datepicker td a.ui-state-hover,
.chbs-booking-form-id-10007 .ui-menu .ui-menu-item.ui-state-focus,   
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li:hover,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li.ui-timepicker-selected,
.chbs-booking-form-id-10007 .chbs-location-add,
.chbs-booking-form-id-10007 .chbs-location-remove,
.chbs-booking-form-id-10007 .iti__country.iti__highlight,
.chbs-booking-form-id-10007 .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span>span:first-child,
.chbs-booking-form-id-10007 .chbs-form-checkbox.chbs-state-selected>.chbs-meta-icon-tick,
.chbs-booking-form-id-10007 .ui-selectmenu-button .chbs-meta-icon-arrow-vertical-large,
.chbs-booking-form-id-10007 .chbs-ride-info>div>span:first-child,
.chbs-booking-form-id-10007 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-price,
.chbs-booking-form-id-10007 .chbs-booking-complete .chbs-meta-icon-tick,
.chbs-booking-form-id-10007 .chbs-booking-extra-header>span:first-child
{
color:#FF700A;
}
.chbs-booking-form-id-10007 .chbs-summary,
.chbs-booking-form-id-10007 .chbs-booking-complete .chbs-meta-icon-tick>div:first-child+div,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute,
.chbs-booking-form-id-10007 #payment ul.payment_methods
{
background-color:#F6F6F6;
}
.chbs-booking-form-id-10007 .chbs-booking-complete .chbs-meta-icon-tick>div:first-child+div
{
border-color:#F6F6F6;
}
.chbs-booking-form-id-10007 .chbs-qtip,
.chbs-booking-form-id-10007 .chbs-notice,
.chbs-booking-form-id-10007 .chbs-location-add:hover,
.chbs-booking-form-id-10007 .chbs-location-remove:hover,
.chbs-booking-form-id-10007 .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-1,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2.chbs-state-selected:hover,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li.chbs-state-selected>a>span:first-child,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a:hover,
.chbs-booking-form-id-10007 .chbs-payment>li>a .chbs-meta-icon-tick
{
color:#FFFFFF;
}
.chbs-booking-form-id-10007 .ui-menu,
.chbs-booking-form-id-10007.ui-datepicker,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li:hover,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li.ui-timepicker-selected,
.chbs-booking-form-id-10007 .chbs-form-field,
.chbs-booking-form-id-10007 .chbs-form-checkbox,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-1:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-3:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-selected.chbs-button-style-2,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.chbs-booking-form-id-10007.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel>div:last-child
{
background-color:#FFFFFF;
}
.chbs-booking-form-id-10007.ui-datepicker th,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-prev,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-next,
.chbs-booking-form-id-10007 .chbs-tooltip,
.chbs-booking-form-id-10007 .chbs-form-label-group,
.chbs-booking-form-id-10007 .chbs-form-field>label,
.chbs-booking-form-id-10007 .chbs-form-field>label a,
.chbs-booking-form-id-10007 .chbs-form-field>label a:hover,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-3,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.chbs-booking-form-id-10007 .chbs-ride-info>div>span:first-child+span,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li>a>span,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-field .chbs-summary-field-name,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a,
.chbs-booking-form-id-10007 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-description,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li>div:first-child,
.chbs-booking-form-id-10007 .chbs-show-more-button>a,
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-prev,
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-next
{
color:#778591;
}
.chbs-booking-form-id-10007.ui-datepicker,
.chbs-booking-form-id-10007.ui-datepicker thead,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-prev,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-next,
.chbs-booking-form-id-10007 .ui-autocomplete,
.chbs-booking-form-id-10007 .ui-selectmenu-menu,
.chbs-booking-form-id-10007 .ui-menu .ui-menu-item,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li,
.chbs-booking-form-id-10007 .chbs-booking-extra-category-list>div,
.chbs-booking-form-id-10007 .chbs-form-field,
.chbs-booking-form-id-10007 .chbs-payment>li>a,
.chbs-booking-form-id-10007 .chbs-ride-info,
.chbs-booking-form-id-10007 .chbs-ride-info>div:first-child,
.chbs-booking-form-id-10007 .chbs-location-add,
.chbs-booking-form-id-10007 .chbs-location-remove,
.chbs-booking-form-id-10007 .chbs-form-field .chbs-quantity-section .chbs-quantity-section-button,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-3,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
body.rtl .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li>a,
.chbs-booking-form-id-10007 .chbs-booking-extra-list>ul>li>div,
.chbs-booking-form-id-10007 .chbs-vehicle-list>ul>li,
.chbs-booking-form-id-10007 .chbs-booking-extra-header>span:first-child,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a>.chbs-circle,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-content-meta-info .chbs-circle,
.chbs-booking-form-id-10007 .chbs-booking-complete .chbs-meta-icon-tick>div:first-child,
.chbs-booking-form-id-10007.chbs-width-300 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a,
body.rtl .chbs-booking-form-id-10007.chbs-width-300 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div+div>input,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a:hover>span.chbs-circle,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a.chbs-state-selected>span.chbs-circle,
.chbs-booking-form-id-10007.chbs-width-480.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-width-300.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-width-960.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-width-768.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-width-480.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-width-300.chbs-widget.chbs-widget-style-4 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel .chbs-form-field,
.chbs-booking-form-id-10007.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel,
.chbs-booking-form-id-10007.chbs-widget.chbs-widget-style-3 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel
{
border-color:#EAECEE;
}
rs-module .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li>a
{
border-color:#EAECEE !important;
}
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-next.ui-state-hover,	   
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-prev:hover,
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-next:hover,
.chbs-booking-form-id-10007 .chbs-form-label-group,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-3,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li>a>span:first-child,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li>div,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a:hover>span.chbs-circle,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a.chbs-state-selected>span.chbs-circle
{
background-color:#EAECEE;
}
.chbs-booking-form-id-10007.ui-datepicker td a,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-title,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.chbs-booking-form-id-10007.ui-datepicker .ui-datepicker-next.ui-state-hover, 
.chbs-booking-form-id-10007 .chbs-agreement,
.chbs-booking-form-id-10007 .chbs-agreement a,
.chbs-booking-form-id-10007 .chbs-agreement a:hover,
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-prev:hover,
.chbs-booking-form-id-10007 .chbs-pagination a.chbs-pagination-next:hover,
.chbs-booking-form-id-10007 .chbs-booking-extra-category-list>div>a,
.chbs-booking-form-id-10007 .chbs-booking-extra-category-list>div>a:hover,
.chbs-booking-form-id-10007 .chbs-payment>li>a,
.chbs-booking-form-id-10007 .chbs-payment>li>a:hover,
.chbs-booking-form-id-10007 .chbs-payment-header,
.chbs-booking-form-id-10007 .chbs-agreement-header,
.chbs-booking-form-id-10007 .chbs-form-field input,
.chbs-booking-form-id-10007 .chbs-summary-price-element span,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>h4,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-field .chbs-summary-field-value,			
.chbs-booking-form-id-10007 .chbs-booking-complete h3,
.chbs-booking-form-id-10007 .ui-selectmenu-button .ui-selectmenu-text,
.chbs-booking-form-id-10007 .chbs-ride-info>div>span:first-child+span+span,
.chbs-booking-form-id-10007 .chbs-booking-extra-list>ul>li>div.chbs-column-1>div>.chbs-booking-form-extra-name,
.chbs-booking-form-id-10007 .chbs-main-navigation-default>ul>li.chbs-state-selected>a>span:first-child+span,
.chbs-booking-form-id-10007 .chbs-booking-extra-header>span:first-child+span,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price-bid>div+div>input,
html .chbs-booking-form-id-10007 .chbs-show-more-button>a:hover,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li>div:first-child+div
{
color:#2C3E50;
}
.chbs-booking-form-id-10007 .chbs-summary-price-element>div.chbs-summary-price-element-total>span:first-child+span
{
border-color:#2C3E50;
}
.chbs-booking-form-id-10007.ui-datepicker td.ui-datepicker-unselectable,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-bag,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-people
{
color:#CED3D9;
}
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-field,
.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a,
.chbs-booking-form-id-10007 .chbs-summary-price-element>div.chbs-summary-price-element-total,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-description>div>.chbs-vehicle-content-description-attribute>ul>li
{
border-color:#CED3D9;
}			
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span>span:first-child+span,
.chbs-booking-form-id-10007 .chbs-summary-price-element>div.chbs-summary-price-element-pay>span:first-child>span
{
color:#9EA8B2;
}
.chbs-booking-form-id-10007 .ui-menu .ui-menu-item,
.chbs-booking-form-id-10007 .ui-timepicker-wrapper>.ui-timepicker-list>li,
.chbs-booking-form-id-10007 .chbs-booking-complete p,
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-1:hover
{
color:#556677;
}
.chbs-booking-form-id-10007 .chbs-qtip,
.chbs-booking-form-id-10007 .chbs-notice
{
background-color:#556677;
}
.chbs-booking-form-id-10007 .chbs-qtip,
.chbs-booking-form-id-10007 .chbs-notice
{
border-color:#556677;
}#wc-stripe-express-checkout-element iframe{max-width:unset}#wc-stripe-express-checkout-element{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:12px}#wc-stripe-express-checkout-element>div{flex:1;min-width:260px}