.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(//viptransporterz.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(//viptransporterz.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(//viptransporterz.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(//viptransporterz.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(//viptransporterz.com/wp-content/themes/autoride/style/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//viptransporterz.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;
}html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed, 
figure,figcaption,footer,header,hgroup, 
menu,nav,output,ruby,section,summary,
time,mark,audio,video 
{
border:0px;
margin:0px;
padding:0px;
vertical-align:baseline;
}   body
{
margin:0px;
padding:0px;
}
*,*::after
{
box-sizing:border-box;
}
*:focus  
{  
outline:none;  
} 
img
{
height:auto;
display:block;
max-width:100%;
}
p
{
padding:10px 0px 10px 0px;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
p:empty
{
display:none;
}
mark
{
padding:3px;
}
sup
{
vertical-align:super	
}
sub
{
vertical-align:sub;
}
strong
{
font-weight:700;
}
iframe
{
max-width:100%;
}   body
{
font-size:18px;
font-weight:300;
font-family:'Lato',Arial,sans-serif;
}   html .woocommerce .button,
input.theme-component-button,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
.woocommerce nav.woocommerce-pagination ul.page-numbers a, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a,
.theme-component-button>a,
.theme-component-social-profile>li>a,
.theme-component-testimonial-list .theme-component-testimonial-list-navigation .theme-component-testimonial-list-navigation-left:hover,
.theme-component-testimonial-list .theme-component-testimonial-list-navigation .theme-component-testimonial-list-navigation-right:hover,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>img,
.theme-post .theme-post-title h3 a,
.theme-post .theme-post-title h4 a,
.theme-pagination a,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a,
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image>a>img,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_recent_entries>ul>li a,
.widget_recent_comments>ul>li a,
.widget_products>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_recently_viewed_products>ul.product_list_widget>li>a,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-go-to-top
{
transition:all 200ms ease;	
}   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:1220px;
margin-left:auto;
margin-right:auto;
}
.theme-clear-fix::after
{
height:0;
clear:both;
content:" ";
font-size:0;
min-height:0;
display:block;
visibility:hidden;
}
.theme-reset-list
{
margin:0px;
padding:0px;
list-style:none;
}
.theme-overflow-hidden,
.theme-overflow-hidden.vc_row[data-vc-full-width]
{
overflow:hidden;
}   h1,h2,h3,h4,h5,h6
{
margin-bottom:30px;
}
h4,h5,h6
{
margin-bottom:20px;
}
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6
{
margin-top:40px;
}
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6
{
margin-top:30px;
}
h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p
{
padding-top:0px;
}
.wpb_text_column>.wpb_wrapper>p:last-child
{
padding-bottom:0px;
}   ul,ol
{
margin:0px;
padding:0px;
margin-left:1em;
list-style-position:inside;	
}
ul
{
list-style-type:square;
}
ul li,
ol li
{
padding-left:0.5em;
}
ul li,
ol li
{
margin-top:5px;
}
ol li ol
{
list-style-type:lower-alpha;
}
ol li ol li ol
{
list-style-type:lower-roman;
}   html .vc_column_container
{
margin-bottom:40px;
}
html .vc_row.vc_row-no-padding[data-vc-full-width="true"]>.vc_column_container
{
margin-bottom:0px;
}
html .vc_row
{
margin-left:0px;
margin-right:0px;
}
html .vc_column_container>.vc_column-inner
{
padding-left:0px;
padding-right:0px;
}
html .vc_col-has-fill>.vc_column-inner,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
html .vc_row-has-fill>.vc_column_container>.vc_column-inner
{
padding-top:0px;
}
html .vc_row-o-equal-height .wpb_wrapper
{
height:100%;
}
html .vc_row-has-fill,
html .vc_col-has-fill>.vc_column-inner
{
background-size:cover;
background-position:center center;
}
html .vc_col-has-fill>.vc_column-inner
{
padding:120px;
}
html .vc_custom_heading+.wpb_text_column .wpb_wrapper p:first-child
{
padding-top:0px;
}
html .vc_row[data-vc-full-width]
{
overflow:visible;
}
html .wpb_button,
html .wpb_content_element, 
html ul.wpb_thumbnails-fluid>li
{
margin-bottom:0px;
}   html rs-layer .chbs-main 
{
min-width:350px;
}
html rs-layer .chbs-main input[type="text"]
{
display:block;
}
html rs-layer .chbs-main .chbs-main-content
{
margin-top:40px;
}   select
{
width:100%;
cursor:pointer;
}
textarea
{
resize:none;
}
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"]
{
border-width:1px;
border-style:solid;
padding:0px 20px 20px 20px;
}
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"]
{
padding:10px 15px 13px 15px;
}
select
{
padding:10px;
}
.theme-form-field,
html .woocommerce #respond #commentform p.comment-form-email,
html .woocommerce #respond #commentform p.comment-form-author,
html .woocommerce #respond #commentform p.comment-form-comment,
html .woocommerce #respond #commentform div.comment-form-rating
{
border-width:1px;
border-style:solid;
padding:16px 0px 0px 0px; 
}
.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"],
html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea
{
width:100%;
border:none;
}
html .woocommerce #respond #commentform p.comment-form-email input,
html .woocommerce #respond #commentform p.comment-form-author input,
html .woocommerce #respond #commentform p.comment-form-comment textarea,
html .woocommerce #respond #commentform .comment-form-rating p.stars
{
padding:0px 20px 20px 20px;
}
html .woocommerce #respond #commentform .comment-form-rating p.stars
{
margin-bottom:0px;
}
.theme-form-field label,
.wp-block-search label,
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text,
html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label,
html .woocommerce #respond #commentform label
{
clear:both;
margin-left:20px;
margin-bottom:7px;
display:inline-block;	   
}
html .woocommerce form .form-row label,
html .woocommerce-page form .form-row label 
{
margin-left:0px;
margin-bottom:10px;
}
.theme-form-column-1_2-left
{
float:left;
}
.theme-form-column-1_2-right 
{
float:right;
}
.theme-form-column-1_2-left,
.theme-form-column-1_2-right
{
width:50%;
}
.theme-form-column-1_2-right
{
}
.theme-form-column-1_2-right .theme-form-field
{
height:100%;
}
.theme-form-column-1_2-left>.theme-form-field
{
height:99px !important;
border-right-width:0px;
}
.theme-form-column-1_2-left+.theme-form-column-1_2-left>.theme-form-field
{
border-top-width:0px;
}
.theme-form-column-1_1
{
clear:both;
width:100%;
}
.theme-width-480 .theme-form-column-1_1,
.theme-width-480 .theme-form-column-1_2-left,
.theme-width-480 .theme-form-column-1_2-right,
.theme-width-300 .theme-form-column-1_1,
.theme-width-300 .theme-form-column-1_2-left,
.theme-width-300 .theme-form-column-1_2-right
{
clear:both;
float:none;
width:100%;
}
.theme-width-480 .theme-form-column-1_2-left>.theme-form-field,
.theme-width-300 .theme-form-column-1_2-left>.theme-form-field
{
border-right-width:1px;
}
.theme-width-480 .theme-form-column-1_2-right+.theme-form-column-1_2-left>.theme-form-field,
.theme-width-300 .theme-form-column-1_2-right+.theme-form-column-1_2-left>.theme-form-field
{
border-top-width:0px;
}   table,
html .woocommerce table.shop_table
{
border-radius:0;
border-collapse:collapse;
}
table tr,
html .woocommerce table.shop_table tr
{
}
table tr th,
.wp-block-table th,
html .woocommerce table.shop_table tr th
{
border-width:2px;
}
table tr td,
html .woocommerce table.shop_table tr td
{
}
table tr th,
table tr td,
.wp-block-table td, 
.wp-block-table th,
html .woocommerce table.shop_table tr th,
html .woocommerce table.shop_table tr td
{
padding:10px;
border-style:solid;  
}
table,
table td,
.wp-block-table td,
html .woocommerce table.shop_table,
html .woocommerce table.shop_table td
{
border-width:1px;
}   html .vc_col-sm-6+.vc_col-sm-6,
html .vc_col-sm-4+.vc_col-sm-4,
html .vc_col-sm-3+.vc_col-sm-3,
html .vc_col-sm-8+.vc_col-sm-4,
html .vc_col-sm-4+.vc_col-sm-8,
html .vc_col-sm-4+.vc_col-sm-5,
html .vc_col-sm-4+.vc_col-sm-5+.vc_col-sm-3
{
margin-left:3.27868%;
}
html .vc_row.vc_row-no-padding .vc_column_container
{
margin-left:0px;
}
html .vc_col-sm-4+.vc_col-sm-5
{
width:39.75410%;
}   html .vc_col-sm-8
{
width:65.57377%;
}	
html .vc_row.vc_row-no-padding .vc_col-sm-8
{
width:67%;
}   html .vc_col-sm-6
{
width:48.36066%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-6
{
width:50%;
}   html .vc_col-sm-4
{
width:31.14755%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-4
{
width:33%; 
}   html .vc_col-sm-3
{
width:22.540984%;
}
html .vc_row.vc_row-no-padding .vc_col-sm-3
{
width:25%;
}   html .theme-section-white,
html .theme-section-white *
{
color:#FFFFFF !important;
}
html .theme-section-background-image-fixed
{
background-size:cover;
background-attachment:fixed;
}   html .theme-column-style-1
{
padding:100px 80px 100px 80px;
}
html .theme-column-style-2
{
padding:100px 0px 100px 0px;
}
html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:610px;
flex-basis:610px;
flex-grow:unset;
}
html .theme-column-style-3,
html .vc_row.vc_row-no-padding .theme-column-style-3
{
justify-content:right;
}
html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner
{
float:right;
justify-content:right;
padding:100px 80px 100px 0px;
}
html .theme-column-style-4,
html .vc_row.vc_row-no-padding .theme-column-style-4
{
justify-content:left;
}
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
float:left;
justify-content:left;
padding:100px 0px 100px 80px;   
}
html .theme-column-style-5
{
padding:80px 0px 80px 0px;
}
html .theme-column-style-6
{
padding:20px;
border-width:2px;
border-style:solid;
}   .theme-qtip
{
margin:0px;
padding:0px;
border:none;
box-shadow:none;
min-width:200px;
border-width:1px;
border-style:solid;
}
.theme-qtip .qtip-content
{
font-size:13px;
font-weight:300;
line-height:150%;
padding:8px 15px 10px 15px;
}   #theme-go-to-top
{
opacity:0;
z-index:99;
right:30px;
width:48px;
height:48px;
bottom:155px;
font-size:42px;
position:fixed;
line-height:48px;
text-align:center;
border-radius:999em;
background:rgba(133,140,146,0.4);
}
#theme-go-to-top,
#theme-go-to-top:hover
{
text-decoration:none;
}
#theme-go-to-top:hover
{
background:rgba(133,140,146,0.6);
}      @font-face
{
font-family:'theme-icon-feature';
src:url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-feature.eot?kdbrwg);
src:url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-feature.eot?kdbrwg#iefix) format('embedded-opentype'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-feature.ttf?kdbrwg) format('truetype'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-feature.woff?kdbrwg) format('woff'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-feature.svg?kdbrwg#theme-icon-feature) format('svg');
font-style:normal;
font-weight:normal;
}
[class^="theme-icon-feature-"], [class*=" theme-icon-feature-"]
{
font-size:48px;
font-family:'theme-icon-feature' !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;
}
.theme-icon-feature-car-7:before { content:"\5f"; }
.theme-icon-feature-food-truck:before { content:"\50"; }
.theme-icon-feature-vip:before { content:"\3f"; }
.theme-icon-feature-party:before { content:"\64"; }
.theme-icon-feature-ambulance:before { content:"\51"; }
.theme-icon-feature-medical-bed:before { content:"\3e"; }
.theme-icon-feature-truck-dump:before { content:"\52"; }
.theme-icon-feature-boat:before { content:"\7d"; }
.theme-icon-feature-ship-2:before { content:"\7c"; }
.theme-icon-feature-ship-1:before { content:"\22"; }
.theme-icon-feature-train:before { content:"\3a"; }
.theme-icon-feature-bus-1:before { content:"\53"; }
.theme-icon-feature-bus-2:before { content:"\3c"; }
.theme-icon-feature-car-2:before { content:"\5e"; }
.theme-icon-feature-car-3:before { content:"\26"; }
.theme-icon-feature-car-1:before { content:"\25"; }
.theme-icon-feature-car-check:before  { content:"\7b"; }
.theme-icon-feature-car-4:before { content:"\2a"; }
.theme-icon-feature-car-key:before  { content:"\2b"; }
.theme-icon-feature-car-5:before { content:"\28"; }
.theme-icon-feature-helicopter:before  { content:"\24"; }
.theme-icon-feature-road:before  { content:"\23"; }
.theme-icon-feature-camper:before   { content:"\4f"; }
.theme-icon-feature-sport:before { content:"\40"; }
.theme-icon-feature-car-6:before { content:"\29"; }
.theme-icon-feature-country-side:before  { content:"\21"; } 
.theme-icon-feature-leaf:before  { content:"\7e"; }
.theme-icon-feature-radioactive-truck:before  { content:"\2f"; }
.theme-icon-feature-disabled:before { content:"\2e"; }
.theme-icon-feature-garage:before   { content:"\55"; }
.theme-icon-feature-airplane:before { content:"\2c"; }
.theme-icon-feature-beach:before { content:"\56"; }
.theme-icon-feature-bag-2:before { content:"\5c"; }
.theme-icon-feature-bag-1:before { content:"\27"; }
.theme-icon-feature-office:before { content:"\57"; }
.theme-icon-feature-city-2:before { content:"\59"; }
.theme-icon-feature-city-1:before { content:"\58"; }
.theme-icon-feature-colosseum:before  { content:"\3b"; }
.theme-icon-feature-sign:before { content:"\5d"; }
.theme-icon-feature-house:before { content:"\5a"; }
.theme-icon-feature-lighthouse:before { content:"\5b"; }
.theme-icon-feature-compass:before { content:"\31"; }
.theme-icon-feature-globe-search:before { content:"\32"; }
.theme-icon-feature-location-3:before  { content:"\38"; }
.theme-icon-feature-location-2:before { content:"\76"; }
.theme-icon-feature-route-2:before { content:"\34"; }
.theme-icon-feature-route-1:before { content:"\33"; }
.theme-icon-feature-map:before { content:"\35"; }
.theme-icon-feature-map-search:before { content:"\36"; }
.theme-icon-feature-road-pin:before { content:"\37"; }
.theme-icon-feature-network-search:before { content:"\39"; }
.theme-icon-feature-credit-card:before { content:"\30"; }
.theme-icon-feature-wallet:before { content:"\3d"; }
.theme-icon-feature-box-truck:before { content:"\4e"; }
.theme-icon-feature-cart-bag:before { content:"\2d"; }
.theme-icon-feature-truck:before { content:"\4d"; }
.theme-icon-feature-delivery:before { content:"\4c"; }
.theme-icon-feature-calculator:before  { content:"\4b"; }
.theme-icon-feature-hand-bag:before { content:"\60"; }
.theme-icon-feature-price:before  { content:"\47"; }
.theme-icon-feature-picture:before  { content:"\46"; }
.theme-icon-feature-network:before { content:"\45"; }
.theme-icon-feature-error:before { content:"\7a"; }
.theme-icon-feature-timetable:before { content:"\44"; }
.theme-icon-feature-recurring-2:before { content:"\43"; }
.theme-icon-feature-recurring-1:before { content:"\42"; }
.theme-icon-feature-sync:before { content:"\41"; }
.theme-icon-feature-help:before { content:"\79"; }
.theme-icon-feature-information:before { content:"\78"; }
.theme-icon-feature-warning:before { content:"\77"; }
.theme-icon-feature-location-1:before { content:"\75"; }
.theme-icon-feature-certificate:before { content:"\48"; }
.theme-icon-feature-award:before { content:"\49"; }
.theme-icon-feature-document:before  { content:"\74"; }
.theme-icon-feature-fax:before { content:"\4a"; }
.theme-icon-feature-phone-3:before { content:"\73"; }
.theme-icon-feature-phone-1:before { content:"\71"; }
.theme-icon-feature-testimonials-2:before { content:"\70"; }
.theme-icon-feature-testimonials-1:before { content:"\6f"; }
.theme-icon-feature-chat:before { content:"\6e"; }
.theme-icon-feature-driver:before { content:"\72"; }
.theme-icon-feature-account:before { content:"\6d"; }
.theme-icon-feature-people:before { content:"\6c"; }
.theme-icon-feature-email-1:before { content:"\69"; }
.theme-icon-feature-email-2:before { content:"\6a"; }
.theme-icon-feature-email-3:before { content:"\6b"; }
.theme-icon-feature-paper-plane:before { content:"\68"; }
.theme-icon-feature-calendar:before { content:"\67"; }
.theme-icon-feature-clock:before { content:"\66"; }
.theme-icon-feature-share-time:before { content:"\65"; }
.theme-icon-feature-check:before { content:"\63"; }
.theme-icon-feature-pen:before { content:"\62"; }
.theme-icon-feature-pencil:before { content:"\61"; }   @font-face 
{
font-family:'theme-icon-meta';
src: url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-meta.eot?betkl3);
src: url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-meta.eot?betkl3#iefix) format('embedded-opentype'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-meta.ttf?betkl3) format('truetype'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-meta.woff?betkl3) format('woff'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-meta.svg?betkl3#theme-icon-meta) format('svg');
font-weight:normal;
font-style:normal;
}
.theme-pagination .prev,
.theme-pagination .next,
.slick-prev::before,
.slick-next::before,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button::before,
[class^="theme-icon-meta-"],
[class*=" theme-icon-meta-"]
{
font-family:'theme-icon-meta' !important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
[class^="theme-icon-meta-"],
[class*=" theme-icon-meta-"]
{
line-height:1;
}
.theme-icon-meta-pin:before { content:"\51"; }
.theme-icon-meta-suitcase:before { content:"\50"; }
.theme-icon-meta-user:before { content:"\4f"; }
.theme-icon-meta-thin-email-1:before { content:"\4c"; }
.theme-icon-meta-thin-email-2:before { content:"\4d"; }
.theme-icon-meta-thin-email-3:before { content:"\4e"; }
.theme-icon-meta-thin-phone-1:before { content:"\48"; }
.theme-icon-meta-thin-phone-2:before { content:"\4a"; }
.theme-icon-meta-thin-phone-3:before { content:"\49"; }
.theme-icon-meta-thin-phone-4:before { content:"\4b"; }
.theme-icon-meta-thin-fax:before { content:"\47"; }
.theme-icon-meta-thin-clock:before { content:"\46"; }
.theme-icon-meta-thin-location-3:before { content:"\45"; }
.theme-icon-meta-thin-location-2:before { content:"\44"; }
.theme-icon-meta-thin-location-1:before { content:"\43"; }
.theme-icon-meta-phone:before { content:"\42"; }
.theme-icon-meta-clock:before { content:"\7a"; }  
.theme-icon-meta-tick-3:before { content:"\79"; }
.theme-icon-meta-tick-1:before { content:"\77"; }
.theme-icon-meta-tick-2:before { content:"\78"; }
.theme-icon-meta-quote:before { content:"\71"; }
.theme-icon-meta-folder:before { content:"\6f"; }
.theme-icon-meta-tag:before	{ content:"\70"; }
.theme-icon-meta-cart:before { content:"\72"; }
.theme-icon-meta-search:before { content:"\73"; }
.theme-icon-meta-email:before { content:"\75"; }
.theme-icon-meta-mobile:before { content:"\76"; }
.theme-icon-meta-location:before { content:"\74"; }
.theme-icon-meta-plus-large:before { content:"\6a"; }
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:before,
.theme-icon-meta-close-large:before { content:"\6c"; }
.theme-icon-meta-minus-large:before { content:"\6b"; }   
.theme-icon-meta-arrow-vertical:before { content:"\62"; }   
.theme-icon-meta-arrow-horizontal:before { content:"\61"; }
.theme-icon-meta-minus:before { content:"\68"; }
.theme-icon-meta-plus:before	{ content:"\67"; }
.theme-icon-meta-close:before { content:"\69"; }
.theme-icon-meta-menu:before,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before { content:"\6d"; }  
.theme-icon-meta-comment:before { content:"\6e"; }
.theme-icon-meta-arrow-horizontal-2:before { content:"\63"; }
.theme-icon-meta-arrow-vertical-2:before { content:"\64"; }
.theme-pagination .prev:before,  
.theme-pagination .next:before,	
.slick-prev:before,
.slick-next:before,
.theme-component-list.theme-component-list-style-3 ul li>span:first-child:before,
.theme-icon-meta-arrow-horizontal-3:before { content:"\65"; }
.theme-icon-meta-arrow-vertical-3:before { content:"\66"; }
.theme-icon-meta-display:before { content:"\41"; }   @font-face 
{
font-family:'theme-icon-social';
src:url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-social.eot?xg5xn5);
src:url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-social.eot?xg5xn5#iefix) format('embedded-opentype'), url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-social.ttf?xg5xn5) format('truetype'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-social.woff?xg5xn5) format('woff'),url(//viptransporterz.com/wp-content/themes/autoride/font/theme-icon-social.svg?xg5xn5#social) format('svg');
font-style:normal;
font-weight:normal;
}
[class^="theme-icon-social-"],[class*=" theme-icon-social-"]
{
font-family:'theme-icon-social' !important;
speak:none;
line-height:1;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
}
.theme-icon-social-google-plus:before { content:"\66"; }
.theme-icon-social-instagram:before { content:"\6a"; }
.theme-icon-social-twitter:before { content:"\61"; }
.theme-icon-social-facebook:before { content:"\62"; }
.theme-icon-social-github:before { content:"\63"; }
.theme-icon-social-rss:before { content:"\64"; }
.theme-icon-social-pinterest:before { content:"\65"; }
.theme-icon-social-linkedin:before { content:"\67"; }
.theme-icon-social-xing:before { content:"\68"; }
.theme-icon-social-youtube:before { content:"\69"; }
.theme-icon-social-flickr:before { content:"\6b"; }
.theme-icon-social-tumblr:before { content:"\6c"; }
.theme-icon-social-dribbble:before { content:"\6d"; }
.theme-icon-social-skype:before { content:"\6e"; }
.theme-icon-social-foursquare:before { content:"\6f"; }
.theme-icon-social-vk:before { content:"\70"; }
.theme-icon-social-weibo:before { content:"\71"; }
.theme-icon-social-reddit:before { content:"\72"; }
.theme-icon-social-stumbleupon:before { content:"\73"; }
.theme-icon-social-behance:before { content:"\74"; }
.theme-icon-social-spotify:before { content:"\75"; }
.theme-icon-social-deviantart:before { content:"\76"; }
.theme-icon-social-soundcloud:before { content:"\77"; }
.theme-icon-social-vine:before { content:"\78"; }
.theme-icon-social-yelp:before { content:"\79"; }
.theme-icon-social-paypal:before { content:"\7a"; }
.theme-icon-social-houzz:before { content:"\41"; }
.theme-icon-social-vimeo:before { content:"\42"; }
.theme-icon-social-email:before { content:"\47"; }
.theme-icon-social-location:before { content:"\45"; }
.theme-icon-social-mobile:before { content:"\46"; }
.theme-icon-social-envato:before { content:"\43"; }
.theme-icon-social-angies-list:before { content:"\44"; }   .theme-page
{
}   .theme-page .theme-page-header
{
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1
{
padding:30px;
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content
{
margin-top:0px;
}
.theme-page .theme-page-header .chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content>div>div:last-child a
{
float:left;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper
{
display:flex;
align-items:center;
}
html .theme-page .theme-page-header .theme-menu.theme-menu-responsive+.theme-component-button
{
margin-right:20px !important;
}
html .theme-page .theme-page-header .theme-component-button>a
{
padding:15px 27px 17px 27px;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper .theme-menu-default
{
flex-grow:1;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper .theme-menu-default>ul
{
float:right;
}   html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row
{
margin:0px;
padding:8px 0px 8px 0px;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile,
html .theme-page .theme-page-header .theme-page-header-top .theme-component-meta-icon-list
{
float:right;
display:flex;
flex-wrap:wrap;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-meta-icon-list.theme-component-meta-icon-list-style-1
{
float:left;
}
html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile
{
margin-right:10px;
}   .theme-page .theme-page-header .theme-page-header-title
{
}
.theme-page .theme-page-header .theme-page-header-title .theme-icon-meta-minus-large
{
padding:0px 10px 0px 10px;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text
{
padding-top:50px;
padding-bottom:60px;
word-break:break-word;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>h1,
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>div
{
display:inline;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text>div
{
display:none;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image
{
display:flex;
min-height:360px;
position:relative;
align-items:center;
background-repeat:no-repeat;
background-position:center center;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div
{
width:100%;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-image>div:first-child
{
z-index:2;
position:relative;
text-align:center;
}
.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title>div:first-child+div
{
left:0px;
z-index:1;
bottom:0px;
height:100%;
position:absolute;
background-color:rgba(133,140,146,0.4);
}   html .theme-page .theme-page-header .theme-page-header-middle
{
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default
{
padding:30px 0px 30px 0px;
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main
{
display:flex;
align-items:center;	
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-default,
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-responsive
{
flex-grow:1;
}
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-default ul,
html .theme-page .theme-page-header .theme-page-header-middle.theme-page-header-middle-default .theme-main .theme-menu-responsive ul
{
float:right;
}   html .theme-page .theme-page-header .theme-page-header-bottom .vc_column_container
{
margin-bottom:0px;
}
.theme-page-header-bottom-style-1,
.theme-page-header-bottom-style-2
{
border-style:solid;
border-width:1px 0px 0px 0px;
}   .theme-page .theme-page-content
{
min-height:200px;
padding-top:100px;
padding-bottom:100px;
margin:0px 0px 0px 0px;
}
.theme-page .theme-page-content>.theme-main
{
}
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-left
{
float:left;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-right
{
float:right;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:905px;
}
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:275px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:800px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:380px;
}   .theme-page .theme-page-vehicle-bottom
{
margin-top:100px;
margin-bottom:20px;
}   .theme-page .theme-page-footer
{
}
.theme-page .theme-page-footer .theme-page-footer-top,
.theme-page .theme-page-footer .theme-page-footer-middle
{
padding-top:80px;
padding-bottom:0px;		   
}
.theme-page .theme-page-footer .theme-page-footer-bottom
{
padding-top:25px;
}
.theme-page .theme-page-footer .theme-page-footer-bottom .theme-text-copyright p:first-child
{
padding-top:12px;
}
.theme-page .theme-page-footer .theme-page-footer-top+.theme-page-footer-middle
{
margin-top:-90px;
}      .theme-menu.theme-menu-default
{
}
.theme-menu-mode-responsive .theme-menu.theme-menu-default
{
display:none;
}   .theme-menu.theme-menu-default ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.theme-menu.theme-menu-default>ul ul
{
top:100%;
left:-20px;
z-index:99;
display:none;
text-align:left;
min-width:300px;
position:absolute;
padding:12px 0px 12px 0px;			
}
.theme-menu.theme-menu-default>ul ul ul
{
top:-12px;
left:300px;
margin-top:0px;
}  
.theme-menu.theme-menu-default>ul li.sfHover>ul
{
display:block;
}   .theme-menu.theme-menu-default>ul>li:first-child
{
margin-left:0px;
}
.theme-menu.theme-menu-default>ul li
{
margin:0px;
padding:0px;
position:relative;
}
.theme-menu.theme-menu-default>ul>li
{
float:left;
margin-right:30px;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children
{
margin-right:45px;
}
.theme-menu.theme-menu-default>ul>li>a>span.theme-icon-meta-arrow-vertical-2:before,
.theme-menu.theme-menu-default>ul ul>li>a>span.theme-icon-meta-arrow-vertical-2:before
{
display:none;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before,
.theme-menu.theme-menu-default>ul ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
font-size:23px;
position:absolute;
display:inline-block;
}
.theme-menu.theme-menu-default>ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
top:12px;
width:30px;
right:-25px;
transform:rotate(180deg);
}
.theme-menu.theme-menu-default>ul ul>li.menu-item-has-children>a>span.theme-icon-meta-arrow-vertical-2:before
{
right:10px;
float:right;
transform:rotate(90deg);  
}
.theme-menu.theme-menu-default>ul li:hover>ul
{
display:block;
}
.theme-menu.theme-menu-default>ul li a
{
display:block;
padding:6px 0px 6px 20px;
}
.theme-menu.theme-menu-default>ul>li>a
{
padding-left:0px;
padding-top:10px;
padding-bottom:10px;
}
.theme-menu.theme-menu-default>ul li a:hover
{
text-decoration:none;
}
.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
{
width:0px;
height:1px;
display:block;
-webkit-transition:width 0.3s ease;
-moz-transition:width 0.3s ease;
-o-transition:width 0.3s ease;
transition:width 0.3s ease;  
}
.theme-menu.theme-menu-default>ul>li:hover>a>span:last-child,
.theme-menu.theme-menu-default>ul>li.sfHover>a>span:last-child
{
width:100%;
}   .theme-menu.theme-menu-responsive
{
}
.theme-menu.theme-menu-responsive,
.theme-menu.theme-menu-responsive>ul
{
display:none;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive>*
{
margin-left:auto;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive
{
order:2;
display:block;
margin-right:0;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button
{
width:46px;
height:46px;
display:block;
cursor:pointer;
line-height:44px;
border-width:2px;
text-align:center;
border-style:solid;
border-radius:999em;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button,
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:hover
{
text-decoration:none;
}
.theme-menu.theme-menu-responsive .theme-menu-responsive-button:before
{
font-size:32px;
}
.theme-menu-responsive-list
{
left:0px;
top:-999em;
z-index:99;
width:100%;
display:none;
position:absolute;
}
.theme-menu-mode-responsive .theme-menu-responsive-list
{
display:block;
}
.theme-menu-responsive-list,
.theme-menu-responsive-list ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.theme-menu-responsive-list ul
{
display:none;
}
.theme-menu-responsive-list li
{
margin:0px;
padding:0px;
display:block;
}
.theme-menu-responsive-list a
{
padding:15px;
display:block;
text-align:left;
position:relative;
border-style:solid;
border-width:0px 0px 1px 0px;
}
.theme-menu-responsive-list>li:first-child>a
{
text-align:center;
}
.theme-menu-responsive-list a>span:first-child+span+span
{
top:0px;
right:0px;
width:50px;
height:100%;
display:block;
padding-top:20px;
position:absolute;
text-align:center;
transform:rotate(180deg);					
}
.theme-menu-responsive-list a,
.theme-menu-responsive-list a:hover
{
text-decoration:none;
}
.theme-menu-responsive-list ul a
{
padding-left:30px;
}
.theme-menu-responsive-list ul ul a
{
padding-left:45px;
}   .theme-post-attachment
{
}
.theme-post-attachment .theme-post-attachment-image
{
}
.theme-post-attachment .theme-post-attachment-image img
{
margin-left:auto;
margin-right:auto;
}   .theme-blog
{
}
.theme-blog>ul,
.theme-blog>ul>li
{
margin:0px;
padding:0px;
}   .theme-blog.theme-blog-classic>ul
{
}
.theme-blog.theme-blog-classic>ul>li
{
clear:both;
margin:0px;
padding:0px;
display:block;
margin-bottom:80px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky
{
padding:30px 30px 30px 0px;
}
.theme-blog.theme-blog-classic>ul>li:last-child
{
margin-bottom:0px;
}
.theme-blog.theme-blog-classic .theme-pagination
{
margin-top:80px;
}   .theme-blog.theme-blog-column
{
}
.theme-blog.theme-blog-column .theme-post
{
}
.theme-blog.theme-blog-column .vc_column_container
{
margin-bottom:40px;
}
.theme-blog.theme-blog-column .theme-post .theme-post-date
{
margin-bottom:20px;
}
.theme-blog.theme-blog-column .theme-post .theme-post-image
{
margin-bottom:0px;
}
.theme-blog.theme-blog-column .theme-pagination
{
margin-top:40px;
margin-bottom:40px;
}   .theme-post-vehicle
{
}
.theme-post-vehicle .theme-post-image
{
}   .theme-post
{
padding:0px;
}   .theme-post .theme-post-layout-left
{
width:130px;
float:left;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-right
{
padding-left:30px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-left+.theme-post-layout-right
{
padding-left:0px;
}
.theme-post .theme-post-layout-left+.theme-post-layout-right
{
margin-left:130px;
}
.theme-post-related .theme-post .theme-post-layout-right,
.theme-blog.theme-blog-column .theme-post .theme-post-layout-right
{
padding:30px;
}   .theme-post .theme-post-image
{
}
.theme-post .theme-post-image
{
margin-bottom:40px;
}
.theme-post-related .theme-post .theme-post-image
{
margin-bottom:0px;
}
.theme-post .theme-post-image>a,
.theme-post .theme-post-image img
{
margin-left:auto;
margin-right:auto;
}
.theme-post .theme-post-image a img, 
.theme-post .theme-post-image a:hover img 
{
transition:opacity 0.2s ease 0s;
}
.theme-post .theme-post-image a:hover img
{
opacity:0.8;
}   .theme-post-gallery
{
overflow:hidden;
margin-top:-20px;
position:relative;
margin-bottom:40px;
}
.theme-post-gallery .slick-list
{
margin:0px 50px 0px 50px;
}
.theme-post-gallery .slick-list .slick-slide
{
cursor:pointer;
margin:0px 10px 0px 10px;
}
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next
{
top:0px;
width:40px;
cursor:pointer;
position:absolute;
text-align:center;
vertical-align:middle;
padding:36px 0px 36px 0px;
}
.theme-post-gallery .slick-prev,
.theme-post-gallery .slick-next,
.theme-post-gallery .slick-prev:hover
.theme-post-gallery .slick-next:hover
{
text-decoration:none;
}
.theme-post-gallery .slick-prev
{
left:0px;
transform:rotate(180deg);
}
.theme-post-gallery .slick-next
{
right:0px;
}
.theme-post-gallery img
{
height:100px;
}   .theme-post .theme-post-share
{
text-align:center;
}
.theme-post .theme-post-share>span
{
display:block;
}
.theme-post .theme-post-share>.theme-component-social-profile
{
width:100%;
margin-top:20px;
text-align:center;
}
.theme-post .theme-post-share>.theme-component-social-profile>li
{
width:100%;
margin:0px;
padding:0px;
display:block;
margin-top:20px;
}
.theme-post .theme-post-share>.theme-component-social-profile>li>a
{
margin-left:auto;
margin-right:auto;
}   .theme-post .theme-post-date
{
margin-bottom:30px;
}	
.theme-post .theme-post-date a,
.theme-post .theme-post-date a:hover
{
text-decoration:none;
}
body.single-post .theme-post .theme-post-date
{
margin-bottom:40px;
}   .theme-post .theme-post-title
{
}
.theme-post .theme-post-title h3
{
}
.theme-post .theme-post-title h3 a,
.theme-post .theme-post-title h3 a:hover,
.theme-post .theme-post-title h4 a,
.theme-post .theme-post-title h4 a:hover
{
text-decoration:none;
}   .theme-post .theme-post-excerpt
{
margin-bottom:30px;
} 
.theme-post .theme-post-excerpt>p:first-child
{
padding-top:0px;
}
.theme-post .theme-post-excerpt>p:last-child
{
padding-bottom:0px;
}   .theme-post .theme-post-content
{
top:-5px;
position:relative;
margin-bottom:30px;
}
.theme-post .theme-post-content p:first-child
{
padding-top:0px;
}   .theme-post .theme-post-divider
{
height:1px;
width:100%;
margin-bottom:20px;
}   .theme-post .theme-post-meta
{
} 
.theme-post .theme-post-meta *
{
display:inline;
}   .bypostauthor
{
display:inline-block;
}
.theme-post .theme-post-meta .theme-post-meta-author
{
}
.theme-post .theme-post-meta .theme-post-meta-author .theme-icon-meta-user:before
{
font-size:14px;
}   .theme-post .theme-post-meta .theme-post-meta-tag
{
margin-top:10px;
}
.theme-post .theme-post-meta .theme-post-meta-tag .theme-icon-meta-tag:before
{
font-size:14px;
}
.theme-post .theme-post-meta .theme-post-meta-tag>ul,
.theme-post .theme-post-meta .theme-post-meta-tag>ul>li
{
margin:0px;
padding:0px;
display:inline;
}   .theme-post-password-form
{
max-width:400px;
margin-left:auto;
margin-right:auto;
}
.theme-post-password-form>p
{
padding-bottom:30px;
text-align:center;
}
.theme-post-password-form>div+div
{
padding-top:30px;
}   #theme-full-screen-search-form
{
top:0px;
left:0px;
opacity:0;
z-index:99;
width:100%;
height:100%;
display:none;
position:fixed;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
top:50px;
right:50px;
width:32px;
height:32px;
display:block;
position:absolute;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button::before
{
font-size:32px;
line-height:32px;
}
#theme-full-screen-search-form #theme-full-screen-search-form-close-button,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button:hover
{
text-decoration:none;
}
#theme-full-screen-search-form>form
{
display:table-row;
}
#theme-full-screen-search-form>form>div
{
text-align:center;
display:table-cell;
vertical-align:middle;
padding:0px 50px 0px 50px;
}
#theme-full-screen-search-form>form>div>span
{
}
#theme-full-screen-search-form>form>div>input[type="text"]
{
max-width:600px;
border-style:solid;
padding:0px 20px 10px 0px;
border-width:0px 0px 1px 0px;
}   .theme-post-navigation
{
width:100%;
display:table;
margin-top:100px;
}
.theme-post-navigation>a
{
width:50%;
border-width:1px;
border-style:solid;
text-align:center;
display:table-cell;
text-decoration:none;
vertical-align:middle;
padding:40px 0px 40px 0px;
}
.theme-post-navigation>a:only-child
{
width:100%;
}
.theme-post-navigation>a>span
{
width:100%;
display:table-cell;
vertical-align:middle;
}
.theme-post-navigation .theme-post-navigation-prev
{
border-left:none;
padding-right:40px;
}
.theme-post-navigation>a.theme-post-navigation-prev>span:first-child
{
width:40px;
padding-left:20px;
transform:rotate(180deg); 
}
.theme-post-navigation>a:hover.theme-post-navigation-prev>span:first-child+span
{
text-decoration:underline;
}
.theme-post-navigation .theme-post-navigation-next
{
border-left:none;
border-right:none;       
padding-left:40px;
}
.theme-post-navigation>a.theme-post-navigation-next>span:first-child+span
{
width:40px;
padding-left:20px;
}
.theme-post-navigation>a.theme-post-navigation-next:hover>span:first-child
{
text-decoration:underline;
}
.theme-post-navigation>a+a
{
border-left-width:1px;
}   .theme-post-related
{
margin-top:70px;
}
.theme-post-related>h4
{
margin-bottom:40px;
}
.theme-post-related .theme-post
{
}
.theme-post-related .theme-post .theme-post-date,
body.single-post .theme-post-related .theme-post .theme-post-date
{
margin-bottom:20px;
}
.theme-post-related .theme-post .theme-post-title h4
{
margin-bottom:0px;
}   .theme-pagination,
.woocommerce nav.woocommerce-pagination, 
.woocommerce-page nav.woocommerce-pagination
{
clear:both;
display:table;
margin-left:auto;
margin-right:auto;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li
{
border:none;
}
.theme-pagination>*,
.woocommerce nav.woocommerce-pagination ul.page-numbers li, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li
{
float:left;
margin-right:10px;
margin-bottom:10px;            
}
html .theme-pagination>*,
html .woocommerce nav.woocommerce-pagination ul.page-numbers li>*, 
html .woocommerce-page nav.woocommerce-pagination ul.page-numbers li>*
{
width:40px;
height:40px;
padding:0px;
display:block;
line-height:38px;
text-align:center;
border-radius:999px;
}
.theme-pagination>*:last-child,
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child, 
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child
{
margin-right:0px;
}
.theme-pagination a,
.theme-pagination a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a, 
.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers a:hover
{
text-decoration:none;
}
.theme-pagination .prev
{
transform:rotate(180deg);
}   #respond
{
clear:both;
margin-top:70px;
}
#respond>#reply-title::after
{
margin-left:0px;
}   #respond #comment-form
{
height:100%;
overflow:hidden;
}
#respond #comment-form .comment-form-cookies-consent
{
clear:both;
margin-top:10px;
}
#respond #comment-form>div
{
z-index:1;
position:relative;
}
#respond #comment-form>p
{
margin:-1px 0px 0px 0px;
}
#respond #comment-form>p.form-submit
{
clear:both;
display:block;
text-align:center;
padding:30px 0px 0px 0px;
}
#respond #comment-form>p.form-submit #cancel-comment-reply-link
{
}
#respond #comment-form>p.comment-notes,
#respond #comment-form>p.logged-in-as
{
opacity:0.7;
padding:0px 0px 10px 0px;
}
#respond #comment-form textarea
{
margin:0px;
resize:none;
height:200px;
display:table;
}   #comments
{
}
#comments>h4
{
margin-top:70px;  
}
#comments ul li
{
margin:0px;
padding:0px;
}   #comments #comments_list
{
}   #comments #comments_list>ul>li ul.children,
#comments #comments_list>ul>li ul.children li,
#comments #comments_list>ul>li .theme-comment-content,
#comments #comments_list>ul>li .theme-comment-meta
{
margin-left:130px;
}
#comments #comments_list>ul>li.pingback .theme-comment-content,
#comments #comments_list>ul>li.pingback .theme-comment-meta,
#comments #comments_list>ul>li.trackback .theme-comment-content,
#comments #comments_list>ul>li.trackback .theme-comment-meta
{
margin-left:0px;
}
#comments #comments_list ul>li
{
padding-left:0px;
margin-bottom:0px;
}
#comments #comments_list>ul>li ul.children li ul.children,
#comments #comments_list>ul>li ul.children li ul.children li,
#comments #comments_list>ul>li .theme-comment-meta .theme-comment-meta,
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content
{
margin-left:0px;
}
#comments #comments_list>ul>li ul.children
{
clear:both;
margin:0px;
padding:0px;
list-style-type:none;
}   #comments #comments_list>ul li
{
padding:0px;
background-image:none;
}
#comments #comments_list>ul li .theme-comment-inner
{
}   #comments #comments_list>ul>li .theme-comment-avatar
{
float:left;
width:100px;
height:100px;
}
#comments #comments_list>ul>li .theme-comment-avatar img
{
border:none;
display:block;
border-radius:100%;
}   #comments #comments_list>ul>li .theme-comment-meta
{
display:table;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date
{
margin-left:10px;
margin-bottom:20px;
white-space:nowrap;
}   #comments #comments_list>ul>li .theme-comment-content
{
margin-top:20px;
}
#comments #comments_list>ul>li .theme-comment-content>p:first-child
{
padding-top:0px;
}
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content-content
{
display:none;
}
#comments #comments_list>ul>li .theme-comment-content .theme-comment-content-read-less-link
{
display:none;
}
#comments #comments_list>ul>li .theme-comment-content .theme-component-button
{
margin-top:20px;
}
#comments #comments_list>ul>li .theme-comment-content .theme-component-button>a
{
padding:3px 16px 5px 16px;
}   #comments #comments_list>ul>li .theme-comment-divider
{
height:1px;
width:100%;
font-size:0px;
display:block;
margin-top:30px;
margin-bottom:30px;
}   #comments #comments_list .theme-pagination
{
margin-top:60px;
}   .theme-widget
{
}
.theme-widget+.theme-widget
{
margin-top:50px;
}
.theme-widget .theme-widget-header
{
margin-bottom:30px;
}
.theme-widget .theme-widget-header>span
{
height:1px;
width:50px;
display:block;
margin-top:10px;
}   .widget_autoride_widget_vehicle_attribute
{
}
.widget_autoride_widget_vehicle_attribute .theme-component-button,
.widget_autoride_widget_vehicle_attribute .theme-component-button>a
{
width:100%;
}
.widget_autoride_widget_vehicle_attribute .theme-component-attribute-table+.theme-component-button
{
margin-top:60px;
}    .widget_meta,
.widget_pages
{
}
.widget_meta ul,
.widget_pages ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_meta ul ul,
.widget_pages ul ul
{
margin-left:20px;
}
.widget_meta ul>li,
.widget_pages ul>li
{
margin:0px;
padding:0px;
}           
.widget_meta ul>li a,
.widget_pages ul>li a
{
display:block;
border-style:solid;
padding:15px 0px 15px 0px;
border-width:0px 0px 1px 0px;
}    .widget_recent_entries,
.widget_recent_comments
{
}
.widget_recent_entries>ul,
.widget_recent_comments>ul,
ul.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments 
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_recent_entries>ul>li,
.widget_recent_comments>ul>li,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li,
ol.wp-block-latest-comments>li
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}
.widget_recent_entries>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
ul.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid)>li:first-child,
ol.wp-block-latest-comments>li:first-child
{
padding-top:0px;
}
.widget_recent_entries>ul>li:last-child,
.widget_recent_comments>ul>li:last-child,
ul.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid)>li:last-child,
ol.wp-block-latest-comments>li:last-child
{
border:none;
padding-bottom:0px;
}
.widget_recent_entries>ul>li>*,
.widget_recent_comments>ul>li>*,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li>*,
ol.wp-block-latest-comments>li>*
{
display:block;
}
.widget_recent_entries>ul>li>span,
.widget_recent_comments>ul>li>span,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li time,
ol.wp-block-latest-comments>li .wp-block-latest-comments__comment-author
{
margin-bottom:5px;
}
.widget_recent_entries>ul>li a,
.widget_recent_entries>ul>li a:hover,
.widget_recent_comments>ul>li a,
.widget_recent_comments>ul>li a:hover,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a,
ul.wp-block-latest-posts.wp-block-latest-posts__list>li a:hover,
ol.wp-block-latest-comments>li a,
ol.wp-block-latest-comments>li a:hover
{
text-decoration:none;
}     .widget_archive,
.widget_categories,
.widget_product_categories,
html .woocommerce .widget_rating_filter,
html .woocommerce .woocommerce-widget-layered-nav
{
}
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul,
ul.wp-block-archives.wp-block-archives-list,
html .woocommerce .widget_rating_filter ul,
html .woocommerce .woocommerce-widget-layered-nav ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
ul.wp-block-archives.wp-block-archives-list ul
{
margin-left:20px;
}
.widget_archive ul>li,
.widget_categories ul>li,
.widget_product_categories ul>li,
ul.wp-block-archives.wp-block-archives-list >li
{
margin:0px;
padding:0px;
}
.widget_archive ul>li a,
.widget_categories ul>li a,
.widget_product_categories ul>li a,
ul.wp-block-archives.wp-block-archives-list li a,
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
{
margin:0px;
display:block;
border-style:solid;
padding:15px 0px 15px 0px;
border-width:0px 0px 1px 0px;
}
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child
.widget_product_categories>ul>li:first-child,
ul.wp-block-archives.wp-block-archives-list>li:first-child,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating:first-child,
html .woocommerce .woocommerce-widget-layered-nav>ul>li.woocommerce-widget-layered-nav-list__item:first-child
{
padding-top:0px;
}
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating:last-child,
html .woocommerce .woocommerce-widget-layered-nav>ul>li.woocommerce-widget-layered-nav-list__item:last-child
{
border:none;
padding-bottom:0px;
}
.widget_archive ul>li a>span,
.widget_categories ul>li a>span,
.widget_product_categories ul>li a>span,
ul.wp-block-archives.wp-block-archives-list li a>span,
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a>span+span,
html .woocommerce .woocommerce-widget-layered-nav ul>li.woocommerce-widget-layered-nav-list__item>a>span
{
float:right;
}
html .woocommerce .widget_rating_filter ul>li.wc-layered-nav-rating>a>span:first-child
{
float:left;
margin-top:5px;
}    .widget_search,
.widget_product_search
{
}
.widget_search form,
.widget_product_search form,
html .wp-block-search
{
display:block;
border-width:1px;
border-style:solid;
position:relative;
padding:16px 0px 0px 0px;  
} 
.widget_search form input[type="text"],
.widget_product_search form input[type="search"],
.wp-block-search input[type="search"]
{
width:100%;
border-width:0px;
padding-right:60px;
padding:0px 60px 20px 20px
}   
.widget_search form input[type="submit"],
.widget_product_search form button,
.wp-block-search button
{
width:100%;
display:none;
}
.widget_search form .theme-icon-meta-search,
.widget_product_search form .theme-icon-meta-search,
.wp-block-search .theme-icon-meta-search
{
top:52px;
right:20px;
position:absolute;
}
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text,
.wp-block-search .screen-reader-text
{
clip:auto;
height:auto;
width:auto;
overflow:visible;
position:static !important;
}    .widget_text
{
}
.widget_text .textwidget,
.widget_text .textwidget *
{
}
.widget_text .textwidget>p:first-child
{
padding-top:0px;
}    .widget_tag_cloud,
.widget_product_tag_cloud
{
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud
{
font-size:0px;
}    
.wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a
{
border-width:1px;
border-style:solid;
display:inline-block;
margin:0px 10px 10px 0px;
padding:15px 10px 15px 10px;
}  
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a
{
font-size:12px !important;
}
.wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover
{
text-decoration:none;
}      .widget_products,
.widget_recent_reviews,
.widget_top_rated_products
.widget_recently_viewed_products
{
}  
.widget_products>ul.product_list_widget,
.widget_recent_reviews>ul.product_list_widget,
.widget_top_rated_products>ul.product_list_widget,
.widget_recently_viewed_products>ul.product_list_widget
{
margin:0px;
padding:0px;
list-style-type:none;
}   
.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
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}  
.widget_products>ul.product_list_widget>li:first-child,
.widget_recent_reviews>ul.product_list_widget>li:first-child,
.widget_top_rated_products>ul.product_list_widget>li:first-child,
.widget_recently_viewed_products>ul.product_list_widget>li:first-child
{
padding-top:0px;
}
.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
{
margin-right:10px;
display:inline-block;
}
.widget_products>ul.product_list_widget>li>ins+.star-rating,
.widget_products>ul.product_list_widget>li>del+.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>ins+.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>del+.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>ins+.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>del+.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>ins+.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>del+.star-rating
{
margin-top:5px;
}
.widget_products>ul.product_list_widget>li>.star-rating,
.widget_recent_reviews>ul.product_list_widget>li>.star-rating,
.widget_top_rated_products>ul.product_list_widget>li>.star-rating,
.widget_recently_viewed_products>ul.product_list_widget>li>.star-rating
{
}
.widget_products>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_recently_viewed_products>ul.product_list_widget>li>a
{
margin-top:5px;
}
.widget_products>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_recently_viewed_products>ul.product_list_widget>li>a,
.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
{
text-decoration:none;
}
.widget_products>ul.product_list_widget>li>a>img,
.widget_recent_reviews>ul.product_list_widget>li>a>img,
.widget_top_rated_products>ul.product_list_widget>li>a>img,
.widget_recently_viewed_products>ul.product_list_widget>li>a>img
{
display:none;
}   .widget_rss
{
}
.widget_rss>.theme-widget-header>a>img
{
display:none;
} 
.widget_rss>ul,
.wp-block-rss
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_rss>ul>li,
.wp-block-rss>li.wp-block-rss__item
{
margin:0px;
border-style:solid;
padding:20px 0px 20px 0px;
border-width:0px 0px 1px 0px;
}
.widget_rss>ul>li:first-child,
.wp-block-rss>li.wp-block-rss__item:first-child
{
padding-top:0px;
}
.widget_rss>ul>li:last-child,
.wp-block-rss>li.wp-block-rss__item:last-child
{
border:none;
padding-bottom:0px;
}  
.widget_rss>ul>li>a,
.widget_rss>ul>li>.rss-date,
.widget_rss>ul>li>.rssSummary
{
display:block;
}
.widget_rss>ul>li>.rss-date
{
margin-bottom:10px;
}
.widget_rss>ul>li>a
{
margin-bottom:5px;
}    .widget_nav_menu,
.woocommerce-MyAccount-navigation
{
}
.widget_nav_menu ul,
.woocommerce-MyAccount-navigation ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.widget_nav_menu ul li,
.woocommerce-MyAccount-navigation ul li
{
margin:0px;
padding:0px;
margin-top:10px;
}
.widget_nav_menu ul li:fisrt-child,
.woocommerce-MyAccount-navigation ul li:fisrt-child
{
margin-top:0px;
}
.widget_nav_menu ul ul,
.woocommerce-MyAccount-navigation ul ul
{
margin-left:10px;
}
.widget_nav_menu ul li>a,
.woocommerce-MyAccount-navigation ul li>a
{
display:block;
padding:17px 20px 20px 20px;
}
.widget_nav_menu ul li>a,
.widget_nav_menu ul li>a:hover,
.woocommerce-MyAccount-navigation ul li>a,
.woocommerce-MyAccount-navigation ul li>a:hover
{
text-decoration:none;
}   .widget_media_gallery
{
}
.widget_media_gallery .gallery-item
{
padding:2px;
margin:0px !important;
}
.widget_media_gallery .gallery-item dt
{
}
.widget_media_gallery .gallery-item dt a
{
border:none;
}
.widget_media_gallery .gallery-item dt a img
{
}
.widget_media_gallery .gallery-item dd
{
display:none;
}   .widget_calendar
{
}
.wp-block-calendar,
.widget_calendar>.calendar_wrap
{
}
.wp-block-calendar>table,
.widget_calendar>.calendar_wrap>table
{
width:100%;
position:relative;
text-align:center;
border-collapse:collapse;
}
.wp-block-calendar>table a,
.wp-block-calendar>table a:hover,
.widget_calendar>.calendar_wrap>table a,
.widget_calendar>.calendar_wrap>table a:hover
{
text-decoration:none;
}
.wp-block-calendar>table *,
.widget_calendar>.calendar_wrap>table *
{
line-height:1;
}
.wp-block-calendar>table th,
.widget_calendar>.calendar_wrap>table th,
{
font-weight:bold;
}
.wp-block-calendar>table th,
.wp-block-calendar>table td,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td
{
border-width:1px;
border-style:solid;
}
.wp-block-calendar>table th,
.wp-block-calendar>table td,
.wp-block-calendar>table caption,
.widget_calendar>.calendar_wrap>table th,
.widget_calendar>.calendar_wrap>table td,
.widget_calendar>.calendar_wrap>table caption
{
padding-top:13px;
padding-bottom:13px;
}
.wp-block-calendar>table .pad,
.wp-block-calendar>table tfoot *,
.wp-block-calendar>table thead *,
.widget_calendar>.calendar_wrap>table .pad,
.widget_calendar>.calendar_wrap>table tfoot *,
.widget_calendar>.calendar_wrap>table thead *
{
border:none !important;
}
.wp-block-calendar>table tfoot,
.widget_calendar>.calendar_wrap>table tfoot
{
top:0px;
position:absolute;
}
.wp-block-calendar>table tfoot,
.wp-block-calendar>table tfoot tr,
.widget_calendar>.calendar_wrap>table tfoot,
.widget_calendar>.calendar_wrap>table tfoot tr
{
width:100%;
}
.wp-block-calendar>table tfoot tr,
.widget_calendar>.calendar_wrap>table tfoot tr
{
}
.wp-block-calendar>table tfoot tr td.pad,
.widget_calendar>.calendar_wrap>table tfoot tr td.pad
{
width:50%;
}
.wp-block-calendar>table tfoot tr #prev,
.wp-block-calendar>table tfoot tr #next,
.widget_calendar>.calendar_wrap>table tfoot tr #prev,
.widget_calendar>.calendar_wrap>table tfoot tr #next
{
width:25%;
}
.wp-block-calendar>table tfoot tr #prev a span,
.widget_calendar>.calendar_wrap>table tfoot tr #prev a span
{
display:block;
transform:rotate(180deg);
}   .widget_theme_widget_vehicle_attribute
{
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon
{
display:flex;
margin-bottom:70px;
justify-content:center;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div
{
padding-left:35px;
padding-right:35px;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child
{
width:80px;
height:80px;
display:block;
font-size:32px;
line-height:80px;
text-align:center;
border-radius:999em;
margin-left:auto;
margin-right:auto;
}
.widget_theme_widget_vehicle_attribute>.theme-widget-vehicle-attribute-icon>div>span:first-child+span
{
display:block;
margin-top:20px;
}      html .woocommerce .woocommerce-product-attributes,
.theme-component-attribute-table
{
border:none;
}
html .woocommerce .woocommerce-product-attributes,
.theme-component-attribute-table>ul
{
width:100%;
margin:0px;
padding:0px;
display:table;
list-style:none;
}
html .woocommerce .woocommerce-product-attributes tr,
.theme-component-attribute-table>ul>li
{
display:table-row;
} 
html .woocommerce .woocommerce-product-attributes tr>td,
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table>ul>li>div
{
width:50%;
display:table-cell;
background:transparent;
padding:10px 0px 10px 0px;
border-style:solid;
border-width:0px 0px 1px 0px;
}   
html .woocommerce .woocommerce-product-attributes tr>td p
{
margin:0px;
padding:0px;
font-style:normal;
}
.theme-component-attribute-table>ul>li:last-child>div
{
border-bottom:0;
}
html .woocommerce .woocommerce-product-attributes tr>th,
.theme-component-attribute-table>ul>li>div:first-child
{
text-align:left;
}
html .woocommerce .woocommerce-product-attributes tr>td,
.theme-component-attribute-table>ul>li>div:first-child+div
{
text-align:right;
}   .wp-block-quote,
.wp-block-pullquote
{
border:none;
padding:0px;
margin:0px;
}
.theme-component-blockquote
{
text-align:center;
}
.theme-component-blockquote.theme-component-blockquote-style-1
{
text-align:center;
}
.theme-component-blockquote.theme-component-blockquote-style-2
{
text-align:left;
}    
.theme-component-blockquote>span
{
font-size:32px;
}
.theme-component-blockquote.theme-component-blockquote-style-1>blockquote
{
margin-top:10px;
}
.theme-component-blockquote.theme-component-blockquote-style-2>blockquote
{
margin-left:80px;
margin-top:-45px;
}
.theme-component-blockquote>div
{
margin-top:30px;
}
.theme-component-blockquote.theme-component-blockquote-style-2>div
{
text-align:right;
}   html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce #respond input#submit,
.theme-component-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
display:inline-block;
}
input.theme-component-button,
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.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 #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
cursor:pointer;
text-align:center;
border-width:2px;
border-style:solid;
border-radius:999px;
padding:18px 33px 19px 33px;
}
input.theme-component-button,
input.theme-component-button:hover
{
-webkit-appearance: none;
}
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.disabled:hover,
html .woocommerce #respond input#submit,
html .woocommerce #respond input#submit:hover,
.theme-component-button>a,
.theme-component-button>a:hover,
.theme-gutenberg-block .wp-block-file .wp-block-file__button,
.theme-gutenberg-block .wp-block-file .wp-block-file__button:hover
{
text-decoration:none;
}
.theme-component-button.aligncenter
{
width:100%;
}   .theme-component-call-to-action
{
}
.theme-widget .theme-component-call-to-action-box,
.theme-widget .theme-component-call-to-action .theme-component-call-to-action-box
{
width:100%;
}
.theme-component-call-to-action .theme-component-call-to-action-box
{
text-align:center;
display:inline-block;
padding:50px 120px 50px 120px;
}
.theme-width-960.theme-component-call-to-action .theme-component-call-to-action-box,
.theme-width-768.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:90px;
padding-right:90px;
}
.theme-width-480.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:30px;
padding-right:30px;
}
.theme-width-300.theme-component-call-to-action .theme-component-call-to-action-box
{
padding-left:20px;
padding-right:20px;            
}
.theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box
{
padding:30px;
border:solid;
border-width:1px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon
{
position:relative;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-icon:before
{
z-index:2;
position:relative;
}
.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
{
z-index: 1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;                    
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-header
{
margin-top:30px;
margin-bottom:0px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-subheader
{
padding:0px;
margin-top:25px;
}
.theme-component-call-to-action .theme-component-call-to-action-box .theme-component-call-to-action-button
{
margin-top:30px;
}   .theme-component-notice
{
width:100%;
display:table;
margin-bottom:30px;
padding:30px 40px 40px 30px;
}
.theme-component-notice>.theme-component-notice-icon,
.theme-component-notice>.theme-component-notice-content
{
display:table-cell;
vertical-align:top;
}
.theme-component-notice>.theme-component-notice-icon
{
width:98px;
}
.theme-component-notice>.theme-component-notice-icon>span,
.theme-component-notice>.theme-component-notice-icon>span:before
{
position:relative;
}
.theme-component-notice>.theme-component-notice-icon>span:before
{
top:10px;
left:10px;
z-index:2;
}
.theme-component-notice>.theme-component-notice-icon>span>span
{
top:20px;
left:20px;
z-index:1;
width:48px;
height:48px;
position:absolute;
border-radius:999px;                
}
.theme-component-notice>.theme-component-notice-content
{
}
.theme-component-notice>.theme-component-notice-content>h4
{
margin-bottom:10px;
}
.theme-component-notice>.theme-component-notice-content>p
{
padding:0px;
}   .theme-component-counter-box
{
}
.theme-component-counter-box .vc_row
{
display:flex;
}
.theme-mode-responsive.theme-component-counter-box .vc_row
{
flex-direction:column;
}
.theme-component-counter-box .vc_row .vc_column_container
{
flex-grow:1;
margin-left:0px;
}
.theme-mode-responsive.theme-component-counter-box .vc_row .vc_column_container
{
width:100%;
margin-bottom:40px;
}
.theme-mode-responsive.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container
{
border:none;
}
.theme-component-counter-box .theme-component-counter-box-item
{
width:178px;
height:178px;
text-align:center;
position:relative;
margin-left:auto;
margin-right:auto;
}
.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
{
width:100%;
height:100%;
border-width:1px;
position:absolute;
border-style:solid;
border-radius:999em;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-1
{
top:0px;
left:0px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-circle-2
{
left:-4px;
bottom:-1px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value
{
line-height:1;
padding-top:50px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-label
{
padding-top:4px;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-value,
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-label
{
display:block;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick
{
top:0px;
right:0px;
width:48px;
height:48px;
line-height:48px;
position:absolute;
border-radius:999em;
}
.theme-component-counter-box .theme-component-counter-box-item .theme-component-counter-box-item-tick::before
{
font-size:20px;
}
.theme-component-counter-box .vc_row .vc_column_container+.vc_column_container
{
border-style:solid;
border-width:0px 0px 0px 1px;
}   .theme-component-counter-list
{
}
.theme-component-counter-list .theme-component-counter-list-item
{
width:100%;
margin-bottom:15px;
}
.theme-component-counter-list .theme-component-counter-list-item:last-child
{
margin-bottom:0px;
}
.theme-component-counter-list .theme-component-counter-list-item>div,
.theme-component-counter-list .theme-component-counter-list-item>span
{
display:block;
}
.theme-component-counter-list .theme-component-counter-list-item>span
{
width:30%;
float:left;
}
.theme-component-counter-list .theme-component-counter-list-item>div
{
top:6px;
width:70%;
height:10px;
float:right;
position:relative;
}            
.theme-component-counter-list .theme-component-counter-list-item>div>div
{
top:0px;
left:0px;
width:0px;
height:100%;
position:absolute;
}   .theme-component-contact-form
{
}
.theme-component-contact-form textarea
{
}
.theme-component-contact-form .wpcf7-submit
{
margin-top:30px;
}
.theme-component-contact-form .theme-form-column-1_1:last-child
{
text-align:center;
}   .theme-component-header-subheader
{
margin-bottom:80px;
}
.theme-component-header-subheader .theme-component-header-subheader-header
{
margin-bottom:0px;
}
.theme-component-header-subheader .theme-component-header-subheader-subheader
{
}
.theme-component-header-subheader .theme-component-header-subheader-subheader+.theme-component-header-subheader-header
{
margin-top:10px;
}   .theme-component-gallery
{
position:relative;
}
.theme-component-gallery>ul
{
margin:0px;
padding:0px;
list-style:none;
}   
.theme-component-gallery.theme-component-gallery-type-1>ul
{
width:100%;
}
.theme-component-gallery.theme-component-gallery-type-2>ul
{
width:100%;
}
.theme-component-gallery>ul>li
{
margin:0px;
padding:0px;
padding-bottom:40px;
} 
.theme-component-gallery.theme-component-gallery-type-1>ul>li.theme-component-gallery-item-width-25
{
width:275px;
}
.theme-component-gallery.theme-component-gallery-type-1>ul>li.theme-component-gallery-item-width-50
{
width:590px;
}
.theme-component-gallery>ul>li>a
{
display:block;
position:relative;
} 
.theme-component-gallery>ul>li>a>img
{
opacity:1;
display:block;
margin-left:auto;
margin-right:auto;
} 
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a>img
{
opacity:1;
display:block;
} 
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a:hover>img
{
opacity:0.8;
}
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a>img,
.theme-component-gallery.theme-component-gallery-effect-type-1>ul>li>a:hover>img
{
-webkit-transition:opacity 0.3s ease;
-moz-transition:opacity 0.3s ease;
-o-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;                           
}
.theme-component-gallery>ul>li>a>span
{
z-index:2;
bottom:0px;
width:100%;
display:block;
position:absolute;
background:transparent;
padding:0px 30px 40px 30px;
} 
.theme-component-gallery.theme-component-gallery-type-1.theme-width-768>ul>li>a>span,
.theme-component-gallery.theme-component-gallery-type-1.theme-width-480>ul>li>a>span
{
padding:0px 20px 25px 20px;
}
.theme-component-gallery.theme-component-gallery-type-1.theme-width-300>ul>li>a>span
{
padding:0px 15px 15px 15px;
}
.theme-component-gallery>ul>li>a>span>span:first-child
{
width:30px;
height:1px;
display:block;
margin-bottom:10px;
}
.theme-component-gallery>ul>li>a:hover>span>span:first-child
{
width:120px;
}
.theme-component-gallery>ul>li>a>span>span:first-child,
.theme-component-gallery>ul>li>a:hover>span>span:first-child
{
-webkit-transition:width 0.3s ease-in-out;
-moz-transition:width 0.3s ease-in-out;
-o-transition:width 0.3s ease-in-out;
transition:width 0.3s ease-in-out;                            
}
.theme-component-gallery>ul>li>a>span>span:first-child+span
{
display:block;
}
.theme-component-gallery.theme-component-gallery-effect-type-2>ul>li>a>i
{
top:0px;
left:0px;
width:100%;
height:100%;
position:absolute; 
background:rgba(133,140,146,0.4);
}   .theme-component-google-map
{
position:relative;
}
.theme-component-google-map>.theme-component-google-map-map
{
display:flex;
align-items:center;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:610px;
display:flex;
flex-flow:wrap;
padding:30px;
position:absolute;
height:auto !important;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
left:50%;
margin-left:-610px;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box h3
{
flex-basis:100%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box p
{
padding:0px;
flex-basis:50%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box div
{
flex-basis:50%;
align-self:flex-end;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box
{
bottom:0px;
position:absolute;
text-align:center;
height:auto !important;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a
{
display:block;
text-transform:uppercase;
padding:12px 10px 15px 10px;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a,
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a:hover
{
text-decoration:none;
}
.theme-component-google-map.theme-component-google-map-type-2 .theme-component-google-map-map-box>a>span.theme-icon-meta-search
{
margin-top:2px;
margin-right:10px;
}   .theme-component-feature-image-list
{
}
.theme-component-feature-image-list .theme-component-feature-image-list-item
{
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image
{
position:relative;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>img
{
z-index:1;
display:black;
position:relative;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span
{
top:50%;
left:0px;
right:0px;
z-index:3;
height:70px;
width:140px;
margin-top:-59px;
margin-left:auto;
margin-right:auto;
position:absolute;
border-style:solid;
border-width:1px 1px 0px 1px;
border-top-left-radius:999px;
border-top-right-radius:999px;                        
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>span>span
{
display:block;
font-size:48px;
margin-top:46px;
line-height:48px;
text-align:center;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-image>div
{
top:0px;
left:0px;
z-index:2;
width:100%;
height:100%;
position:absolute;
background:rgba(133,140,146,0.4);
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content
{
padding:40px;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>h4
{
text-align:center;
}
.theme-component-feature-image-list .theme-component-feature-image-list-item .theme-component-feature-image-list-item-content>p
{
padding:0px;
margin-top:30px;
text-align:center;
}   .theme-component-list
{
}
.theme-component-list ul
{
margin:0px;
padding:0px;
list-style-type:none;
} 
.theme-component-list ul li
{
margin:0px;
padding:0px;
display:flex;
padding-left:20px;
align-items:center;
}
.theme-component-list ul li>span:first-child
{
left:-20px;
position:relative;
}
.theme-component-list.theme-component-list-style-1 ul li
{
padding-top:10px;
}
.theme-component-list.theme-component-list-style-1 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-1 ul li>span:first-child
{
font-size:16px;
}
.theme-component-list.theme-component-list-style-2 ul li
{
padding-top:15px;
}
.theme-component-list.theme-component-list-style-2 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-2 ul li>span:first-child
{
width:40px;
height:40px;
font-size:22px;
border-width:2px;
border-style:solid;
border-radius:999em;
padding:8px 7px 6px 7px;
}
.theme-component-list.theme-component-list-style-3 ul li
{
padding-top:10px;
}
.theme-component-list.theme-component-list-style-3 ul li:first-child
{
padding-top:0px;
}
.theme-component-list.theme-component-list-style-3 ul li>span:first-child
{
font-size:15px;
}   .theme-component-logo
{
margin-right:20px;
}
.theme-component-logo a
{
display:block;
}
.theme-component-log a>img
{
display:block;
}
.theme-component-logo .theme-component-logo-retina
{
display:none;
}
.theme-component-logo .theme-component-logo-normal h3
{
margin-bottom:0px;
}
.theme-component-logo .theme-component-logo-normal h3 a,
.theme-component-logo .theme-component-logo-normal h3 a:hover
{
text-decoration:none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) 
{ 
.theme-component-logo .theme-component-logo-normal
{
display:none;
}
.theme-component-logo .theme-component-logo-retina
{
display:block;
}
}   .theme-component-paragraph-large
{
}   .theme-component-social-profile
{
margin:0px;
padding:0px;
display:table;
list-style-type:none;
}
.theme-component-social-profile>li
{
float:left;
padding:0px;
margin:5px 10px 5px 0px;
}
.theme-component-social-profile>li:last-child
{
margin-right:0px;
}
.theme-component-social-profile>li>a
{
display:block;
font-size:16px;
text-align:center;
}
.theme-component-social-profile.theme-component-social-profile-style-1>li>a
{
width:40px;
height:40px;                
line-height:40px;
}
.theme-component-social-profile.theme-component-social-profile-style-2>li>a
{
width:50px;
height:50px;
line-height:50px;
border-radius:999em;
}
.theme-component-social-profile>li>a,
.theme-component-social-profile>li>a:hover
{
text-decoration:none;
}   .theme-component-process-list
{
}
html .theme-component-process-list .vc_column_container
{
margin-bottom:0px;
}
.theme-component-process-list.theme-mode-responsive>.vc_row>.vc_column_container
{
width:100%;
margin-bottom:0px;
}
.theme-component-process-list .theme-component-process-list-item
{
height:100%;
padding:80px;
}
.theme-component-process-list .theme-component-process-list-item>div
{
float:right;
line-height:1;
margin-top:-35px;
margin-right:-30px;
color:rgba(255,255,255,0.3);
}
.theme-component-process-list .theme-component-process-list-item>span
{
font-size:48px;
}
.theme-component-process-list .theme-component-process-list-item>p
{
padding:0px;
margin-top:25px;
}   .theme-component-tab,
.theme-component-tab.ui-tabs .ui-tabs-nav
.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-component-tab.ui-tabs .ui-tabs-nav li a
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
margin:0px;
padding:0px;        
}
.theme-component-tab
{
width:100%;
display:none;
}
.theme-component-tab.ui-tabs .ui-tabs-nav
{
display:flex;
flex-direction:row;
justify-content:center;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li
{
margin:0px;
width:250px;
white-space:normal;
border-style:solid;
border-color:transparent;
border-width:0px 0px 2px 0px;
padding:0px 10px 0px 10px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
float:none;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
margin-bottom:0px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a
{
padding:0px;
text-align:center;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span
{
display:block;
margin-left:auto;
margin-right:auto;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child
{
width:136px;
height:136px;
border-width:2px;
line-height:132px;
border-style:solid;
border-radius:999em;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child::before
{
font-size:48px;
}
.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span
{
padding-top:20px;
padding-bottom:30px;
}
.theme-component-tab.ui-tabs .ui-tabs-panel
{
padding:0px;
margin:50px 0px 20px 0px
}   .theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav
{
flex-direction:column;
}
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li
{
border-style:solid;
border-width:0px 0px 2px 0px;
}
.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-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li a,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a
{
width:100%;
max-width:100%;
}
.theme-width-768.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 a>span:first-child,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child
{
display:none;
}
.theme-width-480.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span,
.theme-width-300.theme-component-tab.ui-tabs .ui-tabs-nav li a>span:first-child+span
{
padding-top:15px;
padding-bottom:15px;
}   .theme-component-feature-carousel
{
}
.theme-component-feature-carousel>ul
{
}
.theme-component-feature-carousel>ul>li
{
padding:0px;
margin:0px;
float:left;
width:380px;
display:block;
margin-right:40px;
margin-bottom:40px;
}
.theme-component-feature-carousel.theme-width-480>ul>li,
.theme-component-feature-carousel.theme-width-300>ul>li
{
width:100%;
margin-right:0px;
}
.theme-component-feature-carousel>ul>li:last-child
{
margin-right:0px;
}
.theme-component-feature-carousel>ul>li>div
{
text-align:center;
padding:40px 40px 24px 40px;
}
.theme-component-feature-carousel>ul>li>div>h5
{
margin-top:0px;
}
.theme-component-feature-carousel>ul>li>div>span
{
width:136px;
height:136px;
line-height:136px;
margin-bottom:20px;
border-radius:999em;
display:inline-block;
border-style:solid;
border-width:2px;
}
.theme-component-feature-carousel>ul>li>div>span>span
{
display:block;
font-size:48px;
margin-top:42px;
line-height:48px;
text-align:center;                            
}   .theme-component-feature
{
}
.theme-component-feature.theme-component-feature-style-1,
.theme-component-feature.theme-component-feature-style-3
{
text-align:center;
}
.theme-component-feature.theme-component-feature-style-2
{
}    
.theme-component-feature.theme-component-feature-style-3
{
}   
.theme-component-feature .vc_row .vc_column_container
{
margin-bottom:40px;
}
.theme-mode-responsive.theme-component-feature .vc_row .vc_column_container
{
width:100%;
}
.theme-mode-responsive.theme-component-feature .vc_row .vc_column_container:last-child
{
margin-bottom:0px;
}
.theme-component-feature .theme-component-feature-item
{
}   .theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon
{
position:relative;
}
.theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon::before
{
z-index:2;
position:relative;
}
.theme-component-feature .theme-component-feature-item>.theme-component-feature-item-icon>span
{
z-index:1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;
}
.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.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-icon
{
float:left;
}   .theme-component-feature .theme-component-feature-item .theme-component-feature-item>.theme-component-feature-item-header
{
margin:0px;
}
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header
{
margin-top:30px;
margin-bottom:15px;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header
{
margin-bottom:10px;
}   .theme-component-feature .theme-component-feature-item>p
{
padding:0px;
}
.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p       
{
line-height:30px; 
padding-left:30px;
padding-right:30px;
}
.theme-width-960.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-960.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-960.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-768.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-768.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-768.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-480.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-480.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-480.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p,
.theme-width-300.theme-component-feature.theme-component-feature-style-1 .theme-component-feature-item>p,
.theme-width-300.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-width-300.theme-component-feature.theme-component-feature-style-3 .theme-component-feature-item>p     
{
padding-left:0px;
padding-right:0px;
}
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p
{
} .theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>.theme-component-feature-item-header,
.theme-component-feature.theme-component-feature-style-2 .theme-component-feature-item>p 
{
margin-left:88px;
}   .theme-component-feature-circle 
{
position:relative;
}
.theme-component-feature-circle .theme-component-feature-circle-circle
{
top:50%;
left:50%;
display:flex;
border-width:1px;
position:absolute;
border-style:solid;
border-radius:999em;
flex-direction:column;
justify-content:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child
{
border:none;
padding:50px;
text-align:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child+.theme-component-feature-circle-circle
{
border-width:2px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child>span
{
display:block;
}
.theme-component-feature-circle .theme-component-feature-circle-circle:first-child>span:first-child
{
margin-bottom:20px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item
{
top:50%;
left:50%;
z-index:2;
width:375px;
margin-top:-30px;
margin-left:-30px;
position:absolute;
display:table-row;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-right
{
text-align:left;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-right>span.theme-component-feature-circle-item-circle
{
padding-right:40px;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-left
{
text-align:right;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-left>span.theme-component-feature-circle-item-circle
{
padding-left:40px;
} 
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-top,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-bottom
{
text-align:center;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-top>span.theme-component-feature-circle-item-label
{
top:-140px;
left:-135px;
position:relative;
}             
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item.theme-component-feature-circle-item-position-bottom>span.theme-component-feature-circle-item-label
{
top:40px;
left:-135px;
position:relative;
}                
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span
{
display:table-cell;
vertical-align:middle;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item-position-top>span,
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item-position-bottom>span
{
display:block;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle
{
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-circle>span
{
width:60px;
height:60px;
display:block;
font-size:28px;
line-height:60px;
border-width:2px;
text-align:center;
border-style:solid;
border-radius:999em;
}
.theme-component-feature-circle .theme-component-feature-circle-circle .theme-component-feature-circle-item>span.theme-component-feature-circle-item-label
{
width:100%;
}
.theme-component-feature-circle-responsive
{
display:none;
}
.theme-component-feature-circle-responsive>span
{
display:block;
font-weight:bold;
margin-bottom:30px;
}   .theme-component-meta-icon-list
{
margin:0px;
padding:0px;
list-style:none;
}
.theme-component-meta-icon-list>li
{
margin:0px;
padding:0px;
position:relative;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li
{
margin-top:7px;
margin-right:25px;
display:inline-block;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li
{
display:block;
padding-top:10px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li:first-child
{
padding-top:0px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li
{
margin:5px 10px 5px 0px;
}
.theme-component-meta-icon-list>li>a,
.theme-component-meta-icon-list>li>a:hover
{
text-decoration:none;
}
.theme-component-meta-icon-list>li>*
{
display:table-cell;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li>*,
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li>*
{
vertical-align:middle;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li>*
{
vertical-align:baseline;
}
.theme-component-meta-icon-list>li>span
{
top:1px;
z-index:2;
position:relative;
padding-right:15px;
}
.theme-component-meta-icon-list>li>span:first-child,
.theme-component-meta-icon-list>li>a>span
{
font-size:16px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li>span
{
top:-2px;
position:relative;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-1>li>span:first-child
{
top:2px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-2>li>span:first-child
{
top:-1px;
}
.theme-component-meta-icon-list.theme-component-meta-icon-list-style-3>li>a
{
width:40px;
height:40px;
line-height:40px; 
text-align:center;
}   .theme-component-logo
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-default
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-retina-display
{
display:none;
}
@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi)
{ 
.theme-component-logo .theme-component-logo-retina-display
{
display:inline-block;
}
.theme-component-logo .theme-component-logo-default
{
display:none;
}
}   .theme-component-recent-post
{
margin:0px;
padding:0px;
list-style:none;
}   .theme-component-recent-post>li
{
margin:0px;
padding:0px;
margin-bottom:20px;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
.theme-component-recent-post>li:last-child
{
margin-bottom:0px;
}   .theme-component-recent-post>li>a
{
display:table;
position:relative;
}
.theme-component-recent-post>li>a,
.theme-component-recent-post>li>a:hover
{
text-decoration:none;
}
.theme-component-recent-post>li>a
{
width:100%;
height:100%;
display:block;
padding:30px 20px 30px 20px;
background:rgba(133,140,146,0.8);
}   .theme-component-recent-post>li>a>span.theme-component-recent-post-header
{
display:block;
}
.theme-component-recent-post>li>a>span.theme-component-recent-post-header>span
{
display:block;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}   .theme-component-recent-post>li>a>span.theme-component-recent-post-date
{
display:block;
}
.theme-component-recent-post>li>a>span.theme-component-recent-post-date>span
{
}   .theme-component-driver-list
{
}
.theme-component-driver-list .theme-component-driver-list-item
{
text-align:center;
padding:50px 40px 40px 40px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image
{
text-align:center;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a
{
display:block;
text-align:center;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a img
{
width:260px;
max-width:90%;
margin-left:auto;
margin-right:auto;
border-radius:999em;
}
.theme-component-driver-list.theme-component-driver-list-style-2 .theme-component-driver-list-item>.theme-component-driver-list-item-image a img
{
width:200px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-image a:hover img
{
opacity:0.8;
}
.theme-component-driver-list .theme-component-driver-list-item>h4
{
margin-top:40px;
margin-bottom:0px;
}
.theme-component-driver-list .theme-component-driver-list-item>h4>a,
.theme-component-driver-list .theme-component-driver-list-item>h4>a:hover
{
text-decoration:none;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-position
{
margin-top:5px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-excerpt
{
margin-top:10px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-social-profile
{
margin-top:20px;
}
.theme-component-driver-list .theme-component-driver-list-item>.theme-component-driver-list-item-social-profile>ul
{
margin-left:auto;
margin-right:auto;
}   .theme-component-work-experience-list
{
}
.theme-component-work-experience-list>ul
{
margin:0px;
padding:0px;
}    
.theme-component-work-experience-list>ul>li
{
padding:0px;
margin:0px;
display:flex;
margin-top:20px;
align-items:center;
padding:30px 40px 30px 40px;
}  
.theme-component-work-experience-list>ul>li:first-child
{
margin-top:0px;
}
.theme-component-work-experience-list.theme-width-300>ul>li
{
display:block;
}
.theme-component-work-experience-list>ul>li>div:first-child
{
display:flex;
align-items:center;
vertical-align:middle;
} 
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child
{
padding-right:20px;
}
.theme-component-work-experience-list>ul>li>div:first-child>span:first-child+span
{
margin-right:30px; 
border-radius:999em;
padding:5px 10px 5px 10px;
}  
.theme-component-work-experience-list>ul>li>div:first-child+div
{
border-style:solid;
padding:5px 0px 5px 30px;
border-width:0px 0px 0px 1px;
}
.theme-component-work-experience-list.theme-width-300>ul>li>div:first-child+div
{
padding:0px;
margin-top:20px;
border:none;
}
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child
{
display:block;
padding-bottom:5px;
}
.theme-component-work-experience-list>ul>li>div:first-child+div>span:first-child+span
{
clear:both;
display:block;
}   .theme-component-testimonial-list
{
position:relative;
}
.theme-component-testimonial-list .vc_row .vc_column_container
{
margin-bottom:0px;
}   .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
{
text-align:center;
margin-bottom:40px;
padding:50px 30px 50px 30px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>span,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>span
{
width:48px;
height:48px;
display:block;
margin-left:auto;
margin-right:auto;
position:relative;
margin-bottom:40px;                
}
.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
{
z-index:2;
position:relative;           
}
.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
{
z-index:1;
width:48px;
height:48px;
right:-10px;
bottom:-10px;
position:absolute;
border-radius:999px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item>p,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item>p
{
}   .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
{
margin-top:30px;
}   body.page-template-vehicle-list .theme-vehicle-list
{
top:-40px;
z-index:2;
position:relative;
}
.theme-vehicle-list
{
}
.theme-vehicle-list .theme-vehicle-list-search
{
}
html .theme-vehicle-list .theme-vehicle-list-search
{
margin-bottom:50px;
}
.theme-vehicle-list .theme-vehicle-list-search .chbs-form-field
{
}
.theme-vehicle-list .theme-vehicle-list-result
{
}
.theme-vehicle-list .theme-vehicle-list-result .wpb_column
{
margin-bottom:40px;
}
.theme-vehicle-list .theme-vehicle-list-item
{
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image
{
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a
{
display:block;
position:relative;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child
{
bottom:0;
z-index:2;
width:100%;
padding:30px;
display:block;
position:absolute;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child>.theme-vehicle-list-item-category
{
display:inline-block;
margin:5px 5px 20px 0px;
border:solid 1px #FFFFFF;
padding:10px 15px 10px 15px;
border-radius:2px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child>.theme-vehicle-list-item-title
{
clear:both;
display:block;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:last-child
{
top:0px;
left:0px;
z-index:1;
width:100%;
height:100%;
display:block;
position:absolute;
background:-moz-linear-gradient(top,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
background:-webkit-linear-gradient(top,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
background:linear-gradient(to bottom,rgba(71,86,101,0.3)0%,rgba(71,86,101,0.7)100%);
filter:progidXImageTransform.Microsoft.gradient(startColorstr='#33475665',endColorstr='#99475665',GradientType=0);
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>img
{
opacity:1;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a:hover>img
{
opacity:0.8;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a:hover>span:last-child
{
background:-moz-linear-gradient(top,rgba(71,86,101,0.3) 50%, rgba(71,86,101,0.7) 100%);
background:-webkit-linear-gradient(top,rgba(71,86,101,0.3) 50%,rgba(71,86,101,0.7) 100%);
background:linear-gradient(to bottom,rgba(71,86,101,0.3) 50%,rgba(71,86,101,0.7) 100%);  
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta
{
width:100%;
padding:15px;
text-align:center;
border-style:solid;
border-width:0px 1px 1px 1px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta span
{
display:inline-block;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-user,
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-suitcase
{
font-size:16px;
line-height:16px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-icon-meta-suitcase
{
margin-left:20px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-meta .theme-circle
{
width:30px;
height:30px;
line-height:28px;
margin-left:10px;
border-width:1px;
border-style:solid;
border-radius:999px;
}   .aligncenter,
img.aligncenter
{
text-align:center !important;
margin-left:auto !important;
margin-right:auto !important;
}
.alignleft
{
margin-left:0px !important;
margin-right:auto !important;
text-align:left !important;
}
.alignright
{
margin-left:auto !important;
margin-right:0px !important;
text-align:right !important;
}
img.alignleft,
.wp-block-image figure.alignleft 
{
clear:both;
float:left !important;
margin-bottom:10px !important;
margin-right:30px !important;
}
img.alignright,
.wp-block-image figure.alignright 
{
clear:both;
float:right !important;
margin-left:30px !important;
margin-bottom:10px !important;    
}
.wp-caption,
.gallery-caption 
{
max-width:100%;
}
.wp-caption.alignleft
{
float:left;
margin-right:20px !important;
}
.wp-caption.alignright img
{
float:left;
margin-bottom:10px;
}
.wp-caption.alignright
{
float:right;
margin-left:20px !important;
}
.wp-caption.alignright img
{
float:right;
margin-bottom:10px;
}
.screen-reader-text
{
display:none;
}
.gallery-item img
{
display:inline-block;
}   .wpcf7
{
display:none;
}
div.wpcf7 .wpcf7-submit
{
margin-left:20px;
}
.wpcf7 p:empty
{
display:none;
}
body .wpcf7.theme-responsive-mode .wpcf7-form .vc_row .vc_column_container
{
margin-left:0px;
width:100% !important;
}
.wpcf7 .wpcf7-form .vc_row,
.wpcf7 .wpcf7-form .vc_row .vc_column_container,
.wpcf7 .wpcf7-form .vc_row .vc_column_container .vc_column-inner 
{
margin:0px !important;
padding:0px !important;
}
.wpcf7 .wpcf7-form br
{
display:none;
}
.wpcf7 .wpcf7-form textarea
{
margin:0px;
resize:none;
height:241px;
}
.wpcf7 .wpcf7-form *[role="alert"]
{
display:none !important;
}
.wpcf7 .wpcf7-form .vc_row .vc_column_container+.vc_column_container .theme-form-field
{
border-left-width:0px !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap
{
width:100%;
display:block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea
{
width:100%;
border:none !important;
}
.wpcf7 .wpcf7-form .theme-form-field+.theme-form-field
{
border-top:none !important;
}
.wpcf7 .wpcf7-form label+span
{
margin-top:10px;
}   .theme-image-style-1 .vc_single_image-wrapper
{
position:relative;
}
.theme-image-style-1 .vc_single_image-wrapper::after
{
height:3px;
bottom:0px;
left:-50px;
content:" ";
width:380px;
position:absolute;
}
.theme-image-style-2 img
{
border-radius:999em;
}
.theme-image-style-3
{
float:left;
max-width:50%;
}
.theme-image-style-3+.theme-image-style-3
{
margin-top:40px;
}      .slick-dots
{
margin:0px;
text-align:center;
}
.slick-dots>li
{
top:2px;
margin:0px;
padding:0px;
position:relative;
margin-right:18px;
display:inline-block;
}
.slick-dots>li.slick-active
{
top:0px;
}
.slick-dots>li:last-child
{
margin-right:0px;
}
.slick-dots>li>button
{
opacity:0.4;
display:block;
font-size:0px;
cursor:pointer;
border-width:2px;
border-style:solid;
border-radius:11px;
padding:3px 3px 2px 2px;
}
html .slick-dots>li.slick-active>button
{
opacity:1;
margin-top:0px;
padding:3px 3px 4px 4px; 
background-color:transparent;
}
.vc_row[data-vc-full-width="true"]
{
opacity:0;
}   html .theme-margin-top-0 { margin-top:0px; }
html .theme-margin-top-10 { margin-top:10px; }
html .theme-margin-top-20 { margin-top:20px; }
html .theme-margin-top-30 { margin-top:30px; }
html .theme-margin-top-40 { margin-top:40px; }
html .theme-margin-top-50 { margin-top:50px; }
html .theme-margin-top-60 { margin-top:60px; }
html .theme-margin-top-70 { margin-top:70px; }
html .theme-margin-top-80 { margin-top:80px; }
html .theme-margin-top-90 { margin-top:90px; }
html .theme-margin-top-100  { margin-top:100px; }
html .theme-margin-bottom-0  { margin-bottom:0px; }
html .theme-margin-bottom-10 { margin-bottom:10px; }
html .theme-margin-bottom-20 { margin-bottom:20px; }
html .theme-margin-bottom-30 { margin-bottom:30px; }
html .theme-margin-bottom-40 { margin-bottom:40px; }
html .theme-margin-bottom-50 { margin-bottom:50px; }
html .theme-margin-bottom-60 { margin-bottom:60px; }
html .theme-margin-bottom-70 { margin-bottom:70px; }
html .theme-margin-bottom-80 { margin-bottom:80px; }
html .theme-margin-bottom-90 { margin-bottom:90px; }
html .theme-margin-bottom-100 { margin-bottom:100px; }
html .theme-padding-top-0 { padding-top:0px; }
html .theme-padding-top-10 { padding-top:10px; }
html .theme-padding-top-20 { padding-top:20px; }
html .theme-padding-top-30 { padding-top:30px; }
html .theme-padding-top-40 { padding-top:40px; }
html .theme-padding-top-50 { padding-top:50px; }
html .theme-padding-top-60 { padding-top:60px; }
html .theme-padding-top-70 { padding-top:70px; }
html .theme-padding-top-80 { padding-top:80px; }
html .theme-padding-top-90 { padding-top:90px; }
html .theme-padding-top-100  { padding-top:100px; }
html .theme-padding-bottom-0 { padding-bottom:0px; }
html .theme-padding-bottom-10 { padding-bottom:10px; }
html .theme-padding-bottom-20 { padding-bottom:20px; }
html .theme-padding-bottom-30 { padding-bottom:30px; }
html .theme-padding-bottom-40 { padding-bottom:40px; }
html .theme-padding-bottom-50 { padding-bottom:50px; }
html .theme-padding-bottom-60 { padding-bottom:60px; }
html .theme-padding-bottom-70 { padding-bottom:70px; }
html .theme-padding-bottom-80 { padding-bottom:80px; }
html .theme-padding-bottom-90 { padding-bottom:90px; }
html .theme-padding-bottom-100 { padding-bottom:100px; }
html .theme-padding-20 { padding:20px; }   .theme-table-responsive
{
border:none !important;
}
.theme-table-responsive thead
{
display:none;
}
.theme-table-responsive td
{
display:block;
text-align:right;
vertical-align:middle;
width:100% !important;
}
.theme-table-responsive td+td
{
border-top:none !important;
}
.theme-table-responsive td::before
{
float:left;
font-weight:bold;
content:attr(data-title);
}      @media only screen and (min-width:0px) and (max-width:1240px)
{      html .theme-page .theme-page-header .theme-component-button>a
{
padding:13px 25px 17px 27px;
}         html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container
{
width:100%;
clear:both;
float:none;
margin:0px;
}   
html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container+.vc_column_container
{
float:left;
width:auto;
margin-top:10px;
}
html .theme-page .theme-page-header .theme-page-header-top>.theme-main>.vc_row>.vc_column_container+.vc_column_container>div
{
left:-14px;
position:relative;
}      input.theme-component-button,
html .woocommerce .button,
html .woocommerce .button:hover,
html .woocommerce .button.disabled,
html .woocommerce .button.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 #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.theme-component-button>a,
.theme-gutenberg-block .wp-block-file .wp-block-file__button
{
padding:18px 22px 19px 22px;
}      .theme-component-feature-circle
{
display:none;
}
.theme-component-feature-circle-responsive
{
display:block;
}   .theme-component-call-to-action.theme-component-call-to-action-style-2 .theme-component-call-to-action-box
{
padding:20px;
}         #comments #comments_list>ul>li ul.children,
#comments #comments_list>ul>li ul.children li
{
margin-left:0px;
}   #comments #comments_list>ul>li .theme-comment-meta
{
padding-bottom:15px;
}
#comments #comments_list>ul>li .theme-comment-meta
{
}
#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
{
display:inline-block;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-button,
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-date
{
float:none;
position:static;
margin-left:0px;
display:table-row;
}
#comments #comments_list>ul>li .theme-comment-meta>.theme-comment-meta-reply-button
{
bottom:2px;
position:absolute;
}   #comments #comments_list>ul>li .theme-comment-content
{
margin-top:10px;
}
}   @media only screen and (min-width:0px) and (max-width:959px)
{   html .theme-column-style-1
{
padding:50px 30px 50px 30px;
}      .theme-post .theme-post-layout-left,
.theme-post .theme-post-layout-right
{
clear:both;
width:100%;
float:none;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky .theme-post-layout-right
{
padding-left:0px;
}
.theme-blog.theme-blog-classic>ul>li.theme-post.sticky
{
padding-left:30px;
}
.theme-post .theme-post-layout-left>.theme-post-share
{
}
.theme-post .theme-post-layout-left>.theme-post-share>span
{
text-align:left;
}
.theme-post .theme-post-layout-left>.theme-post-share>.theme-component-social-profile
{
width:100%;
margin-bottom:40px;
}
.theme-post .theme-post-layout-left>.theme-post-share>.theme-component-social-profile>li
{
width:auto;
float:left;
margin:0px 20px 0px 0px;
}
.theme-post .theme-post-layout-left+.theme-post-layout-right
{
margin-left:0px;
}   .theme-post-navigation>a
{
width:100%;
display:table;
border-left:none;
border-right:none;
}
.theme-post-navigation>a+a
{
border-top:none;
}   .theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child
{
padding:20px;
}
.theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child>.theme-vehicle-list-item-category
{
margin:5px 5px 10px 0px;
}
}   @media only screen and (min-width:0px) and (max-width:767px)
{      html .theme-page .theme-page-header .theme-component-button
{
display:none;
}   html .vc_column_container,
html .vc_column_container+.vc_column_container,
html .vc_column_container .vc_column_container,
html .vc_column_container .vc_column_container+.vc_column_container,
html .vc_row.vc_row-no-padding>.vc_column_container,
html .vc_row.vc_row-no-padding>.vc_column_container .vc_column_container, 
html .vc_col-sm-4+.vc_col-sm-5,
html .vc_col-sm-4+.vc_col-sm-5+.vc_col-sm-3
{
width:100%;
margin-left:0px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner
{
padding-right:0px;
}
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
padding-left:0px;
}         html .theme-page .theme-page-header .theme-page-header-top .theme-component-social-profile
{
float:none;
display:inline-block;
}   html .woocommerce-account .woocommerce-MyAccount-content,
html .woocommerce-account .woocommerce-MyAccount-navigation,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
clear:both;
float:none;
width:100%;
}
html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable>.theme-column-right
{
margin-top:80px;
} .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left
{
display:flex;
flex-direction:column;
}
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right
{
order:1;
margin-top:0px;
margin-bottom:120px;
}
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left
{
order:2;
margin-top:0px;
margin-bottom:0px;
}   .theme-page-footer-bottom
{
text-align:center;
} 
.theme-page-footer-bottom .alignright
{
text-align:center !important;
margin-left:auto !important;
margin-right:auto !important;
}      .theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container .theme-component-driver-list-item
{
padding-bottom:0px;
}
.theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container+.vc_column_container .theme-component-driver-list-item
{
padding-top:0px;
}
.theme-component-driver-list.theme-component-driver-list-style-1 .vc_column_container:last-child .theme-component-driver-list-item
{
padding-bottom:40px;
}   .theme-component-testimonial-list.theme-component-testimonial-list-style-1 .theme-component-testimonial-list-item:lats-child,
.theme-component-testimonial-list.theme-component-testimonial-list-style-2 .theme-component-testimonial-list-item:last-child
{
margin-bottom:0px;
}   .theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
display:none;
}   #theme-full-screen-search-form>form>div>span
{
display:none;
}
}   @media only screen and (min-width:960px) and (max-width:1240px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:940px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:470px;
flex-basis:470px;
}      html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:625px;
}        
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:520px;
}      .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:470px;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
margin-left:-470px;
}
}   @media only screen and (min-width:768px) and (max-width:959px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:750px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:375px;
flex-basis:375px;
}      html .woocommerce-account .woocommerce-MyAccount-content,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
.theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-right,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-left
{
width:435px;
}
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-left>.theme-column-left,
body.single-chbs_vehicle .theme-page .theme-page-content>.theme-page-sidebar-enable.theme-page-sidebar-right>.theme-column-right
{
width:275px;
}      .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map-box
{
max-width:375px;
}
.theme-page-header .theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box
{
margin-left:-375px;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box p,
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box div
{
flex-basis:100%;
}
.theme-component-google-map.theme-component-google-map-type-1 .theme-component-google-map-map .theme-component-google-map-map-box div a
{
float:left;
margin-top:30px;
}   
}   @media only screen and (min-width:480px) and (max-width:767px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:460px;
}      .theme-menu-mode-responsive .theme-menu.theme-menu-responsive
{
width:100%;
}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive .theme-menu-responsive-button
{
float:right;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
float:none;
width:460px;
flex-basis:460px;
margin-left:auto;
margin-right:auto;
}
}   @media only screen and (min-width:0px) and (max-width:479px)
{   html body .theme-main,
.theme-page-content .theme-main.theme-gutenberg-block>*
{
width:300px;
}   html .theme-column-style-3>div,
html .theme-column-style-3>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-3>.vc_column-inner,
html .theme-column-style-4>div,
html .theme-column-style-4>.vc_column-inner,
html .vc_row.vc_row-no-padding .theme-column-style-4>.vc_column-inner
{
width:300px;
flex-basis:300px;
margin-left:auto;
margin-right:auto;
}   .theme-vehicle-list .theme-vehicle-list-item .theme-vehicle-list-item-image>a>span:first-child
{
padding:15px;
}         #comments #comments_list>ul>li .theme-comment-meta
{
padding-bottom:25px;
}
#comments #comments_list>ul>li .theme-comment-meta,
#comments #comments_list>ul>li .theme-comment-content
{
margin-left:0px;
}      #comments #comments_list>ul>li .theme-comment-avatar
{
display:none;
}
}    .wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-caption p.wp-caption-text,
.blocks-gallery-caption
{
margin-top: 0px;
margin-bottom: 40px;
color: #778591;
font-size: 12px;
font-weight: 400;
line-height: 1.5em;	
text-transform: uppercase;
letter-spacing: 2px;
padding: 15px 0px 15px 0px;
}
.wp-block-image figcaption,
.wp-block-video figcaption
{
margin-bottom: 0;
}
.wp-block-image figcaption > a,
.wp-block-video figcaption > a,
.wp-caption p.wp-caption-text > a
{
font-size: 12px;
font-weight: 400;
line-height: 1.5em;
} blockquote p
{
position: relative;	
margin-left: 60px;
font-style: normal !important;
}
blockquote p::before
{
content: "\71";
color: #FF700A;
font-size: 32px;
margin-top: 4px;
position: absolute;
margin-left: -60px;
font-family: 'theme-icon-meta' !important;
font-style: normal;
}
blockquote cite,
blockquote cite em,
blockquote cite > a,
blockquote cite > em a
{
font-size: 12px !important;
font-weight: 400 !important;
font-style: normal;
letter-spacing: 2px;
text-transform: uppercase !important;
}
blockquote cite,
blockquote cite em
{
color: #778591 !important;
}
blockquote code
{
font-size: inherit !important;
}
.wp-block-quote,
.wp-block-pullquote,
.wp-block-pullquote
{
margin: 30px 0px 30px 0px;
}
.wp-block-column .wp-block-quote:first-child
{
margin-top: 0px;
}
.wp-block-quote cite,
.wp-block-quote cite em,
.wp-block-pullquote cite,
.wp-block-pullquote cite em
{
margin-left: 60px;
}
blockquote.wp-block-quote.is-style-large
{
margin: 30px 0px 30px 0px;
padding: 30px 0px 30px 0px;
border-top: 1px solid #EAEBEE;
border-bottom: 1px solid #EAEBEE;
}
figure.wp-block-pullquote
{
text-align: left;
padding: 10px 0px 10px 30px;
}
figure.wp-block-pullquote:not(.is-style-solid-color)
{
border-left: 2px solid #FF700A !important;
padding-left: 28px;
}
figure.wp-block-pullquote.is-style-solid-color blockquote
{
max-width: 100%
}
figure.wp-block-pullquote.is-style-solid-color blockquote p::before
{
color: rgba(0,0,0,0.2);
} ul, ol
{
margin-left: 0px;
list-style-position: outside;
}
ul li, ol li
{
padding-left: 6px;
margin-left: 40px;
margin-top: 6px;
} .theme-post .theme-post-title
{
overflow-wrap: break-word;
}
.theme-post-navigation > a > span
{
word-break: break-word;
} p > img:not(.alignleft):not(.alignright)
{
margin-top: 30px;
}
p + div:not(.alignleft):not(.alignright) > img
{
margin-top: 40px;
}
p > img
{
margin-bottom: 30px;
}
p > img.alignleft,
p > img.alignright
{
margin-top: 10px;
}
p + div.alignleft > img,
p + div.alignright > img
{
margin-top: 20px;
}
.wp-block-image
{
margin-bottom: 0;
}
.wp-block-image figure:not(.alignleft):not(.alignright),
figure.wp-block-image
{
margin-top: 40px;
margin-bottom: 40px;
}
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright
{
margin-top: 20px;
}  .wp-block-gallery:not(.alignleft):not(.alignright)
{
margin: 40px 0px;
}
.wp-block-gallery ul
{
margin-left: 0;
}
.wp-block-gallery ul li
{
padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption
{
font-size: 16px;
padding: 15px 10px 20px 10px;
}
.wp-block-gallery.alignleft
{
float: left;
margin-right: 30px !important;
}
.wp-block-gallery.alignright
{
float: right;
margin-left: 30px !important;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: calc((100% - 32px)/3);
} .wp-block-video
{
margin: 50px 0px 50px 0px;
} .wp-block-media-text + p
{
padding-top: 50px;
}
p + .wp-block-media-text
{
padding-top: 30px;
} .wp-block-group.has-background
{
padding: 30px;
margin-bottom: 40px;
} .wp-block-cover:not(.alignleft):not(.alignright)
{
margin: 40px 0px 40px 0px;
}
.wp-block-cover p.wp-block-cover-text
{
color: #FFF;
}
.wp-block-cover.alignleft
{
float: left;
margin-right: 30px !important;
margin-bottom: 40px !important;
}
.wp-block-cover.alignright
{
float: right;
margin-left: 30px !important;
margin-bottom: 40px !important;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a
{
font-size: 28px;
padding: 14px !important;
} .wp-block-embed
{
margin-bottom: 50px;
max-width: 100%;
}
.wp-block-embed iframe
{
width: 100%;
} .wp-block-columns
{
margin: 40px 0px;
} .wp-block-button
{
margin: 15px 10px 15px 0px;
}
.wp-block-button a
{
background-color: #FF700A;
text-decoration: none;
padding: 18px 33px 19px 33px;
line-height: 1em;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
border: 2px solid #FF700A;
transition: all 200ms ease;
}
.wp-block-button a.has-background
{
border: none;
padding: 20px 35px 21px 35px;
}
.wp-block-button a:hover
{
color: #556677;	
background: transparent;
}
.wp-block-button a.has-background:hover
{
color: #FFF;
background-color: #FF700A;
}
.wp-block-button.is-style-outline a:not(.has-text-color)
{
color: #556677;
border-color: #FF700A;
}
.wp-block-button.is-style-outline a:hover
{
color: #FFF;
background-color: #FF700A;
border-color: #FF700A;
}
.wp-block-button.alignleft
{
float: left;
margin-right: 30px !important;
}
.wp-block-button.alignright
{
float: right;
margin-left: 30px !important;
} .has-small-font-size
{
font-size: 14px;
}
.has-large-font-size
{
line-height: 1.2em;
}
p.has-background
{
margin: 10px 0px;
} .wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre
{
margin: 20px 0px 40px 0px;
}
div + .wp-block-code,
div + .wp-block-preformatted
{
margin-top: 30px;
}
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse,
pre,
code,
tt,
kbd
{
font-size: 16px;
line-height: 1.625em;
color: #556677 !important;
}
pre,
.wp-block-code
{
padding: 15px 15px 15px 20px;
border: 1px solid #F5D995;
border-left: 7px solid #F5D995;
background: linear-gradient(180deg, #F6F6F6 0, #F6F6F6 1.625em, #FFF 0);
background-size: 1.625em 3.25em;
background-origin: content-box;
white-space: pre-wrap;
}
code,
tt,
kbd
{
background: #FAECCA;
padding: 2px 0px;
}
pre code
{
background: none;
margin: 0px;
padding: 0px;
} .wp-block-table
{
margin: 20px 0px 40px 0px;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(2n+1),
.wp-block-table.is-style-stripes tr:nth-child(2n+1)
{
background-color: #F6F6F6;
} .has-drop-cap:not(:focus)::first-letter
{
font-size: 5em;
font-weight: 300;
margin: 0.1em 0.1em 0 0;
} .wp-block-separator,
hr
{
margin-top: 30px;
margin-bottom: 30px;
}
hr
{
height: 2px;
border: 0;	
background: #EAECEE;
} .theme-post-content + .theme-pagination
{
margin-bottom: 30px;
} .wp-block-rss div
{
display: inline-block;
}
.wp-block-quote.has-text-align-right
{
border-color: #FF700A;
border-width: 2px;
}    @media only screen and (min-width: 960px) and (max-width: 1240px)
{ .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .has-large-font-size
{
font-size: 28px;
}
} @media only screen and (min-width: 768px) and (max-width: 959px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: calc((100% - 16px)/2);
} .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 32px)/3);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .has-large-font-size
{
font-size: 28px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: 100%;
} .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-3 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-3 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-4 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-4 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-4 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-5 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-5 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-5 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-6 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-7 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item
{
width: calc((100% - 16px)/2);
margin-right: 16px !important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:last-of-type,
.blocks-gallery-grid.columns-8 .blocks-gallery-item:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-image:last-of-type,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-of-type
{
margin-right: 0px !important;
} .wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a,
.wp-block-cover .has-large-font-size,
.wp-block-cover .has-large-font-size > a
{
font-size: 24px;
} .gallery .gallery-item
{
width: 100% !important;
}
.gallery .gallery-item > .wp-caption-text
{
font-size: 16px;
} .has-large-font-size
{
font-size: 22px;
} .wp-block-media-text
{
display: block;
}
.wp-block-media-text .wp-block-media-text__content
{
padding: 30px 20px;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper {display:inline !important;}
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive {display:inline-block !important; float:right; margin-top:10px;}
.theme-component-logo .theme-component-logo-retina {margin-top:5px;}
} @media only screen and (min-width: 0px) and (max-width: 479px)
{ .blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright
{
max-width: 100%;
} .blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item
{
width: 100%;
margin-right: 0px;
} .wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text > a,
.wp-block-cover .has-large-font-size,
.wp-block-cover .has-large-font-size > a
{
font-size: 20px;
} .gallery .gallery-item
{
width: 100% !important;
}
.gallery .gallery-item > .wp-caption-text
{
font-size: 14px;
} .has-large-font-size
{
font-size: 20px;
} .wp-block-media-text
{
display: block;
}
.wp-block-media-text .wp-block-media-text__content
{
padding: 30px 20px;
} table tr td
{
padding: 7px;
}
.theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper {display:inline !important;}	
.theme-menu-mode-responsive .theme-menu.theme-menu-responsive {display:inline-block !important; float:right; margin-top:10px;}
.theme-component-logo .theme-component-logo-retina {margin-top:5px;}
} .custom-menu ul li a {color:#fff !important;}
.theme-vehicle-list-search .ui-menu .ui-menu-item {border-color:#EAECEE;}
.ui-selectmenu-menu .ui-menu {background-color:#fff !important; border:1px #EAECEE solid !important;}
.ui-menu .ui-menu-item {border:1px #EAECEE solid !important;}
.ui-menu .ui-menu-item:first-child {border-width:1px !important;}
.ui-autocomplete, .ui-selectmenu-menu {border-width:0px !important;}
.custom-message{padding:25px 0; font-weight:900; text-decoration:underline; text-transform:uppercase;}
.chbs-booking-form-id-10007 .chbs-button.chbs-button-style-2 {background-color:#BC0101 !important; color:#fff !important;}
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-people {color:#2C3E50 !important;}
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-circle {color:#2C3E50 !important;}
.chbs-vehicle-content-meta-button {display:none !important;}
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-meta-icon-bag {color:#2C3E50 !important;}
#custom-notice-message {margin-top:20px !important;}
.chbs-main .chbs-main-navigation-default {display:none !important;}
.chbs-main.chbs-width-300 .chbs-main-navigation-responsive {display:none !important;}
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-even {background-color:#BC0101 !important;}
.theme-component-process-list .theme-component-process-list-item.theme-component-process-list-item-odd {background-color:#231f20 !important;}
.custom-header-css h1 {display:none !important;}
.custom-header-css div {display:none !important;}
.theme-component-button.theme-component-button-style-1>a:hover {background-color:#fff !important; color:#BC0101 !important;}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div {float:left !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-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-text-color-1,
.theme-header-style-1
{
color:#BC0101;
}
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:#556677;
}
.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:#778591;
}
#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:#FFFFFF;
}
.theme-text-color-5
{
color:transparent;
}
.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:#9EA8B2;
}
.theme-text-color-6,
#theme-full-screen-search-form #theme-full-screen-search-form-close-button
{
color:#9EA8B2;
}
.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:#BC0101;
}
.theme-qtip,
.theme-border-color-2
{
border-color:#556677;
}
.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:#778591;
}
.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:#FFFFFF;
}
.theme-border-color-5
{
border-color:transparent;
}
.slick-dots>li>button,
.theme-border-color-6
{
border-color:#9EA8B2;
}
.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,
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-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:#BC0101;
}
.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:#556677;   
}
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:#778591;
}
#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-background-color-4
{
background-color:#FFFFFF;
}
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:transparent;
}
.slick-dots>li>button,
.theme-background-color-6
{
background-color:#9EA8B2;
}
.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;
}.custom-menu ul li a {color:#fff !important;}
.theme-vehicle-list-search .ui-menu .ui-menu-item {border-color:#EAECEE;}
#custom-notice-message {margin-top:20px !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}.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(//viptransporterz.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(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.chbs-main *,
.ui-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
{
display:none !important;
}
.ui-timepicker-wrapper
{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;  
}
.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,
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a,
.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(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.eot?7cbga7);
src:url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.eot?7cbga7#iefix) format('embedded-opentype'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.ttf?7cbga7) format('truetype'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.woff?7cbga7) format('woff'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon.svg?7cbga7#meta-icon) format('svg');
font-weight:normal;
font-style:normal;
}
[class^="chbs-meta-icon-"],
[class*=" chbs-meta-icon-"],
.ui-datepicker .ui-datepicker-prev,
.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,
.ui-datepicker .ui-datepicker-prev:before,
.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(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.eot?7cbga7);
src:url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.eot?7cbga7#iefix) format('embedded-opentype'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.ttf?7cbga7) format('truetype'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.woff?7cbga7) format('woff'),url(//viptransporterz.com/wp-content/plugins/chauffeur-booking-system/font/meta-icon-2.svg?7cbga7#meta-icon-2) 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-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a>span+span,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a:hover>span+span,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,    
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.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-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a>span,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta 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%;
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;
}   .ui-datepicker
{
z-index:3;
width:auto;
margin-left:-1px;
border-width:1px;
border-style:solid;
padding:20px 18px 30px 17px;
}
.ui-datepicker .ui-datepicker-title
{
margin:0px;
font-size:18px;
font-weight:700;
line-height:24px;
}
.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;
}
.ui-datepicker td
{
padding:0px;
}
.ui-datepicker td,
.ui-datepicker td a
{
font-size:16px;
}
.ui-datepicker td a,
.ui-datepicker td span
{
width:55px;
height:55px;
padding:0px;
line-height:54px;
text-align:center;
}
.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;
text-decoration:none;
}
.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);
}   #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(//viptransporterz.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>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>span>span:first-child+span
{
font-size:14px;
padding-left:20px;
}   .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
{
font-size:14px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-vehicle-content-meta-button span
{
margin-right:12px;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-button>a>span.chbs-circle
{
transform:scaleY(-1);
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-button>a.chbs-state-selected>span.chbs-circle
{
transform:scaleY(1);
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-button>a>span:first-child+span+span,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-button>a.chbs-state-selected>span:first-child+span
{
display:none;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-button>a.chbs-state-selected>span:first-child+span+span
{
display:inline-block;
}
.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 a
{
display:block;
font-size:14px;
font-weight:400;
line-height:48px;
text-transform:uppercase;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a,
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a:hover
{
text-decoration:none;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta a>span.chbs-circle
{
top:8px;
font-size:28px;
position:relative;
}
.chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .chbs-circle
{
width:30px;
height:30px;
line-height:28px;
}
.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-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
{
display:flex;
flex-wrap:wrap;
flex-direction:row;
align-items:flex-start;
margin:50px -20px 0px 0px;
}
.chbs-main .chbs-payment>li
{
height:130px;
flex-grow:1;
flex-basis:274px;
margin:15px 20px 15px 0px;
}
.chbs-main .chbs-payment>li:first-child
{
margin-left:0px;
}
.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(//viptransporterz.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(//viptransporterz.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-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-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>.booking-form-extra-name,
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>.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>.booking-form-extra-name
{
margin-right:20px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>.booking-form-extra-price
{
display:inline-block;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>.booking-form-extra-price>span
{
padding-left:5px;
}
.chbs-main .chbs-booking-extra-list>ul>li>div.chbs-column-1>.booking-form-extra-description
{
clear:both;
display:block;
font-size:16px;
margin-top:5px;
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-2 .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
{
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-vehicle-content-meta-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-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)
{
.ui-datepicker
{
padding:15px 10px 15px 10px;
}
.ui-datepicker td a, 
.ui-datepicker td span
{
width:34px;
height:34px;
line-height:34px;
}
.ui-datepicker td a.ui-state-hover
{
line-height:30px
}
.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 .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;    
}   html .fancybox-inner img
{
height:auto;
max-width:100%;
}   .iti__flag
{
background-image:url(//viptransporterz.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(//viptransporterz.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 .iti.iti--allow-dropdown input
{
padding-left:45px;
}
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
{
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
{
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
{
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
{
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
{
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
{
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
{
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>*
{
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-2 .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
{
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
{
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
{
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
{
width:auto;
display:block;
margin:20px 20px 0px 20px;
}   .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
{
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>*			
{
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
{
max-width:100%;
text-align:right;
background:transparent;
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
{
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
{
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
{
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
{
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
{
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
{
float:none;
width:100%;
}   #ui-datepicker-div,
.ui-autocomplete,
.ui-selectmenu-menu,
.ui-timepicker-wrapper
{
z-index:99999 !important;
}
.pac-container
{
z-index:99999;
}.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:#BC0101;
}
html .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-panel
{
border-top-color:#BC0101;
}
.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:#BC0101;
}
rs-module-wrap .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active>a
{
border-color:#BC0101 !important;
}
.chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a
{
border-left-color:#BC0101;
}
body.rtl .chbs-booking-form-id-10007 .chbs-tab.ui-tabs .ui-tabs-nav>li.ui-tabs-active+li>a
{
border-right-color:#BC0101;
}
.chbs-booking-form-id-10007.ui-datepicker td a.ui-state-hover,
.chbs-booking-form-id-10007 .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,   
.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>.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:#BC0101;
}
.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>.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-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta 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,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta .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,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div.chbs-vehicle-content-meta-button a:hover>span.chbs-circle,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div.chbs-vehicle-content-meta-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-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,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div.chbs-vehicle-content-meta-button a:hover>span.chbs-circle,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div.chbs-vehicle-content-meta-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>.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,
.chbs-booking-form-id-10007 .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>div.chbs-vehicle-content-meta-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;
}