.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}  .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(20%, #ffffff),
color-stop(50%, #f6f6f6),
color-stop(52%, #eeeeee),
color-stop(100%, #f4f4f4)
);
background: -webkit-linear-gradient(
top,
#ffffff 20%,
#f6f6f6 50%,
#eeeeee 52%,
#f4f4f4 100%
);
background: -moz-linear-gradient(
top,
#ffffff 20%,
#f6f6f6 50%,
#eeeeee 52%,
#f4f4f4 100%
);
background: -o-linear-gradient(
top,
#ffffff 20%,
#f6f6f6 50%,
#eeeeee 52%,
#f4f4f4 100%
);
background: linear-gradient(
top,
#ffffff 20%,
#f6f6f6 50%,
#eeeeee 52%,
#f4f4f4 100%
);
background-clip: padding-box;
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: white url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat 100% -20px;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
}  .chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(20%, #3875d7),
color-stop(90%, #2a62bc)
);
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li.placeholder {
display: none;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}  .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(1%, #eeeeee),
color-stop(15%, #ffffff)
);
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(20%, #f4f4f4),
color-stop(50%, #f0f0f0),
color-stop(52%, #e8e8e8),
color-stop(100%, #eeeeee)
);
background-image: -webkit-linear-gradient(
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: -moz-linear-gradient(
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: -o-linear-gradient(
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: linear-gradient(
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi
.chosen-choices
li.search-choice
.search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(20%, #f4f4f4),
color-stop(50%, #f0f0f0),
color-stop(52%, #e8e8e8),
color-stop(100%, #eeeeee)
);
background-image: -webkit-linear-gradient(
top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: -moz-linear-gradient(
top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: -o-linear-gradient(
top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
background-image: linear-gradient(
top,
#f4f4f4 20%,
#f0f0f0 50%,
#e8e8e8 52%,
#eeeeee 100%
);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi
.chosen-choices
li.search-choice-focus
.search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .chosen-container-active .chosen-single {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(20%, #eeeeee),
color-stop(80%, #ffffff)
);
background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}  .chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}  .chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat -30px -20px;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite@2x.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
} .wizard,
.tabcontrol
{
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a
{
outline: 0;
}
.wizard ul,
.tabcontrol ul
{
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li
{
display: block;
padding: 0;
} .wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
position: absolute;
left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title
{
position: absolute;
left: -999em;
} .wizard > .steps
{
position: relative;
display: block;
width: 100%;
}
.wizard.vertical > .steps
{
display: inline;
float: left;
width: 30%;
}
.wizard > .steps .number
{
font-size: 1.429em;
}
.wizard > .steps > ul > li
{
width: 25%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
float: left;
}
.wizard.vertical > .steps > ul > li
{
float: none;
width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
background: #eee;
color: #aaa;
cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
background: #2184be;
color: #fff;
cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
background: #9dc8e2;
color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
background: #ff3111;
color: #fff;
}
.wizard > .content
{
background: #eee;
display: block;
margin: 0.5em;
min-height: 35em;
overflow: hidden;
position: relative;
width: auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard.vertical > .content
{
display: inline;
float: left;
margin: 0 2.5% 0.5em 2.5%;
width: 65%;
}
.wizard > .content > .body
{
float: left;
position: absolute;
width: 95%;
height: 95%;
padding: 2.5%;
}
.wizard > .content > .body ul
{
list-style: disc !important;
}
.wizard > .content > .body ul > li
{
display: list-item;
}
.wizard > .content > .body > iframe
{
border: 0 none;
width: 100%;
height: 100%;
}
.wizard > .content > .body input
{
display: block;
border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"]
{
display: inline-block;
}
.wizard > .content > .body input.error
{
background: rgb(251, 227, 228);
border: 1px solid #fbc2c4;
color: #8a1f11;
}
.wizard > .content > .body label
{
display: inline-block;
margin-bottom: 0.5em;
}
.wizard > .content > .body label.error
{
color: #8a1f11;
display: inline-block;
margin-left: 1.5em;
}
.wizard > .actions
{
position: relative;
display: block;
text-align: right;
width: 100%;
}
.wizard.vertical > .actions
{
display: inline;
float: right;
margin: 0 2.5%;
width: 95%;
}
.wizard > .actions > ul
{
display: inline-block;
text-align: right;
}
.wizard > .actions > ul > li
{
margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li
{
margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
background: #2184be;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
background: #eee;
color: #aaa;
}
.wizard > .loading
{
}
.wizard > .loading .spinner
{
} .tabcontrol > .steps
{
position: relative;
display: block;
width: 100%;
}
.tabcontrol > .steps > ul
{
position: relative;
margin: 6px 0 0 0;
top: 1px;
z-index: 1;
}
.tabcontrol > .steps > ul > li
{
float: left;
margin: 5px 2px 0 0;
padding: 1px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover
{
background: #edecec;
border: 1px solid #bbb;
padding: 0;
}
.tabcontrol > .steps > ul > li.current
{
background: #fff;
border: 1px solid #bbb;
border-bottom: 0 none;
padding: 0 0 1px 0;
margin-top: 0;
}
.tabcontrol > .steps > ul > li > a
{
color: #5f5f5f;
display: inline-block;
border: 0 none;
margin: 0;
padding: 10px 30px;
text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover
{
text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a
{
padding: 15px 30px 10px 30px;
}
.tabcontrol > .content
{
position: relative;
display: inline-block;
width: 100%;
height: 35em;
overflow: hidden;
border-top: 1px solid #bbb;
padding-top: 20px;
}
.tabcontrol > .content > .body
{
float: left;
position: absolute;
width: 95%;
height: 95%;
padding: 2.5%;
}
.tabcontrol > .content > .body ul
{
list-style: disc !important;
}
.tabcontrol > .content > .body ul > li
{
display: list-item;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.eot);src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.woff) format("woff"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.eot);src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.woff2) format("woff2"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.woff) format("woff"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.ttf) format("truetype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.eot);src:url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.woff2) format("woff2"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.woff) format("woff"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.ttf) format("truetype"),url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.xdsoft_datetimepicker {
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
background: #fff;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 8px;
padding-left: 0;
padding-top: 2px;
position: absolute;
z-index: 9999;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
position: absolute;
left: 0;
top: 0;
width: 75px;
height: 210px;
background: transparent;
border: none;
} .xdsoft_datetimepicker button {
border: none !important;
}
.xdsoft_noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_datetimepicker.xdsoft_inline {
display: inline-block;
position: static;
box-shadow: none;
}
.xdsoft_datetimepicker * {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 224px;
float: left;
margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
float: right;
margin-right: 8px;
margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
width: 58px;
float: left;
text-align: center;
margin-left: 8px;
margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
float: right;
margin-right: 8px;
margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
margin-top: 8px;
margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
position: relative;
text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
opacity: 0.5;
background-position: -92px -19px;
display: inline-block;
width: 9px;
height: 20px;
vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
float: left;
background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
float: left;
background-position: -70px 0;
margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
float: right;
background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
background-color: transparent;
background-repeat: no-repeat;
border: 0 none;
cursor: pointer;
display: block;
height: 30px;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
outline: medium none;
overflow: hidden;
padding: 0;
position: relative;
text-indent: 100%;
white-space: nowrap;
width: 20px;
min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
float: none;
background-position: -40px -15px;
height: 15px;
width: 30px;
display: block;
margin-left: 14px;
margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
float: none;
margin-left: 0;
margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
background-position: -40px 0;
margin-bottom: 7px;
margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
height: 151px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
background: #f5f5f5;
border-top: 1px solid #ddd;
color: #666;
font-size: 12px;
text-align: center;
border-collapse: collapse;
cursor: pointer;
border-bottom-width: 0;
height: 25px;
line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
display: inline;
position: relative;
z-index: 9999;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
float: left;
width: 182px;
text-align: center;
cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
border: 1px solid #ccc;
position: absolute;
right: 0;
top: 30px;
z-index: 101;
display: none;
background: #fff;
max-height: 160px;
overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
color: #fff;
background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
padding: 2px 10px 2px 5px;
text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
background: #33aaff;
box-shadow: #178fe5 0 1px 3px 0 inset;
color: #fff;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
width: 100px;
text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
clear: both;
}
.xdsoft_datetimepicker .xdsoft_year{
width: 48px;
margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
border-collapse: collapse;
width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
width: 14.2857142%;
background: #f5f5f5;
border: 1px solid #ddd;
color: #666;
font-size: 12px;
text-align: right;
vertical-align: middle;
padding: 0;
border-collapse: collapse;
cursor: pointer;
height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
background: #ffe9d2;
box-shadow: #ffb871 0 1px 4px 0 inset;
color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
background: #c1ffc9;
box-shadow: #00dd1c 0 1px 4px 0 inset;
color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
background: #33aaff;
box-shadow: #178fe5 0 1px 3px 0 inset;
color: #fff;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
color: #fff !important;
background: #ff8000 !important;
box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
background: #33aaff !important;
box-shadow: #178fe5 0 1px 3px 0 inset !important;
color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
color: inherit	!important;
background: inherit !important;
box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
font-weight: 700;
text-align: center;
color: #999;
cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
color: #ccc !important;
font-size: 10px;
clear: both;
float: none;
margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
position: relative;
border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
background: #ccc !important;
height: 20px;
border-radius: 3px;
}
.xdsoft_scrollbar {
position: absolute;
width: 7px;
right: 0;
top: 0;
bottom: 0;
cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
left: 0;
right: auto;
}
.xdsoft_scroller_box {
position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
background: #000;
border-bottom: 1px solid #444;
border-left: 1px solid #333;
border-right: 1px solid #333;
border-top: 1px solid #333;
color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
background: #0a0a0a;
border-top: 1px solid #222;
color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
border: 1px solid #333;
background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
color: #000;
background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
background: #cc5500;
box-shadow: #b03e00 0 1px 3px 0 inset;
color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
background: #0a0a0a;
border: 1px solid #222;
color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
background: #ffe9d2;
box-shadow: #ffb871 0 1px 4px 0 inset;
color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
background: #c1ffc9;
box-shadow: #00dd1c 0 1px 4px 0 inset;
color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
background: #cc5500;
box-shadow: #b03e00 0 1px 3px 0 inset;
color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
color: #000 !important;
background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {
border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
display: block;
border: 1px solid #dddddd !important;
margin-top: 5px;
width: 100%;
color: #454551;
font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
font-family: "museo-sans", "Book Antiqua", sans-serif;
font-size: 12px;
font-weight: 300;
color: #82878c;
height: 28px;
position: relative;
padding: 4px 17px 4px 33px;
border: 1px solid #d7d8da;
background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa)); background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%); background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 ); }
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
color: #454551;
background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF)); background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%); background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 ); }.order_item dt.variation-_pickup_hidden_datetime,
.order_item dd.variation-_pickup_hidden_datetime,
.order_item dt.variation-_return_hidden_datetime,
.order_item dd.variation-_return_hidden_datetime {
display: none !important;
}
button.btn-book-now {
position: relative;
}
button.btn-book-now.rnb-loading {
text-indent: -99999px;
pointer-events: none;
}
button.btn-book-now .rnb-book-btn-loader {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
button.btn-book-now .rnb-book-btn-loader svg {
width: 45px;
height: auto;
}
.rnb-inventory-loader {
position: absolute;
width: 100%;
height: 100%;
z-index: 1001;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.rnb-inventory-loader svg {
width: 60px;
height: auto;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
font-family: BlinkMacSystemFont, futura, "Roboto", sans-serif;
}
hr {
border: 1px solid #ddd;
border-width: 0 0 1px;
} .appointment-product-price {
display: none;
} .redq-select-boxes {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
select.redq-select-boxes:has(option:disabled:checked) {
color: #999999;
}ul.quote-message {
list-style: none;
}
ul.quote-message li .quote-message-content {
margin-bottom: 10px;
padding: 10px;
background: #efefef;
position: relative;
}
ul.quote-message li .quote-message-content.customer {
background: #2d2d2d;
color: #ffffff;
}
ul.quote-message li .quote-message-content:after {
content: "";
display: block;
position: absolute;
bottom: -10px;
left: 20px;
width: 0;
height: 0;
border-width: 10px 10px 0 0;
border-style: solid;
border-color: #efefef transparent;
}
ul.quote-message li .quote-message-content.customer:after {
border-color: #2d2d2d transparent;
} .rnb-popup {
padding: 100px 100px 50px;
position: relative;
background: #FFF;
width: auto;
width: 50%;
margin: 20px auto;
}
.rnb-popup input, .rnb-popup textarea {
width: 100%;
}   .rnb-gdpr-checkbox-field {
position: relative;
display: flex;
align-items: flex-start;
}
.rnb-gdpr-checkbox-field input[type="checkbox"] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
}
.rnb-gdpr-checkbox-field-text {
padding-left: 34px;
}
.rnb-gdpr-checkbox-field-text:before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 2px solid #d7d7d7;
position: absolute;
left: 0;
top: 5px;
border-radius: 2px;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
}
.rnb-gdpr-checkbox-field input[type="checkbox"]:checked + span:before {
width: 10px;
top: -2px;
left: 5px;
border-radius: 0;
opacity: 1;
border-color: #2d2d2d;
border-top-color: transparent;
border-left-color: transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}.rnb-cancel-order-container{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .1);
z-index: 999;
visibility: hidden;
opacity: 0;
transition: all .4s;
}
.rnb-cancel-order-container.show{
visibility: visible;
opacity: 1;
}
.rnb-cancel-order-popup-content{
width: 600px;
max-width: 100%;
padding: 15px;
margin: auto;
margin-top: 200px;
background-color: #fff;
border-radius: 4px;
}
.rnb-cancel-order-popup-content{
position: relative;
}
.close-rnb-cancel-popup {
position: absolute;
background: transparent;
margin: 0;
top: -7px;
right: -13px;
}
.close-rnb-cancel-popup:hover{
background: transparent;
}
.rnb-cancel-order-container .popup-heading h3{
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0;
}
.rnb-cancel-order-container .popup-heading p,
.alert-content p{
font-size: .9rem;
font-weight: 400;
margin: 0;
}
.rnb-cancel-order-container .popup-heading p:empty{
display: none;
}
.rnb-cancel-order-container .order-note label{
font-weight: 600;
font-size: 1.125rem;
margin-bottom: 10px;
display: inline-block;
}
.rnb-cancel-now{
display: inline-block;
margin-top: 15px;
background-color: transparent;
border: 1px solid #d5d5d5;
padding: 7px 20px
}
.rnb-cancel-now:hover{
background: transparent;
}
.rnb-cancel-order-popup-content svg{
width: 30px;
}
.rnb-cancel-order-popup-content.ajax-response,
.rnb-cancel-order-popup-content.preloader{
display: flex;
justify-content: center;
align-items: center;
min-height: 200px;
}
.rnb-cancel-order-popup-content.danger .alert-content {
color: red;
}
.rnb-cancel-order-popup-content.success .alert-content {
color: green;
}
.rnb-cancel-order-popup-content textarea{
overflow: auto;
padding-left: .875em;
vertical-align: top;
width: 100%;
min-height: 100px;
background: transparent;
border: 1px solid #d5d5d5;
border-radius: 3px;
}.order_item dt.variation-_pickup_hidden_datetime,
.order_item dd.variation-_pickup_hidden_datetime,
.order_item dt.variation-_return_hidden_datetime,
.order_item dd.variation-_return_hidden_datetime {
display: none !important;
}
.rnb-component-wrapper {
margin-bottom: 15px;
}
button.btn-book-now {
margin: 10px 0;
}
.today-price {
display: inline-block;
width: 100%;
position: relative;
}
.show-today-price span {
float: left;
}
.show-today-price .price {
float: right;
font-weight: bold;
}
.cart {
position: relative;
}
.cart h5 {
padding-top: 20px;
}
.chosen-single b {
position: relative;
top: 6px;
}
.date-time-picker {
position: relative;
width: 100%;
display: inline-block;
}
.date-time-picker .pick-up-date-picker,
.date-time-picker .drop-off-date-picker {
width: 50%;
float: left;
padding-right: 10px;
position: relative;
}
.date-time-picker .pick-up-time-picker,
.date-time-picker .drop-off-time-picker {
float: left;
width: 50%;
position: relative;
}
.rnb-cart .date-time-picker input {
padding-left: 30px;
height: 38px;
background: #fff !important;
border: 1px solid #ebebeb;
box-shadow: none !important;
font-size: 13px;
width: 100%;
}
.rnb-cart .date-time-picker input:focus {
outline: none;
}
.property-images {
position: relative;
}
.property-images .prev-btn,
.property-images .next-btn {
position: absolute;
top: 40%;
height: 50px;
width: 50px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 17px;
border: 0;
cursor: pointer;
}
.property-images .next-btn {
right: 0;
}
.property-images .prev-btn {
left: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
position: relative;
margin: 30px 0;
}
.item-arrtributes ul,
.item-extras ul {
margin: 0 !important;
display: inline-block;
}
.item-extras ul.attributes,
.item-arrtributes ul.attributes {
width: 100%;
}
.item-arrtributes ul li,
.item-extras ul li {
list-style: none !important;
margin: 0;
padding: 5px 0;
width: 31%;
float: left;
}
.attribute-icon,
.attribute-name i {
position: relative;
margin-right: 10px;
color: #333;
}
.custom-block {
position: relative;
display: inline-block;
padding-left: 25px;
width: 100%;
font-size: 13px;
z-index: 99;
}
.custom-block p {
margin: 0;
float: left;
}
.custom-block input {
display: none !important;
}
.custom-block span {
height: auto;
width: auto;
background: transparent;
margin-bottom: 8px;
font-weight: normal;
color: #666;
} .custom-block span:after {
content: '';
position: absolute;
left: 0;
top: 2px;
height: 16px;
width: 16px;
border-radius: 3px;
border: 1px solid #ddd;
}
.custom-block input[type='checkbox']:checked + span:after {
background: #b07aa4;
border-color: #b07aa4;
top: 2px;
left: 0;
line-height: 16px;
text-align: center;
font-size: 12px;
}
.custom-block input[type='checkbox']:checked + span:before {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
left: 3px;
top: 2px;
font-size: 10px;
font-weight: normal;
color: #fff;
z-index: 999;
}
.btn-book-now {
width: 100% !important;
}
button.btn-book-now[disabled]:hover {
font-family: inherit !important;
padding: 0.618em 1em !important;
}
.redqs-select-boxes {
height: 34px;
margin-bottom: 15px;
}
.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td {
background: #fff !important;
border: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
background: #989898 !important;
border: 2px solid #000 !important;
opacity: 0.7;
box-shadow: none;
}
.xdsoft_datetimepicker
.xdsoft_calendar
td.xdsoft_current.xdsoft_disabled:hover {
background: #eee !important;
color: #303030 !important;
border: 2px solid #000 !important;
opacity: 1;
box-shadow: none !important;
cursor: pointer;
}
.pick-up-date-picker i,
.pick-up-time-picker i,
.drop-off-date-picker i,
.drop-off-time-picker i {
position: absolute;
left: 12px;
top: 18px;
z-index: 1;
font-size: 13px;
}
.pick-up-time-picker .fa,
.drop-off-time-picker .fa {
font-size: 15px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
background: transparent !important;
border-top: 0 !important;
}
.xdsoft_time_box {
border: 0 !important;
}
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current {
background: #b07aa4 !important;
} .redq-pick-up-location h5,
.redq-drop-off-location h5,
.date-time-picker h5,
.date-time-picker h5,
.additional-person h5,
.redq-quantity h5,
#animatedModal .redq-pick-up-location h5,
#animatedModal .redq-drop-off-location h5,
#animatedModal .date-time-picker h5,
#animatedModal .date-time-picker h5 {
margin: 0 !important;
padding-bottom: 7px;
padding-top: 0;
font-weight: 400;
color: #777;
font-size: 14px;
}
.additional-person,
.payable-security_deposites {
margin-bottom: 20px;
}
.rnb-booking-inventory .chosen-single,
.redq-pick-up-location .chosen-single,
.redq-drop-off-location .chosen-single,
.additional-person .chosen-single {
height: 34px;
line-height: 33px;
background: #fff;
border: 1px solid #f1f1f1;
border-radius: 0;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16) !important;
}
.rnb-booking-inventory .chosen-container.chosen-container-single,
.redq-pick-up-location .chosen-container.chosen-container-single,
.redq-drop-off-location .chosen-container.chosen-container-single,
.additional-person .chosen-container.chosen-container-single {
width: 100% !important;
}
.rnb-booking-inventory .chosen-container-active.chosen-with-drop .chosen-single,
.redq-pick-up-location .chosen-container-active.chosen-with-drop .chosen-single,
.redq-drop-off-location
.chosen-container-active.chosen-with-drop
.chosen-single {
background-image: none;
}
.booking-pricing-info {
background: #efecec69;
padding: 10px;
margin-top: 20px;
color: #000;
}
.booking-pricing-info p {
font-weight: 300;
padding-bottom: 0px;
}
form.cart .redq_add_to_cart_button {
margin-top: 20px !important;
}
.redq_request_for_a_quote {
margin: 15px 0 !important;
}
.redq_request_for_a_quote.btn-book-now {
color: #fff;
}
#quote-content-confirm {
color: #fff;
background-color: #b07aa4 !important;
height: 48px;
font-size: 14px;
margin: 0;
font-weight: 600;
}
.single-product form.cart input {
width: 100% !important;
height: 48px;
border-radius: 4px;
}
.categories-attr {
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
margin-bottom: 10px;
}
.categories-attr .custom-block {
width: 100%;
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
-ms-align-items: center;
align-items: center;
justify-content: space-between;
padding-right: 10px;
margin-bottom: 0;
}
.categories-attr .custom-block span {
margin-bottom: 0;
}
.single-product form.cart .categories-attr .quantity {
flex-shrink: 0;
margin-right: 0;
}
.categories-attr .quantity input {
padding: 2px 10px;
}
.rnb-attribute-image img {
height: 20px;
width: 20px;
}
.rnb-select-wrapper h5 {
padding-top: 0;
}
.rnb-select-wrapper .select2.select2-container {
width: 100% !important;
}
.rnb-select-wrapper .select2-container--default .select2-selection--single {
height: 38px;
line-height: 33px;
background: #fff;
border: 0;
border-radius: 0;
border: 1px solid #ebebeb;
}
.rnb-select-wrapper
.select2-container
.select2-selection--single
.select2-selection__rendered {
padding-top: 4px;
}
.rnb-select-wrapper
.select2-container
.select2-selection--single
.select2-selection__rendered
.item-text {
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 12px;
width: 100%;
}
.rnb-select-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
top: 6px;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
display: none;
} .select2-container
.select2-results
.select2-results__options
.select2-results__option
.item-text {
display: flex;
align-items: center;
justify-content: space-between;
} .appointment-product-price {
display: none;
} .rnb-select-wrapper.redq-pick-up-location .chosen-container .chosen-single {
height: 40px;
display: flex;
align-items: center;
border: 1px solid #ebebeb;
box-shadow: none !important;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-single span {
font-size: 16px;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-search {
padding: 4px;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-search input {
background-color: #f2f2f2;
border: 1px solid #aaa;
font-size: 14px;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-drop {
border: 1px solid #aaa;
border-top: none;
box-shadow: none;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-results {
padding-top: 0;
}
.rnb-select-wrapper.redq-pick-up-location .chosen-drop .chosen-results li {
font-size: 16px;
padding: 12px 8px;
}
.rnb-select-wrapper.redq-pick-up-location
.chosen-drop
.chosen-results
.highlighted {
background-color: #5897fb;
}   body.rnbOverflow {
overflow: hidden;
}
#animatedModal.rnb-animated-modal .rnb-autocomplete-input-group {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto;
grid-template-columns: auto auto;
grid-gap: 5px;
margin-bottom: 2px;
}
#animatedModal.rnb-animated-modal input::-webkit-input-placeholder {
color: #aeaeae;
}
#animatedModal.rnb-animated-modal input:-ms-input-placeholder {
color: #aeaeae;
}
#animatedModal.rnb-animated-modal input::-ms-input-placeholder {
color: #aeaeae;
}
#animatedModal.rnb-animated-modal input::placeholder {
color: #aeaeae;
}
#animatedModal.rnb-animated-modal {
width: 100%;
position: fixed;
height: 100vh;
background-color: rgba(0, 0, 0, 0.78);
top: 0;
left: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
overflow-y: auto;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#animatedModal.rnb-animated-modal.zoomIn {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#animatedModal.rnb-animated-modal .modal-content-body {
max-width: 1080px;
margin: 100px auto;
background: #fff;
border-radius: 3px;
box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.15);
}
#animatedModal.rnb-animated-modal .modal-content-body .modal-header {
padding: 20px 25px;
background-color: #b07aa4;
border-radius: 3px 3px 0 0;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.close-animatedModal {
text-align: right;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.close-animatedModal
i {
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
cursor: pointer;
margin-right: -9px;
background-color: transparent;
color: #fff;
-webkit-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.close-animatedModal
i:hover {
background-color: rgba(0, 0, 0, 0.1);
color: #bbfff9;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.title-wrapper
.title
h3,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.title-wrapper
.price
h2 {
color: #fff;
margin-bottom: 0;
font-weight: 500;
margin-top: 0;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.title-wrapper
.price
h2 {
font-size: 26px;
margin-top: 0;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-header
.title-wrapper
.title
p {
color: #fff;
margin-bottom: 18px;
}
#animatedModal.rnb-animated-modal .modal-content-body .modal-content {
overflow: hidden;
padding: 50px 25px;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal .modal-content-body .modal-content {
padding: 20px 15px;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard {
box-shadow: none;
border: 1px solid #eaeaea;
position: relative;
overflow: hidden;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .steps {
height: 100%;
position: absolute;
left: 0;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .steps {
width: 100%;
height: auto;
position: inherit;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul {
margin: 0;
padding: 0;
width: 100%;
border-right: 1px solid #eaeaea;
height: 100%;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-right: 0;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
overflow-x: auto;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li
a {
outline: 0;
margin: 0;
border-radius: 0;
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 18px 20px 18px 16px;
font-weight: 400;
color: #7d7979 !important;
background: #ffffff;
position: relative;
cursor: pointer;
box-shadow: none;
border-bottom: 1px solid #eaeaea !important;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li
a {
padding: 10px 26px;
font-size: 14px;
text-align: center;
border-right: 1px solid #eaeaea;
border-bottom: 0 !important;
display: block;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li:last-child
a {
border-right: 0;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li
a
span.number {
display: none;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li
a
i {
margin-right: 5px;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li
a
i {
font-size: 16px;
margin: 0 0 2px;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li:last-child
a {
border-bottom: 0 !important;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li.current
a,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li.current:hover
a {
font-weight: 600;
color: #fff !important;
background-color: #b07aa4 !important;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
.steps
ul
li:hover
a {
color: #b07aa4 !important;
background-color: rgba(26, 156, 145, 0.05) !important;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .content {
outline: 0;
width: 70%;
margin-right: 0;
margin-left: 30%;
background: #ffffff;
min-height: 22em;
height: auto;
overflow-y: auto;
overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .content {
width: 100%;
margin-left: 0;
height: auto;
overflow: hidden;
min-height: auto;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .content
> .body {
width: 100%;
padding: 15px;
height: auto;
position: inherit;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .content
> .body
input {
background-color: #fff;
box-shadow: none;
margin-bottom: 5px;
border: 1px solid #ebebeb;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
.modal-booking-content
.section-title {
text-align: center;
margin-bottom: 35px;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
.modal-booking-content
.section-title
h4 {
font-size: 26px;
font-weight: 600;
margin-bottom: 0;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
.modal-booking-content.sw-container.tab-content
h5 {
padding-top: 10px;
font-weight: 400;
font-size: 12px;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .content
div#right-panel
p {
margin-bottom: 5px;
margin-top: 10px;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions {
width: calc(100% - 30%);
overflow: hidden;
margin: 0;
padding: 20px 15px;
box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions {
width: 100%;
padding: 20px 0 10px;
text-align: center;
background-color: #fafafa;
border-top: 1px solid #eaeaea;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> a,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> button {
outline: 0;
background-color: transparent;
border: 1px solid #b07aa4;
border-radius: 40px;
width: 160px !important;
margin-top: 10px !important;
color: #000;
text-transform: uppercase;
font-size: 14px;
line-height: initial;
height: 48px;
box-shadow: none;
font-weight: 400;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li {
margin-left: 0;
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> a,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> button {
border: 0;
width: auto !important;
margin-top: 0 !important;
padding: 10px 24px;
margin-bottom: 0;
height: 40px;
}
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li.disabled
> a,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li.disabled
> a:hover,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li.disabled
> a:focus {
background-color: rgba(176, 122, 164, 0.3);
cursor: not-allowed;
color: rgba(10, 10, 10, 0.18);
border: 1px solid rgba(176, 122, 164, 0.22);
}
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> a:focus,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> button:focus,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> a:visited,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> button:visited,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> button:hover,
#animatedModal.rnb-animated-modal
.modal-content-body
.modal-content
#rnbSmartwizard
> .actions
> ul
> li
> a:hover {
background-color: #b07aa4;
color: #fff;
}
#animatedModal.rnb-animated-modal
.rnb-step-content-wrapper
header.section-title {
background-color: rgba(176, 122, 164, 0.25);
padding: 15px 15px 12px;
text-align: left;
border-left: 4px solid #b07aa4;
margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal
.rnb-step-content-wrapper
header.section-title {
background-color: transparent;
padding: 0 0 15px;
text-align: left;
border-left: 0;
margin-bottom: 0;
}
}
#animatedModal.rnb-animated-modal
.rnb-step-content-wrapper
header.section-title
h4 {
font-family: inherit;
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
font-size: 20px;
line-height: 30px;
}
#animatedModal .rnb-step-content-wrapper header.section-title p {
font-family: inherit;
margin-bottom: 6px;
color: #717171;
font-size: 15px;
font-weight: 300;
}
#animatedModal.rnb-animated-modal .rnb-resource-checkbox-area,
#animatedModal.rnb-animated-modal .rnb-deposite-section .deposite-checkbox-area,
#animatedModal.rnb-animated-modal .person-radiobtns-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#animatedModal.rnb-animated-modal .rnb-resource-checkbox-area,
#animatedModal.rnb-animated-modal
.rnb-deposite-section
.deposite-checkbox-area,
#animatedModal.rnb-animated-modal .person-radiobtns-area {
margin-right: -10px;
margin-bottom: 15px;
}
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
border: 1px solid #868686;
margin-top: 10px;
margin-left: 15px;
padding: 20px;
z-index: 0;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #333;
text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio {
width: 100%;
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
margin: 0 0 9px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio {
width: calc(100% / 3 - 10px);
margin-right: 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox > span,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio > span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: inherit;
}
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox span.title,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio span.title {
font-weight: 600;
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox span.meta,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio span.meta {
font-weight: 400;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox.checked,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio.checked {
background-color: rgba(176, 122, 164, 0.61);
border: 1px solid rgba(176, 122, 164, 1);
color: #fff;
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox:first-child,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio:first-child {
margin-left: 0;
}
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-checkbox input,
#animatedModal.rnb-animated-modal .rnb-control.rnb-control-radio input {
visibility: hidden;
display: none !important;
}
#animatedModal.rnb-animated-modal .booking-summay ul.booking-info {
margin: 0;
padding: 0;
list-style: none !important;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto auto;
grid-template-columns: auto auto;
grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
#animatedModal.rnb-animated-modal .booking-summay ul.booking-info {
-ms-grid-columns: auto;
grid-template-columns: auto;
grid-gap: 15px;
}
}
#animatedModal.rnb-animated-modal .booking-summay ul.booking-info li span {
display: block;
}
#animatedModal.rnb-animated-modal .booking-summay ul.booking-info li span.name {
color: #333333;
font-weight: 600;
}
#animatedModal.rnb-animated-modal
.booking-summay
ul.booking-info
li
span.value {
font-weight: 400;
color: #808080;
}
#animatedModal.rnb-animated-modal .rnb-booking-summay h3.booking_cost {
margin: 0;
}
.rnbOverflow .xdsoft_datetimepicker,
.rnbOverflow select2-container {
z-index: 99999 !important;
}
.rnbOverflow
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: #34cdc0;
}
.rnbOverflow .select2-dropdown {
border: 1px solid #ebebeb;
}
.select2-dropdown {
margin-top: 32px;
}
.rnbOverflow
.select2-container--default
.select2-search--dropdown
.select2-search__field {
border: 1px solid #e2e2e2;
background-color: #fafafa;
color: #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
background-color: transparent;
}
.select2-container.select2-container--default
.select2-search--dropdown
.select2-search__field:focus {
box-shadow: none;
outline: none;
}
.rnbOverflow .pac-container {
z-index: 9999999 !important;
} .date-time-picker .pick-up-date-picker,
.date-time-picker .drop-off-date-picker {
width: 58%;
}
.date-time-picker .pick-up-time-picker,
.date-time-picker .drop-off-time-picker {
width: 38%;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 356px;
margin-right: 8px;
}
.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td {
border: 1px solid #f3f3f3 !important;
height: 40px;
font-size: 15px;
color: #303030;
text-align: center;
font-family: Lato, sans-serif;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
background: #eee !important;
color: #303030 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar {
clear: both;
padding-top: 10px;
padding-bottom: 10px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
margin-top: 10px;
}
.xdsoft_datetimepicker .xdsoft_month {
width: 120px;
text-align: right;
font-family: Lato, sans-serif;
font-weight: 700;
font-size: 18px;
}
.xdsoft_datetimepicker .xdsoft_year {
width: 100px;
margin-left: 5px;
text-align: center;
font-family: Lato, sans-serif;
font-weight: 700;
font-size: 18px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
padding: 6px 25px 6px 5px;
text-decoration: none !important;
font-size: 15px;
}
.xdsoft_datetimepicker .xdsoft_label i {
opacity: 0.5;
background-position: -88px -19px;
display: inline-block;
width: 14px;
height: 20px;
vertical-align: middle;
}
.xdsoft_datetimepicker {
padding: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
font-size: 15px;
height: 32px;
line-height: 34px;
color: #303030;
font-family: Lato, sans-serif;
font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
margin-left: 0;
width: 100px;
border: 1px solid #f3f3f3 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
margin-left: 32px;
margin-bottom: 0;
} .rnb-pricing-plan-button {
padding: 10px 0px 20px;
}
.rnb-pricing-plan-button .rnb-pricing-plan {
display: flex;
justify-content: left;
color: #303030;
font-weight: 700;
font-size: 16px;
} #pickup-modal-body {
width: 100%;
height: 100vh;
position: fixed;
top: 0%;
left: 0;
background: #fff;
z-index: 9999999;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 10px;
}
#dropoff-modal-body {
width: 100%;
height: 100vh;
position: fixed;
top: 0%;
left: 0;
background: #fff;
z-index: 9999999;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 10px;
}
#cal-close-btn {
font-size: 35px;
position: absolute;
right: 10px;
top: 0;
}
#drop-cal-close-btn {
font-size: 35px;
position: absolute;
right: 10px;
top: 0;
}
.pick-modal-title {
font-size: 20px;
margin-bottom: 20px;
font-family: Lato, sans-serif;
font-weight: 700;
}
.drop-modal-title {
font-size: 20px;
margin-bottom: 20px;
font-family: Lato, sans-serif;
font-weight: 700;
}
#cal-submit-btn {
width: 100%;
margin: 10px;
background: #b07aa4;
border-radius: 2.5rem;
margin-top: 30px;
margin-bottom: 30px;
font-size: 17px;
text-transform: uppercase;
max-width: 364px;
}
#drop-cal-submit-btn {
width: 100%;
margin: 10px;
background: #b07aa4;
border-radius: 2.5rem;
margin-top: 30px;
margin-bottom: 30px;
font-size: 17px;
text-transform: uppercase;
max-width: 364px;
}
#cal-submit-btn i,
#drop-cal-submit-btn i {
font-size: 18px;
margin-right: 10px;
}
#cal-close-btn i,
#drop-cal-close-btn i {
color: #bababa;
}
@media (max-width: 400px) {
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 300px;
}
} .mfp-close-btn-in .mfp-close {
color: #333;
margin-top: 20px;
margin-right: 20px;
}
.mfp-close-btn-in .mfp-close:hover {
background: transparent;
}
@media (max-width: 800px) {
.mfp-content .rnb-popup {
width: 90%;
}
}
@media (max-width: 767px) {
.mfp-content .rnb-popup {
padding: 50px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
margin-right: 3px;
}
}
@media (max-width: 550px) {
.mfp-close-btn-in .mfp-close {
color: #333;
margin-top: 2px;
margin-right: 3px;
}
}
@media (max-width: 480px) {
.xdsoft_datetimepicker.xdsoft_inline {
display: inline-block;
position: static;
box-shadow: none;
border: 0;
}
} .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:not(.xdsoft_current),
.xdsoft_datetimepicker
.xdsoft_time_box
> div
> div.xdsoft_disabled:not(.xdsoft_current) {
background: #dedede !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td {
border: 1px solid #e4e4e4 !important;
}
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current {
background: #989898 !important;
border: 1.5px solid #000 !important;
opacity: 0.7;
box-shadow: none;
display: flex;
justify-content: center;
align-items: center;
}
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_current:hover {
background: #eee !important;
color: #303030 !important;
border: 1.5px solid #000 !important;
opacity: 1;
box-shadow: none !important;
cursor: pointer;
}
.disabledNextOnModal {
pointer-events: none;
opacity: 0.5;
cursor: not-allowed;
}
.booking-layout-hidden {
display: none;
}
.rnb-spinner {
background: rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 32px;
z-index: 999;
}
.rnb-error-message {
background: #e43838b8;
padding: 10px;
margin-top: 20px;
margin: 0px;
list-style: none;
color: white;
}
.rnb-cart
.rnb-select-wrapper
.chosen-container.chosen-container-single
.chosen-single
b {
top: 0;
} .price-showing {
margin-bottom: 20px;
}
.price-showing .notice {
position: relative;
width: 100%;
height: 100%;
background: #ddd;
display: block;
}
.item-pricing h5 {
font-size: 13px !important;
margin: 5px 0 !important;
padding-bottom: 10px;
}
.price-showing .back {
background-color: #f3f3f3;
padding: 10px;
cursor: pointer;
}
.price-showing .notice h3 {
line-height: 190px;
margin: 0;
cursor: pointer;
}
.price-showing .item-pricing hr {
margin: 1.2em 0 0.5em;
}
.price-showing .item-pricing .rnb-pricing-wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
}
.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan {
width: 50%;
box-sizing: border-box;
padding-right: 10px;
margin-bottom: 10px;
}
.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span {
font-size: 12px;
}
.booking-pricing-info ul {
list-style: none;
padding-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-right: 10px;
}
.booking-pricing-info ul li {
padding: 10px 0;
border-bottom: 1px solid #e8e1e13d;
}
.booking-pricing-info ul li.total {
padding: 10px 0;
font-weight: bold;
border-bottom: none;
}
.booking-pricing-info ul li span.price {
float: right;
}
.person-warning span {
display: block;
padding: 5px 0 5px 10px;
border-left: 5px solid red;
background: #fbf1f1;
}
input[type='checkbox'][readonly] {
pointer-events: none;
} .custom-block input[type='checkbox']:checked + span:before {
opacity: 1;
font-size: 11px;
}
.quantity .qty {
height: 30px;
background: #fff !important;
border: 1px solid #ebebeb;
box-shadow: none !important;
font-size: 13px;
padding-right: 0 !important;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
opacity: 1;
margin: 0 5px;
}
.single-product .quantity input.qty {
width: 70px !important;
}
.quantity .qty::-moz-outer-spin-button,
.quantity .qty::-moz-inner-spin-button {
opacity: 1;
margin: 0 5px;
}
.categories-attr .custom-block {
padding-right: 15px;
}
.inventory-qty-next {
position: absolute;
opacity: 0;
}
.additional-person .chosen-single {
height: 38px;
background: #fff;
border: 1px solid #ebebeb;
box-shadow: none !important;
font-size: 13px;
padding: 8px 10px;
line-height: 1.5;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
max-height: 15em;
overflow-y: auto;
}
.chosen-container-single .chosen-single div b {
background-position-y: 9px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position-y: 9px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background-image: none;
}
.chosen-container-single .chosen-search {
padding-left: 10px;
padding-right: 10px;
}
.chosen-container-single .chosen-search input[type='text'] {
padding: 8px 10px;
background: none !important;
border: 1px solid #c4c4c4;
box-shadow: none;
}
.chosen-container .chosen-results {
padding: 8px 0 0 0;
margin-right: 0;
margin-bottom: 0;
}
.chosen-container .chosen-results li {
padding: 7px 10px;
}
.chosen-container .chosen-results li.highlighted {
background-image: none;
background-color: #b07aa4;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border-color: #ebebeb;
background-image: none;
box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15) !important;
}
.chosen-container .chosen-drop {
border-color: #ebebeb;
box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.chosen-container-single .chosen-drop {
border-radius: 0;
}
.additional-person .chosen-container.chosen-container-single {
border: 0 !important;
}
.redq-pick-up-location h5,
.redq-drop-off-location h5,
.date-time-picker h5,
.date-time-picker h5,
.additional-person h5,
.redq-quantity h5,
#animatedModal .redq-pick-up-location h5,
#animatedModal .redq-drop-off-location h5,
#animatedModal .date-time-picker h5,
#animatedModal .date-time-picker h5,
.payable-categories h5,
.payable-security_deposites h5 {
padding-top: 0;
color: #777;
font-size: 15px;
}
.rnb-cart h5.error {
color: red;
}
.rnb-component-wrapper {
margin-bottom: 30px;
}
.xdsoft_datetimepicker
.xdsoft_time_box
> div
> div.xdsoft_disabled:not(.xdsoft_current) {
cursor: not-allowed;
}
.xdsoft_datetimepicker
.xdsoft_timepicker
.xdsoft_time_box
> div
> div.xdsoft_disabled:hover {
background: #dedede !important;
}
.redq-quantity input {
height: 38px;
background: #fff;
border: 1px solid #ebebeb;
box-shadow: none;
font-size: 13px;
padding: 8px 10px;
}
.redq-quantity input:focus {
background: #fff !important;
}
.booking-pricing-info ul {
margin: 0;
}
.booking-pricing-info ul li {
border-color: #ebebeb;
font-size: 14px;
color: #333;
}
.booking-pricing-info ul li:last-child {
border: 0;
}
.rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
background-color: #f8f7f7;
color: #777;
padding: 8px 20px;
font-size: 16px;
font-weight: 600;
}
.rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link:focus {
outline: none;
}
.rnb-pricing-plan-link i {
transition: 0.15s ease-in-out;
}
.rnb-pricing-plan-link.active i {
transform: rotate(180deg);
}
.item-pricing h5 {
font-size: 14px !important;
margin: 0 0 5px 0 !important;
padding-bottom: 0px;
}
.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span,
.price-showing .item-pricing .hourly-general {
font-size: 13px;
font-weight: 600;
}
.item-pricing .hourly-general {
margin-bottom: 0;
}
.rnb-pricing-plan-button {
padding: 10px 0px 0px;
}
.price-showing {
background-color: #f8f7f7;
padding: 10px 20px 15px 20px;
}
.cart.rnb-cart {
margin-top: 30px;
}
.grand_total {
font-weight: 600;
}
.additional_adults_info,
.additional_childs_info {
width: 100%;
height: 38px;
background-color: #fff;
border: 1px solid #ebebeb;
box-shadow: none;
font-size: 13px;
padding: 8px 10px;
position: relative;
-webkit-appearance: none;
background: url(//autogenevois.fr/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen-sprite.png) no-repeat calc(100% + 33px) 8px;
}
.custom-block input[type='checkbox'] + span:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #fff;
opacity: 1;
top: 3px !important;
left: 1px !important;
border: 0;
transition: 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
z-index: 9;
}
.custom-block input[type='checkbox']:checked + span:before {
content: '';
left: 15px !important;
}
.custom-block span:after {
background-color: #c4c4c4;
width: 32px;
height: 18px;
border-radius: 6rem;
display: block;
border: 0;
transition: 0.2s ease-in-out;
}
.custom-block {
padding-left: 40px;
cursor: pointer;
}
.custom-block .pull-right {
float: right;
}
.rnb-rfq-success.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.rnb-rfq-success.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.selection-form-selects,
.selection-form__wrapper {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr
}
#map-fix,
.widget.block_content.widget_mod-a.pixad-filter.pixba-radius-search,
.widget_search_car.widget.block_content.widget_mod-a,
html.swipebox-html.swipebox-touch {
overflow: hidden !important
}
.fad .wpb_wrapper:hover .kswr-icon-ic i,
body.theme-autozone .fad .vc_column-inner .wpb_wrapper:hover .kswr-heading-title.kswr-shortcode-element.tmpl-title-font {
-webkit-text-fill-color: #fff !important;
color: #fff !important
}
body.theme-autozone .woocommerce table.shop_table,
table {
border-collapse: collapse
}
.dokan-store-info li svg,
.dokan-store-info li svg * {
fill: #d01818 !important;
stroke: #d01818 !important
}
.fl-login-sub-menu,
.flexslider .slides:after,
.invisible,
.swiper-slide-invisible-blank {
visibility: hidden
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.dropdown-toggle:focus,
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover,
.jelect-current:focus,
.jelect:focus,
.navbar-toggle:focus,
.open > a,
a:active,
a:hover,
div.pp_pic_holder a:focus {
outline: 0
}
#dokan-form-contact-seller li,
#filter li,
.breadcrumb,
.carousel-indicators,
.dokan-category-menu li,
.dropdown-menu,
.list-inline,
.list-unstyled,
.media-list,
.nav,
.pager,
.pwb-filter-products li {
list-style: none
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
height: 13px
}
div.pp_default .pp_top .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
padding-right: 13px
}
div.pp_default .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
cursor: pointer
}
div.pp_default .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
cursor: pointer
}
div.pp_default .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
cursor: pointer;
width: 28px;
height: 28px
}
div.pp_default .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
cursor: pointer
}
div.pp_default .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
cursor: pointer;
width: 28px;
height: 28px
}
div.pp_default .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
cursor: pointer
}
div.pp_default .pp_close {
width: 30px;
height: 30px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
cursor: pointer
}
div.pp_default .pp_gallery ul li a {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
border: 1px solid #aaa
}
div.pp_default .pp_social {
margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
position: static;
left: auto
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
height: 30px;
width: 30px
}
div.pp_default .pp_nav .pp_pause {
background-position: -51px -29px
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
height: 20px;
width: 20px;
margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
left: 52px;
background-position: -82px -3px
}
.alert > p + p,
.btn-block + .btn-block,
div.pp_default .pp_content_container .pp_details {
margin-top: 5px
}
div.pp_default .pp_nav {
clear: none;
height: 30px;
width: 110px;
position: relative
}
div.dark_rounded .pp_close,
div.dark_square .pp_close,
div.light_rounded .pp_close,
div.light_square .pp_close {
width: 75px;
height: 22px;
cursor: pointer
}
div.pp_default .pp_nav .currentTextHolder {
font-family: Georgia;
font-style: italic;
color: #999;
font-size: 11px;
left: 75px;
line-height: 25px;
position: absolute;
top: 2px;
margin: 0;
padding: 0 0 0 10px
}
div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline,
mark {
color: #000
}
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
opacity: .7
}
div.pp_default .pp_description {
font-size: 11px;
font-weight: 700;
line-height: 14px;
margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_rounded .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_rounded .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_rounded .pp_close {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat
}
div.light_rounded .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_nav .pp_pause {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_rounded .pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_rounded .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_rounded .pp_close {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat
}
div.dark_rounded .pp_description {
margin-right: 85px;
color: #fff
}
div.dark_rounded .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_rounded .pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.pp_overlay {
background: #000
}
div.dark_square .pp_description {
color: #fff;
margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.dark_square .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.dark_square .pp_close {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat
}
div.dark_square .pp_nav {
clear: none
}
div.dark_square .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_nav .pp_pause {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.dark_square .pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.dark_square .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.light_square .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.light_square .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.light_square .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.light_square .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.light_square .pp_close {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat
}
div.light_square .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_nav .pp_pause {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px
}
div.light_square .pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
cursor: pointer
}
div.light_square .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.facebook .pp_top .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
cursor: pointer
}
div.facebook .pp_expand:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
cursor: pointer
}
div.facebook .pp_contract {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
cursor: pointer
}
div.facebook .pp_contract:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
cursor: pointer
}
div.facebook .pp_close {
width: 22px;
height: 22px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
cursor: pointer
}
div.facebook .pp_description {
margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_previous.disabled {
background-position: 0 -96px;
cursor: default
}
div.facebook .pp_arrow_next {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
height: 22px;
margin-top: 0;
width: 22px
}
div.facebook .pp_arrow_next.disabled {
background-position: -32px -96px;
cursor: default
}
.btn-filter.wrap__btn-skew-r.js-filter,
.car-details .form-contact,
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio],
.media:first-child,
div.facebook .pp_nav,
dl,
ol,
ul {
margin-top: 0
}
div.facebook .pp_nav p {
font-size: 15px;
padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_nav .pp_pause {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
height: 22px;
width: 22px
}
div.facebook .pp_next:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
cursor: pointer
}
div.facebook .pp_previous:hover {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
cursor: pointer
}
div.facebook .pp_bottom .pp_left {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
.activity-content .youzify-wall-embed.youzify-wall-embed-user,
.block_text_repeater,
.checkout.woocommerce-checkout,
.dokan-single-store,
.elementor-default #single-pixad-autos-modal .modal-content,
.elementor-default #single-pixad-extra-modal .modal-content,
.form-book-taxi + .wpcf7-response-output,
.noUi-handle,
.pmpro_checkout-fields,
.post_mod-a .entry-main,
.woocommerce td,
.woocommerce th,
body.theme-autozone #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer,
body.theme-autozone .entry-main_mod-a,
body.theme-autozone.woocommerce #reviews #comments ol.commentlist li .comment-text,
div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
background: #fff
}
div.pp_overlay {
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9500
}
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 10000
}
.pp_content {
height: 40px;
min-width: 40px
}
* html .pp_content {
width: 40px
}
.pp_content_container {
position: relative;
text-align: left;
width: 100%
}
.coupon,
.pp_content_container .pp_left,
.tm_booking_cart_extra,
.variation-Vendor,
img.pull-right {
padding-left: 20px
}
.pp_content_container .pp_right,
img.pull-left {
padding-right: 20px
}
.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px
}
.pp_description {
display: none;
margin: 0
}
.pp_social {
float: left;
margin: 0
}
.pp_social .facebook {
float: left;
margin-left: 5px;
width: 55px;
overflow: hidden
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu,
.header-contacts,
.list-progress__item .list-progress__inner,
.list-staff__item:nth-child(odd) .list-staff__media,
.nav-pills > li,
.owl-carousel .owl-item,
.pager .previous > a,
.pager .previous > span,
.post_mod-a.zigzag-disable .about-autor__img,
.post_mod-a.zigzag-disable .entry-media,
.pp_social .twitter,
.tmpl-slide-price-left,
a.pp_previous {
float: left
}
.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0
}
.pp_nav p {
float: left;
margin: 2px 4px
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
float: left;
margin-right: 4px;
text-indent: -10000px
}
a.pp_arrow_next,
a.pp_arrow_previous {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px
}
.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000
}
.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000
}
.pp_gallery div {
float: left;
overflow: hidden;
position: relative
}
.pp_gallery ul {
float: left;
height: 35px;
position: relative;
margin: 0 0 0 5px;
padding: 0
}
.pp_gallery ul a {
border: 1px solid rgb(0 0 0 / .5);
display: block;
float: left;
height: 33px;
overflow: hidden
}
.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table,
.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table td,
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.pp_gallery ul a img,
.woocommerce-table.woocommerce-table--order-details.shop_table order_details .available_extra_wrap,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li,
hr,
img {
border: 0
}
.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0
}
.pp_gallery li.default a {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
display: block;
height: 33px;
width: 50px
}
a.pp_next,
a.pp_previous {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
display: block;
height: 100%;
width: 49%;
text-indent: -10000px
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
margin-top: 7px !important
}
.close,
.hsearch_style_2.vc-auto-search #slider-engine_max,
.hsearch_style_2.vc-auto-search #slider-mileage_max,
.hsearch_style_2.vc-auto-search #slider-year_max,
.list-group-item > .badge,
.pager .next > a,
.pager .next > span,
.tmpl-slide-price-right,
a.pp_next {
float: right
}
a.pp_contract,
a.pp_expand {
cursor: pointer;
display: none;
height: 20px;
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000
}
.pp_loaderIcon,
a.pp_close {
display: block;
position: absolute
}
a.pp_close {
right: 0;
top: 0;
line-height: 22px;
text-indent: -10000px
}
.pp_loaderIcon {
height: 24px;
left: 50%;
top: 50%;
width: 24px;
margin: -12px 0 0 -12px
}
#pixad-listing.grid .auto-sale-price del,
.badge:empty,
.collapse,
.custom-post-item.custom-post-padding .cpi-date-wrapper,
.custom-post-item.custom-post-padding .cpi-link-more,
.label:empty,
.layout-theme[data-header=nosticky] .header.sticky .top-bar,
.modal-dialog .extra_service_category,
.modal-dialog .extra_service_category_descr,
.modal-dialog .extra_service_category_icon,
.no-csstransitions .cd-product-viewer-handle .fill,
.pp_fade,
.pp_gallery li.default a img,
.rtd ul:not([class]) li ol li:before,
.sidebar .widget_mc4wp_form_widget .btn,
.slider-grid__inner_mod-b .slider-grid__price del,
.swipebox-no-close-button #swipebox-close,
.tmpl-plugins-not-activated .header-cart,
.woocommerce-MyAccount-navigation ul li:before,
[hidden],
body.theme-autozone .vc-auto-search #slider-price_min + span,
div.ppt,
template {
display: none
}
#pp_full_res {
line-height: 1 !important
}
#pp_full_res .pp_inline p {
margin: 0 0 15px
}
div.ppt {
color: #fff;
font-size: 17px;
z-index: 9999;
margin: 0 0 5px 15px
}
.card,
.decor-3,
.elementor .list-services:hover,
.navbar-inverse .navbar-toggle .icon-bar,
.page-content-white,
.page-template-page-white .layout-theme,
.post-btn,
.selection-form-transparent .jelect-current,
.selection__form.selection-form-transparent .select_mod-a input[type=text],
.sidebar,
body.page-template-page-home,
body.page-template-page-home [data-canvas=container],
body.theme-autozone .premium-blog-post-container .premium-blog-content-wrapper,
body.theme-autozone .youzify-main-column .woo_table_details_show.open td,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #add_payment_method #payment div.payment_box,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment div.payment_box,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table,
div.light_rounded .pp_content,
div.pp_default .pp_content {
background-color: #fff
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
border-color: #fff
}
#filter li a,
.bg-inner,
.bg_inner,
.block-title,
.border-section-top,
.btn-effect,
.card__img,
.carousel,
.carousel-inner,
.collapsing,
.decor-2,
.decor-2 .icon,
.dropdown,
.dropup,
.entry-main,
.glyphicon,
.has-feedback,
.input-group,
.input-group-btn,
.input-group-btn > .btn,
.logged-in,
.map,
.nav > li,
.nav > li > a,
.navbar,
.navbar .navbar-nav > li > a,
.noUi-handle,
.owl-carousel .item,
.pix-dynamic-content,
.pixad-features-upload .pixad-body-icon,
.pixad-features-upload .pixad-body-image,
.post,
.post .entry-media,
.reviews,
.rtd,
.section-bg,
.section_default,
.section_map,
.section_mod-a,
.sidebar label,
.vc-auto-search .select_mod-a,
.widget.widget_search .wp-block-search__inside-wrapper,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details,
sub,
sup {
position: relative
}
div.light_rounded .pp_description,
div.light_square .pp_description {
margin-right: 85px
}
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
margin-top: 12px !important
}
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default
}
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
color: #c4c4c4
}
.breadcrumb > .active,
.btn-primary:hover,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link:hover,
.text-white *,
body.theme-autozone .comment-reply .btn:hover,
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
color: #fff
}
.pp_bottom,
.pp_top {
height: 20px;
position: relative
}
* html .pp_bottom,
* html .pp_top,
.description_text_repeater {
padding: 0 20px
}
.pp_bottom .pp_left,
.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px
}
.pp_bottom .pp_middle,
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px
}
* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
left: 0;
position: static
}
.pp_bottom .pp_right,
.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel,
.owl-carousel .owl-wrapper {
display: none;
position: relative
}
.owl-carousel {
width: 100%;
-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
-ms-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
#filter li a,
#templines_update_profile,
.car-booking a,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.owl-controls .owl-buttons div,
.owl-controls .owl-page,
.templines_send,
.wrap-nav-tabs .nav-tabs > li > a,
[role=button] {
cursor: pointer
}
.owl-controls {
-khtml-user-select: none;
user-select: none
}
#swipebox-overlay,
.btn,
.jelect,
.noUi-target,
.noUi-target * {
-webkit-user-select: none;
-moz-user-select: none
}
#swipebox-overlay,
.btn,
.noUi-target,
.noUi-target * {
-ms-user-select: none
}
.btn,
.jelect {
user-select: none
}
.grabbing {
cursor: url(//autogenevois.fr/wp-content/themes/autozone/assets/grabbing.png) 8 8, move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.owl-theme_mod-a .owl-controls {
text-align: center;
top: -120px;
right: 0
}
.owl-theme .owl-controls .owl-buttons div {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
margin-right: 3px;
vertical-align: middle;
color: #aaa;
transition: .3s;
border: 2px solid #eee
}
.owl-theme .owl-controls .owl-buttons .owl-next:after,
.owl-theme .owl-controls .owl-buttons .owl-next:before {
right: -4px
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
left: -4px
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
top: 0;
transform: skewX(20deg)
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
bottom: 0;
transform: skewX(-20deg)
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
bottom: 0;
transform: skewX(20deg)
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after {
top: 0;
transform: skewX(-20deg)
}
.owl-theme .owl-controls .owl-buttons div:hover,
.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-theme .owl-controls .owl-buttons div:hover:before {
color: #9f9f9f;
border-color: #9f9f9f
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none
}
.owl-theme .owl-controls .owl-buttons div i {
display: inline-block;
padding-top: 2px;
font-style: normal
}
.owl-theme .owl-controls .owl-buttons .owl-next i:after,
.owl-theme .owl-controls .owl-buttons .owl-prev i:after {
font-family: FontAwesome;
font-size: 15px
}
.owl-theme .owl-controls .owl-buttons .owl-prev i:after {
content: "\f104"
}
.owl-theme .owl-controls .owl-buttons .owl-next i:after {
content: "\f105"
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
padding-left: 3px;
padding-right: 3px
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 8px;
height: 8px;
margin: 5px 3px;
border: 1px solid #eee;
transition: .3s;
transform: rotate(45deg)
}
.btn-default,
.btn-primary,
.btn-success,
.elementor-button {
transform: skewX(-17deg)
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
background-color: #fff;
border-color: #eee
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #fff;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px
}
.owl-item.loading {
min-height: 150px;
background: url(//autogenevois.fr/wp-content/themes/autozone/assets/AjaxLoader.gif) center center no-repeat
}
.owl-theme_mod-c .owl-controls {
right: 0;
bottom: -65px
}
.owl-theme_mod-c .owl-controls .owl-page span {
border-color: #999
}
.owl-theme_mod-d .owl-controls {
width: 100%;
text-align: center;
bottom: -27px
}
.owl-theme_mod-d .owl-controls .owl-page span {
border-color: #ccc
}
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-ms-touch-action: none;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-base {
width: 100%;
height: 100%;
position: relative
}
.noUi-handle {
z-index: 1;
border-radius: 50%;
border: 1px solid #eee
}
.bg-inner,
.noUi-stacking .noUi-handle,
.waer .vc_column_container {
z-index: 10
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left .3s, top .3s;
transition: left .3s, top .3s
}
.noUi-state-drag * {
cursor: inherit !important
}
.noUi-horizontal {
height: 10px;
margin-bottom: 24px;
margin-top: 40px
}
.noUi-horizontal .noUi-handle {
height: 18px;
left: -7px;
top: -6px;
width: 18px;
cursor: pointer
}
.noUi-horizontal .noUi-handle:after {
position: absolute;
width: 8px;
height: 8px;
left: 4px;
content: '';
display: block;
top: 4px;
background-color: #999;
border-radius: 50%
}
.noUi-horizontal.noUi-extended,
.panel-body {
padding: 0 15px
}
.noUi-horizontal.noUi-extended .noUi-origin {
right: -15px
}
.noUi-vertical {
width: 18px
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px
}
.noUi-vertical.noUi-extended {
padding: 15px 0
}
.noUi-vertical.noUi-extended .noUi-origin,
body.theme-autozone .yamm > li:before {
bottom: -15px
}
.noUi-background {
background: #fafafa
}
.noUi-origin + .noUi-origin {
border: 0;
background: #f5f5f5
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
-webkit-transition: background 450ms;
transition: background 450ms;
border-radius: 2px
}
.noUi-target {
border: 1px solid #eee;
background: #f5f5f5
}
.noUi-dragable {
cursor: w-resize
}
.noUi-vertical .noUi-dragable {
cursor: n-resize
}
.noUi-handle,
button[disabled],
html input[disabled] {
cursor: default
}
.noUi-active {
box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
.noUi-handle:after {
left: 9px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px
}
.footer .border-section-top:after,
.footer .border-section-top:before,
.noUi-vertical .noUi-handle:after {
top: 17px
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
background: #b8b8b8
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.form-control[disabled],
.radio-inline.disabled,
.radio.disabled label,
[disabled] .noUi-handle,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
cursor: not-allowed
}
.tooltip {
border: 1px solid #d9d9d9;
font: 400 12px/12px Arial;
border-radius: 3px;
background: #fff;
top: -43px;
padding: 5px;
left: -9px;
width: 50px
}
.tooltip strong {
display: block;
padding: 2px
}
#filter {
padding-left: 0;
margin-bottom: 50px
}
#filter li {
display: inline-block;
margin-bottom: 0
}
#filter li a {
display: block;
margin-right: -3px;
transition: .3s
}
#filter li a.current,
#filter li a:focus,
#filter li a:hover,
.about-autor__social a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.list-categories__link:hover,
.list-descriptions dt:hover,
.list-staff__social > li > a:hover,
.list-tags__link:hover,
.list-type__link:hover,
.nav-custom-info .striped-icon-nav a:hover,
.nav-custom-info .striped-icon-nav:hover span,
.nav > li > a:focus,
.nav > li > a:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.post-btn:hover,
.social-block:hover,
.social-block__list > li > a:hover,
.social-links > li > a:hover,
.woocommerce ins,
a,
body.theme-autozone .wc-item-meta li a:hover {
text-decoration: none
}
.title-action a {
color: #fff !important;
border-color: #526aff !important;
background: #526aff !important
}
.isotope-skin2 .isotope-item {
width: 31.18%;
margin: 1%
}
.isotope-item {
width: 24.9%;
z-index: 2
}
.isotope-item img {
max-width: 100%;
height: auto
}
.autos-carousel:hover i.fa-angle-left,
.autos-carousel:hover i.fa-angle-right,
.fade.in,
.flex-control-thumbs img:hover,
.flex-pauseplay a:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover,
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.footer .social-links > li > a:hover,
.isotope-item:hover .slide-desc,
.km-teammate-container[data-style=style1]:hover .km-teammate-img:before,
.km-teammate-container[data-style=style1]:hover .km-teammate-info,
.km-teammate-container[data-style=style3]:hover .km-teammate-soc,
.list-staff__item:hover .list-staff__social,
.post_mod-a:hover .post-hover,
.slider-gallery__hover:hover,
.slider-grid__inner:hover .slider-grid__hover,
.slider_thumb .swiper-slide-thumb-active .scale-image-box,
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after,
.switcher-list li.active img,
.switcher-list li:hover img,
.youzify_profile_link:hover .members-info_top,
body.theme-autozone .slider1 .swiper-pagination-bullet {
opacity: 1
}
.isotope-item .slide-desc {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 20px;
color: #fff;
background: rgb(0 0 0 / .6);
opacity: 0;
overflow: hidden;
z-index: 9999;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
text-align: center
}
.isotope-item .slide-desc table,
.isotope-item .slide-desc td {
width: 100%;
height: 100%;
border: none;
background: 0 0
}
.isotope-hidden.isotope-item {
z-index: 1;
pointer-events: none
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: .8s;
-moz-transition-duration: .8s;
-ms-transition-duration: .8s;
-o-transition-duration: .8s;
transition-duration: .8s
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s
}
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%
}
.br,
.btn-block,
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev,
.checkbox,
.collapse.in,
.decor-1:after,
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-login_form,
.fl-login-sub-menu .fl-login-form-entry.register .fl-register-sub-menu,
.jelect-options_state_active,
.media-object,
.nav-custom-info:hover .header_type5_block1_content,
.nav > li,
.nav > li > a,
.navbar-brand > img,
.no-js .flexslider .slides > li:first-child,
.open > .dropdown-menu,
.radio,
.tab-content > .active,
.thumbnail,
.ui-btn_wrap,
.vc_row-overlay:after,
.widget_product_categories .current-cat .children,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-about_me,
article,
aside,
body.theme-autozone .jelect-options_state_active,
body.theme-autozone .main-slider,
details,
figcaption,
figure,
footer,
header,
hgroup,
html[xmlns] .flexslider .slides,
img[class*=wp-image-],
input[type=file],
input[type=range],
main,
menu,
nav,
output,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
.accordion .panel .icon,
.accordion .panel-heading .collapsed .btn-collapse,
a,
pre code,
table {
background-color: #fff0
}
.alert .alert-link,
.close,
.panel-title,
.ui-title-block,
.ui-title-page,
b,
dt,
kbd kbd,
label,
optgroup,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
margin: .67em 0
}
mark {
background: #ff0
}
sub,
sup {
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
.jelect,
.media-middle,
img {
vertical-align: middle
}
.block-title,
.btn-effect,
.embed-responsive,
.footer,
.home-template,
.modal,
.modal-content,
.modal-open,
.progress,
.tab-content .data-list-descriptions,
.ui-btn_wrap,
.widget-selecr-contact,
.widget_search.widget.block_content #search-global-form,
svg:not(:root) {
overflow: hidden
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre,
textarea {
overflow: auto
}
code,
kbd,
pre,
samp {
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
.mfp-iframe-scaler,
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
table {
border-spacing: 0
}
#pixad-listing.list .card__desc_wrap .card__description > p,
.fl-author-information,
.fl-form-body.modal-body,
.pixad-form-horizontal,
.tab-content .widget,
body.theme-autozone .customer-favourites .widget,
body.theme-autozone .dokan-btn-round[class],
body.theme-autozone .youzify-global-wall .youzify-page-main-content,
body.theme-autozone .youzify-membership-page-box,
td,
th {
padding: 0
}
@media print {
blockquote,
img,
pre,
tr {
page-break-inside: avoid
}
*,
:after,
:before {
background: 0 0 !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " ("attr(href) ")"
}
abbr[title]:after {
content: " ("attr(title) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
border: 1px solid #999
}
thead {
display: table-header-group
}
img {
max-width: 100% !important
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
.navbar {
display: none
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse !important
}
.table td,
.table th {
background-color: #fff !important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd !important
}
}
.img-thumbnail,
.table .table,
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.templines_account_wrap input[type=email],
.templines_account_wrap input[type=password],
.templines_account_wrap input[type=tel],
.templines_account_wrap input[type=text],
.templines_account_wrap select,
.templines_account_wrap textarea,
body,
body.theme-autozone [data-canvas=container],
pre {
background-color: #f5f5f5
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.eot);
src: url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//autogenevois.fr/wp-content/themes/autozone/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.img-thumbnail,
body,
dd,
dt {
line-height: 1.42857143
}
.glyphicon-asterisk:before {
content: "\2a"
}
.glyphicon-plus:before {
content: "\2b"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
content: "\20ac"
}
.glyphicon-minus:before {
content: "\2212"
}
.glyphicon-cloud:before {
content: "\2601"
}
.glyphicon-envelope:before {
content: "\2709"
}
.glyphicon-pencil:before {
content: "\270f"
}
.glyphicon-glass:before {
content: "\e001"
}
.glyphicon-music:before {
content: "\e002"
}
.glyphicon-search:before {
content: "\e003"
}
.glyphicon-heart:before {
content: "\e005"
}
.glyphicon-star:before {
content: "\e006"
}
.glyphicon-star-empty:before {
content: "\e007"
}
.glyphicon-user:before {
content: "\e008"
}
.glyphicon-film:before {
content: "\e009"
}
.glyphicon-th-large:before {
content: "\e010"
}
.glyphicon-th:before {
content: "\e011"
}
.glyphicon-th-list:before {
content: "\e012"
}
.glyphicon-ok:before {
content: "\e013"
}
.glyphicon-remove:before {
content: "\e014"
}
.glyphicon-zoom-in:before {
content: "\e015"
}
.glyphicon-zoom-out:before {
content: "\e016"
}
.glyphicon-off:before {
content: "\e017"
}
.glyphicon-signal:before {
content: "\e018"
}
.glyphicon-cog:before {
content: "\e019"
}
.glyphicon-trash:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
p.stars:hover a:before {
content: "\e020"
}
.glyphicon-home:before,
.main-content p.stars a:hover ~ a:before,
p.stars a:before,
p.stars.selected a.active ~ a:before {
content: "\e021"
}
.glyphicon-file:before {
content: "\e022"
}
.glyphicon-time:before {
content: "\e023"
}
.glyphicon-road:before {
content: "\e024"
}
.glyphicon-download-alt:before {
content: "\e025"
}
.glyphicon-download:before {
content: "\e026"
}
.glyphicon-upload:before {
content: "\e027"
}
.glyphicon-inbox:before {
content: "\e028"
}
.glyphicon-play-circle:before {
content: "\e029"
}
.glyphicon-repeat:before {
content: "\e030"
}
.glyphicon-refresh:before {
content: "\e031"
}
.glyphicon-list-alt:before {
content: "\e032"
}
.glyphicon-lock:before {
content: "\e033"
}
.glyphicon-flag:before {
content: "\e034"
}
.glyphicon-headphones:before {
content: "\e035"
}
.glyphicon-volume-off:before {
content: "\e036"
}
.glyphicon-volume-down:before {
content: "\e037"
}
.glyphicon-volume-up:before {
content: "\e038"
}
.glyphicon-qrcode:before {
content: "\e039"
}
.glyphicon-barcode:before {
content: "\e040"
}
.glyphicon-tag:before {
content: "\e041"
}
.glyphicon-tags:before {
content: "\e042"
}
.glyphicon-book:before {
content: "\e043"
}
.glyphicon-bookmark:before {
content: "\e044"
}
.glyphicon-print:before {
content: "\e045"
}
.glyphicon-camera:before {
content: "\e046"
}
.glyphicon-font:before {
content: "\e047"
}
.glyphicon-bold:before {
content: "\e048"
}
.glyphicon-italic:before {
content: "\e049"
}
.glyphicon-text-height:before {
content: "\e050"
}
.glyphicon-text-width:before {
content: "\e051"
}
.glyphicon-align-left:before {
content: "\e052"
}
.glyphicon-align-center:before {
content: "\e053"
}
.glyphicon-align-right:before {
content: "\e054"
}
.glyphicon-align-justify:before {
content: "\e055"
}
.glyphicon-list:before {
content: "\e056"
}
.glyphicon-indent-left:before {
content: "\e057"
}
.glyphicon-indent-right:before {
content: "\e058"
}
.glyphicon-facetime-video:before {
content: "\e059"
}
.glyphicon-picture:before {
content: "\e060"
}
.glyphicon-map-marker:before {
content: "\e062"
}
.glyphicon-adjust:before {
content: "\e063"
}
.glyphicon-tint:before {
content: "\e064"
}
.glyphicon-edit:before {
content: "\e065"
}
.glyphicon-share:before {
content: "\e066"
}
.glyphicon-check:before {
content: "\e067"
}
.glyphicon-move:before {
content: "\e068"
}
.glyphicon-step-backward:before {
content: "\e069"
}
.glyphicon-fast-backward:before {
content: "\e070"
}
.glyphicon-backward:before {
content: "\e071"
}
.glyphicon-play:before {
content: "\e072"
}
.glyphicon-pause:before {
content: "\e073"
}
.glyphicon-stop:before {
content: "\e074"
}
.glyphicon-forward:before {
content: "\e075"
}
.glyphicon-fast-forward:before {
content: "\e076"
}
.glyphicon-step-forward:before {
content: "\e077"
}
.glyphicon-eject:before {
content: "\e078"
}
.glyphicon-chevron-left:before {
content: "\e079"
}
.glyphicon-chevron-right:before {
content: "\e080"
}
.glyphicon-plus-sign:before {
content: "\e081"
}
.glyphicon-minus-sign:before {
content: "\e082"
}
.glyphicon-remove-sign:before {
content: "\e083"
}
.glyphicon-ok-sign:before {
content: "\e084"
}
.glyphicon-question-sign:before {
content: "\e085"
}
.glyphicon-info-sign:before {
content: "\e086"
}
.glyphicon-screenshot:before {
content: "\e087"
}
.glyphicon-remove-circle:before {
content: "\e088"
}
.glyphicon-ok-circle:before {
content: "\e089"
}
.glyphicon-ban-circle:before {
content: "\e090"
}
.glyphicon-arrow-left:before {
content: "\e091"
}
.glyphicon-arrow-right:before {
content: "\e092"
}
.glyphicon-arrow-up:before {
content: "\e093"
}
.glyphicon-arrow-down:before {
content: "\e094"
}
.glyphicon-share-alt:before {
content: "\e095"
}
.glyphicon-resize-full:before {
content: "\e096"
}
.glyphicon-resize-small:before {
content: "\e097"
}
.glyphicon-exclamation-sign:before {
content: "\e101"
}
.glyphicon-gift:before {
content: "\e102"
}
.glyphicon-leaf:before {
content: "\e103"
}
.glyphicon-fire:before {
content: "\e104"
}
.glyphicon-eye-open:before {
content: "\e105"
}
.glyphicon-eye-close:before {
content: "\e106"
}
.glyphicon-warning-sign:before {
content: "\e107"
}
.glyphicon-plane:before {
content: "\e108"
}
.glyphicon-calendar:before {
content: "\e109"
}
.glyphicon-random:before {
content: "\e110"
}
.glyphicon-comment:before {
content: "\e111"
}
.glyphicon-magnet:before {
content: "\e112"
}
.glyphicon-chevron-up:before {
content: "\e113"
}
.glyphicon-chevron-down:before {
content: "\e114"
}
.glyphicon-retweet:before {
content: "\e115"
}
.glyphicon-shopping-cart:before {
content: "\e116"
}
.glyphicon-folder-close:before {
content: "\e117"
}
.glyphicon-folder-open:before {
content: "\e118"
}
.glyphicon-resize-vertical:before {
content: "\e119"
}
.glyphicon-resize-horizontal:before {
content: "\e120"
}
.glyphicon-hdd:before {
content: "\e121"
}
.glyphicon-bullhorn:before {
content: "\e122"
}
.glyphicon-bell:before {
content: "\e123"
}
.glyphicon-certificate:before {
content: "\e124"
}
.glyphicon-thumbs-up:before {
content: "\e125"
}
.glyphicon-thumbs-down:before {
content: "\e126"
}
.glyphicon-hand-right:before {
content: "\e127"
}
.glyphicon-hand-left:before {
content: "\e128"
}
.glyphicon-hand-up:before {
content: "\e129"
}
.glyphicon-hand-down:before {
content: "\e130"
}
.glyphicon-circle-arrow-right:before {
content: "\e131"
}
.glyphicon-circle-arrow-left:before {
content: "\e132"
}
.glyphicon-circle-arrow-up:before {
content: "\e133"
}
.glyphicon-circle-arrow-down:before {
content: "\e134"
}
.glyphicon-globe:before {
content: "\e135"
}
.glyphicon-wrench:before {
content: "\e136"
}
.glyphicon-tasks:before {
content: "\e137"
}
.glyphicon-filter:before {
content: "\e138"
}
.glyphicon-briefcase:before {
content: "\e139"
}
.glyphicon-fullscreen:before {
content: "\e140"
}
.glyphicon-dashboard:before {
content: "\e141"
}
.glyphicon-paperclip:before {
content: "\e142"
}
.glyphicon-heart-empty:before {
content: "\e143"
}
.glyphicon-link:before {
content: "\e144"
}
.glyphicon-phone:before {
content: "\e145"
}
.glyphicon-pushpin:before {
content: "\e146"
}
.glyphicon-usd:before {
content: "\e148"
}
.glyphicon-gbp:before {
content: "\e149"
}
.glyphicon-sort:before {
content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"
}
.glyphicon-sort-by-order:before {
content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
content: "\e154"
}
.glyphicon-sort-by-attributes:before {
content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"
}
.glyphicon-unchecked:before {
content: "\e157"
}
.glyphicon-expand:before {
content: "\e158"
}
.glyphicon-collapse-down:before {
content: "\e159"
}
.glyphicon-collapse-up:before {
content: "\e160"
}
.glyphicon-log-in:before {
content: "\e161"
}
.glyphicon-flash:before {
content: "\e162"
}
.glyphicon-log-out:before {
content: "\e163"
}
.glyphicon-new-window:before {
content: "\e164"
}
.glyphicon-record:before {
content: "\e165"
}
.glyphicon-save:before {
content: "\e166"
}
.glyphicon-open:before {
content: "\e167"
}
.glyphicon-saved:before {
content: "\e168"
}
.glyphicon-import:before {
content: "\e169"
}
.glyphicon-export:before {
content: "\e170"
}
.glyphicon-send:before {
content: "\e171"
}
.glyphicon-floppy-disk:before {
content: "\e172"
}
.glyphicon-floppy-saved:before {
content: "\e173"
}
.glyphicon-floppy-remove:before {
content: "\e174"
}
.glyphicon-floppy-save:before {
content: "\e175"
}
.glyphicon-floppy-open:before {
content: "\e176"
}
.glyphicon-credit-card:before {
content: "\e177"
}
.glyphicon-transfer:before {
content: "\e178"
}
.glyphicon-cutlery:before {
content: "\e179"
}
.glyphicon-header:before {
content: "\e180"
}
.glyphicon-compressed:before {
content: "\e181"
}
.glyphicon-earphone:before {
content: "\e182"
}
.glyphicon-phone-alt:before {
content: "\e183"
}
.glyphicon-tower:before {
content: "\e184"
}
.glyphicon-stats:before {
content: "\e185"
}
.glyphicon-sd-video:before {
content: "\e186"
}
.glyphicon-hd-video:before {
content: "\e187"
}
.glyphicon-subtitles:before {
content: "\e188"
}
.glyphicon-sound-stereo:before {
content: "\e189"
}
.glyphicon-sound-dolby:before {
content: "\e190"
}
.glyphicon-sound-5-1:before {
content: "\e191"
}
.glyphicon-sound-6-1:before {
content: "\e192"
}
.glyphicon-sound-7-1:before {
content: "\e193"
}
.glyphicon-copyright-mark:before {
content: "\e194"
}
.glyphicon-registration-mark:before {
content: "\e195"
}
.glyphicon-cloud-download:before {
content: "\e197"
}
.glyphicon-cloud-upload:before {
content: "\e198"
}
.glyphicon-tree-conifer:before {
content: "\e199"
}
.glyphicon-tree-deciduous:before {
content: "\e200"
}
.glyphicon-cd:before {
content: "\e201"
}
.glyphicon-save-file:before {
content: "\e202"
}
.glyphicon-open-file:before {
content: "\e203"
}
.glyphicon-level-up:before {
content: "\e204"
}
.glyphicon-copy:before {
content: "\e205"
}
.glyphicon-paste:before {
content: "\e206"
}
.glyphicon-alert:before {
content: "\e209"
}
.glyphicon-equalizer:before {
content: "\e210"
}
.glyphicon-king:before {
content: "\e211"
}
.glyphicon-queen:before {
content: "\e212"
}
.glyphicon-pawn:before {
content: "\e213"
}
.glyphicon-bishop:before {
content: "\e214"
}
.glyphicon-knight:before {
content: "\e215"
}
.glyphicon-baby-formula:before {
content: "\e216"
}
.glyphicon-tent:before {
content: "\26fa"
}
.glyphicon-blackboard:before {
content: "\e218"
}
.glyphicon-bed:before {
content: "\e219"
}
.glyphicon-apple:before {
content: "\f8ff"
}
.glyphicon-erase:before {
content: "\e221"
}
.glyphicon-hourglass:before {
content: "\231b"
}
.glyphicon-lamp:before {
content: "\e223"
}
.glyphicon-duplicate:before {
content: "\e224"
}
.glyphicon-piggy-bank:before {
content: "\e225"
}
.glyphicon-scissors:before {
content: "\e226"
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
content: "\e227"
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
content: "\00a5"
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
content: "\20bd"
}
.glyphicon-scale:before {
content: "\e230"
}
.glyphicon-ice-lolly:before {
content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232"
}
.glyphicon-education:before {
content: "\e233"
}
.glyphicon-option-horizontal:before {
content: "\e234"
}
.glyphicon-option-vertical:before {
content: "\e235"
}
.glyphicon-menu-hamburger:before {
content: "\e236"
}
.glyphicon-modal-window:before {
content: "\e237"
}
.glyphicon-oil:before {
content: "\e238"
}
.glyphicon-grain:before {
content: "\e239"
}
.glyphicon-sunglasses:before {
content: "\e240"
}
.glyphicon-text-size:before {
content: "\e241"
}
.glyphicon-text-color:before {
content: "\e242"
}
.glyphicon-text-background:before {
content: "\e243"
}
.glyphicon-object-align-top:before {
content: "\e244"
}
.glyphicon-object-align-bottom:before {
content: "\e245"
}
.glyphicon-object-align-horizontal:before {
content: "\e246"
}
.glyphicon-object-align-left:before {
content: "\e247"
}
.glyphicon-object-align-vertical:before {
content: "\e248"
}
.glyphicon-object-align-right:before {
content: "\e249"
}
.glyphicon-triangle-right:before {
content: "\e250"
}
.glyphicon-triangle-left:before {
content: "\e251"
}
.glyphicon-triangle-bottom:before {
content: "\e252"
}
.glyphicon-triangle-top:before {
content: "\e253"
}
.glyphicon-console:before {
content: "\e254"
}
.glyphicon-superscript:before {
content: "\e255"
}
.glyphicon-subscript:before {
content: "\e256"
}
.glyphicon-menu-left:before {
content: "\e257"
}
.glyphicon-menu-right:before {
content: "\e258"
}
.glyphicon-menu-down:before {
content: "\e259"
}
.glyphicon-menu-up:before {
content: "\e260"
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.widget_product_categories .children a,
.woocommerce .woocommerce-MyAccount-content_fl .woocommerce-order-details table.shop_table tfoot th,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table tfoot th,
html {
font-size: 10px
}
body {
margin: 0;
font-family: Ubuntu, Helvetica, Arial, sans-serif;
font-size: 13px;
color: #777
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a:focus,
a:hover {
color: #961f0d;
text-decoration: underline
}
a:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
body.theme-autozone .checkout .select2-container--open .select2-dropdown--below,
body.theme-autozone .dokan-form-control,
figure {
margin: 0
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.flexslider .slides img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
display: block;
max-width: 100%;
height: auto
}
.card__list,
.card__price,
.footer__item,
.header .logo,
.header-contacts__item,
.img-thumbnail,
.list-inline > li,
.wd-image,
.wd-name,
body.theme-autozone .compose-mode .vc_section_amount,
body.theme-autozone .compose-mode .vc_section_brand,
body.theme-autozone .compose-mode .vc_section_team,
body.theme-autozone .compose-mode .vc_section_team_member,
body.theme-autozone .header-cart-count,
body.theme-autozone .pwb-single-product-brands,
label {
display: inline-block
}
.container .jumbotron,
.container-fluid .jumbotron,
.img-rounded {
border-radius: 6px
}
.img-thumbnail {
padding: 4px;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
max-width: 100%;
height: auto
}
.fl-author-avatar img,
.img-circle {
border-radius: 50%
}
hr {
margin-top: 18px;
margin-bottom: 18px;
border-top: 1px solid #eee
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit
}
.brand-link,
.btn,
.card__label,
.footer-title,
.panel-title,
.ui-title-block,
.ui-title-inner {
font-family: Raleway
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-weight: 400;
line-height: 1;
color: #999
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 18px;
margin-bottom: 9px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
font-size: 65%
}
.h4,
.h5,
.h6,
.navbar-btn,
h4,
h5,
h6 {
margin-top: 9px;
margin-bottom: 9px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-size: 75%
}
.h1,
h1 {
font-size: 33px
}
.h2,
h2 {
font-size: 27px
}
.h3,
h3 {
font-size: 23px
}
.h4,
h4 {
font-size: 17px
}
.h5,
h5 {
font-size: 13px
}
#url-alart-mgs,
.equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_price_total .error_label,
.h6,
.tech-group dd,
.tech-group dt,
.woocommerce-privacy-policy-text *,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li a,
body.theme-autozone .wc-item-meta li a,
h6 {
font-size: 12px
}
.b-hot-deal-mod .ds-custom,
p {
margin: 0 0 25px
}
.lead {
margin-bottom: 18px;
font-size: 14px;
font-weight: 300;
line-height: 1.4
}
.small,
small {
font-size: 92%
}
.mark,
mark {
background-color: #fcf8e3;
padding: .2em
}
.alignright,
.header-menu-middle .nav-custom-info-wrap,
.text-right {
text-align: right
}
#pmpro_cancel,
#single-pixad-booking-modal,
.auto-promo-image,
.badge,
.checkbox-container-center.selection-form__body-type,
.custom-post-item.custom-post-padding .cpi-excerpt,
.custom-post-item.custom-post-padding h4,
.dokan-table > tbody > tr > td,
.dokan-table > tbody > tr > th,
.dokan-table > tfoot > tr > td,
.dokan-table > tfoot > tr > th,
.dokan-table > thead > tr > td,
.dokan-table > thead > tr > th,
.input-group-addon,
.label,
.page-404,
.pager,
.pmpro_content_message,
.progress-bar,
.slider-grid__inner_mod-b .slider-grid__price,
.text-center,
.vc-auto-search,
.woocommerce-table__product-table.product-total,
body.theme-autozone .woocommerce table.shop_table thead tr th.product-price,
body.theme-autozone .woocommerce table.shop_table thead tr th.product-quantity {
text-align: center
}
.text-justify {
text-align: justify
}
.text-lowercase {
text-transform: lowercase
}
.block-title .woocommerce-breadcrumb,
.breadcrumb > li,
.card__label,
.copyright,
.footer-title,
.footer__btn,
.footer__name,
.initialism,
.letter__btn,
.link,
.link-img__title,
.list-services:hover .list-services__title,
.list-staff__wrap_name,
.list-type__name,
.main-block,
.main-slider__btn_inner,
.main-slider__title,
.modal-title,
.nav-tabs > li > a,
.panel-title,
.reviews__category,
.reviews__name,
.reviews__title,
.sidebar label,
.slider-grid__inner_mod-a .slider-grid__btn,
.social-block__title,
.text-uppercase,
.ui-subtitle-block_mod-a,
.ui-subtitle-block_mod-b,
.ui-title-block,
.ui-title-inner,
.ui-title-page,
.vc_custom_heading h4,
body.theme-autozone .block-title .breadcrumb,
input[type=submit] {
text-transform: uppercase
}
.flex-pauseplay span,
.text-capitalize {
text-transform: capitalize
}
.popover,
.tooltip,
.widget_rss .rssSummary,
.widget_rss cite,
body.theme-autozone blockquote:not([class]):after {
text-transform: none;
text-transform: none
}
.text-muted {
color: #999
}
.list-services:hover .list-services__title *,
.text-primary,
body.theme-autozone [data-off-canvas] li a:hover {
color: #dc2d13
}
a.text-primary:focus,
a.text-primary:hover {
color: #ad230f
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label,
.text-success,
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d
}
.alert-success .alert-link,
a.text-success:focus,
a.text-success:hover {
color: #2b542c
}
.text-info,
a.list-group-item-info,
button.list-group-item-info {
color: #31708f
}
.alert-info .alert-link,
a.text-info:focus,
a.text-info:hover {
color: #245269
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label,
.text-warning,
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b
}
.alert-warning .alert-link,
a.text-warning:focus,
a.text-warning:hover {
color: #66512c
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.text-danger,
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442
}
.alert-danger .alert-link,
a.text-danger:focus,
a.text-danger:hover {
color: #843534
}
.bg-primary,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
body.theme-autozone .tmpl-plugins-not-activated .sticky.post .post-btn {
color: #fff;
background-color: #dc2d13
}
.label-primary[href]:focus,
.label-primary[href]:hover,
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #ad230f
}
.bg-success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #c1e2b3
}
.bg-info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #afd9ee
}
.bg-warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #f7ecb5
}
.bg-danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 8px;
margin: 36px 0 18px;
border-bottom: 1px solid #eee
}
.alert > p,
.alert > ul,
.card__description p,
.footer-title,
.home-template .wpb_content_element,
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table,
.post_mod-b,
.rtd ol:not([class]) ol,
.rtd ol:not([class]) ul,
.rtd ul:not([class]) ol,
.rtd ul:not([class]) ul,
.ui-subtitle-block_mod-a p,
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
body.theme-autozone .hsearch_style_2,
body.theme-autozone .widget .wp-block-group,
body.theme-autozone aside .extra_service_category_descr,
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
.alert,
.table,
.thumbnail,
address,
dl,
legend {
margin-bottom: 18px
}
ol,
ul {
margin-bottom: 9px
}
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list,
.entry-content .wp-block-rss,
.list-inline,
.list-unstyled,
.media-list,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li,
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
padding-left: 0
}
.list-inline > li {
padding-left: 5px;
padding-right: 5px
}
.btn .caret,
.btn-group > .btn:first-child,
.col-xs-offset-0,
.modal-footer .btn-block + .btn-block,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
dd {
margin-left: 0
}
abbr[data-original-title],
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999
}
.initialism {
font-size: 90%
}
blockquote {
position: relative;
margin: 0 0 30px;
font: italic 400 16px/26px 'Droid Serif';
color: #222;
padding: 15px 10px 9px 68px
}
blockquote:before {
content: '\f10d';
font: 24px/1 FontAwesome;
position: absolute;
left: 20px;
top: 23px
}
blockquote .small,
blockquote footer,
blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999
}
legend,
pre {
display: block;
color: #333
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right
}
code,
kbd {
padding: 2px 4px;
font-size: 90%
}
.bypostauthor,
.gallery-caption,
.youzify-page-main-content .nice-select .current,
body.theme-autozone .dokan-settings-content .dokan-settings-area .dokan-gravatar,
caption,
th {
text-align: left
}
.block-title:after,
.block-title:before,
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.border-section-top:after,
.border-section-top:before,
.btn-effect:after,
.decor-1:after,
.decor-2:after,
.decor-2:before,
.helper:before,
.iviewSlider:after,
.main-slider:after,
.main-slider:before,
.map:after,
.map:before,
.thecube .cube:before,
.vc_row-overlay:after,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
content: '\00A0 \2014'
}
address {
font-style: normal;
line-height: 1.42857143
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px
}
kbd {
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .25);
box-shadow: inset 0 -1px 0 rgb(0 0 0 / .25)
}
kbd kbd {
padding: 0;
font-size: 100%;
-webkit-box-shadow: none;
box-shadow: none
}
pre {
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #ccc;
border-radius: 4px
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
border-radius: 0
}
.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.pre-scrollable {
overflow-y: scroll
}
.form-horizontal .form-group,
.row {
margin-left: -15px;
margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.btn-block,
.btn-group-justified > .btn-group .btn,
.col-xs-12,
.jarallax-content,
.jarallax-content-inner,
.nav-justified,
.table,
.woocommerce-checkout-review-order-table,
aside table,
input[type=button].btn-block,
input[type=range],
input[type=reset].btn-block,
input[type=submit].btn-block,
legend {
width: 100%
}
.col-xs-11 {
width: 91.66666667%
}
.col-xs-10 {
width: 83.33333333%
}
.col-xs-9 {
width: 75%
}
.col-xs-8 {
width: 66.66666667%
}
.col-xs-7 {
width: 58.33333333%
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-left,
.col-xs-6 {
width: 50%
}
.col-xs-5 {
width: 41.66666667%
}
.col-xs-4 {
width: 33.33333333%
}
.col-xs-3 {
width: 25%
}
.col-xs-2 {
width: 16.66666667%
}
.col-xs-1 {
width: 8.33333333%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-pull-11 {
right: 91.66666667%
}
.col-xs-pull-10 {
right: 83.33333333%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-8 {
right: 66.66666667%
}
.col-xs-pull-7 {
right: 58.33333333%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-5 {
right: 41.66666667%
}
.col-xs-pull-4 {
right: 33.33333333%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-2 {
right: 16.66666667%
}
.col-xs-pull-1 {
right: 8.33333333%
}
.col-xs-pull-0 {
right: auto
}
.carousel-inner > .active.right,
.carousel-inner > .next,
.col-xs-push-12 {
left: 100%
}
.col-xs-push-11 {
left: 91.66666667%
}
.col-xs-push-10 {
left: 83.33333333%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-8 {
left: 66.66666667%
}
.col-xs-push-7 {
left: 58.33333333%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-5 {
left: 41.66666667%
}
.col-xs-push-4 {
left: 33.33333333%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-2 {
left: 16.66666667%
}
.col-xs-push-1 {
left: 8.33333333%
}
.btn-group-justified > .btn-group .dropdown-menu,
.col-xs-push-0 {
left: auto
}
.col-xs-offset-12 {
margin-left: 100%
}
.col-xs-offset-11 {
margin-left: 91.66666667%
}
.col-xs-offset-10 {
margin-left: 83.33333333%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-8 {
margin-left: 66.66666667%
}
.col-xs-offset-7 {
margin-left: 58.33333333%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-5 {
margin-left: 41.66666667%
}
.col-xs-offset-4 {
margin-left: 33.33333333%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-2 {
margin-left: 16.66666667%
}
.col-xs-offset-1 {
margin-left: 8.33333333%
}
.caret,
.nav-pills > li + li {
margin-left: 2px
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #999
}
.dokan-dashboard .select2-container,
.jumbotron .container,
.table,
body.theme-autozone #loginform input[type=password],
body.theme-autozone #loginform input[type=text],
body.theme-autozone form.pmpro_form .input,
body.theme-autozone form.pmpro_form select,
body.theme-autozone form.pmpro_form textarea {
max-width: 100%
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.panel-group .panel-footer,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
border-top: 0
}
.table > tbody + tbody {
border-top: 2px solid #ddd
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
padding: 5px
}
.dokan-table td,
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
body.theme-autozone .dokan-table,
body.theme-autozone .woo-item-grid,
body.theme-autozone .woocommerce div.product .woocommerce-tabs .panel {
border: 1px solid #ddd
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9
}
table col[class*=col-] {
position: static;
float: none;
display: table-column
}
table td[class*=col-],
table th[class*=col-] {
position: static;
float: none;
display: table-cell
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
background-color: #e8e8e8
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
background-color: #d0e9c6
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
background-color: #c4e3f3
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
background-color: #faf2cc
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
background-color: #ebcccc
}
.table-responsive {
overflow-x: auto;
min-height: .01%
}
fieldset,
legend {
padding: 0;
border: 0
}
fieldset {
margin: 0;
min-width: 0
}
legend {
font-size: 19.5px;
line-height: inherit;
border-bottom: 1px solid #e5e5e5
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
padding-left: 20px;
font-weight: 400;
cursor: pointer;
margin-bottom: 0
}
label {
max-width: 100%;
margin-bottom: 5px
}
input[type=search] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none
}
input[type=checkbox],
input[type=radio] {
margin: 4px 0 0;
line-height: normal
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.swiper-autoheight,
.swiper-autoheight .swiper-slide,
body.theme-autozone .dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control,
body.theme-autozone .jelect-current,
body.theme-autozone select.dokan-form-control,
select[multiple],
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
select[multiple].input-lg,
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-lg,
textarea.input-sm {
height: auto
}
output {
padding-top: 7px;
font-size: 13px;
line-height: 1.42857143;
color: #555
}
textarea {
min-height: 160px
}
.entry-main .form-control,
.entry-main input[type=email],
.entry-main input[type=password],
.entry-main input[type=tel],
.entry-main input[type=text],
.entry-main select,
.entry-main textarea,
.fl-login-sub-menu .input {
background: #f7f7f7;
border: 1px solid #eeeeed
}
.dropdown-menu,
.modal-content {
-webkit-background-clip: padding-box
}
.form-control,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
display: block;
width: 100%;
height: 52px;
font-size: 12px;
line-height: 1.42857143;
color: #999;
background-color: #fff;
background-image: none;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border: none;
margin-bottom: 18px;
border-bottom: 1px solid #fff0;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
padding: 20px
}
.media-toolbar select {
height: 22px;
padding: 0
}
.form-control:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
border-color: #66afe9;
outline: 0;
box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
line-height: 32px
}
.input-group-sm input[type=date],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
.input-group-sm input[type=time],
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
line-height: 30px
}
.input-group-lg input[type=date],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
.input-group-lg input[type=time],
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
line-height: 45px
}
}
#templines_avatar,
.car-details .comment-respond p,
.elementor-default .modal-content .form-control,
.elementor-default .modal-content input[type=email],
.elementor-default .modal-content input[type=password],
.elementor-default .modal-content input[type=tel],
.elementor-default .modal-content input[type=text],
.elementor-default .modal-content select,
.elementor-default .modal-content textarea,
.form-group,
.panel-body p,
.post .decor-1,
body.theme-autozone .dokan-orders-content .dokan-orders-area .general-details ul.order-status {
margin-bottom: 15px
}
body:not(.dokan-dashboard) .checkbox,
body:not(.dokan-dashboard) .radio {
position: relative;
margin-top: 10px;
margin-bottom: 10px
}
body:not(.dokan-dashboard) .checkbox label,
body:not(.dokan-dashboard) .radio label {
min-height: 18px
}
body:not(.dokan-dashboard) .checkbox input[type=checkbox],
body:not(.dokan-dashboard) .checkbox-inline input[type=checkbox],
body:not(.dokan-dashboard) .radio input[type=radio],
body:not(.dokan-dashboard) .radio-inline input[type=radio] {
position: absolute;
margin-left: -20px
}
body:not(.dokan-dashboard) .checkbox + .checkbox,
body:not(.dokan-dashboard) .radio + .radio {
margin-top: -5px
}
.btn-group,
.btn-group-vertical,
body:not(.dokan-dashboard) .checkbox-inline,
body:not(.dokan-dashboard) .radio-inline {
position: relative;
display: inline-block;
vertical-align: middle
}
body:not(.dokan-dashboard) .checkbox-inline + .checkbox-inline,
body:not(.dokan-dashboard) .radio-inline + .radio-inline {
margin-top: 0;
margin-left: 10px
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 31px
}
.form-control-static.input-lg,
.form-control-static.input-sm,
body.theme-autozone .wrap-filter .widget.block_content.widget_mod-a.pixad-filter .pixad-filter,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #payment div.form-row {
padding-left: 0;
padding-right: 0
}
.form-group-sm .form-control,
.input-sm {
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
height: 30px;
line-height: 1.5
}
.form-group-sm select.form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-sm {
height: 30px;
line-height: 30px
}
.form-group-lg .form-control,
.input-lg {
border-radius: 6px;
padding: 10px 16px;
font-size: 17px
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 30px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5
}
.form-group-lg .form-control,
.input-lg {
height: 45px;
line-height: 1.33
}
.form-group-lg select.form-control,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-lg {
height: 45px;
line-height: 45px
}
.form-group-lg .form-control-static {
height: 45px;
min-height: 35px;
padding: 11px 16px;
font-size: 17px;
line-height: 1.33
}
.has-feedback .form-control {
padding-right: 40px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
pointer-events: none
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
width: 45px;
height: 45px;
line-height: 45px
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede
}
.has-feedback label ~ .form-control-feedback {
top: 23px
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373
}
.btn,
.caret,
.helper,
.helper:before {
display: inline-block;
vertical-align: middle
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
min-height: 25px
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
.btn {
margin-bottom: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
white-space: nowrap;
padding: 11px 12px;
font-size: 11px;
line-height: 1;
font-weight: 700;
transition: .3s;
border: none;
border-radius: 0 !important
}
#loginform label,
.btn-link,
.fl-login_form .remember--lost-password-wrapper .remember-login-checkbox-label,
.input-group-addon,
.pmpro_price .pmpro_price_name strong,
.popover,
.tooltip,
body .youzify .youzify-page-main-content,
body.theme-autozone form.pmpro_form label {
font-weight: 400
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #333;
text-decoration: none
}
.btn.active,
.btn:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
box-shadow: inset 0 3px 5px rgb(0 0 0 / .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
-webkit-box-shadow: none;
box-shadow: none
}
a.btn.disabled,
body.theme-autozone body .wpb_map_wraper iframe,
fieldset[disabled] a.btn {
pointer-events: none
}
.btn-default {
color: #222;
background-color: #fff;
padding: 12px 16px
}
.btn-default.focus,
.btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-warning {
background-image: none
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #ccc
}
.btn-default .badge {
color: #fff;
background-color: #333
}
.btn-primary {
color: #fff;
background-color: #dc2d13;
border-color: #c52811
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #ad230f;
border-color: #4f1007
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #ad230f;
border-color: #8c1d0c;
background-image: none
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #8c1d0c;
border-color: #4f1007
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #dc2d13;
border-color: #c52811
}
.btn-primary .badge,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge {
color: #dc2d13;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #555;
border-color: #484848
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #3b3b3b;
border-color: #080808
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #3b3b3b;
border-color: #2a2a2a
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
color: #fff;
background-color: #2a2a2a;
border-color: #080808
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
background-color: #555;
border-color: #484848
}
.btn-success .badge {
color: #555;
background-color: #fff
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff
}
.btn-link {
color: #dc2d13;
border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: #fff0;
-webkit-box-shadow: none;
box-shadow: none
}
.b-hot-deal-mod .b-hot-deal,
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
border-color: #fff0
}
.btn-link:focus,
.btn-link:hover {
color: #961f0d;
text-decoration: underline;
background-color: #fff0
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #999;
text-decoration: none
}
.btn-group-lg > .btn,
.btn-lg {
padding: 10px 16px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px
}
.btn-group-sm > .btn,
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.btn-group-xs > .btn,
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
tr.collapse.in {
display: table-row
}
tbody.collapse.in {
display: table-row-group
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease
}
.caret {
width: 0;
height: 0;
border-top: 4px dashed;
border-right: 4px solid #fff0;
border-left: 4px solid #fff0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
text-align: left;
border: 1px solid rgb(0 0 0 / .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / .175);
box-shadow: 0 6px 12px rgb(0 0 0 / .175);
background-clip: padding-box
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
left: auto;
right: 0
}
.dropdown-header,
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
line-height: 1.42857143;
white-space: nowrap
}
.btn-group-justified,
.input-group {
display: table;
border-collapse: separate
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.woocommerce form.login,
.woocommerce form.register,
body.theme-autozone .woocommerce form.checkout_coupon,
ul.fl-gallery_slider li.swiper-slide {
border-radius: 0
}
.dropdown-menu .divider,
.nav .nav-divider {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5
}
.dropdown-menu > li > a {
clear: both;
font-weight: 400;
color: #fff
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #dc2d13
}
.copyright,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.footer__btn:hover,
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.nav > li.disabled > a,
.navbar-inverse .btn-link,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text,
.pixad-features-list .pixad-none,
.sidebar .widget_rss .rss-date,
body.theme-autozone .entry-main .entry-meta__item a,
body.theme-autozone .period_picker_input .period_button_text {
color: #999
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
text-decoration: none;
background-color: #fff0;
background-image: none;
cursor: not-allowed
}
.dropdown-menu-left {
left: 0;
right: auto
}
.dropdown-header {
font-size: 12px;
color: #999
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto
}
.pull-right > .dropdown-menu {
right: 0;
left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
.btn-group-vertical > .btn,
.btn-group > .btn {
position: relative;
float: left
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
z-index: 2
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.input-group-btn > .btn + .btn,
.modal-footer .btn-group .btn + .btn {
margin-left: -1px
}
.btn-toolbar {
margin-left: -5px
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
box-shadow: inset 0 3px 5px rgb(0 0 0 / .125)
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.btn-lg .caret {
border-width: 5px 5px 0
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%
}
.btn-group-vertical > .btn-group > .btn,
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
float: none
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.dokan-store-info .toggle:checked + .lbl-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}
.btn-group-justified {
width: 100%;
table-layout: fixed
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group[class*=col-] {
float: none;
padding-left: 0;
padding-right: 0
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
display: table-cell
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.input-group-addon {
padding: 6px 12px;
font-size: 13px;
line-height: 1;
color: #555;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 17px;
border-radius: 6px
}
.checkout_menu li:last-child a,
.input-group-addon:first-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.store-time-tags:last-child {
border-right: 0
}
.input-group-addon:last-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
border-left: 0
}
.input-group-btn {
font-size: 0;
white-space: nowrap
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px
}
.nav {
margin-bottom: 0;
padding-left: 0
}
.navbar-collapse,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
padding-left: 15px;
padding-right: 15px
}
.nav > li > a {
padding: 10px 15px
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
color: #999;
text-decoration: none;
background-color: #fff0;
cursor: not-allowed
}
.media-object.img-thumbnail,
.nav > li > a > img {
max-width: none
}
.nav-tabs {
box-shadow: -4px 0 0 0 #999;
margin-left: 4px
}
.nav-tabs > li {
float: left;
margin-bottom: -1px
}
.nav-tabs > li > a {
line-height: 1.42857143;
font-family: Ubuntu;
color: #999;
font-weight: 700;
margin-right: 2px;
padding: 4px 15px
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
border-bottom-color: #fff0;
cursor: default
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px
}
.nav-pills > li > a {
border-radius: 4px
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0
}
.nav-tabs-justified,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.woocommerce-table__product-name.product-name .available_extra_wrap,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.has-submenu {
border-bottom: 0
}
.tab-content > .tab-pane {
display: none;
background-color: #fff;
padding: 28px 47px 36px
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar {
min-height: 50px;
margin-bottom: 18px;
border: 1px solid #fff0
}
.navbar-collapse {
overflow-x: visible;
border-top: 1px solid #fff0;
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
overflow-y: auto
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
margin-right: -15px;
margin-left: -15px
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
padding: 16px 15px;
font-size: 17px;
line-height: 18px;
height: 50px
}
.nav-pills > li > a > .badge,
.tooltip.right {
margin-left: 3px
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: #fff0;
background-image: none;
border: 1px solid #fff0;
border-radius: 4px
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px
}
.navbar-nav {
margin: 8px -15px
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / .15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .15) 50%, rgb(255 255 255 / .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgb(255 255 255 / .15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .15) 50%, rgb(255 255 255 / .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgb(255 255 255 / .15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .15) 50%, rgb(255 255 255 / .15) 75%, transparent 75%, transparent)
}
.navbar-form {
padding: 10px 15px;
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0;
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1), 0 1px 0 rgb(255 255 255 / .1);
box-shadow: inset 0 1px 0 rgb(255 255 255 / .1), 0 1px 0 rgb(255 255 255 / .1);
margin: 9px -15px
}
.btn .badge,
.btn .label {
top: -1px;
position: relative
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-radius: 4px 4px 0 0
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px
}
.navbar-text {
margin-top: 16px;
margin-bottom: 16px
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7
}
.navbar-default .btn-link,
.navbar-default .navbar-brand,
.navbar-default .navbar-link,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text,
.woocommerce-breadcrumb a {
color: #777
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #5e5e5e;
background-color: #fff0
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
color: #333;
background-color: #fff0
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
color: #555;
background-color: #e7e7e7
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
color: #ccc;
background-color: #fff0
}
.navbar-default .navbar-toggle,
body.theme-autozone #booking_car_info .season_prices {
border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
background-color: #e7e7e7;
color: #555
}
.header-background-trans-black-rgba0 .dropdown-menu > li > a,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link:hover,
a.list-group-item .list-group-item-heading,
aside table td a,
button.list-group-item .list-group-item-heading {
color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
.navbar-inverse {
background-color: #222;
border-color: #080808
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
background-color: #fff0
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
background-color: #080808
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
color: #444;
background-color: #fff0
}
.navbar-inverse .navbar-toggle {
border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #333
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
background-color: #080808;
color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
.woocommerce-MyAccount-navigation ul a,
.woocommerce-MyAccount-navigation ul li,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 18px;
border-radius: 4px
}
.breadcrumb > li {
display: inline-block;
font-size: 12px;
font-weight: 500
}
.breadcrumb > li + li:before {
content: "\f0da";
padding: 0 9px;
color: #fff;
font: 14px/1 FontAwesome
}
.pagination,
.youzify-content .pixad_autos_pagination {
display: inline-block;
padding-left: 0;
margin: 41px 0 0
}
.label,
.pager li,
.pagination > li {
display: inline
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
font-size: 12px;
font-weight: 500;
box-shadow: 0 3px 0 0 #ccc;
margin-right: 6px;
color: #777
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
z-index: 3;
color: #fff;
background-color: #222
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #fff;
background-color: #222;
cursor: default
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
color: #999;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 17px;
line-height: 1.33
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5
}
.badge,
.label {
font-weight: 700;
line-height: 1;
white-space: nowrap
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.pager {
padding-left: 0;
margin: 18px 0
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px
}
.pager li > a:focus,
.pager li > a:hover {
text-decoration: none;
background-color: #eee
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
color: #999;
background-color: #fff;
cursor: not-allowed
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
color: #fff;
cursor: pointer;
text-decoration: none
}
.label {
padding: .2em .6em .3em;
font-size: 75%;
color: #fff;
vertical-align: baseline;
border-radius: .25em
}
.label-default {
background-color: #999
}
.label-default[href]:focus,
.label-default[href]:hover {
background-color: grey
}
.label-primary,
.vc_btn3.vc_btn3-color-blue:hover,
body.theme-autozone .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
body.theme-autozone .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
body.theme-autozone .vc_btn3.vc_btn3-color-blue:focus {
background-color: #dc2d13
}
.label-success,
.progress-bar-success {
background-color: #555
}
.label-success[href]:focus,
.label-success[href]:hover {
background-color: #3b3b3b
}
.dokan-label-info,
.label-info,
.progress-bar-info {
background-color: #5bc0de
}
.label-info[href]:focus,
.label-info[href]:hover {
background-color: #31b0d5
}
.label-warning,
.progress-bar-warning {
background-color: #f0ad4e
}
.label-warning[href]:focus,
.label-warning[href]:hover {
background-color: #ec971f
}
.label-danger,
.progress-bar-danger {
background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
background-color: #c9302c
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
color: #fff;
vertical-align: middle;
background-color: #999;
border-radius: 10px
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
top: 0;
padding: 1px 5px
}
.dokan-store-info li a,
.jumbotron,
.jumbotron .h1,
.jumbotron h1,
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.panel-heading > .dropdown .dropdown-toggle,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a,
.tml a,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit
}
.carousel li,
.custom-post-item ul li i,
.list-group-item > .badge + .badge {
margin-right: 5px
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
background-color: #eee
}
.jumbotron p {
margin-bottom: 15px;
font-size: 20px;
font-weight: 200
}
.jumbotron > hr {
border-top-color: #d5d5d5
}
.thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out
}
.thumbnail a > img,
.thumbnail > img {
margin-left: auto;
margin-right: auto
}
.panel-primary,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
border-color: #dc2d13
}
.thumbnail .caption {
padding: 9px;
color: #333
}
.alert {
padding: 15px;
border: 1px solid #fff0;
border-radius: 4px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit
}
.modal,
.modal-backdrop {
top: 0;
right: 0;
bottom: 0;
left: 0
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d
}
.alert-success hr {
border-top-color: #c9e2b3
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f
}
.alert-info hr {
border-top-color: #a6e1ec
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b
}
.alert-warning hr {
border-top-color: #f7e1b5
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442
}
.alert-danger hr {
border-top-color: #e4b9c0
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
.progress {
height: 7px;
margin-bottom: 18px;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / .1);
box-shadow: inset 0 0 0 1px rgb(0 0 0 / .1);
transform: skewX(25deg)
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 18px;
color: #fff;
-webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
-webkit-transition: width .6s;
-o-transition: width .6s;
transition: width .6s
}
.progress-bar-striped,
.progress-striped .progress-bar {
-webkit-background-size: 40px 40px;
background-size: 40px 40px
}
.progress-bar.active,
.progress.active .progress-bar {
-webkit-animation: 2s linear infinite progress-bar-stripes;
-o-animation: 2s linear infinite progress-bar-stripes;
animation: 2s linear infinite progress-bar-stripes
}
.media,
body.theme-autozone .vc_gitem-animate-goTop20 .vc_custom_heading {
margin-top: 15px
}
.media,
.media-body {
zoom: 1;
overflow: hidden
}
.media-body {
width: 10000px
}
.media-right,
.media > .pull-right {
padding-left: 10px
}
.media-left,
.media > .pull-left {
padding-right: 10px
}
.media-body,
.media-left,
.media-right {
display: table-cell;
vertical-align: top
}
.media-bottom,
.table > thead td {
vertical-align: bottom
}
.list-group-item-heading,
.media-heading {
margin-top: 0;
margin-bottom: 5px
}
.list-group {
margin-bottom: 20px;
padding-left: 0
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px
}
.reviews__name,
.social-blog__link:hover,
.widget-post1__title a,
a.list-group-item,
button.list-group-item {
color: #555
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
text-decoration: none;
color: #555;
background-color: #f5f5f5
}
button.list-group-item {
width: 100%;
text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
background-color: #eee;
color: #999;
cursor: not-allowed
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #dc2d13;
border-color: #dc2d13
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
color: #fac9c1
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
color: #3c763d;
background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
color: #31708f;
background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
color: #8a6d3b;
background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
color: #a94442;
background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.close {
line-height: 1
}
.panel {
margin-bottom: 18px;
background-color: #fff;
margin-left: 33px
}
.panel-heading {
padding: 25px 15px 17px
}
.panel-title {
margin-top: 0;
font-size: 14px
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0
}
.panel-group {
margin-bottom: 10px;
background-color: #fff;
padding-bottom: 35px
}
.panel-group .panel {
margin-bottom: 0;
padding-left: 27px
}
.panel-group .panel + .panel {
margin-top: 5px;
border-top: 1px solid #eee
}
.panel-group .panel-heading {
position: relative;
color: #999
}
.list-count li,
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}
#single-pixad-booking-modal label,
.extra_service_title_item .extr-left,
.extra_service_title_item .extr-right,
.panel-default > .panel-heading,
.text-black *,
.ui-title-block_mod-a,
.ui-title-inner a,
.wp-block-archives-list.wp-block-archives a,
.wp-block-group a,
.wp-block-group footer a,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
body.theme-autozone #findCarNowForm .period_picker_input .period_button_text,
body.theme-autozone .entry-main .entry-meta__item,
body.theme-autozone .entry-main .entry-meta__item a:hover {
color: #222
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #dc2d13;
border-color: #dc2d13
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dc2d13
}
.form-control:focus,
.header.sticky .navbar,
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dc2d13
}
.panel-success {
border-color: #d6e9c6
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6
}
.panel-info {
border-color: #bce8f1
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1
}
.panel-warning {
border-color: #faebcc
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc
}
.panel-danger {
border-color: #ebccd1
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .05);
box-shadow: inset 0 1px 1px rgb(0 0 0 / .05)
}
.well blockquote {
border-color: rgb(0 0 0 / .15)
}
.well-lg {
padding: 24px;
border-radius: 6px
}
.well-sm {
padding: 9px;
border-radius: 3px
}
.close {
font-size: 19.5px;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2
}
.popover,
.tooltip {
font-family: Ubuntu, Helvetica, Arial, sans-serif;
font-style: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-shadow: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5
}
button.close {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none
}
.carousel-indicators li,
.carousel-product .slides > li:hover:after {
background-color: #fff0
}
.modal {
display: none;
position: fixed;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid rgb(0 0 0 / .2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / .5);
box-shadow: 0 3px 9px rgb(0 0 0 / .5);
background-clip: padding-box;
outline: 0
}
.modal-backdrop {
position: fixed;
z-index: 1040;
background-color: #000
}
.mfp-zoom-in.mfp-removing .mfp-preloader,
.mfp-zoom-in.mfp-removing.mfp-bg,
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.in {
opacity: .5
}
.flex-direction-nav a,
.tooltip {
text-decoration: none;
opacity: 0
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.43px
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.42857143
}
.modal-body {
position: relative;
padding: 20px
}
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.lead {
font-size: 19.5px
}
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
.container {
width: 750px
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.navbar-header,
.navbar-nav > li {
float: left
}
.col-sm-12,
.form-inline .input-group > .form-control,
.navbar-form .input-group > .form-control {
width: 100%
}
.col-sm-11 {
width: 91.66666667%
}
.col-sm-10 {
width: 83.33333333%
}
.col-sm-9 {
width: 75%
}
.col-sm-8 {
width: 66.66666667%
}
.col-sm-7 {
width: 58.33333333%
}
.col-sm-6 {
width: 50%
}
.col-sm-5 {
width: 41.66666667%
}
.col-sm-4 {
width: 33.33333333%
}
.col-sm-3 {
width: 25%
}
.col-sm-2 {
width: 16.66666667%
}
.col-sm-1 {
width: 8.33333333%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-pull-11 {
right: 91.66666667%
}
.col-sm-pull-10 {
right: 83.33333333%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-8 {
right: 66.66666667%
}
.col-sm-pull-7 {
right: 58.33333333%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-5 {
right: 41.66666667%
}
.col-sm-pull-4 {
right: 33.33333333%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-2 {
right: 16.66666667%
}
.col-sm-pull-1 {
right: 8.33333333%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-push-12 {
left: 100%
}
.col-sm-push-11 {
left: 91.66666667%
}
.col-sm-push-10 {
left: 83.33333333%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-8 {
left: 66.66666667%
}
.col-sm-push-7 {
left: 58.33333333%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-5 {
left: 41.66666667%
}
.col-sm-push-4 {
left: 33.33333333%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-2 {
left: 16.66666667%
}
.col-sm-push-1 {
left: 8.33333333%
}
.col-sm-push-0 {
left: auto
}
.col-sm-offset-12 {
margin-left: 100%
}
.col-sm-offset-11 {
margin-left: 91.66666667%
}
.col-sm-offset-10 {
margin-left: 83.33333333%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-8 {
margin-left: 66.66666667%
}
.col-sm-offset-7 {
margin-left: 58.33333333%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-5 {
margin-left: 41.66666667%
}
.col-sm-offset-4 {
margin-left: 33.33333333%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-2 {
margin-left: 16.66666667%
}
.col-sm-offset-1 {
margin-left: 8.33333333%
}
.col-sm-offset-0 {
margin-left: 0
}
.form-inline .form-control-static,
.form-inline .form-group,
.navbar-form .form-control-static,
.navbar-form .form-group {
display: inline-block
}
.form-inline .control-label,
.form-inline .form-group,
.navbar-form .control-label,
.navbar-form .form-group {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .form-control,
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .input-group,
.navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
width: auto
}
.form-inline .checkbox,
.form-inline .radio,
.navbar-form .checkbox,
.navbar-form .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox label,
.form-inline .radio label,
.navbar-form .checkbox label,
.navbar-form .radio label {
padding-left: 0
}
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback,
.navbar-form .has-feedback .form-control-feedback {
top: 0
}
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px
}
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
font-size: 17px
}
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px
}
.navbar-right .dropdown-menu {
left: auto;
right: 0
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
border-bottom-color: #f5f5f5
}
.nav-justified > li > a {
margin-bottom: 0
}
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.navbar {
border-radius: 4px
}
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important
}
.navbar-collapse.in {
overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
padding-left: 0;
padding-right: 0
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
margin-right: 0;
margin-left: 0
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
border-radius: 0
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px
}
.navbar-toggle {
display: none
}
.navbar-nav {
float: left;
margin: 0
}
.navbar-nav > li > a {
padding-top: 16px;
padding-bottom: 16px
}
.navbar-form,
.navbar-right ~ .navbar-right {
margin-right: 0
}
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px
}
.navbar-left {
float: left !important
}
.navbar-right {
float: right !important;
margin-right: -15px
}
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .5);
box-shadow: 0 5px 15px rgb(0 0 0 / .5)
}
.modal-sm {
width: 300px
}
.card__flex_col {
display: flex
}
.card__desc_col {
padding-right: 5%;
width: 75%
}
.card__price_col {
width: 25%;
padding-top: 10px
}
}
@media (min-width:992px) {
.container {
width: 970px
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
float: left
}
.col-md-12 {
width: 100%
}
.col-md-11 {
width: 91.66666667%
}
.col-md-10 {
width: 83.33333333%
}
.col-md-9 {
width: 75%
}
.col-md-8 {
width: 66.66666667%
}
.col-md-7 {
width: 58.33333333%
}
.col-md-6 {
width: 50%
}
.col-md-5 {
width: 41.66666667%
}
.col-md-4 {
width: 33.33333333%
}
.col-md-3 {
width: 25%
}
.col-md-2 {
width: 16.66666667%
}
.col-md-1 {
width: 8.33333333%
}
.col-md-pull-12 {
right: 100%
}
.col-md-pull-11 {
right: 91.66666667%
}
.col-md-pull-10 {
right: 83.33333333%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-8 {
right: 66.66666667%
}
.col-md-pull-7 {
right: 58.33333333%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-5 {
right: 41.66666667%
}
.col-md-pull-4 {
right: 33.33333333%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-2 {
right: 16.66666667%
}
.col-md-pull-1 {
right: 8.33333333%
}
.col-md-pull-0 {
right: auto
}
.col-md-push-12 {
left: 100%
}
.col-md-push-11 {
left: 91.66666667%
}
.col-md-push-10 {
left: 83.33333333%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-8 {
left: 66.66666667%
}
.col-md-push-7 {
left: 58.33333333%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-5 {
left: 41.66666667%
}
.col-md-push-4 {
left: 33.33333333%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-2 {
left: 16.66666667%
}
.col-md-push-1 {
left: 8.33333333%
}
.col-md-push-0 {
left: auto
}
.col-md-offset-12 {
margin-left: 100%
}
.col-md-offset-11 {
margin-left: 91.66666667%
}
.col-md-offset-10 {
margin-left: 83.33333333%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-8 {
margin-left: 66.66666667%
}
.col-md-offset-7 {
margin-left: 58.33333333%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-5 {
margin-left: 41.66666667%
}
.col-md-offset-4 {
margin-left: 33.33333333%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-2 {
margin-left: 16.66666667%
}
.col-md-offset-1 {
margin-left: 8.33333333%
}
.col-md-offset-0 {
margin-left: 0
}
.modal-lg {
width: 900px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
text-align: left;
text-align: start;
font-size: 12px
}
.car-booking a:hover,
.header_type5_block1_content,
.km-teammate-container[data-style=style1] .km-teammate-soc a:hover,
.km-teammate-container[data-style=style2] .km-teammate-soc a:hover,
.tooltip.in {
opacity: .9
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: #fff0;
border-style: solid
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
bottom: 0;
border-width: 5px 5px 0;
border-top-color: #000
}
.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
left: 50%;
margin-left: -5px
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
margin-bottom: -5px
}
.tooltip.top-right .tooltip-arrow {
left: 5px;
margin-bottom: -5px
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
border-width: 0 5px 5px;
border-bottom-color: #000;
top: 0
}
.tooltip.bottom-left .tooltip-arrow {
right: 5px;
margin-top: -5px
}
.tooltip.bottom-right .tooltip-arrow {
left: 5px;
margin-top: -5px
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
text-align: start;
text-decoration: none;
font-size: 13px;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgb(0 0 0 / .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
box-shadow: 0 5px 10px rgb(0 0 0 / .2)
}
.inner_content table#pmpro_levels_table td,
.popover-title {
padding: 8px 14px
}
.carousel-caption,
.carousel-control {
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgb(0 0 0 / .6)
}
.jelect-current,
.jelect-option {
text-overflow: ellipsis;
white-space: nowrap
}
#loginform + hr,
.popover.top {
margin-top: -10px
}
.popover.right {
margin-left: 10px
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .dokan-seller-rating,
.popover.bottom {
margin-top: 10px
}
.popover.left {
margin-left: -10px
}
.popover-title {
margin: 0;
font-size: 13px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0
}
.popover-content {
padding: 9px 14px
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: #fff0;
border-style: solid
}
.popover > .arrow {
border-width: 11px
}
.popover > .arrow:after {
border-width: 10px;
content: ""
}
.popover.bottom > .arrow:after,
.popover.left > .arrow:after,
.popover.right > .arrow:after,
.popover.top > .arrow:after {
content: " "
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: rgb(0 0 0 / .25);
bottom: -11px
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: rgb(0 0 0 / .25)
}
.popover.right > .arrow:after {
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgb(0 0 0 / .25);
top: -11px
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgb(0 0 0 / .25)
}
.popover.left > .arrow:after {
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px
}
.carousel-inner {
overflow: hidden;
width: 100%
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: left .6s ease-in-out;
-o-transition: left .6s ease-in-out;
transition: left .6s ease-in-out
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
.carousel-inner > .item.active.right,
.carousel-inner > .item.next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0
}
.carousel-inner > .item.active.left,
.carousel-inner > .item.prev {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0
}
.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0
}
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
left: -100%
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: .5;
font-size: 20px
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgb(0 0 0 / .5) 0, rgb(0 0 0 / .0001) 100%);
background-image: -o-linear-gradient(left, rgb(0 0 0 / .5) 0, rgb(0 0 0 / .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / .5)), to(rgb(0 0 0 / .0001)));
background-image: linear-gradient(to right, rgb(0 0 0 / .5) 0, rgb(0 0 0 / .0001) 100%);
background-repeat: repeat-x
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgb(0 0 0 / .0001) 0, rgb(0 0 0 / .5) 100%);
background-image: -o-linear-gradient(left, rgb(0 0 0 / .0001) 0, rgb(0 0 0 / .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / .0001)), to(rgb(0 0 0 / .5)));
background-image: linear-gradient(to right, rgb(0 0 0 / .0001) 0, rgb(0 0 0 / .5) 100%);
background-repeat: repeat-x
}
.carousel-control:focus,
.carousel-control:hover {
outline: 0;
color: #fff;
text-decoration: none;
opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
right: 50%;
margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif
}
.carousel-control .icon-prev:before {
content: '\2039'
}
.carousel-control .icon-next:before {
content: '\203a'
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
text-align: center
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px
}
.carousel-caption .btn,
.text-hide {
text-shadow: none
}
@media screen and (min-width:768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px
}
.jumbotron .h1,
.jumbotron h1 {
font-size: 59px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px
}
.carousel-indicators {
bottom: 20px
}
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
content: " ";
display: table
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.step-section .pixad-form-group:nth-child(odd),
.templines_all_autos_btn + #pixad-listing,
.tml-field-wrap,
body.theme-autozone .footer {
clear: both
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right !important
}
.pull-left,
.wpb_wrapper .post_mod-a .about-autor__img,
.wpb_wrapper .post_mod-a .entry-media {
float: left !important
}
#dokan-content .dokan-store-products-filter-area,
#pixad-listing.grid.grid-account .season_prices,
#swipebox-top-bar,
#youzify-group-header,
.activity-content .group-button .group-button.join-group,
.activity-content .group-button .group-button.pending.membership-requested,
.activity-content .group-button .group-button.request-membership,
.ajax .season_prices,
.anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon,
.bp-user .youzify-search-header,
.bp-user.add_autos div.item-list-tabs,
.bp-user.autos div.item-list-tabs,
.bp-user.posts div.item-list-tabs,
.card__wrap-label.sale,
.dokan-common-links,
.dokan-dashboard .ajax_prev.footer:after,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after,
.dokan-form-inline .dokan-form-group,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach,
.dokan-product-listing .dokan-product-listing-area .product-listing-top,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline,
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button,
.dokan-store .dokan-store-rating,
.dokan-store .ui-title-page,
.dokan-store .ui-title-page + .decor-1,
.dokan-store .woocommerce-breadcrumb,
.dokan-w12,
.error404 .block-title,
.error404 .footer,
.error404 .header,
.error404 .min-header,
.flex-active-slide:after,
.fullscreen-center-menu .current-menu-item > a:before,
.fullscreen-center-menu .current-page-parent > a:before,
.hidden,
.hide,
.hsearch_style_1 .search-title2,
.hsearch_style_2.vc-auto-search .home-pixad-filter,
.jelect-input,
.km-teammate-container[data-style=style1] .km-teammate-content,
.km-teammate-container[data-style=style2] .km-teammate-content,
.layout-theme[data-header=nosticky] .header-color-white.sticky .scroll-logo,
.mfp-title,
.mobile-filter,
.mobile-slidebar-menu .dropdown-menu,
.navbar .main-menu > li.current-menu-item:first-child + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li + li + li a:before,
.navbar .main-menu > li:first-child + li + li + li + li + li + li a:before,
.page-template-page-home .pix-ajax-loader,
.pp_nav,
.pp_social,
.preloaderjs .spinner,
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap,
.product-name .variation dd:not(.variation-content, .variation-ExtraResource),
.product-name .variation dt,
.selection-form-boxed .selection-form-slogan,
.selection-form-selects__btn_box:after,
.selection-form-style-no_box.selection-form::before,
.selection-form-transparent.selection-form::before,
.seller-items .compare-car-wrap,
.seller-items .favorite-car-wrap,
.slidebar-menu a:before,
.tab-content .comment-reply,
.tmpl-plugins-not-activated .navbar .navbar-nav li.header-button a.autozone-custom-button,
.top-bar .current-menu-item > a:before,
.top-bar .current-page-parent > a:before,
.uk-option-item.youzify-image-field,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.widget_search input[type=submit],
.widget_search label,
.widget_theme_my_login .widget-title,
.woocommerce table.shop_table td.product-name dd.variation-ExtraResource,
.woocommerce td.product-name dl.variation dt.variation-Vendor,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation_fl li::before,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-product-search input[type=submit],
.wresize.elementor-page .wrap-section-border,
.youzify div.item-list-tabs,
.youzify-404-profile .youzify-profile-header,
.youzify-author-v6 .youzify-user-statistics ul,
.youzify-directory-filter,
.youzify-hdr-v1,
.youzify-hdr-v2,
.youzify-hdr-v3,
.youzify-hdr-v4,
.youzify-hdr-v5,
.youzify-hdr-v6,
.youzify-hdr-v7,
.youzify-header-cover,
.youzify-main-column .tmpl-list-footer,
.youzify-main-column.grid-column .youzify-group-data .youzify-cover,
.youzify-profile .youzify-sidebar-column,
.youzify-profile-navmenu .youzify-nav-view-more-menu li a i,
.youzify-search-header,
.youzify-settings-area,
.youzify-sidebar .youzify-membership-form-cover,
.youzify-user-actions,
body.single-pixad-autos .dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox,
body.theme-autozone .mobile-slidebar-menu .menu-mobile-button,
body.theme-autozone .page-header,
body.theme-autozone .related ul.products .button,
body.theme-autozone .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:before,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .block-title,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .fl-page-padding,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .footer,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .header,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .header-mobile,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .newsletter,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .page-footer,
ul.fl-gallery_slider li.swiper-slide.swiper-slide-active:after {
display: none !important
}
.layout-theme[data-header=nosticky] .header-color-white.sticky .normal-logo,
.show,
aside .menu li:hover .dropdown-menu {
display: block !important
}
.text-hide {
font: 0/0 a;
color: #fff0;
background-color: #fff0;
border: 0
}
.flex-direction-nav a,
.flex-direction-nav a:before {
color: rgb(0 0 0 / .8);
text-shadow: 1px 1px 0 rgb(255 255 255 / .3)
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm,
.visible-sm-block {
display: block !important
}
table.visible-sm {
display: table !important
}
tr.visible-sm {
display: table-row !important
}
td.visible-sm,
th.visible-sm {
display: table-cell !important
}
.visible-sm-inline {
display: inline !important
}
.visible-sm-inline-block {
display: inline-block !important
}
.hidden-sm {
display: none !important
}
}
@media print {
.visible-print,
.visible-print-block {
display: block !important
}
table.visible-print {
display: table !important
}
tr.visible-print {
display: table-row !important
}
td.visible-print,
th.visible-print {
display: table-cell !important
}
.visible-print-inline {
display: inline !important
}
.visible-print-inline-block {
display: inline-block !important
}
.hidden-print {
display: none !important
}
}
@font-face {
font-family: flexslider-icon;
src: url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/flexslider-icon.eot);
src: url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/flexslider-icon.woff) format('woff'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/flexslider-icon.ttf) format('truetype'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: 400;
font-style: normal
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
margin: 0;
padding: 0;
list-style: none
}
.flexslider {
padding: 0;
margin: 0 0 8px;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: ''0 1px 4px rgb(0 0 0 / .2);
-moz-box-shadow: ''0 1px 4px rgb(0 0 0 / .2);
-o-box-shadow: ''0 1px 4px rgb(0 0 0 / .2);
box-shadow: ''0 1px 4px rgb(0 0 0 / .2)
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
cursor: pointer
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
line-height: 0;
height: 0
}
* html .flexslider .slides {
height: 1%
}
.flexslider .slides {
zoom: 1
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s
}
.loading .flex-viewport {
max-height: 300px
}
.carousel-product,
.modal-header,
.widget-banner,
body.theme-autozone .elementor-18063 .elementor-element.elementor-element-388308f .premium-blog-post-outer-container {
margin-bottom: 30px
}
.carousel-product .slides > li {
position: relative;
margin-right: 10px
}
.carousel-product .slides > li:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgb(0 0 0 / .6);
transition: .3s
}
.flex-direction-nav a {
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
cursor: pointer;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out
}
.flex-direction-nav a:focus,
.form-search__input:focus,
select:focus {
outline-style: none
}
.flex-direction-nav a:before {
font-family: flexslider-icon;
font-size: 40px;
display: inline-block;
content: '\f001';
line-height: 1
}
.flex-direction-nav a.flex-next:before {
content: '\f002'
}
.flex-direction-nav .flex-prev {
left: -50px
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: .7;
left: 10px
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: .7;
right: 10px
}
.flex-direction-nav .flex-disabled {
opacity: 0 !important;
cursor: default
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: .8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000
}
.flex-pauseplay a:before {
font-family: flexslider-icon;
font-size: 20px;
display: inline-block;
content: '\f004'
}
.flex-pauseplay a.flex-play:before {
content: '\f003'
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: rgb(0 0 0 / .5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / .3);
-moz-box-shadow: inset 0 0 3px rgb(0 0 0 / .3);
-o-box-shadow: inset 0 0 3px rgb(0 0 0 / .3);
box-shadow: inset 0 0 3px rgb(0 0 0 / .3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px
}
.flex-control-paging li a:hover {
background: rgb(0 0 0 / .7)
}
.flex-control-paging li a.flex-active {
background: rgb(0 0 0 / .9);
cursor: default
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0
}
.jelect-current:after,
.jelect-current:before {
top: 0;
margin: auto;
content: ''
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default
}
@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px
}
}
.jelect {
position: relative;
display: inline-block;
cursor: pointer;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #888
}
.jelect-current {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 11px 36px 11px 24px;
overflow-wrap: normal;
clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
background-color: #f5f5f5;
font-size: 12px;
color: #999;
-webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%)
}
.jelect-current:before {
position: absolute;
left: 10px;
bottom: 0;
display: block;
width: 16px;
height: 16px;
background-repeat: no-repeat
}
.jelect-current:after {
position: absolute;
right: 18px;
bottom: 1px;
width: 0;
height: 0;
border-top: 5px solid #555;
border-left: 5px solid #fff0;
border-right: 5px solid #fff0
}
.jelect-options {
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 2000;
margin-top: 1px;
display: none;
max-height: 194px;
overflow-y: auto;
overflow-x: hidden;
padding-left: 0;
background: #fff;
box-shadow: 1px 1px 4px 1px #eee
}
.jelect-option {
position: relative;
overflow: hidden;
margin-bottom: 1px;
padding: 8px 16px;
display: block;
height: 38px;
font-size: 13px;
line-height: 22px;
color: #222;
box-shadow: 0 1px 0 #ccc;
overflow-wrap: normal;
-webkit-transition: 125ms ease-out;
-o-transition: 125ms ease-out;
transition: 125ms ease-out
}
.jelect-option:last-child {
margin-bottom: 0;
box-shadow: none
}
.jelect-option:hover,
.jelect-option_state_active {
text-decoration: underline;
color: #fff
}
.jelect-option:before {
position: absolute;
top: 0;
left: 10px;
bottom: 0;
margin: auto;
display: block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: ''
}
.cd-product-viewer-wrapper,
.wd-auto_sell_page_btn {
text-align: center;
padding: 0
}
.background-attachment-fixed,
.booking_form .alert,
.car-booking,
.cd-product-viewer-wrapper > div,
.dokan-start-sell a,
.user-data .role,
.woocommerce-cart-form__cart-item.cart_item dl.variation dd,
body.theme-autozone .compose-mode .vc_section_amounts,
body.theme-autozone .woocommerce form .password-input,
body.theme-autozone .woocommerce-page form .password-input {
display: inline-block;
width: 100%
}
.cd-product-viewer-wrapper .product-viewer {
position: relative;
z-index: 1;
display: inline-block;
overflow: hidden;
width: 100%;
min-height: 560px
}
.cd-product-viewer-wrapper img {
display: block;
position: relative;
z-index: 1
}
.cd-product-viewer-wrapper .product-sprite {
position: absolute;
z-index: 2;
top: 0;
left: 0;
height: 100%;
width: 1600%;
background: url(//autogenevois.fr/wp-content/themes/autozone/img/img-sprite.png) center center/100% no-repeat;
opacity: 0;
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
transition: opacity .3s
}
.cd-product-viewer-wrapper.loaded .product-sprite {
opacity: 1;
cursor: ew-resize
}
.cd-product-viewer-handle {
position: relative;
z-index: 2;
width: 60%;
max-width: 300px;
border-radius: 50em;
margin: -48px auto 3em;
height: 4px;
background: #fff
}
.cd-product-viewer-handle .fill {
position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
border-radius: inherit;
background: #b54240;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
transition: transform .5s
}
.loaded .cd-product-viewer-handle .fill {
opacity: 0;
-webkit-transition: -webkit-transform .3s, opacity .2s .3s;
-moz-transition: -moz-transform .3s, opacity .2s .3s;
transition: transform .3s, opacity .2s .3s
}
.cd-product-viewer-handle .handle {
position: absolute;
z-index: 2;
display: inline-block;
height: 44px;
width: 44px;
left: 0;
top: -20px;
background: url(//autogenevois.fr/wp-content/themes/autozone/img/cd-arrows.svg) center center no-repeat #b54240;
border-radius: 50%;
box-shadow: 0 0 0 6px rgb(181 66 64 / .3), 0 0 20px rgb(0 0 0 / .2);
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #fff0;
-webkit-transform: translateX(-50%) scale(0);
-moz-transform: translateX(-50%) scale(0);
-ms-transform: translateX(-50%) scale(0);
-o-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
-webkit-transition: box-shadow .2s;
-moz-transition: box-shadow .2s;
transition: box-shadow .2s
}
.cd-product-viewer-handle .handle:active {
box-shadow: 0 0 0 0 #fff0, 0 0 20px rgb(0 0 0 / .2)
}
.loaded .cd-product-viewer-handle .handle {
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
-webkit-animation: .3s .3s both cd-bounce;
-moz-animation: .3s .3s both cd-bounce;
animation: .3s .3s both cd-bounce;
cursor: ew-resize
}
@-webkit-keyframes cd-bounce {
0% {
-webkit-transform: translateX(-50%) scale(0)
}
60% {
-webkit-transform: translateX(-50%) scale(1.1)
}
100% {
-webkit-transform: translateX(-50%) scale(1)
}
}
@-moz-keyframes cd-bounce {
0% {
-moz-transform: translateX(-50%) scale(0)
}
60% {
-moz-transform: translateX(-50%) scale(1.1)
}
100% {
-moz-transform: translateX(-50%) scale(1)
}
}
@keyframes cd-bounce {
0% {
-webkit-transform: translateX(-50%) scale(0);
-moz-transform: translateX(-50%) scale(0);
-ms-transform: translateX(-50%) scale(0);
-o-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0)
}
60% {
-webkit-transform: translateX(-50%) scale(1.1);
-moz-transform: translateX(-50%) scale(1.1);
-ms-transform: translateX(-50%) scale(1.1);
-o-transform: translateX(-50%) scale(1.1);
transform: translateX(-50%) scale(1.1)
}
100% {
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1)
}
}
#swipebox-overlay img,
.blog-item-quote .blog-item_text {
border: none !important
}
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
user-select: none;
background: #0d0d0d
}
#swipebox-container {
position: relative;
width: 100%;
height: 100%
}
#swipebox-slider {
-webkit-transition: -webkit-transform .4s;
transition: transform .4s;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer
}
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block
}
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle
}
#swipebox-slider .slide .swipebox-video-container {
background: 0 0;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0
}
#swipebox-slider .slide-loading {
background: url(//autogenevois.fr/wp-content/themes/autozone/img/loader.gif) center center no-repeat
}
#swipebox-bottom-bar,
#swipebox-top-bar {
-webkit-transition: .5s;
transition: .5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
text-shadow: 1px 1px 1px #000;
background: #000;
opacity: .95
}
#swipebox-bottom-bar {
bottom: -50px
}
#swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0)
}
#swipebox-top-bar {
top: -50px;
color: #fff !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif
}
#swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
#swipebox-title {
display: block;
width: 100%;
text-align: center
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/img/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0
}
#swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px
}
#swipebox-prev {
background-position: -32px 13px;
float: left
}
#swipebox-next {
background-position: -78px 13px;
float: right
}
#swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
opacity: .3
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
-webkit-animation: .3s rightSpring;
animation: .3s rightSpring
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
-webkit-animation: .3s leftSpring;
animation: .3s leftSpring
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: .3s;
transition: .3s;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0
}
.swipebox-touch #swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0 10px -8px #656565;
box-shadow: inset 10px 0 10px -8px #656565
}
.swipebox-touch #swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0 10px -8px #656565;
box-shadow: inset -10px 0 10px -8px #656565
}
@-webkit-keyframes rightSpring {
0%,
100% {
left: 0
}
50% {
left: -30px
}
}
@keyframes rightSpring {
0%,
100% {
left: 0
}
50% {
left: -30px
}
}
@-webkit-keyframes leftSpring {
0%,
100% {
left: 0
}
50% {
left: 30px
}
}
@keyframes leftSpring {
0%,
100% {
left: 0
}
50% {
left: 30px
}
}
@media screen and (min-width:800px) {
#swipebox-close {
right: 10px
}
#swipebox-arrows {
width: 92%;
max-width: 800px
}
}
.entry-media img,
.rtd img,
.wrap-media img,
aside img,
img[class*=wp-image-] {
height: auto;
max-width: 100%
}
#filter_loader,
#loader {
background-color: rgb(255 255 255 / .95);
background-repeat: no-repeat
}
#filter_loader,
#loader,
#page-preloader {
position: fixed;
z-index: 100500
}
.card-list__info,
.list .card-list__row {
text-overflow: ellipsis
}
.wp-caption-text {
text-align: left;
padding-top: 10px
}
.alignleft {
text-align: left;
display: inline;
float: left
}
.wp-caption.alignleft,
blockquote.alignleft,
img.alignleft {
margin: .4211em 1.6842em 1.6842em 0
}
.wp-caption.alignright,
blockquote.alignright,
img.alignright {
margin: .4211em 0 1.6842em 1.6842em
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
margin-top: .4211em;
margin-bottom: 1.6842em
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
margin-bottom: 1.2632em
}
.alignright {
display: inline;
float: right
}
.aligncenter {
margin: 0 auto;
text-align: center;
display: block
}
.rtd h1:not([class]),
.rtd h2:not([class]),
.rtd h3:not([class]),
.rtd h4:not([class]),
.rtd h5:not([class]),
.rtd h6:not([class]),
.woocommerce-tabs h1,
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4,
.woocommerce-tabs h5,
.woocommerce-tabs h6 {
font-family: Raleway;
font-weight: 700;
color: #333;
margin: 0 0 10px;
padding: 0
}
body.theme-autozone blockquote:not([class]) {
padding: 45px 45px 45px 70px;
margin: 0 0 20px;
font-size: 14px;
border-left: 0;
line-height: 1.666;
background: #f2f2f2;
position: relative;
border: 0;
overflow: hidden;
min-height: 100px;
color: #333
}
body.theme-autozone blockquote:not([class]):after {
content: "\f10d";
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 21px;
height: 20px;
position: absolute;
left: 20px;
top: 20px;
z-index: 777;
color: #dc2d13
}
body.theme-autozone blockquote:not([class]):before {
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
left: -77px;
top: -82px;
width: 110px;
height: 140px;
content: '';
display: inline-block
}
.blog-item-quote .blog-item_desc {
width: 80%;
margin: 0 auto;
float: none !important
}
.blog-quote-source {
font-weight: 700;
display: inline-block;
text-align: right;
width: 100%
}
.rtd p:not([class]),
.rtd ul:not([class]) {
color: #666;
font-size: 13px;
line-height: 1.777
}
.rtd ul:not([class]) {
padding-left: 10px;
list-style: none;
margin-bottom: 10px
}
.rtd ul li:not([class]) {
margin: 0;
line-height: 1.777
}
.rtd li:not([class]):before {
font: 14px/1 FontAwesome;
font-size: inherit;
display: inline-block;
margin-right: 10px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
ul.list-styled li.disabled {
color: #c8c9cc
}
ul.list-styled.list-style-ok li::before {
content: '\f00c';
color: #28ad62
}
ul.list-styled.list-style-ok li.disabled::before {
content: '\f00d';
color: #c8c9cc
}
.wp-caption {
text-align: left;
max-width: 100%
}
.rtd table:not([class]) {
margin: 20px 0;
background: #fff
}
.rtd ol:not([class]),
aside ul {
margin-left: 10px;
padding: 0
}
.rtd table:not([class]) td,
.rtd table:not([class]) th {
padding: 10px;
border: 1px solid #d0d2d7
}
.rtd ul:not([class]) li::before {
font-size: 6px;
width: 1.555em;
content: '\f111';
text-align: center;
vertical-align: middle
}
.rtd ul ul:not([class]) li::before {
content: '\f10c'
}
.car-details .carousel-product,
.fl-login-sub-menu p,
.fl-venders-account table.pmpro_table,
.pixad-makes-models-select,
.pms-form > input[type=submit],
.rtd ol:not([class]),
.tab-content .star-rating {
margin-bottom: 10px
}
.rtd ol:not([class]) li {
padding-bottom: 0;
line-height: 1.444
}
.gallery-icon a {
text-align: center;
display: inline-block
}
.rtd iframe {
max-width: 100%;
max-height: 100%
}
#dokan-form-contact-seller ul,
#pixad-listing.list .promo_gallery_wrapper ul,
.dokan-category-menu ul,
.profile-custom-store-right .dokan-store-info,
.pwb-filter-products ul,
aside .widget-title + ul {
margin-left: 0;
padding-left: 0
}
aside .menu > li,
aside .widget-title + ul > li,
aside ul .children li {
padding: 5px 0;
margin: 0 0 10px;
text-transform: uppercase;
font-size: 12px;
color: #666;
list-style: none
}
aside .menu > li,
aside .widget-title + ul > li {
border-bottom: 1px solid #ececec;
line-height: 1.55;
position: relative
}
aside .children {
margin: 10px 0 5px 10px
}
aside ul .children li {
font-weight: 700;
border-bottom: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important
}
.widget_product_categories .children {
display: none;
margin: 0 0 5px 10px
}
aside .menu li a,
aside .widget-title + ul li a {
font-size: 12px;
color: #666;
text-transform: uppercase;
font-weight: 400 !important;
line-height: 1.888
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th,
body.theme-autozone .dropdown-menu > li > a {
font-size: 12px !important
}
aside li a + .count {
font-weight: 400;
float: right
}
aside img {
margin: 10px 0
}
aside select {
max-width: 100%;
border: 1px solid #ececec;
padding: 5px;
margin: 5px 0;
border-radius: 0;
font-size: 12px;
color: #333;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
width: 100%
}
aside table td,
aside table th {
border: 1px solid #ddd;
padding: 5px;
text-align: center
}
.widget_rss .rss-date {
display: inline-block;
width: 100%;
color: #666;
padding: 10px 0;
font-weight: 400
}
.widget_rss .rssSummary {
font-weight: 400;
line-height: 20px
}
.widget_rss cite {
font-size: 12px;
display: inline-block;
text-align: right;
width: 100%;
font-weight: 400
}
.rsswidget {
font-size: 12px;
color: #666
}
.sidebar .widget_mc4wp_form_widget input[type=email],
.tml input[type=email],
.tml input[type=password],
.tml input[type=text],
.widget_search input[type=search],
.widget_search input[type=text],
.woocommerce-product-search input[type=search] {
width: 100%;
margin-bottom: 30px;
float: left;
margin-right: 0;
background: #f7f7f7;
border: 1px solid #eeeeed;
padding: 10px
}
.textwidget {
line-height: 20px
}
.km-testimonial[data-style=style1] .km-testimonial-name,
.textwidget img {
margin-bottom: 5px
}
.footer li,
.footer ul {
list-style: none;
margin: 0;
text-align: center
}
body.theme-autozone .header-cart {
margin: -6px 10px 28px 2px
}
body.theme-autozone .header .navbar-brand {
margin-top: -10px;
max-width: 200px
}
body.theme-autozone .navbar {
border-bottom: none;
border-top: 1px solid rgb(255 255 255 / .15)
}
body.theme-autozone .top-bar {
border-bottom: 1px solid rgb(255 255 255 / .4) !important;
background: linear-gradient(0deg, #fff0 0, rgb(0 0 0 / .5) 100%);
padding-top: 0;
padding-bottom: 0;
margin-bottom: 1px
}
body.theme-autozone .header-navibox-4 {
border-right: 0;
border-left: 0;
padding-right: 0 !important;
margin-left: 0 !important
}
.header-social-link a {
padding: 0 8px !important
}
body.theme-autozone .mobile-slidebar-menu .submenu-controll {
top: 3px !important
}
body.theme-autozone .submenu-controll {
top: 33px !important;
z-index: 999
}
.header-social-link a i {
color: rgb(255 255 255 / .5) !important;
font-size: 14px
}
.jarallax {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: 1;
position: relative;
width: 100%
}
#pixad-listing.grid-account,
.vc_row_use_jarallax.vc_row {
margin-left: 0;
margin-right: 0
}
.vc_row.vc_row-flex > .vc_column_container.vc_row_use_jarallax > .vc_column-inner .wpb_wrapper,
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner .wpb_wrapper .jarallax,
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner .wpb_wrapper .jarallax .jarallax-content {
display: flex;
height: 100%
}
.discount-title,
.dokan-store .content-area,
.modal-dialog .booking-auto-form .wrap_fields .rb_field:first-child,
.post_mod-b .entry-content,
.tab-content .title-subtitle-wrapper,
body.theme-autozone .list-type__link:hover .list-type__info,
body.theme-autozone .sidebar,
body.theme-autozone .vc_row.vc_row-no-padding .vc_column-inner {
padding-top: 0
}
.vc_gitem-woocommerce-product-price_labeled {
color: #dc2d13;
font-size: 20px
}
.yamm:not(.cl-effect-1, .cl-effect-18, .cl-effect-12) .current-menu-item > a:before,
.yamm:not(.cl-effect-1, .cl-effect-18, .cl-effect-12) .current-page-parent > a:before {
content: '';
display: block;
border-top: 4px solid #fff0;
position: absolute;
top: -4px;
z-index: 777;
width: 100%
}
body.theme-autozone .cl-effect-1 .submenu-controll {
right: -3px
}
.cl-effect-1 li > a {
margin: 0 5px !important
}
body.theme-autozone .pixad-features-list li {
text-transform: uppercase;
font-family: Raleway;
border-top: 0;
line-height: 1.7
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current,
.dokan-withdraw-popup .footer,
.entry-media-not-image .entry-media,
.post_mod-b .entry-content .wp-block-pullquote.has-background blockquote,
.ua-safari .top-bar,
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li,
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover,
body.theme-autozone.dokan-dashboard menu li ul.navigation-submenu li {
background: 0 0 !important
}
input.pixba-radius-widget {
border: 0;
width: 50%
}
.slider-grid__inner_mod-a .slider-grid__name {
max-width: 290px
}
.slider-grid__inner_mod-b .slider-grid__name {
max-width: 220px;
margin-right: 10px
}
.elementor-widget-templines-vehicle-search,
.wrap-filter {
position: relative;
z-index: 77
}
#map-fix {
left: 0 !important;
margin: 0 !important;
position: relative !important;
width: 100% !important
}
body.theme-autozone .woocommerce .woocommerce-ResetPassword,
body.theme-autozone .woocommerce form.checkout_coupon,
body.theme-autozone .woocommerce form.login,
body.theme-autozone .woocommerce form.register {
border: 0;
padding: 20px;
margin: 2em 0;
background: #fff;
text-align: left;
border-radius: 0;
box-shadow: none
}
body.theme-autozone .woocommerce label {
display: inline-block;
max-width: 100%;
margin-bottom: 10px;
font-size: 12px;
font-weight: 600;
color: #1c1f23;
text-transform: uppercase
}
body.theme-autozone .woocommerce form .form-row label,
body.theme-autozone .woocommerce-page form .form-row label {
display: block;
font-weight: 400;
text-transform: none;
color: inherit
}
.woocommerce-form__label-for-checkbox {
display: inline-block !important;
width: 100%;
padding-top: 10px
}
body.theme-autozone .woocommerce form .form-row {
padding: 10px 0;
margin: 0
}
body.theme-autozone .checkout .woocommerce form .form-row {
padding: 0;
margin: 0
}
body.theme-autozone .checkout .form-row label,
body.theme-autozone widget.orders .content-half-part {
padding-top: 15px
}
textarea.input-text {
border: 1px solid #eaeaeb;
padding: 15px;
min-height: 120px
}
body.theme-autozone .woocommerce td,
body.theme-autozone .woocommerce th {
border: 1px solid #eaeaeb;
padding: 10px 15px;
font-weight: 400;
background: #fff
}
#payment {
padding-top: 20px
}
#payment ul,
.pixad-features-list,
.widget_dealer ul {
list-style: none;
margin: 0;
padding: 0
}
body.theme-autozone .woocommerce label[for=rememberme] {
padding: 20px 0 0
}
.woocommerce-MyAccount-navigation_fl {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
background-color: #fff;
border: 1px solid #ddd;
padding: 20px 30px;
margin-bottom: 20px
}
.woocommerce-MyAccount-navigation_fl li {
list-style: none;
display: inline-block;
margin-right: 20px
}
.woocommerce-MyAccount-navigation_fl ul {
margin: 0 !important;
padding: 0 !important
}
.woocommerce-EditAccountForm.edit-account {
background: #fff;
padding: 10px;
margin: 0 auto
}
.woocommerce-MyAccount-content a {
color: #222;
font-weight: 300;
text-decoration: underline
}
.is-active a,
.table > thead td,
.youzify-author-v6 .youzify-head-username {
font-weight: 600
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide em {
font-size: 11px;
padding-top: 12px;
display: inline-block
}
.woocommerce-MyAccount-navigation_fl li a {
color: #222;
text-transform: uppercase
}
body.theme-autozone .woocommerce .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
margin-bottom: 40px
}
body.theme-autozone .woocommerce .woocommerce-MyAccount-content {
float: right;
width: 68%;
background: #fff;
padding: 30px
}
body.theme-autozone .woocommerce .woocommerce-MyAccount-content h3 {
font-size: 19px;
text-transform: uppercase
}
.woocommerce-MyAccount-navigation li {
list-style: none;
margin-bottom: 10px;
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
text-transform: uppercase
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
text-align: left;
border: 0;
background: #fff;
list-style: none;
padding: 30px 35px 25px !important
}
.woocommerce-MyAccount-navigation ul li a:before {
display: none !important
}
#place_order {
float: none !important;
width: 100%;
padding: 12px;
margin-top: 20px
}
.woocommerce-checkout #payment {
background: #f9f9f9;
border-radius: 0;
padding: 20px;
margin: 30px 0
}
.table > thead td {
border-bottom: 2px solid #999;
text-transform: uppercase;
padding-bottom: 27px;
font-size: 12px;
padding-top: 33px;
color: #1c1f23
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
min-width: 300px;
font-size: 12px;
padding: 10px
}
.shop_table.shop_table_responsive {
width: 100%;
margin: 10px 0
}
.cart_totals h2,
.customer-favourites .woocommerce-Price-amount {
font-size: 16px
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: block;
text-align: center;
margin-bottom: 1em;
font-size: 18px !important;
padding: 20px !important
}
.customer_details,
.order_details {
margin: 0 0 25px;
padding: 0;
list-style: none;
width: 100%;
display: inline-block
}
.woocommerce address {
line-height: 1.7;
background: #fff;
padding: 15px
}
.title h2,
.ui-title-inner_mod-a,
header h2 {
font-size: 20px
}
.woocommerce-thankyou-order-received {
font-weight: 700;
color: #1c1f23;
text-transform: uppercase;
font-size: 20px
}
body.theme-autozone .woocommerce legend {
width: 100%;
padding: 25px 0 10px;
margin-bottom: 5px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px dotted #e5e5e5;
margin-top: 26px;
display: inline-block
}
body.theme-autozone .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: none;
line-height: 52px;
font-size: .83em;
padding-left: 10px
}
.title h3,
.woocommerce h2,
.woocommerce-MyAccount-content h2,
.woocommerce-account .addresses .title h3,
body.theme-autozone .woocommerce legend {
text-transform: none;
font-size: 18px;
font-weight: 400
}
.woocommerce-account .addresses .title h3 {
padding-bottom: 7px;
border-bottom: 0;
font-weight: 600;
text-transform: uppercase;
font-size: 16px
}
.woocommerce-MyAccount-content_fl h3 {
padding-top: 20px !important;
font-weight: 600 !important;
font-size: 22px !important;
border: 0
}
.woocommerce-MyAccount-content .woocommerce-address-fields {
background: #fff;
padding: 0;
margin-top: 23px
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
border: 1px solid #eee;
padding: 10px;
background: #f5f5f5;
color: #555;
border-radius: 0
}
.woocommerce form .form-row input.input-text {
height: auto !important;
min-height: 40px
}
@media (max-width:900px) {
body.theme-autozone .woocommerce .woocommerce-MyAccount-content,
body.theme-autozone .woocommerce .woocommerce-MyAccount-navigation {
float: none !important;
width: 100% !important
}
.current-page-parent > a::before,
body.theme-autozone .current-menu-item > a::before {
display: none !important
}
}
.block_car_repeater img,
.footer .logo img,
.map img,
.post .entry-media img,
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table td img,
body.theme-autozone .woocommerce a.remove {
margin: 0 auto
}
body.theme-autozone .woocommerce-cart table.cart img {
width: 100px;
box-shadow: none;
margin: 0 auto;
display: block
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
visibility: hidden
}
.vc_row.vc_row-flex > .vc_column_container.vc_row_use_jarallax > .vc_column-inner .wpb_wrapper,
.vc_row.vc_row-flex > .vc_column_container.vc_row_use_jarallax > .vc_column-inner .wpb_wrapper .jarallax {
display: flex;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.tab-pane input[type=email],
.tab-pane input[type=password],
.tab-pane input[type=tel],
.tab-pane input[type=text],
.tab-pane select,
.tab-pane textarea,
body.theme-autozone .autozone_calculator input[type=text] {
border: 1px solid #ddd !important
}
.header-top-nav-menu a {
padding: 0 10px !important
}
@media (max-width:480px) {
body.theme-autozone .owl-brands a {
display: block;
margin: 0 auto 20px
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
float: none !important;
margin: 2% 0 !important;
width: 100% !important
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none !important
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
float: none !important;
width: 100% !important
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
width: 100% !important
}
.woocommerce tfoot,
.woocommerce thead {
display: none !important
}
.woocommerce td,
.woocommerce th,
.woocommerce tr {
display: inline-block;
width: 100%;
text-align: center
}
body.theme-autozone .coupon {
padding-left: 0;
width: 100%
}
body.theme-autozone .woocommerce #content table.cart td.actions .input-text,
body.theme-autozone .woocommerce table.cart td.actions .input-text,
body.theme-autozone .woocommerce-cart table.cart input,
body.theme-autozone .woocommerce-page #content table.cart td.actions .input-text,
body.theme-autozone .woocommerce-page table.cart td.actions .input-text {
width: 100%
}
body.theme-autozone .woocommerce-cart table.cart td.actions .coupon .input-text {
margin: 0 0 20px;
outline: 0;
line-height: 1
}
}
#carousel .slides > li {
margin: 0 5px
}
body.theme-autozone .pixad-features-list li.equipment-icon-set {
position: relative;
padding-top: 7px;
padding-left: 16px
}
body.theme-autozone .pixad-features-list li.equipment-icon-set i {
position: absolute;
left: -7px;
top: 10px
}
.sidebar .form-contact input[type=submit],
body.theme-autozone .woocommerce ul.products li.last,
body.theme-autozone .woocommerce-page ul.products li.last {
margin-right: 0
}
.woocommerce-loop-product__title {
color: #222;
padding: 0 25px;
line-height: 1.3
}
#customer_login .col-1:last-child,
.wp-block-button.alignright,
aside ul.sub-categories {
margin-left: 20px
}
.list-categories__item input[type=checkbox],
.top-bar .menu-item {
position: relative;
top: -3px
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part ul li,
.list-categories__item,
.tml-links li,
body.theme-autozone #single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item {
padding-bottom: 5px
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
body.theme-autozone .main-slider:after {
right: 50%
}
}
@media (min-width:767px) {
.box__flex {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
body.theme-autozone .header.sticky .normal-logo {
display: none !important
}
body.theme-autozone .header.sticky .scroll-logo {
display: block !important
}
}
.list-type__item,
.post-btn,
.post-nav__item,
.post_mod-c {
vertical-align: top
}
.ua-safari .pixad-features-list i {
top: -5px
}
.car-details__price-inner .auto-sale-price del,
.dokan-panel-body h4,
body.theme-autozone #pixad-listing.list .season_prices span {
font-size: 18px
}
.card__price-number .auto-sale-price {
display: block;
font-size: 16px;
padding-bottom: 10px;
color: grey
}
.dropdown-menu .dropdown-menu {
left: 100%;
top: 0 !important
}
.header-menu-middle .phone-menu-info,
.list-descriptions dd,
.list-descriptions dt,
.tech-group,
.top-bar ul {
display: inline-block;
vertical-align: top
}
body.theme-autozone [data-off-canvas*=left] .navbar-nav > li .dropdown-menu {
border-top-right-radius: 0;
border-top-left-radius: 0;
padding: 0 0 0 15px !important;
width: 100%;
margin: 0 !important
}
.mobile-slidebar-menu li.dropdown {
height: 32px;
overflow: hidden
}
.mobile-slidebar-menu .dropdown-open-mobile,
.mobile-slidebar-menu li.dropdown li.dropdown,
.pixad-form-control {
height: auto !important
}
.mobile-slidebar-menu .dropdown-open-mobile .dropdown-menu {
display: block !important;
opacity: 1 !important;
visibility: visible !important
}
body.theme-autozone .submenu-controll-inner {
top: -2px
}
body.theme-autozone [data-off-canvas*=left] li ul .submenu-controll-inner {
top: 6px
}
#tab3,
.car-details .tab-content > .tab-pane,
.dropdown-menu .vc_row-padding-both {
padding: 30px !important
}
.car-details .tab-content > .tab-pane {
font-size: 14px;
line-height: 1.88;
overflow: hidden
}
.form-contact input[type=submit] {
margin-right: -80px
}
.fl-sidebar-form h3 {
color: #222;
padding-bottom: 20px;
margin-top: 0
}
.sidebar .wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
background: #46b450;
color: #fff
}
.sidebar .wpcf7 .wpcf7-response-output {
padding: 10px;
margin: 0 0 20px
}
#single-pixad-autos-modal .modal-body,
#single-pixad-extra-modal .modal-body {
position: relative;
padding: 0 40px 20px;
overflow: hidden
}
.models_list_item:hover .mli_count,
body.theme-autozone .templines_account_wrap .templines_account_wrap_nav .nav_list_stacked a.nav_item_link.active,
body.theme-autozone.templines_account_wrap .templines_account_wrap_nav .nav_list_stacked a.nav_item_link:hover {
background-color: #222 !important
}
body.theme-autozone body .mli_count {
background-color: #ddd !important;
transition: .3s
}
.models_list_item a,
.slider-grid__inner.slider-grid__inner_mod-a {
padding-bottom: 0 !important
}
.switcher-list li img {
opacity: .6
}
.kswr-row-deco[data-position=bottom][data-decoration=both-side-outside][data-size=medium],
.kswr-row-deco[data-position=bottom][data-decoration=both-side-outside][data-size=medium][data-half=right] {
min-height: 150px
}
.no-row-overlay {
overflow: inherit !important
}
@media (min-width:1240px) {
.img-no-responsive img {
max-width: initial !important;
height: initial !important
}
}
body.theme-autozone .fad .vc_column-inner .wpb_wrapper {
box-shadow: 3px 4px 30px rgb(0 0 0 / .08);
padding-bottom: 60px;
margin-bottom: 20px;
border-bottom: 2px solid #555
}
.fad .vc_column-inner .wpb_wrapper:hover {
background: #dc2d13 !important;
border-bottom: 2px solid #dc2d13;
z-index: 10000
}
body.theme-autozone .dad .kswr-row-element-back {
position: inherit !important
}
.fad .wpb_wrapper:hover .kswr-icon-ic i {
text-fill-color: #fff !important
}
#youzify-members-list .youzify-fullname,
.autozone_calculator_report *,
.dokan-btn.dokan-btn-default.dokan-btn-sm.tips,
.header_type5_rblock_link a,
.km-teammate-container[data-style=style1] .km-teammate-name,
.km-teammate-container[data-style=style1] .km-teammate-position,
.km-teammate-container[data-style=style3] .km-teammate-soc a,
.km-teammate-container[data-style=style3] .km-teammate-soc a i,
.not-logged-in .user-data .role,
.sticky .btn-default:hover,
.tm-autos-top-edit-button:hover *,
.vc_gitem-animate-blurOut .vc_gitem_row .vc_gitem-col *,
.wp-block-cover-image-text,
.wp-block-cover-text,
.wp-block-cover-text a,
body.theme-autozone #moto-header.header-menu-middle .header-topbarbox-1 *,
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i,
body.theme-autozone .fad .vc_column-inner .wpb_wrapper:hover .kswr-heading-content.kswr-shortcode-element.tmpl-theme-font,
section.wp-block-cover-image h2 {
color: #fff !important
}
.gar .kswr-icon-thatc.kswr-theelement {
display: flex;
justify-content: flex-end
}
.bae .wpb_column.vc_column_container.vc_col-sm-12 {
z-index: 4
}
@media (max-width:1199px) {
body.theme-autozone .nan .kswr-heading-container {
text-align: center !important
}
.gar .kswr-icon-thatc.kswr-theelement {
display: flex;
justify-content: center
}
body.theme-autozone .hr .wpb_single_image.vc_align_right {
text-align: center
}
}
.tmpl-title-font {
font-family: Raleway !important;
font-weight: 700 !important
}
body.theme-autozone .kswr-imcgal-container[data-layout=left] .kswr-imcgal-item:nth-of-type(2) {
left: -17%
}
body.theme-autozone .kswr-imcgal-container[data-layout=right] .kswr-imcgal-item:nth-of-type(2) {
right: -17%
}
body.theme-autozone .kswr-imcgal-container[data-layout=left] .kswr-imcgal-item:hover {
left: -37%
}
body.theme-autozone .kswr-imcgal-container[data-layout=right] .kswr-imcgal-item:hover {
right: -37%
}
body.theme-autozone .kswr-imcgal-container[data-layout=bottom] .kswr-imcgal-item:nth-of-type(2) {
bottom: -20%
}
body.theme-autozone .kswr-imcgal-container[data-layout=bottom]:hover .kswr-imcgal-item:nth-of-type(2) {
bottom: -30% !important
}
.hsearch_style_1 .list-categories.body-categories .list-categories__item label,
.hsearch_style_2 .list-categories.body-categories .list-categories__item label {
padding: 20px;
background: #fff
}
.hsearch_style_2 {
background: #fff;
padding: 30px 20px 20px;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
display: flex
}
body.theme-autozone .hsearch_style_2 .search-title2 {
color: #fff;
margin: -31px 50px -15px -20px;
padding: 28px 20px 26px 36px;
text-align: left;
font-size: 16px;
line-height: 26px;
position: relative;
font-weight: 600;
text-transform: uppercase;
max-width: 180px;
min-width: 180px
}
body.theme-autozone .hsearch_style_2 .search-title2 .div_skew {
transform: skewX(18deg);
background: red;
position: absolute;
right: -18px;
top: 0;
z-index: 9;
height: 100%;
width: 40px
}
body.theme-autozone .hsearch_style_2 .jelect-options {
box-shadow: none;
border: 1px solid #eee;
margin-top: 0
}
.form-book-taxi .wpcf7-not-valid-tip,
.hsearch_style_2 .slider-price__wrap-input {
margin-top: -15px
}
.hsearch_style_2.vc-auto-search .select_mod-a {
margin: 0 10px 16px !important
}
body.theme-autozone .wrap-filter .widget.block_content.widget_mod-a.pixad-filter {
padding-left: 32px;
padding-right: 15px
}
.wrap-filter .wrap__btn-skew-r,
body.theme-autozone .header-menu-middle .yamm .dropdown-menu {
margin-top: 17px
}
.hsearch_style_2.vc-auto-search .list-categories__item {
width: 16.3% !important
}
.home-search-heading {
font-size: 24px;
text-transform: uppercase
}
.vc-auto-search.hsearch_style_2 .jelect-current {
background: #f5f5f5 !important;
clip-path: none !important;
text-align: left;
color: #222
}
.home-search-label {
text-transform: uppercase;
font-size: 12px;
color: #ccc;
padding-top: 10px
}
.vc-auto-search .home-search-label {
top: 37px;
left: 0;
position: absolute;
z-index: 1
}
.btn .home-search-label {
position: relative !important;
top: 0 !important;
left: 0 !important
}
.btn .home-search-label a {
display: inline-block;
width: 100%;
text-align: center;
color: #ccc
}
.vc-auto-search .search-title2,
.vc-auto-search div.select {
display: inline-block;
width: 19%;
margin: 0 .5% 35px;
vertical-align: top;
max-width: 220px
}
.vc-auto-search .slider-price {
display: inline-block;
width: 100%;
margin: 0 1%;
vertical-align: top;
position: relative
}
.vc-auto-search .btn {
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0 1%
}
.vc-auto-search .noUi-target {
margin: 15px 0 0
}
.tmpl-slide-price-left .currency-symbol {
float: left;
padding-top: 16px;
margin-right: 4px
}
.tmpl-slide-price-right .currency-symbol {
float: left;
padding-top: 16px;
margin-right: 0;
position: relative;
right: 0
}
body.theme-autozone .vc-auto-search .slider-price__input {
display: inline-block;
width: 56px;
margin: 10px 0;
height: 33px;
font-size: 12px;
color: #222;
border: none;
background-color: #fff;
text-align: center
}
.km-teammate-container[data-style=style1] .km-teammate-soc a,
.km-teammate-container[data-style=style2] .km-teammate-soc a {
margin-left: 5px;
margin-right: 5px;
float: none;
line-height: 33px;
margin-top: 10px;
text-decoration: none !important;
display: inline-block
}
body.theme-autozone .vc-auto-search #slider-price_min {
float: left;
padding: 0 !important;
text-align: left;
background: 0 0
}
body.theme-autozone .vc-auto-search #slider-price_max {
float: right;
padding: 0 !important;
text-align: right;
background: 0 0
}
body.theme-autozone .vc-auto-search .noUi-base {
width: 100%;
height: 100%;
position: relative;
background: #fff
}
.vc-auto-search .jelect-current,
.vc-auto-search div.select {
background: #fff !important;
text-align: left;
color: #222
}
.autozone_calculator_results,
.comment-list ol.children,
.dokan-order-details-wrap,
.dokan-orders-area .dokan-order-details-wrap,
.widget block_content.widget_mod-a.pixad-filter.pixba-radius-search .btn-filter.wrap__btn-skew-r.js-filter {
margin-top: 20px
}
.vc-auto-search .wrap__btn-skew-r {
margin-top: 0;
padding-left: 12px;
padding-right: 12px;
overflow: hidden
}
.vc-auto-search .btn-filter {
margin-left: 0;
margin-top: -2px
}
.vc-auto-search .jelect-options {
box-shadow: none
}
.vc-auto-search .list-categories__item {
width: 16% !important
}
.home-template .ui-title-inner {
margin-bottom: 12px !important;
line-height: 1.5
}
body.theme-autozone .vc_parallax > *,
body.theme-autozone .wpb_column,
body.theme-autozone .wpb_row {
position: relative;
z-index: inherit
}
.home-template .vc_row {
z-index: 77
}
.vc_gitem-animate-slideTop .vc_general.vc_btn3,
body.theme-autozone body div .icon-setting-menu {
background-color: #dc2d13 !important
}
.kswr-ibi-container[data-layout=icontop] .kswr-icon-container {
display: inline-block;
overflow: hidden
}
.kswr-button-bg {
transform: skewX(-17deg);
border-left: 0 !important;
border-top: 0 !important;
border-bottom: 0 !important
}
.kswr-slickslider-container .slick-dots li button {
transform: rotate(45deg)
}
.syn-hotspot-markerinsider {
position: relative;
font-size: 19px !important;
left: 5px !important;
top: -1px !important
}
.kswr-slickslider-container[data-arrows-position=middle] .slick-arrow {
border-radius: 100px !important
}
.kswr-slickslider-container[data-arrows-position=middle] .slick-prev:after,
.kswr-slickslider-container[data-arrows-position=middle].slick-next:after {
top: 2px !important
}
.km-teammate-container[data-style=style1]:hover .km-teammate-info,
.km-teammate-container[data-style=style1]:hover .km-teammate-np,
.km-teammate-container[data-style=style1]:hover .km-teammate-position,
.km-teammate-container[data-style=style1]:hover .km-teammate-soc,
.km-teammate-container[data-style=style2]:hover .km-teammate-info,
.km-teammate-container[data-style=style2]:hover .km-teammate-np,
.km-teammate-container[data-style=style2]:hover .km-teammate-position,
.km-teammate-container[data-style=style2]:hover .km-teammate-soc,
.pixba-radius-search,
.post_mod-d + .pagination,
.slider-price,
.woocommerce-checkout .select2-container--open .select2-dropdown--above,
body.theme-autozone.js {
margin-top: 0 !important
}
.km-teammate-container[data-style=style1]:hover .km-teammate-name,
.km-teammate-container[data-style=style1]:hover .km-teammate-position {
color: #fff !important;
opacity: 1 !important;
text-align: center
}
.km-teammate-container[data-style=style1]:hover .km-teammate-info {
margin-top: 15px !important
}
.km-teammate-container[data-style=style1] .km-teammate-soc a {
width: 20px;
height: 20px;
font-size: 18px;
color: #fff !important;
text-align: center
}
.km-teammate-container[data-style=style1] .km-teammate-soc {
display: inline-block;
float: none;
text-align: center;
margin-top: 7px
}
.km-teammate-container[data-style=style1] .km-teammate-img:before {
display: block;
content: "";
width: 100%;
float: left;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background: rgb(0 0 0 / .5);
opacity: 0
}
.km-teammate-container[data-style=style1] .km-teammate-np {
display: inline-block;
float: none;
left: 0;
right: 0;
text-align: center;
width: 100%
}
.km-teammate-container[data-style=style1] .km-teammate-position {
display: inline-block;
float: none;
text-align: center
}
.km-teammate-container[data-style=style1] .km-teammate-info {
margin-top: 0 !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
z-index: 3;
color: #fff;
background: 0 0;
position: absolute;
bottom: 10%;
height: auto;
transition: .3s ease-out;
-webkit-transition: .3s ease-out;
opacity: 0
}
.km-teammate-container[data-style=style2]:hover .km-teammate-name,
.km-teammate-container[data-style=style2]:hover .km-teammate-position {
color: #fff !important;
opacity: 1 !important
}
.km-teammate-container[data-style=style2] .km-teammate-soc a {
background: #d64d3a;
border-radius: 100px;
width: 30px;
height: 30px;
font-size: 12px;
color: #fff !important
}
body.theme-autozone .km-teammate-container[data-style=style2]:hover .km-teammate-soc {
margin-top: 0 !important;
position: absolute;
top: 40%;
width: 100%;
display: inline-block;
left: 0
}
.km-teammate-container[data-style=style2] .km-teammate-info {
margin-top: 0 !important;
padding-top: 20px !important;
padding-bottom: 20px !important
}
.km-teammate-container[data-style=style2]:hover .km-teammate-info {
background: #3180ab;
margin-top: 0 !important;
overflow: hidden;
height: 100px
}
.km-teammate-container[data-style=style3] .km-teammate-info {
padding-left: 20px;
padding-right: 20px;
position: relative
}
.km-teammate-container[data-style=style3] .km-teammate-soc {
color: #fff !important;
background: #dc2d13;
top: -70px;
position: absolute;
padding: 5px;
opacity: 0;
transition: .3s ease-out;
-webkit-transition: .3s ease-out;
transform: skewX(-17deg);
max-width: 50%;
left: 25%
}
.elementor-button-content-wrapper,
.km-teammate-container[data-style=style3] .km-teammate-soc a {
transform: skewX(17deg)
}
.km-teammate-container[data-style=style3] .km-teammate-img {
border-bottom: 1px solid #e1e1e1;
max-width: 89%;
left: 5%
}
.km-testimonial[data-style=style1] .km-testimonial-pic {
margin-bottom: 5px;
padding-top: 5px !important
}
body.theme-autozone .km-testimonial[data-style=style1][data-childstyle=style5] .km-testimonial-icon {
position: relative;
margin-top: 0
}
.km-teammate-position {
font-style: normal !important
}
.cobalt-Fieldset #settings-form .settings-input,
.custom-store-name,
.dokan-single-store .profile-frame,
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper,
.elementor-element-populated .grid__book_link,
.fl-form-body.modal-body h4,
.pix-lastnews-light .btn,
.tmpl-plugins-not-activated .post .decor-1,
.widget_filter_by_brand.widget .widget-title,
table.pmpro_table {
margin-bottom: 25px
}
#pixad--city,
#search-car {
width: 100%;
margin-bottom: 0;
float: left;
margin-right: 0;
background: #f7f7f7;
border: 0;
padding: 0 10px;
height: 45px
}
.pac-container,
body.theme-autozone .dgwt-wcas-suggestions-wrapp {
margin-top: -30px
}
.tml {
background: #fff;
padding: 50px;
max-width: 600px;
margin: 0 auto
}
aside .tml,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .inner_content {
padding: 0 !important
}
.tml .tml-label {
font-weight: 400;
padding-bottom: 10px
}
.tml-links,
.tml-user-links {
list-style: none;
margin: 0;
padding: 10px 0
}
.autozone_calculate_btn,
.car-booking a,
.dokan-btn.dokan-btn-theme.vendor-dashboard {
color: #fff !important;
text-decoration: none !important
}
.tml-checkbox {
margin-right: 5px !important
}
.dokan-dashboard html,
.dokan-store html,
.pmpro-checkout html,
.pmpro-confirmation html,
.tml-action-confirmaction .success,
.tml-error,
.tml-message,
.tml-success,
.woocommerce-account html,
.woocommerce-checkout html,
body.theme-autozone .youzify-page {
background: #f8f8f8
}
.tml-user-avatar {
display: inline-block;
float: left;
margin-right: 15px
}
.admin-bar .layout-theme[data-header=nosticky] .header.sticky {
top: 32px !important
}
body.theme-autozone .kameleon-cf7-container[data-style=qaswara] .km_cf7-input-container.filled .km_cf7-input,
body.theme-autozone .kameleon-cf7-container[data-style=qaswara] .km_cf7-input:focus {
border: 1px solid #eeeeed !important
}
.header-color-dark.sticky,
.layout-theme[data-header=nosticky] .header-color-white.sticky {
background: linear-gradient(0deg, #fff0 0, rgb(0 0 0 / .9) 100%) !important
}
.tmpl-plugins-not-activated .sticky.post .entry-media {
min-height: 90px
}
body.theme-autozone .pixad-features-list li {
width: 44% !important
}
body.theme-autozone .tab-content .pixad-features-list li {
padding-top: 7px;
position: relative;
padding-left: 20px
}
body.theme-autozone .tab-content .pixad-features-list i.features-icon {
position: absolute !important;
left: 0 !important;
top: 0 !important
}
#pixad-listing .pagination {
margin: 25px 0 30px
}
.autozone_calculator_report {
background: #555;
padding: 25px
}
.autozone_calculator .labeled {
padding-bottom: 0;
color: #666;
font-weight: 400
}
.autozone_calculator_report .list-descriptions dt {
display: inline-block;
margin-left: 0;
transition: .3s;
text-transform: uppercase;
width: 100%;
padding-bottom: 0;
padding-left: 15px;
vertical-align: top;
font-size: 11px;
position: relative
}
.autozone_calculator_report .list-categories__link:before,
.autozone_calculator_report .list-descriptions dt:before {
margin-right: 10px;
vertical-align: middle;
content: '\f0da';
font-size: 11px !important;
margin-top: 0;
position: absolute;
left: 0;
top: 1px
}
.autozone_calculate_btn {
cursor: pointer !important
}
.custom-auto-grid.featured-auto-grid .autos-carousel,
.fl-form-body.modal-body .form-control,
.fl-form-body.modal-body input[type=date],
.fl-form-body.modal-body input[type=email],
.fl-form-body.modal-body input[type=password],
.fl-form-body.modal-body input[type=tel],
.fl-form-body.modal-body input[type=text],
.fl-form-body.modal-body textarea,
.pmpro_box .pmpro_level_cost_text,
body.theme-autozone .autozone_calculator_report dl {
margin-bottom: 0 !important
}
aside .widget_mod-b {
margin-top: 0;
padding-top: 0;
padding-left: 80px
}
.car-booking a {
background-color: #dc2d13;
padding: 15px !important;
font-size: 14px;
font-weight: 700;
border: none;
text-transform: uppercase;
display: inline-block;
margin-bottom: 0;
margin-top: 0;
width: 100%;
text-align: center;
transition: .3s
}
.dokan-store-info .lbl-toggle:hover,
.dokan-store-info li a:hover,
.pmpro_checkout h2 span.pmpro_checkout-h2-msg a,
.user-data .role.not_verified:hover,
.woocommerce form.login .lost_password a,
.wp-block-button__link a,
body.theme-autozone .wc-item-meta li a,
body.theme-autozone .woocommerce-account .woocommerce-MyAccount-content a {
text-decoration: underline
}
.user-data .role:not(.not_verified) {
color: #c3e6cb !important
}
.user-data .role:not(.not_verified):before {
font: 14px/1 FontAwesome;
display: block;
content: "\f0a3";
position: absolute;
left: 0;
top: 1px
}
.user-data .role.not_verified:before {
font: 14px/1 FontAwesome;
display: block;
content: "\f05a";
position: absolute;
left: 0;
top: 1px
}
.car-booking i {
color: #fff;
margin-top: 0;
margin-right: 12px;
transition: .3s;
position: relative;
top: 1px;
font-size: 16px;
left: 0
}
.booking_form {
min-width: 900px
}
aside .booking_form {
min-width: auto
}
#single-pixad-booking-modal .modal-dialog {
z-index: 9999;
width: 90% !important;
margin: 10% auto;
display: inline-block;
max-width: 1400px
}
#booking_car_form {
padding: 0;
margin: 0;
text-align: left
}
#single-pixad-booking-modal .modal-body {
position: relative;
padding: 0
}
#single-pixad-autos-modal .modal-dialog,
#single-pixad-extra-modal .modal-dialog {
padding-top: 2%
}
#single-pixad-extra-modal .modal-dialog {
padding-top: unset;
height: 100%;
margin: auto;
top: auto;
bottom: auto;
align-items: center;
vertical-align: middle;
display: flex;
z-index: 9999
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body {
width: 600px;
column-count: 2
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item {
display: inline-flex;
width: 100%
}
#single-pixad-extra-modal .modal-dialog .modal-content .modal-body .extra_service_title_item .extr-right {
width: 45%;
text-align: right;
margin-right: 15px
}
@media only screen and (min-width:1200px) {
#pixad-listing.list .card_season_price .card__desc_wrap {
float: left
}
#pixad-listing.list .card_season_price .card__price {
padding-right: 0;
max-width: 145px
}
}
@media only screen and (min-width:353px) and (max-width:1200px) {
body.theme-autozone #pixad-listing.list .season_prices {
margin-left: 0
}
}
.youzify-main-column #pixad-listing.list .card__desc_wrap .card__description {
margin-bottom: 15px;
line-height: 19px
}
.comment-list .comment-info-content * {
font-style: normal
}
body.theme-autozone .comment-reply .btn {
background-color: #f8f8f8;
box-shadow: none
}
.after-price-text {
color: #999;
font-size: 12px;
padding-left: 5px
}
.car-details__price-inner .after-price-text {
color: #fff;
font-size: 14px;
padding-left: 5px;
font-weight: 400
}
.slider-grid__inner_mod-b .slider-grid__price .after-price-text {
display: block;
font-size: 11px
}
#pixad-listing.list .star-rating {
margin-top: -5px !important;
margin-bottom: 10px !important
}
#pixad-listing.grid .star-rating {
margin-top: -7px;
margin-bottom: 15px
}
.auto-promo-image img {
max-width: 90%;
height: auto
}
#pixad-listing.list .promo_gallery_wrapper {
clear: both;
display: inline-block;
width: 100%;
position: absolute;
top: 15px;
right: 0;
text-align: right
}
#pixad-listing.list .promo_gallery_wrapper li {
display: inline-block;
padding: 0 1% 1%;
max-width: 13%;
text-align: left
}
#pixad-listing.list .promo_gallery_wrapper li img {
max-width: 50px;
height: auto
}
aside .promo_gallery_wrapper ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center
}
aside .promo_gallery_wrapper.auto-promo-inline ul li {
display: inline-block;
text-align: center;
list-style: none;
margin: 3%;
padding: 0;
width: 26%
}
aside .promo_gallery_wrapper ul img {
max-width: 100%;
height: auto;
margin: 10px 0 0
}
aside .promo_gallery_wrapper li {
display: inline-block;
text-align: center;
list-style: none;
margin: 0;
padding: 0;
width: 100%
}
body.theme-autozone .period_picker_input {
border: 0;
line-height: 38px
}
body.theme-autozone .period_picker_input:before,
body.theme-autozone .rb_field select {
background: #f5f5f5;
color: #999
}
#slider-product img,
.custom-post-item img,
.owl-brands a img {
width: 100%;
height: auto
}
.custom-post-item .cpi-image-wrapper,
.decor-1,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title,
.fl-login_form .login-submit,
.fl-register-sub-menu .submit,
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
margin-bottom: 20px
}
.custom-post-item h4 {
margin: 0;
padding: 0 0 20px;
font-size: 20px;
font-weight: 600
}
.custom-post-item .cpi-image-wrapper a {
display: block;
height: 100%
}
.custom-post-item ul {
list-style: none;
display: flex;
padding: 7px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 25px
}
.custom-post-item ul li {
margin-right: 15px;
color: #999;
font-size: 14px
}
.custom-post-item h4 a {
color: #222;
line-height: 1.7;
font-size: 20px
}
.cpi-excerpt {
font-size: 14px;
line-height: 1.7;
padding-bottom: 25px
}
.cpi-link-more {
font-size: 16px;
font-weight: 500;
color: inherit;
display: none
}
.cpi-link-more span {
padding-left: 3px
}
.custom-post-padding {
background: #fff;
padding: 10px;
text-align: center
}
.custom-post-item.custom-post-padding .cpi-excerpt {
padding: 0 25px 25px
}
body.theme-autozone .kswr-slickslider-container[data-arrows-position=middle] .slick-next {
right: -35px
}
body.theme-autozone .kswr-slickslider-container[data-arrows-position=middle] .slick-prev {
left: -35px
}
.widget .section_letter .letter .letter__inner {
width: auto
}
#pixad-listing.list .card__title {
position: relative;
z-index: 9
}
#pixad-listing.list .card__title + .decor-1 {
display: block;
margin-bottom: 15px;
margin-top: -7px
}
#pixad-listing.list .card,
.dokan-dashboard-content .dokan-product-listing {
display: flex
}
#pixad-listing.list .card__img .scale-image-box {
height: 100%;
width: 100%;
display: flex;
align-items: stretch
}
#dokan-content .card__img .scale-image-box {
height: 420px;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
#pixad-listing.list .card__img a:not([class]),
#pixad-listing.list .card__img > a.card_img_url {
display: inline-block;
width: 100%;
height: 100%
}
#pixad-listing.list .card__img {
position: relative;
z-index: 10;
width: 100%;
float: none;
display: flex;
align-items: stretch;
margin: 0;
max-width: 275px
}
#pixad-listing.list .card__inner {
margin-left: 25px;
width: 100%
}
#pixad-listing .card__img {
position: relative;
z-index: 10
}
.listing-car-item-meta .after-price-text {
color: #fff;
font-size: 10px;
font-weight: 400
}
.amount-taxi .list-progress__item:first-child {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/taxi/box1.png) !important
}
.amount-taxi .list-progress__item:nth-child(2) {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/taxi/box2.png) !important
}
.amount-taxi .list-progress__item:nth-child(3) {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/taxi/box3.png) !important
}
.amount-taxi .list-progress__item:nth-child(4) {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/taxi/box4.png) !important
}
.amount-taxi .list-progress .chart,
.amount-taxi .list-progress__name,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i,
.fl-login_form .login_form_title,
.fl-login_form .reg_passmail,
.fl-login_form .remember--lost-password-wrapper .remember-login-checkbox-label,
.fl-login_form span,
.fl-register-sub-menu .reg_passmail,
.fl-register-sub-menu .register_form_title,
.fl-register-sub-menu .registration-text,
.header-menu-middle .header-social-link a i,
.header-menu-middle .yamm li .dropdown a,
.item-title a,
.list-services:hover *,
.premium-woocommerce.premium-woo-skin-grid-3 .woocommerce-loop-product__title,
.text-black .ui-title-block {
color: #222 !important
}
.amount-taxi .list-progress__item {
width: 250px !important;
height: 120px;
margin-right: 0;
margin-left: 0
}
.amount-taxi .list-progress__item .list-progress__inner {
text-align: center;
margin-left: 60px
}
#block-2 .wp-block-search__label,
.amount-taxi .list-progress__item .icon,
.entry-media blockquote + a,
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-register-sub-menu,
.fl-login-sub-menu .fl-login-form-entry.register .fl-login_form,
.hide_end_time,
.img-compare-none,
.sidebar .submenu-controll-inner,
.staff-no-skill .staff-progress,
.tmpl-plugins-not-activated .header-navibox-3,
.tmpl-plugins-not-activated .post-nav,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-instagram,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-link,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-portfolio,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-post,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-project,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-quote,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-services,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-skills,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-slideshow,
.youzify-settings-sidebar .youzify-account-menus ul li.youzify-video,
body.theme-autozone .tmpl-plugins-not-activated .entry-media .entry-btn {
display: none
}
body.theme-autozone .header-menu-middle .top-bar {
background: #f4f4f4 !important
}
.header-menu-middle .header-navibox-2,
body.theme-autozone .header.header-background-white.header-menu-middle .header-navibox-2 {
border-bottom: 0 !important;
border-top: 0 !important;
background: #1c1c1c !important
}
.header-menu-middle .header-navibox-2 li a {
text-transform: uppercase;
color: #fff !important
}
.header-menu-middle .yamm li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0 20px 0 0;
float: none
}
.header-menu-middle .yamm li:hover .dropdown {
visibility: visible
}
.header-menu-middle .yamm:not(.cl-effect-1, .cl-effect-18, .cl-effect-12) .current-menu-item > a:before,
.header-menu-middle .yamm:not(.cl-effect-1, .cl-effect-18, .cl-effect-12) .current-page-parent > a:before {
top: auto;
bottom: 0;
left: 0
}
.header-menu-middle .yamm {
float: none;
width: 100%;
text-align: center
}
#moto-header.header-menu-middle .yamm {
float: none;
width: 100%;
text-align: left
}
#moto-header .header-navibox-search {
padding-top: 0;
padding-left: 0;
position: absolute !important;
right: 0 !important;
top: 0 !important;
max-width: 300px !important
}
#moto-header.header-menu-middle .header-navibox-2 .main-menu > li > a {
padding: 15px 3px 7px 0 !important
}
#moto-header .phone-menu li {
position: relative;
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0;
padding: 0 0 0 46px;
font-size: 14px
}
#moto-header.header-menu-middle .header-navibox-search .btn-default {
transform: skewX(0) !important
}
#booking_car_info .car-details__price-inner,
#moto-header.header-menu-middle .header-navibox-search .btn span {
transform: skewX(0)
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li,
body.theme-autozone #moto-header.header-menu-middle .top-bar,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
background: #222 !important
}
#moto-header.header-menu-middle .phone-menu i {
font-size: 26px;
position: absolute;
top: 4px;
margin-right: 0;
left: 0;
width: 37px;
text-align: center
}
#moto-header .header-menu-middle .phone-menu-info {
display: inline-block;
vertical-align: top;
padding-left: 50px
}
#moto-header.header-menu-middle .phone-menu {
text-align: left;
padding-left: 0
}
#moto-header.header-menu-middle .navbar-brand {
position: relative;
top: 10px
}
.moto_header_custom_button .btn-inner {
color: #fff;
display: block;
transform: skewX(-25deg);
font-size: 14px;
font-weight: 700;
text-transform: uppercase
}
.moto_header_custom_button .btn-success {
transform: skewX(25deg) !important;
padding: 16px 36px;
position: relative;
top: 7px;
border: 0 !important;
box-shadow: none !important
}
#moto-header .header-navibox-search .btn {
box-shadow: none !important
}
.moto_header_custom_button {
padding-right: 15px
}
.moto_header_custom_button .fa {
color: #fff !important;
margin-left: 6px;
font-size: 17px
}
.moto_header_custom_button .btn-effect:hover:after {
height: 450%
}
.header-menu-middle .top-bar ul {
display: inline-block;
vertical-align: top;
float: none;
margin-right: 15px
}
.header-menu-middle .top-bar .header-social-link,
.user-role.vendor-customer-registration .dokan-role-customer,
.user-role.vendor-customer-registration .dokan-role-seller,
body.theme-autozone .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
body.theme-autozone .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
position: relative;
top: 2px
}
.header-menu-middle .header-social-link a,
.seller-items .products.columns-3 {
padding: 0 5px !important
}
.header-menu-middle .top-bar li {
display: inline-block;
font-size: 12px;
text-transform: none;
margin-left: 5px;
font-weight: 400;
text-transform: uppercase
}
.header-menu-middle .phone-menu-info span {
display: inline-block;
width: 100%;
font-weight: 600
}
.header-menu-middle .phone-menu-info span:first-child {
font-size: 15px;
font-weight: 400
}
.header-menu-middle .phone-menu i {
font-size: 30px;
position: absolute;
top: 13px;
margin-right: 0;
left: 0
}
.header-menu-middle .header-navibox-search {
position: relative;
padding-top: 10px;
padding-left: 20px
}
.header-menu-middle input[type=text] {
border: 1px solid #ddd;
box-shadow: none;
padding: 2px 20px 2px 10px;
height: 40px;
border-radius: 0 !important
}
.header-menu-middle .header-navibox-search .btn {
position: relative;
right: 10px;
top: 0;
padding: 9px 12px 8px 15px;
height: 40px
}
.header-menu-middle .header-navibox-search .btn span {
transform: skewX(17deg);
display: block;
font-size: 17px;
color: #fff
}
.header-menu-middle #nav > .container {
position: relative;
padding: 25px 0 30px
}
.header-menu-middle .header-cart-count {
position: absolute;
top: -5px;
right: -8px;
padding: 4px 0 1px;
border-radius: 100px;
font-size: 9px;
width: 17px;
height: 17px;
line-height: 11px;
text-align: center;
color: #fff;
font-weight: 400
}
.nav-custom-info {
display: inline-block;
vertical-align: top;
padding-left: 10px;
position: relative
}
.header_type5_block1_content {
float: none;
background: #fff;
position: absolute;
z-index: 77;
top: 60px;
right: 0;
border: 1px solid #ddd;
padding: 20px;
text-align: left;
width: 200px;
display: none
}
.nav-custom-cart .header_type5_block1_content {
min-width: 300px;
padding: 0
}
.nav-custom-cart .media img {
min-width: 130px
}
.nav-custom-info .striped-icon-nav {
font-size: 17px;
position: relative;
z-index: 2;
width: 49px;
height: 50px;
margin: auto 0 auto auto;
cursor: pointer;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
text-align: center;
border-radius: 0;
line-height: 50px;
background: 0 0;
border: 1px solid #ddd;
float: left;
top: 4px
}
@media (max-width:1000px) {
.sidebar {
width: 100%;
clear: both;
max-width: 300px
}
body.theme-autozone .slider-grid__inner.slider-grid__inner_mod-a {
padding-bottom: 0 !important;
margin-bottom: 25px
}
.elementor-widget-wrap.elementor-element-populated {
border: 0;
margin: 0 auto
}
,
.elementor-container .border-section-top {
display: none
}
.border-section-bottom,
.elementor-container .border-section-top,
.owl-theme_mod-a .owl-controls,
body.theme-autozone .hsearch_style_2 .search-title2 {
display: none !important
}
body.theme-autozone .slider-grid__inner_mod-b .slider-grid__name {
font-size: 11px
}
body.theme-autozone .hsearch_style_2 {
display: inline-block;
width: 100%;
padding: 25px 25px 15px
}
body.theme-autozone .promo-set {
bottom: 20px;
right: auto;
left: 20px
}
body.theme-autozone body.theme-autozone .slider-price__input {
margin: 0
}
body.theme-autozone .post .entry-title {
padding-top: 25px;
overflow: hidden
}
body.theme-autozone .post {
max-width: 465px;
margin: 0 auto 40px
}
.elementor-container .list-progress__item {
margin-bottom: 25px
}
}
body.theme-autozone .hsearch_style_2 {
display: inline-block;
width: 100%;
padding: 25px 25px 15px 5px
}
body.theme-autozone #booking_car_info .booking_form {
background: #fff !important;
border: 0;
padding-bottom: 0
}
#booking_car_info .rb_field input[type=text] {
background: #f5f5f5;
color: #999;
border: 1px solid #eee;
height: 40px;
width: 100%;
margin-bottom: 20px;
padding: 10px
}
.tab-content .data-list-descriptions .dd-item {
float: left;
width: 47%;
margin-left: 2%
}
.brand-link,
.card-list__title,
.card__label,
.card__price,
.dokan-dashboard .dokan-dashboard-wrap strong,
.link,
.sorting__title,
.tab-content .data-list-descriptions dt,
body.theme-autozone .woocommerce-order-overview.woocommerce-thankyou-order-details strong {
font-weight: 500
}
.tab-content .data-list-descriptions dd,
.tab-content .data-list-descriptions dt {
display: inline-block;
width: 49%
}
.elementor-container .slider-gallery,
.elementor-section .slider-reviews,
.tab-content .widget-content {
margin-top: 0;
margin-bottom: 0
}
.vc-auto-search div.select input[type=text] {
height: 39px;
padding: 5px 10px;
margin: 0;
color: #222;
width: 100%;
border: 0
}
.vc-auto-search .jelect-current {
padding: 11px 36px 11px 10px
}
aside .pix-input-time {
height: 39px !important;
color: #999 !important;
background-color: #f5f5f5 !important;
padding: 5px 10px !important;
border: 0;
width: 100%;
margin-bottom: 20px
}
@media (max-width:768px) {
body.theme-autozone .vc-auto-search div.select {
display: inline-block;
width: 100%;
margin: 0 0 37px;
vertical-align: top;
max-width: 100%
}
body.theme-autozone .models_list_item {
width: 100%
}
body.theme-autozone .main-block {
margin-bottom: 50px !important
}
body.theme-autozone .tab-content .pixad-features-list li {
width: 100% !important;
max-width: inherit !important
}
.list-progress__inner {
max-width: 57%
}
body.theme-autozone #pixad-listing.list .card {
display: block;
width: 100%;
max-width: 480px;
margin: 0 auto 25px;
padding-bottom: 25px
}
#pixad-listing.list .card__img {
width: 100%;
float: none;
background: #f5f5f5;
display: flex;
align-items: stretch;
margin: 0 auto 25px;
max-width: 100%;
height: auto;
padding: 0
}
#pixad-listing.list .card__img .scale-image-box {
height: 220px
}
#pixad-listing.list .card__img a {
display: flex
}
#pixad-listing.list .promo_gallery_wrapper,
body.theme-autozone .sorting__title {
display: none !important
}
body.theme-autozone body .hsearch_style_2 {
display: inline-block;
width: 100%;
padding: 25px 25px 15px
}
body.theme-autozone #pixad-listing .tmpl-gray-footer {
overflow: hidden;
min-height: auto;
height: auto
}
#pixad-listing.grid .col-md-4 {
margin-bottom: 25px
}
body.theme-autozone .list .card-list__row {
max-width: 100%
}
body.theme-autozone #pixad-listing.list .card__title + .decor-1 {
display: block
}
#pixad-listing.grid .slider-grid__inner {
margin-bottom: 0
}
#pixad-listing.grid .tmpl-slider-grid__info li {
padding: 0;
font-size: 11px
}
#pixad-listing.grid .tmpl-slider-grid__name {
font-size: 12px !important
}
#pixad-listing.grid .tmpl-slider-grid__info {
padding-bottom: 0
}
#pixad-listing.grid .tmpl-slider-grid__info li:after,
#pixad-listing.grid .tmpl-slider-grid__info li:first-child:before {
display: none
}
#pixad-listing.grid .card__img {
padding-top: 0
}
#pixad-listing.grid .slider-grid__inner_mod-b .slider-grid__price {
font-size: 11px
}
body.theme-autozone #pixad-listing.grid .card__wrap-label {
top: 6px;
left: 10px
}
body.theme-autozone body .sorting__item {
width: auto;
margin-right: 8px
}
body.theme-autozone .sorting__item.view-by {
float: left
}
}
.staff-no-skill {
background: #fff;
transition: .3s
}
body.theme-autozone .b-submit__aside-step-inner-info {
width: 77%
}
body.theme-autozone .b-submit__aside-step-inner-icon {
width: 17%
}
body.theme-autozone .b-submit__aside-step-inner-info h4 {
font-size: 11px;
line-height: 1.3
}
body.theme-autozone .b-submit__aside-step-inner {
padding: 20px 0 15px 15px
}
.pms-account-subscription-details-table td:first-of-type {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif) !important
}
.pms-account-subscription-details-table td {
padding: 10px 20px;
border: 1px solid #ddd;
background: #fff
}
.pms-form {
background: #fff;
padding: 30px;
border: 1px solid #ddd;
display: block;
margin: 0 auto;
max-width: 500px;
text-align: center
}
#pms_login input[type=email],
#pms_login input[type=password],
#pms_login input[type=text],
.pms-form input[type=email],
.pms-form input[type=password],
.pms-form input[type=text],
.pms-form input[type=textarea] {
width: 100%;
background: #f5f5f5;
color: #999
}
#pms_register-form {
max-width: 800px;
text-align: left
}
#pms_register-form .pms-field {
width: 45%;
display: inline-block;
vertical-align: top;
margin: 2% 2% 0;
text-align: left
}
.pixad-text-warning,
.required-field {
color: red
}
#single-pixad-autos-modal .modal-content,
#single-pixad-extra-modal .modal-content,
.dokan-store-sidebar .dokan-form-control {
background: #f5f5f5
}
#slider-price_min-two {
width: 50%;
margin: 0 25%
}
.car-locator-container {
width: 255px
}
#pixad-listing.list .card__description,
.car-locator-container img,
.dokan-custom-profile-frame-wrapper,
.seller-name,
.store-address,
.store-name,
.widget-slider,
body.theme-autozone .hours_price_title_item label.pixad_price_hour {
padding-bottom: 0
}
.car-locator-phone {
font-size: 16px;
color: #0172dc;
position: relative
}
.car-locator-phone:hover {
text-decoration: none;
color: red
}
.car-locator-company {
font-weight: 700;
font-size: 14px;
color: #222;
line-height: 1.5;
padding-bottom: 5px
}
.car-locator-phone:before {
font-family: FontAwesome;
content: "\f095";
display: inline-block;
padding-right: 5px;
position: relative;
font-size: 18px;
top: 2px
}
.wp-block-button {
color: #fff;
margin-bottom: 25px
}
#customer_login .col-1:first-child,
.wp-block-button.alignleft {
margin-right: 20px
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
background-color: #dc2d13;
transition: .2s ease-in
}
.border-section-top_mod-a:after,
.border-section-top_mod-a:before,
.form-contact__btn.btn-effect:after,
.reviews:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
body.theme-autozone .tmpl-plugins-not-activated .sticky.post .entry-main__inner:after,
body.theme-autozone .youzify-search-landing-image-container {
background-color: #222
}
.wp-block-button.is-style-outline .wp-block-button__link {
border-color: #dc2d13;
color: #dc2d13;
transition: .2s ease-in
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
border-color: #222;
color: #222
}
.header .social-links > li > a:hover,
.sidebar #today a,
.text-white .ui-title-block_mod-a,
.text-white .ui-title-block_mod-a *,
.wp-block-button:not(.is-style-outline) a.wp-block-button__link,
body.theme-autozone #booking_car_info .car-details__price-inner .after-price-text {
color: #fff
}
.tmpl-plugins-not-activated .comment-list,
.tmpl-plugins-not-activated .comment-respond {
margin-top: 45px
}
.wp-block-cover.has-background-dim,
.wp-block-gallery.columns-2.is-cropped,
.wp-block-gallery.columns-3.is-cropped,
.wp-block-gallery.columns-4.is-cropped,
.wp-block-gallery.columns-5.is-cropped,
.wp-block-gallery.columns-6.is-cropped,
.wp-block-gallery.columns-7.is-cropped,
.wp-block-gallery.columns-8.is-cropped,
.wp-block-media-text {
margin-bottom: 1.1rem
}
.wp-block-cover-text a:hover {
color: #fff !important;
text-decoration: underline !important
}
.blocks-gallery-grid + .blocks-gallery-caption {
position: relative;
top: -10px
}
#youzify-members-list-fl .youzify-item-avatar,
.wp-block-cover.alignleft,
.wp-block-gallery.alignleft {
margin-right: 25px
}
.wp-block-cover.alignright,
.wp-block-gallery.alignright {
margin-left: 25px
}
.post_mod-b .entry-content .wp-block-quote {
border-left: 3px solid #222
}
.post_mod-b .entry-content blockquote {
position: relative;
margin: 0 0 30px !important;
font: italic 400 16px/26px 'Droid Serif';
color: #222;
padding: 25px 25px 25px 60px !important;
background: #f7f7f7
}
.sidebar .tagcloud a,
.text-black .ui-subtitle-block_mod-a {
color: #777 !important
}
.post_mod-b .entry-content .wp-block-pullquote blockquote {
padding-left: 25px !important;
width: 100%;
max-width: 100% !important;
text-align: center
}
.post_mod-b .entry-content .wp-block-pullquote blockquote:before {
left: 50%;
top: -8px;
margin-left: -3px
}
.entry-content iframe {
max-width: 100%;
height: 400px
}
.entry-content .wp-block-calendar,
.entry-content .wp-block-calendar table {
margin: 20px 0
}
.entry-content .wp-block-search .wp-block-search__input {
display: block;
width: 100%;
height: 52px;
font-size: 12px;
line-height: 1.42857143;
color: #999;
background-color: #f7f7f7;
background-image: none;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border: 1px solid #eeeeed;
margin-bottom: 18px;
border-bottom: 1px solid #fff0;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
padding: 20px
}
.entry-content .wp-block-search .wp-block-search__button {
background-color: #dc2d13;
padding: 14px 29px;
font-size: 12px;
font-weight: 700;
color: #fff;
border: none;
box-shadow: 5px 0 0 0 #555;
height: 52px;
text-transform: uppercase;
margin-left: -3px
}
.wp-block-group__inner-container {
padding: 0;
margin-bottom: 20px
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .store-content,
body.theme-autozone .post .entry-media {
background: 0 0
}
.pingback,
.trackback {
list-style: none;
padding-bottom: 15px
}
#customer_login .vendor-customer-registration,
#pmpro_cancel .pmpro_actionlinks,
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info,
.fl-change-pass,
.fl-user-reviews-content .fl-comment-author-meta,
.no-comments,
.pmpro_cancel_return_home a,
.title-subtitle-wrapper {
padding-top: 25px
}
body.theme-autozone .post .entry-title,
body.theme-autozone .post .entry-title a {
word-break: break-word;
padding-right: 60px
}
body.theme-autozone .tmpl-plugins-not-activated .sticky.post .entry-media {
min-height: auto
}
body.theme-autozone .tmpl-plugins-not-activated .sticky.post {
border: 2px solid #222
}
.sidebar .comment-author-link a,
.sidebar .rsswidget {
font-weight: 700 !important
}
.sidebar .tagcloud a {
font-size: 10px !important;
text-transform: uppercase;
border: 1px solid #eee;
padding: 10px;
display: inline-block;
margin-bottom: 4px;
line-height: .7
}
.sidebar .tagcloud a:hover {
text-decoration: none;
color: #fff !important
}
.sidebar .wp-calendar-nav,
.white-popup.dokan-withdraw-popup,
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
padding: 20px
}
body.theme-autozone body .submenu-controll-inner {
top: 7px
}
.fl-login-sub-menu {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
z-index: 999;
position: absolute;
padding: 35px 25px;
top: 70px;
background: #fff;
max-width: 380px;
width: 375px;
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / .175);
box-shadow: 0 6px 12px rgb(0 0 0 / .175);
border: 1px solid #eaeaeb;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
opacity: 0
}
.fl-login-sub-menu.opened {
opacity: 1;
visibility: visible;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.fl-login-sub-menu .fl-login-form-entry.loading {
-webkit-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
opacity: .8
}
.fl-login_form .login_form_title,
.fl-register-sub-menu .register_form_title {
padding-bottom: 15px;
margin-top: -10px;
padding-top: 0
}
.dokan-w4.dokan-order-right-content li,
.rtd .vc_row-padding-both,
.rtd .vc_row-padding-bottom {
padding-bottom: 10px !important
}
.rtd .vc_row-padding-both,
.rtd .vc_row-padding-top {
padding-top: 10px !important
}
.registration-text {
padding-right: 10px
}
.fl-login_form .registration-text-wrapper a,
.widget-post1__description,
body p {
font-weight: 300
}
#order_items_list .available_extra_price,
.lost-password-link {
padding-left: 5px
}
.woocommerce-ResetPassword.lost_reset_password {
max-width: 700px;
margin: 0 auto 30px !important
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
transition: .3s ease-out;
transform: scale(.98)
}
.mfp-zoom-in .mfp-preloader,
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: .3s ease-out
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
transform: scale(1)
}
.mfp-zoom-in.mfp-ready .mfp-preloader,
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .85
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
transform: scale(.98);
opacity: 0
}
.mfp-zoom-out-cur {
cursor: auto
}
.mfp-close:before {
display: none !important;
font: 28px/1 FontAwesome;
content: "\f00d";
position: relative;
top: -3px
}
body.theme-autozone .extra_service_category_icon {
margin-right: 7px;
font-size: 15px;
color: #222 !important
}
body.theme-autozone aside .extra_service_category {
font-weight: 700;
color: #222;
display: inline-block;
text-transform: uppercase;
margin-top: 25px
}
body.theme-autozone .hours_price_title_item span {
font-weight: 500;
font-size: 13px;
padding-top: 7px;
padding-left: 2px;
color: #222
}
body.theme-autozone .hours_price_title_item input[type=checkbox] {
margin-left: 5px;
top: 5px;
position: relative
}
body.theme-autozone .wp-block-group__inner-container h2 {
color: #333;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 25px;
font-weight: 700;
position: relative
}
.widget-title:before,
aside .wp-block-heading:after,
body.theme-autozone .wp-block-group__inner-container h2:after {
position: absolute;
top: -5px;
left: -32px;
width: 4px;
height: 25px;
background-color: #999;
content: ''
}
body.theme-autozone .wp-block-group {
padding: 0;
margin-bottom: 25px
}
body.theme-autozone .wp-block-latest-posts.wp-block-latest-posts__list li a {
font-size: 14px;
font-weight: 400;
transition: .3s ease-out;
-webkit-transition: .3s ease-out;
color: inherit
}
.wp-block-group ol.wp-block-latest-comments {
margin-left: 0;
padding: 0;
background: 0 0
}
.wp-block-archives-list wp-block-archives,
.wp-block-archives-list.wp-block-archives,
body.theme-autozone .wp-block-latest-posts.wp-block-latest-posts__list {
list-style: none;
padding-left: 0;
margin-left: 0
}
.brand-link .icon,
.ui-title-page {
padding-right: 10px;
padding-left: 10px
}
.wp-block-group footer {
background: 0 0;
color: #222;
line-height: 25px
}
#wp-block-search__input-1 {
text-transform: uppercase;
background: 0 0;
box-shadow: none !important;
outline: 0;
border: 1px solid #ddd;
border-radius: 0;
border-radius: none;
padding-left: 0;
height: 50px;
font-size: 12px;
color: #000;
line-height: 1.7
}
body.theme-autozone #block-2 .wp-block-search .wp-block-search__button {
background: #ff6400;
border: 0;
padding: 13px 14px;
margin-left: 0;
word-break: normal;
color: #fff;
width: auto;
line-height: 20px;
text-transform: uppercase;
right: 0;
top: 0;
height: 49px;
font-size: 11px
}
body.theme-autozone .wp-block-group footer a {
color: #222;
text-decoration: underline
}
body.theme-autozone .sidebar-item select {
max-width: 100%;
width: 100%;
border: 1px solid #ddd;
padding: 6px
}
.pwb-remove-filter,
.sidebar #today {
background-color: #222;
color: #fff
}
.wp-block-group__inner-container li {
padding: 5px 0;
margin: 0 0 10px;
list-style: none;
border-bottom: 1px solid #ececec;
font-size: 12px;
color: #666;
line-height: 1.55;
text-transform: uppercase;
position: relative
}
body.theme-autozone .widget .wp-block-group__inner-container {
padding: 0;
margin-bottom: 0
}
.sidebar .widget {
overflow: scroll
}
body p {
line-height: 1.6923
}
input::-webkit-input-placeholder {
color: #aaa
}
input::-moz-placeholder {
color: #aaa
}
.form-contact .text-center {
text-align: center;
width: 100%
}
#wrapper {
margin: auto
}
.ui-title-page {
margin-bottom: 30px;
font-family: Ubuntu;
font-size: 34px;
color: #fff
}
.ui-title-block {
font-size: 40px;
color: #222
}
.ui-subtitle-block_mod-a {
font-size: 16px;
font-weight: 400;
letter-spacing: .1em
}
.ui-subtitle-block_mod-b {
font-size: 13px;
font-weight: 300;
color: #777
}
.ui-title-inner {
margin-bottom: 12px;
font-size: 16px;
font-weight: 700;
color: #222
}
.ui-description {
font-size: 14px;
font-weight: 500;
color: #555
}
.link {
display: inline-block;
margin-bottom: 18px;
margin-left: 4px;
padding: 4px 17px;
font-size: 13px;
color: #555
}
.btn-primary.btn-effect:after {
background-color: #000
}
.ui-btn_mod-a {
display: inline-block;
transform: skewX(10deg)
}
.ui-btn_mod-a_inner {
display: block;
transform: skewX(-10deg)
}
.helper:before {
width: 0;
height: 100%
}
.vc_row-padding-both {
padding-top: 80px !important;
padding-bottom: 80px !important
}
.vc_row-padding-top {
padding-top: 42px !important
}
.vc_row-padding-bottom {
padding-bottom: 42px !important
}
.vc_row-padding-both .bg_inner,
.vc_row-padding-top .bg_inner {
margin-top: -50px
}
button[type=submit],
input[type=submit] {
background-color: #dc2d13;
padding: 15px 29px 14px;
font-size: 12px;
font-weight: 700;
color: #fff;
border: none;
box-shadow: 5px 0 0 0 #555
}
body.theme-autozone span.wpcf7-not-valid-tip {
margin-top: -10px;
margin-bottom: 10px
}
.bg_inner {
z-index: 99 !important;
margin-top: -25px;
padding-bottom: 80px;
top: -10px
}
.section-title-box {
position: relative;
z-index: 8 !important;
padding-bottom: 60px
}
.owl-theme .owl-controls {
position: absolute;
z-index: 9
}
.vc_row-overlay {
display: inline-block;
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.vc_row-overlay:after {
background-color: rgb(0 0 0 / .1);
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
height: 100%
}
.decor-1,
.decor-1:after {
width: 30px;
border-top: 1px solid #ccc
}
.vc_row-overlay .wpb_column {
position: relative;
z-index: 3
}
@media (min-width:1601px) {
.big-img.wpb_single_image img {
max-width: none !important;
min-width: 100%
}
}
@media (max-width:1600px) {
.big-img.wpb_single_image img {
height: auto;
max-width: 800px !important;
vertical-align: top;
min-width: 100%
}
}
..card__inner .decor-1 {
margin-bottom: 13px
}
.decor-1:after {
margin-top: 2px;
margin-left: 10px
}
.decor-1_mod-a,
.decor-1_mod-a:after {
border-top: 1px solid rgb(204 204 204 / .8)
}
.decor-1_mod-b {
display: inline-block;
width: 170px;
margin: 17px 0 20px -15px
}
.decor-1_mod-b:after {
width: 170px;
margin-left: 20px
}
.decor-1_mod-c {
margin-top: 17px;
margin-bottom: 30px;
margin-left: 30px
}
.tab-content .decor-1 {
margin-top: 19px
}
.decor-2,
.vdecore-bottom .decor-2 {
display: inline-block;
margin-top: 6px;
text-align: center
}
.vdecore-bottom .decor-2 {
position: absolute;
bottom: 30px;
left: 50%;
z-index: 300;
margin-left: -20px
}
.decor-2:after,
.decor-2:before {
position: absolute;
top: 5px;
display: block;
width: 14px;
height: 14px;
transform: rotate(45deg)
}
.decor-2 .icon,
.decor-3 {
display: inline-block;
transform: rotate(45deg)
}
.decor-2 .icon:before,
.decor-3:before {
transform: rotate(-45deg);
display: block
}
.decor-2:before {
right: -10px
}
.decor-2:after {
left: -10px
}
.decor-2 .icon {
width: 23px;
height: 23px;
font-size: 12px;
line-height: 1;
color: #555;
border: 3px solid #f5f5f5;
border-radius: 3px;
background-color: #ddd;
z-index: 1;
vertical-align: inherit;
margin: 0
}
.decor-2 .icon:before {
margin: 3px 0 0 1px
}
.decor-3 {
width: 14px;
height: 14px;
margin-right: 14px;
margin-left: 3px;
font-size: 8px;
vertical-align: middle;
border: 1px solid #ccc;
text-align: left
}
.decor-3:before {
margin: 4% 0 0 32%;
line-height: 1;
font-size: 8px
}
.brand-link {
display: block;
font-size: 14px;
margin: 40px 0 0;
height: 40px
}
.brand-link .icon {
display: inline-block;
margin-top: 3px;
font-size: 9px;
vertical-align: text-top
}
.border-section-top {
overflow: hidden;
padding-top: 110px
}
.elementor-container .border-section-top {
padding-top: 45px
}
.border-section-top:after,
.border-section-top:before {
position: absolute;
top: 20px;
width: 170px;
height: 80px
}
.border-section-top:before {
left: -70px;
box-shadow: 4px 1px 0 2px #f5f5f5;
transform: skew(-58deg, 10deg)
}
.border-section-top:after {
right: -70px;
box-shadow: -4px 1px 0 2px #f5f5f5;
transform: skew(58deg, -10deg)
}
.border-section-bottom {
position: relative;
bottom: -5px;
z-index: 10;
display: inline-block;
width: 100%
}
.border-section-bottom:after,
.border-section-bottom:before {
position: absolute;
bottom: -2px;
content: ''
}
.border-section-bottom:before {
right: 127px;
width: 165px;
height: 54px;
background-color: #f5f5f5;
transform: skewX(-42deg)
}
.border-section-bottom:after {
right: 35px;
border-right: 50px solid #fff0;
border-bottom: 55px solid #f5f5f5;
border-left: 50px solid #fff0
}
.border-section-bottom_mod-a:before {
right: 112px;
width: 150px;
height: 15px
}
.border-section-bottom_mod-a:after {
right: 74px;
border-right-width: 15px;
border-bottom-width: 15px;
border-left-width: 15px
}
.btn-inner {
display: block;
transform: skewX(17deg)
}
.btn-effect {
z-index: 1
}
.btn-effect:after {
position: absolute;
top: 50%;
left: 50%;
width: 120%;
height: 50%;
opacity: 0;
z-index: -1;
transition: .3s;
transform: translateX(-50%) translateY(-50%) rotate(45deg)
}
.btn-effect:hover:after {
height: 350%;
opacity: 1
}
.block-title {
display: block;
margin-bottom: 40px;
text-align: center
}
.block-title__inner {
background-position: center top;
padding-top: 120px;
padding-bottom: 60px;
background-size: cover
}
#youzify-group-buttons .group-button a {
border-radius: 0 !important
}
.header-menu-middle + div .layout-theme .block-title .block-title__inner {
padding-top: 60px;
padding-bottom: 60px
}
.header-menu-middle + .block-title .block-title__inner {
padding-top: 35px;
padding-bottom: 60px
}
.block-title:after,
.block-title:before {
position: absolute;
bottom: -3vw;
width: 50.01%;
height: 8vw;
background-color: #f5f5f5;
z-index: 101
}
.block-title:before,
.vdecore-bottom:before {
left: 0;
transform: skewY(4.5deg)
}
.block-title:after,
.vdecore-bottom:after {
right: 0;
transform: skewY(-4.5deg)
}
.sorting {
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 10px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.sorting__inner {
margin-left: 5px;
padding-left: 34px;
box-shadow: -5px 0 0 0 #999
}
.sorting__item {
display: inline-block;
margin-right: 30px;
padding-bottom: 10px
}
.sorting__item.view-by {
float: right
}
#single-pixad-autos-modal .modal-title,
#single-pixad-autos-modal div.wpcf7-response-output,
#youzify .activity-meta a.unfav,
#youzify .activity-meta a.unfav:before,
.copyright__link,
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 .dokan-btn.dokan-btn-default,
.pmpro_payment-cvv small a,
.sorting__item.view-by a.active,
.sorting__item.view-by:hover,
.store-cat-stack-dokan.cat-drop-stack a,
.tagged_as,
body.theme-autozone #booking_car_info .car-details__price-inner .season_prices .after-price-text,
body.theme-autozone #youzify .editfield fieldset legend,
body.theme-autozone #youzify .uk-option-item .option-infos label,
body.theme-autozone .posted_in,
body.theme-autozone .youzify .activity-header .activity-head p > a:first-of-type,
body.theme-autozone .youzify-settings-sidebar .youzify-account-menus .youzify-active-menu,
body.theme-autozone .youzify-settings-sidebar .youzify-account-menus ul li a:hover,
body.theme-autozone .youzify-shared-wrapper a.youzify-post-author {
color: #222
}
.sorting__item.view-by a {
font-size: 16px;
margin: 7px 5px 5px;
color: #999;
background: #fff;
border: 1px solid #ddd;
padding: 2px;
width: 28px;
display: inline-block;
height: 28px;
text-align: center;
line-height: 23px
}
.sorting__item.view-by .sorting__title {
display: inline-block;
margin-right: 10px;
font-size: 12px;
color: #555;
text-transform: uppercase
}
.select_mod-a {
width: 200px
}
.card {
margin-bottom: 25px;
padding: 22px 20px
}
.card__img {
float: left;
width: 235px;
margin-bottom: 15px
}
.card__wrap-label {
position: absolute;
top: 15px;
left: 18px;
padding: 10px 16px;
background: red;
box-shadow: 5px 0 0 0 #fff;
transform: skewX(-18deg);
z-index: 1
}
.grid .card__wrap-label {
position: absolute;
top: 10px;
left: 18px;
padding: 7px 12px
}
.card__wrap-label.sale {
position: absolute;
top: 13px;
left: 10px;
bottom: auto;
padding: 0;
line-height: 3;
z-index: 99;
border-radius: 100%;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
transform: none;
box-shadow: none
}
.card__title {
margin-top: 12px;
margin-bottom: 19px;
margin-left: 0
}
#lostpasswordform + hr,
#pixad-listing.list .card__title,
.car-details .comment-form-rating label,
.section_list-post .ui-title-block,
.section_mod-a .ui-title-inner,
.section_mod-d .decor-1 + .link,
.wrap-social-block_mod-c,
body.theme-autozone #dokan-seller-listing-wrap .store_open_is_on,
body.theme-autozone .select2-container--open .select2-dropdown--below {
margin-top: 0
}
.card__label {
display: block;
font-size: 11px;
color: #fff;
transform: skewX(18deg)
}
.card__inner {
margin-left: 270px
}
.card__list {
width: 365px;
padding-top: 10px
}
.card_season_price .card__list {
width: 370px
}
.card-list__row {
float: left;
width: 50%;
margin-bottom: 5px;
padding-right: 5px;
font-size: 14px;
color: #777
}
.card-list__title {
padding-right: 2px;
color: #222
}
.card__price {
padding-bottom: 10px;
font-size: 13px;
line-height: 18px;
color: #555;
vertical-align: top;
word-break: break-word
}
.card__price-number {
display: block;
margin-top: 7px;
font-size: 24px;
line-height: 23px
}
.wrap-nav-tabs {
margin-bottom: 15px;
padding: 14px 0 12px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.wrap-nav-tabs ul a {
color: #555;
cursor: default;
background-color: transparent !important;
border: 0 !important
}
.wrap-nav-tabs ul {
box-shadow: none !important;
border: 0 !important;
border-left: 5px solid #999 !important;
margin-left: 0
}
.accordion .panel-heading .btn-collapse {
position: absolute;
top: 15px;
left: -29px;
display: block
}
.accordion .panel .icon {
float: right;
width: 45px;
text-align: center
}
.accordion .btn-collapse .icon {
font: 30px/1 Raleway
}
.accordion .btn-collapse .icon:before {
display: block;
content: '-'
}
.accordion .btn-collapse.collapsed .icon:before {
margin-top: 1px;
content: '+'
}
.header {
position: absolute;
top: 0;
width: 100%;
z-index: 110
}
body.theme-autozone .dropdown-menu > li > a {
padding: 7px 20px;
text-transform: uppercase !important
}
.top-bar {
padding-top: 17px;
padding-bottom: 6px;
border-bottom: 1px solid rgb(255 255 255 / .4) !important;
background: linear-gradient(0deg, #fff0 0, rgb(0 0 0 / .5) 100%) !important
}
body.theme-autozone .header-cart-count {
position: absolute;
top: -5px;
right: -14px;
padding: 4px 0 1px 1px;
border-radius: 100px;
font-size: 10px;
width: 17px;
height: 17px;
line-height: 12px;
text-align: center;
color: #fff;
font-weight: 400
}
.header-contacts__item {
margin-right: 30px;
color: #fff
}
.fl-membership-login i,
.header-contacts__item .icon,
.widget-title i {
margin-right: 10px
}
.header .social-links {
float: right;
margin-right: -12px
}
.header .social-links > li > a {
padding-right: 7px;
padding-left: 7px;
font-size: 14px;
color: rgb(255 255 255 / .5)
}
.header__inner {
margin-top: 3px;
border-top: 1px solid rgb(255 255 255 / .15)
}
.footer .social-links,
.header .logo {
margin-top: 30px
}
#pixad-listing.grid-account .card__img img,
.blog-item_img img,
.fl-account-wrap img,
body.theme-autozone .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img,
header .navbar-brand img {
max-width: 100%;
height: auto
}
.footer {
padding-bottom: 40px;
text-align: center;
padding-top: 45px
}
.footer .border-section-top {
overflow: initial
}
.footer-title {
margin-top: 10px;
font-size: 30px;
font-weight: 700;
color: #fff
}
.footer__name,
.footer__text {
font-size: 16px;
display: inline-block
}
.footer__item {
margin-top: 46px;
margin-right: 21px;
margin-left: 21px
}
.footer__name {
margin-top: 32px;
margin-bottom: 10px;
padding-right: 4px;
padding-left: 5px;
color: rgb(255 255 255 / .5);
letter-spacing: .1em
}
.footer__text {
color: #fff
}
.footer__wrap-btn {
position: relative;
width: 300px;
margin-top: -70px;
margin-right: auto;
margin-left: auto;
border-top: 132px solid #181819;
border-right: 150px solid #fff0;
border-left: 150px solid #fff0;
z-index: 10;
text-align: center
}
.footer__btn {
position: absolute;
top: -53px;
left: 0;
font-size: 12px;
color: #999;
width: 60px;
margin-left: -31px
}
.title-subtitle-wrapper .subtitle,
.title-subtitle-wrapper .title {
position: relative;
margin-top: 0;
margin-bottom: 12px;
font-size: 15px;
color: #222;
clear: both
}
.title-subtitle-wrapper .subtitle {
font-size: 12px;
color: #777;
margin-top: -3px;
font-weight: 400
}
.footer__btn:after,
.footer__btn:before {
position: absolute;
content: ''
}
.footer__btn:before {
top: -38px;
left: 6px;
border-right: 25px solid #fff0;
border-bottom: 33px solid red;
border-left: 25px solid #fff0;
z-index: 15
}
.footer__btn:after {
top: -23px;
left: 22px;
border-right: 9px solid #fff0;
border-bottom: 10px solid #eee;
border-left: 9px solid #fff0;
z-index: 15
}
.copyright {
margin-top: 43px
}
.footer .social-links > li > a {
width: 34px;
height: 34px;
padding-top: 7px;
font-size: 16px;
color: #999;
border: 2px solid #999;
border-radius: 50%;
background-color: #222127;
opacity: .5;
transition: .3s
}
.link-img__link,
.link-img__title {
color: #fff;
transition: .3s;
display: block
}
.list-mark {
padding-top: 15px;
padding-bottom: 15px
}
.list-mark li {
margin-bottom: 12px
}
.social-links > li > a {
transition: .3s
}
.wrap-link-img {
position: absolute;
top: 0;
left: 0;
width: 100%
}
.link-img {
position: absolute;
top: 0;
margin-bottom: 0
}
.link-img__item {
width: 180px
}
.link-img__link:after,
.link-img__link:before {
width: 100%;
content: ''
}
.link-img__link {
position: relative;
border-bottom-width: 5px;
border-bottom-style: solid;
overflow: hidden;
text-align: center
}
.link-img__link:before {
position: absolute;
top: 0;
left: .1px;
height: 100%;
background-color: rgb(0 0 0 / .5);
transition: .3s
}
.link-img__link:after {
position: absolute;
top: -38px;
left: 0;
height: 50px;
background-color: #f5f5f5
}
.link-img__link:hover,
.models_list_item:hover {
border-color: #222
}
.link-img__link:hover:before {
background-color: rgb(0 0 0 / .8)
}
.link-img__title {
font: 600 15px Raleway;
text-shadow: 0 0 3px rgb(0 0 0 / .6);
transform: rotate(90deg)
}
.link-img__wrap-title {
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 60px
}
.link-img_mod-a {
left: 15px
}
.link-img_mod-b {
right: 10px
}
.link-img_mod-a .link-img__wrap-title {
right: 0;
margin-right: -105px;
line-height: 1
}
.link-img_mod-b .link-img__wrap-title {
right: 0;
margin-left: -110px;
line-height: 1
}
.link-img_mod-a .link-img__link:after {
transform: skewY(8deg)
}
.link-img_mod-b .link-img__link:after {
transform: skewY(-8deg)
}
.main-block {
margin: 40px 350px 86px;
font-family: Raleway;
color: #555
}
.main-block__label {
margin-bottom: 16px;
font-size: 13px;
font-weight: 600
}
.main-block__title {
margin-top: 35px;
margin-bottom: 46px;
font-size: 15px;
font-weight: 700
}
.main-block__title strong {
display: block;
margin-bottom: 7px;
font-size: 30px
}
.list-services {
position: relative;
margin-bottom: 0;
padding: 70px 22px 30px 0;
background: #222;
transition: 1s
}
.list-services:after {
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: #555;
content: ''
}
.list-services .icon,
.list-services i {
display: block;
margin-bottom: 70px;
margin-left: 40px;
font-size: 70px
}
.list-services svg {
display: block;
margin-bottom: 70px;
margin-left: 40px;
width: 70px;
height: fit-content
}
.list-services .icon:before {
font-size: 70px
}
.list-services .decor-1 {
margin-left: 40px
}
.list-services__title {
margin-bottom: 15px;
font-family: Raleway;
font-size: 18px;
color: #fff
}
.list-services__title *,
.list-staff__item:hover .list-staff__categories,
.list-staff__item:hover .list-staff__description,
.list-staff__item:hover .list-staff__name,
.list-type__link,
.list-type__link:hover {
color: #fff
}
.list-services__title strong {
display: block;
margin-top: 4px;
font-size: 20px;
font-weight: 600
}
.list-services__description {
display: none;
margin-bottom: 17px;
font-size: 13px;
line-height: 1.38
}
.list-services__inner {
padding-left: 35px;
border-left: 5px solid #fff0;
transition: .3s
}
.list-services:hover {
margin-bottom: 0;
border-bottom: 5px solid #ddd;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif)
}
.list-progress__item,
.mli_img_wrapper {
background-size: contain;
background-repeat: no-repeat
}
.list-services:hover:after {
content: none
}
.list-staff__info:after,
.list-staff__media:after {
content: '';
transition: .3s
}
.list-services:hover .list-services__description,
.pix-ajax-loader.ajax-loading,
.post-btn,
.post-btn__inner,
.section-bg-2:before {
display: block
}
.list-services:hover .decor-1,
.list-services:hover .list-services__title strong {
display: none
}
.list-services:hover .list-services__title {
font-size: 16px;
font-weight: 700
}
.list-services:hover .list-services__inner {
border-left-color: #999
}
.list-services:hover .icon {
margin-top: 7px;
font-size: 85px
}
.list-progress {
margin-top: 0;
margin-bottom: 70px;
text-align: center
}
.list-progress__item {
position: relative;
display: inline-block;
margin-right: 7px;
margin-left: 7px;
padding: 20px 0 0;
vertical-align: top;
background-position: 0 0
}
#filter_loader,
#loader,
.mli_img_wrapper {
background-position: center
}
.elementor .list-progress__item .icon,
.list-progress__item .icon,
.list-progress__item i,
.list-progress__item svg {
float: left;
margin: 0 0 0 30px;
min-width: 80px
}
.list-progress__item:nth-child(2) .icon,
.list-progress__item:nth-child(3) .icon {
position: relative;
top: 12px;
left: 12px
}
.list-progress__item:first-child {
width: 350px;
height: 122px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/figure/figure-1.svg)
}
.list-progress__item:nth-child(2) {
width: 360px;
height: 118px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/figure/figure-2.svg);
background-position: 0 100%
}
.list-progress__item:nth-child(3) {
width: 349px;
height: 120px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/figure/figure-3.png)
}
.list-progress__inner {
display: inline-block;
text-align: left
}
.list-progress .chart {
font-size: 34px;
font-weight: 700;
color: #fff
}
.list-progress .icon,
.list-progress i,
.list-progress svg {
display: inline-block;
margin-right: 22px;
line-height: 1
}
.owl-brands a,
body.theme-autozone .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button .fa {
margin-right: 3px
}
.list-progress__item:first-child .icon,
.list-progress__item:first-child i {
font-size: 78px
}
.list-progress__item:first-child svg {
width: 78px
}
.list-progress__item:nth-child(2) .icon,
.list-progress__item:nth-child(2) i {
font-size: 53px
}
.list-progress__item:nth-child(2) svg {
width: 53px
}
.list-progress__item:nth-child(3) .icon,
.list-progress__item:nth-child(3) i {
font-size: 58px
}
.list-progress__item:nth-child(3) svg {
width: 58px
}
.list-progress__name {
display: block;
font-family: Raleway;
font-size: 15px;
font-weight: 600;
color: #999
}
.form-contact,
.list-brands {
margin-top: 40px
}
.list-brands__item {
width: 20%;
margin-right: -2px;
margin-left: -1px
}
.owl-brands a {
margin-left: 3px;
background-color: #fff;
box-shadow: 0 4px 0 0 #ececec;
display: inline-block;
padding: 20px;
cursor: default;
max-width: 218px
}
.list-brands__img {
padding: 28px 15px
}
.list-type {
margin-top: 50px;
margin-bottom: 100px;
padding-left: 0;
list-style-type: none;
text-align: center
}
.list-type__item {
display: inline-block;
width: 360px;
margin: 0 8px 48px;
padding-left: 23px;
border-right: 1px solid #333;
overflow: hidden;
text-align: center
}
.list-type__link {
display: block;
padding-top: 10px;
width: 360px;
height: 210px;
font-family: Raleway;
border-top: 1px solid #333;
border-left: 5px solid #dc2d13;
border-bottom: 1px solid #333;
background-color: rgb(0 0 0 / .4);
transition: .3s;
transform: skewX(6deg)
}
.list-type__item .icon {
display: inline-block;
margin-bottom: 0;
font-size: 131px;
line-height: 1;
width: 100%;
height: auto;
min-height: 130px
}
.list-type__name {
padding-top: 5px;
font-size: 16px;
font-weight: 600
}
.auto_body_name,
.hsearch_style_1 .home-search-heading,
.list-categories.body-categories .list-categories__item input[type=checkbox],
.list-type__link:hover .list-type__name,
.pix-ajax-loader,
body.theme-autozone .compose-mode .vc_row[data-vc-full-width].vc_hidden,
body.theme-autozone .wd-name {
display: none
}
#tab3,
.car-details .tab-content .tab-pane.active,
.fl-form-body.modal-body form.submitting .wpcf7-spinner,
.list-type__link:hover .list-type__info {
display: block !important
}
.list-type__info {
display: none !important;
padding-top: 5px;
font-size: 22px;
font-weight: 600
}
.list-type__inner {
transform: skewX(-6deg)
}
.list-type__inner span {
transform: skewX(-6deg) !important;
display: block
}
.list-type__inner img {
max-width: 150px !important;
padding-top: 12px
}
.list-staff {
margin: 0 -35px
}
.list-staff__item {
display: inline-block;
width: 540px;
margin-right: 31px;
margin-bottom: 40px;
margin-left: 31px;
vertical-align: top
}
.list-staff__media {
position: relative;
width: 270px;
transition: .3s
}
.list-staff__media:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.list-staff__item:hover .list-staff__media:after {
background-color: rgb(0 0 0 / .65)
}
.list-staff__info,
.reviews {
background-color: #fff;
transition: .3s
}
.list-staff__item:nth-child(2n) .list-staff__media {
float: right
}
.list-staff__item:nth-child(odd) .list-staff__inner {
margin-left: 270px;
text-align: left
}
.list-staff__item:nth-child(2n) .list-staff__inner {
margin-right: 270px
}
.list-staff__info {
position: relative;
padding-top: 40px;
padding-bottom: 15px
}
.list-staff__info:after {
position: absolute;
top: 50px;
border-top: 25px solid #fff0;
border-bottom: 25px solid #fff0
}
.list-staff__item:nth-child(odd) .list-staff__info:after {
left: -15px;
border-right: 15px solid #fff
}
.list-staff__item:nth-child(2n) .list-staff__info:after {
right: -15px;
border-left: 15px solid #fff
}
.list-staff__item:nth-child(2n) .list-staff__info {
text-align: right
}
.list-staff__wrap_name {
padding-right: 21px;
transition: .3s
}
.list-staff__item:nth-child(odd) .list-staff__wrap_name {
margin-right: 5px;
margin-left: 27px;
box-shadow: 5px 0 0 0 #999
}
.list-staff__item:nth-child(2n) .list-staff__wrap_name {
margin-left: 5px;
box-shadow: -5px 0 0 0 #999
}
.list-staff__name {
font-family: Raleway;
font-size: 15px;
font-weight: 700;
color: #222;
transition: .3s
}
.list-staff__item:nth-child(odd):hover .list-staff__wrap_name {
box-shadow: 5px 0 0 0 #eee
}
.list-staff__item:nth-child(2n):hover .list-staff__wrap_name {
box-shadow: -5px 0 0 0 #eee
}
.list-staff__item:nth-child(odd) .decor-1 {
margin-right: auto;
margin-left: 36px
}
.list-staff__item:nth-child(2n) .decor-1 {
margin-right: 36px;
margin-left: auto
}
.list-staff__categories {
margin-bottom: 16px;
padding-top: 3px;
font-size: 11px;
font-weight: 500;
color: #999;
transition: .3s
}
.list-staff__description {
padding-right: 26px;
padding-left: 26px;
transition: .3s;
color: #777;
padding-bottom: 20px
}
.list-staff__social {
position: absolute;
bottom: 25px;
width: 100%;
opacity: 0;
z-index: 10;
transition: .3s;
text-align: center
}
.list-staff__social > li {
padding-right: 3px;
padding-left: 3px
}
.list-staff__social > li > a {
width: 34px;
height: 34px;
padding-top: 7px;
font-size: 14px;
color: #888;
border: 2px solid #999;
border-radius: 50%;
transition: .3s
}
.list-staff__social > li > a:hover {
color: #fff;
border-color: #fff
}
.staff-progress {
margin-top: 33px;
margin-right: 10px;
margin-left: 20px
}
.staff-progress__title {
margin-bottom: 22px;
font-family: Raleway;
font-size: 12px;
font-weight: 700;
color: #555
}
.models_list_wrapper {
display: flex;
margin: 20px 0;
flex-wrap: wrap;
justify-content: center
}
.models_list_item {
width: 150px;
margin: 2px;
background-color: #fff;
text-align: center;
border: 1px solid #ddd
}
.models_list_item a {
display: block;
padding: 10px 0;
color: #000
}
.models_list_item a:hover {
text-decoration: none;
color: inherit
}
.mli_img_wrapper {
margin: 5px;
height: 135px
}
.mli_count {
margin-top: 20px;
padding: 4px;
background-color: #fe1f24;
color: #fff;
font-weight: 700
}
.reviews {
margin-right: 15px;
margin-left: 15px;
padding-top: 25px;
padding-bottom: 38px;
overflow: hidden
}
.reviews:after {
position: absolute;
right: 30px;
bottom: 25px;
font: 39px/1 FontAwesome;
color: rgb(34 34 34 / .06);
content: '\f10e'
}
.reviews__name,
.reviews__title {
font-family: Raleway;
font-weight: 700;
transition: .3s
}
.reviews:hover {
color: #fff;
box-shadow: 0 0 15px 0 rgb(0 0 0 / .3);
transition: .3s
}
.reviews:hover:after {
color: rgb(255 255 255 / .06)
}
.reviews__title {
margin-top: 14px;
margin-bottom: 13px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 40px;
font-size: 16px;
color: #222;
border-left: 4px solid #999;
text-align: left
}
.reviews:hover .reviews__title {
color: #fff
}
.reviews .decor-1 {
margin-left: 45px
}
.reviews__text {
padding: 11px 15px 21px 45px;
color: #777
}
.reviews__img {
float: left;
width: 55px;
height: 55px;
margin-left: 44px;
border-radius: 50%;
overflow: hidden
}
.reviews__inner {
margin-top: 8px;
margin-left: 115px
}
.reviews__category {
font-size: 10px;
font-weight: 500;
color: #999;
transition: .3s
}
.reviews:hover .reviews__category,
.reviews:hover .reviews__name {
color: #fff
}
.map {
margin-top: 50px;
margin-bottom: 60px;
z-index: 0
}
.map:after,
.map:before {
position: absolute;
bottom: -4vw;
width: 50%;
height: 7vw;
background-color: #f5f5f5;
z-index: 1
}
.map:before {
left: 0;
transform: skewY(6deg)
}
.map:after {
right: 0;
transform: skewY(-6deg)
}
.form-contact__btn {
padding: 16px 31px;
color: #fff;
border: none;
box-shadow: 5px 0 0 0 #555;
text-transform: uppercase
}
.entry-main_mod-a,
.post-nav,
body.theme-autozone .vc_gitem_row .vc_gitem-col {
box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.car-details + .wrap-section-border {
margin-bottom: 30px;
margin-top: 30px
}
.car-details__title,
.pixad-features-list li {
margin-top: 0;
font-weight: 700;
font-family: Raleway
}
.car-details__wrap-title {
margin-bottom: 20px;
padding-top: 17px;
padding-right: 25px;
padding-bottom: 18px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
overflow: hidden
}
.car-details__title {
float: left;
margin-bottom: 0;
margin-left: 4px;
padding-top: 13px;
padding-bottom: 9px;
padding-left: 26px;
font-size: 26px;
color: #222
}
.car-details__wrap-price {
float: right;
margin-left: 30px;
overflow: hidden
}
.car-details__price {
display: block;
margin-right: -10px;
margin-left: 40px;
padding: 1px 31px 1px 25px;
font-size: 30px;
font-weight: 700;
color: #fff;
overflow: hidden;
transform: skewX(-12deg)
}
.car-details__price-inner {
display: block;
transform: skewX(12deg);
font-weight: 400;
font-size: 28px;
line-height: 46px;
min-height: 49px;
padding-top: 5px
}
#slider-product .prettyPhoto {
display: block;
height: 420px;
overflow: hidden
}
@media only screen and (max-width:1200px) {
#slider-product .prettyPhoto {
height: 346px
}
body.theme-autozone .main-block {
margin: 40px 375px 86px
}
}
@media only screen and (min-width:1000px) and (max-width:1200px) {
body.theme-autozone .select_mod-a {
width: 100%
}
body.theme-autozone .slider-price__input {
margin: 0 !important
}
#pixad-listing .tmpl-slider-grid__info li:after,
#pixad-listing .tmpl-slider-grid__info li:first-child:before {
display: none !important
}
body.theme-autozone .widget-title {
font-size: 13px
}
body.theme-autozone .list .card-list__row {
max-width: 47%
}
body.theme-autozone #pixad-listing.list .card__title + .decor-1 {
display: block
}
}
@media only screen and (max-width:991px) {
body.theme-autozone #pixad-listing.list .card__title + .decor-1 {
display: block
}
body.theme-autozone .list .card-list__row {
max-width: 100%
}
#pixad-listing.list .card__desc_wrap {
max-width: 100%;
float: none
}
body.theme-autozone .pagination {
margin: 30px 0 50px
}
#pixad-listing.grid .card__img img {
width: 100% !important;
height: auto
}
body.theme-autozone .youzify-hdr-v7 .youzify-profile-photo {
margin-top: 100px
}
.youzify-search-header .youzify-search-landing-image {
height: 100% inherit !important;
min-height: inherit !important
}
.b-submit__aside,
.groups .youzify-search-landing-image-text,
.members .youzify-search-landing-image-text,
.wrap-link-img {
display: none
}
#slider-product .prettyPhoto {
height: 400px
}
.vc-auto-search .btn {
margin-top: 20px
}
body.theme-autozone .main-block {
margin: 0;
margin-bottom: 50px !important
}
body.theme-autozone body .vc-auto-search.hsearch_style_1 div.select {
margin-bottom: 35px
}
}
@media only screen and (max-width:768px) {
body.theme-autozone .fl-login-register--header {
display: none !important
}
body.theme-autozone #pixad-listing.list .card__price {
float: none
}
body.theme-autozone body .vc-auto-search div.select {
display: inline-block;
width: 100%;
margin: 0 0 20px;
vertical-align: top;
max-width: none
}
#slider-product .prettyPhoto {
height: 340px
}
.card__img {
width: 100%;
text-align: center;
background: #fff;
margin: 0;
padding: 10px 0 0
}
#pixad-listing .tmpl-gray-footer {
background: #fff;
min-height: auto;
clear: both
}
body.theme-autozone #pixad-listing .tmpl-gray-footer {
min-height: auto;
padding-top: 20px
}
.card__img img {
margin: 0 auto;
display: inline-block;
width: 100%
}
body.theme-autozone #pixad-listing.list .card__desc_wrap {
max-width: 100%;
float: none
}
body.theme-autozone .sorting__item {
display: inline-block;
margin-right: 30px;
padding-bottom: 10px;
text-align: center
}
.single-add-to-compare .pull-left,
.single-add-to-compare .pull-right {
float: none !important;
text-align: center
}
body.theme-autozone .single-add-to-compare {
padding-top: 17px;
padding-bottom: 17px
}
body.theme-autozone .grid .card__wrap-label {
top: 25px
}
}
@media only screen and (max-width:650px) {
body.theme-autozone body .pixad-features-list li {
width: 100% !important
}
#slider-product .prettyPhoto {
height: 300px
}
.logged-in.admin-bar {
top: 0;
padding-top: 32px
}
.logged-in .header .navbar {
position: relative;
top: 32px
}
.logged-in .mobile-slidebar-menu {
padding-top: 30px
}
}
@media only screen and (max-width:480px) {
.sidebar-show .btn,
body.theme-autozone .elementor-widget-templines-autos .pixad-body-filter li {
text-align: center;
width: 100%
}
body.theme-autozone .post_mod-a.zigzag-enable .entry-media {
float: none !important
}
body.theme-autozone .ui-title-block {
font-size: 22px
}
body.theme-autozone body .entry-main {
padding-top: 15px !important
}
body.theme-autozone .list-type__item {
width: 100%;
padding-left: 0
}
body.theme-autozone .amount-taxi .list-progress__item .list-progress__inner {
text-align: center;
margin-left: 0;
padding-top: 20px;
width: 100%;
float: none
}
.mobile-filter,
.sticky-bar .sidebar.sidebar-show {
display: block !important
}
.sidebar-show .widget_mod-a {
padding: 46px 32px 35px;
max-width: 260px;
margin: 0 auto;
background: #fff
}
.mobile-filter {
float: left;
padding-top: 10px;
padding-left: 20px;
text-transform: uppercase
}
.mobile-menu-trigger {
position: fixed;
top: -15px;
right: 6px;
z-index: 999;
font-size: 45px;
display: none
}
.mobile-menu-trigger:hover {
color: #222
}
.sticky-bar .sidebar {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: scroll;
z-index: 997;
background: #fff;
display: none
}
body.theme-autozone.sidebysidepage,
body.theme-autozone.sidebysidepage body {
overflow-x: hidden !important
}
body.theme-autozone body .header-full-width.header-navibox-2-left .header-navibox-1 {
left: 0
}
.logged-in.admin-bar {
top: 0;
padding-top: 32px
}
body.theme-autozone body .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
padding: 1%;
width: 100%
}
body.theme-autozone .woocommerce-cart table.cart td.actions .coupon .input-text {
margin: 0 4px 10px 0;
float: none;
width: 100%
}
body.theme-autozone .coupon {
padding-left: 0 !important
}
body.theme-autozone .header-cart {
margin: 0;
position: relative;
left: auto;
top: -24px;
right: 57px
}
.mobile-slidebar-menu .header-cart {
display: none !important
}
.woocommerce-customer-details,
body.theme-autozone .woocommerce-order-details {
width: 100%;
display: inline-block;
vertical-align: top
}
body.theme-autozone .woocommerce-customer-details {
padding-left: 0
}
body.theme-autozone .post_mod-a:nth-child(2n) .entry-date {
left: auto;
right: 10px
}
body.theme-autozone .post .entry-main__inner:after {
display: none
}
.post_mod-a:nth-child(odd) .entry-main__inner,
body.theme-autozone .post_mod-a:nth-child(odd) .entry-content {
padding-right: 0
}
body.theme-autozone .pix-lastnews-light .btn {
float: left !important
}
body.theme-autozone #pixad-listing.list .promo_gallery_wrapper {
clear: both;
display: none;
width: 100%;
position: relative;
top: 0;
right: 0;
text-align: left
}
body.theme-autozone #pixad-listing.list .card__list,
body.theme-autozone #pixad-listing.list .card__price {
max-width: 100%;
float: none
}
body.theme-autozone .car-details__title {
float: none;
margin-bottom: 0;
margin-left: 4px;
padding-top: 7px;
padding-bottom: 9px;
padding-left: 26px
}
body.theme-autozone .car-details__wrap-price {
float: none;
margin-left: -10px;
overflow: hidden;
display: inline-block;
margin-top: 10px
}
body.theme-autozone .comment-list {
padding: 25px;
background-color: #fff;
margin-bottom: 0
}
.pixad-features-list li,
.wrap-nav-tabs li {
display: inline-block !important;
width: 100% !important;
float: none !important
}
#slider-product .prettyPhoto {
height: 210px
}
#slider-product img {
max-width: none
}
body.theme-autozone .vehicle_gallery .scale-image-box {
max-height: 200px
}
.product_list_widget .product-title {
display: inline-block;
width: 100%;
padding-top: 10px
}
}
.letter {
padding: 0 50px
}
.letter__info {
font-weight: 300;
line-height: 30px;
color: rgb(255 255 255 / .7)
}
.letter__title {
margin-bottom: 14px;
font-family: Raleway;
font-size: 24px;
font-weight: 600;
line-height: 33px;
color: #fefefe
}
.letter__btn {
float: right;
font-family: Raleway;
font-size: 14px;
font-weight: 700;
color: #fff;
border-right: 2px solid #fff
}
.letter__inner {
float: left;
width: 450px;
line-height: 26px
}
.wrap-social-block {
display: inline-block;
width: 210px;
margin-top: 29px;
margin-left: -7px;
padding-left: 8px;
vertical-align: top;
overflow: hidden
}
.social-block {
display: block;
width: 215px;
padding: 10px 0;
background-color: #555;
transform: skewX(-22deg)
}
.social-block__inner,
.social-block_mod-b,
.wrap-social-block_mod-c .social-block {
transform: skewX(22deg)
}
.social-block_mod-a {
margin-left: 20px;
padding: 14px 0;
background-color: #fff0
}
.social-block_mod-b {
display: inline-block;
margin-left: 9px
}
.social-block__inner {
display: block;
width: 100%;
margin-left: 27px
}
.wrap-social-block_mod-a .social-block {
border: 2px solid #fff;
cursor: pointer
}
.wrap-social-block_mod-a .social-block__inner {
color: #fff
}
.social-block__title {
display: inline-block;
font-size: 10px;
font-weight: 500;
color: #fff;
vertical-align: middle
}
.social-block__list {
display: inline-block;
margin-bottom: 0;
margin-left: 15px;
vertical-align: middle
}
.social-block__list > li > a {
font-size: 14px;
color: #999;
transition: .3s
}
.social-block__list > li > a:hover {
color: #fff
}
.post-btn__inner,
.wrap-social-block_mod-c .social-block__inner {
transform: skewX(-22deg)
}
.vdecore-bottom {
display: inline-block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 99
}
.vdecore-bottom:after,
.vdecore-bottom:before {
position: absolute;
bottom: -3vw;
width: 51%;
height: 8vw;
background-color: #f5f5f5;
z-index: 101;
content: ''
}
.vdecore-bottom .decor-2:after,
.vdecore-bottom .decor-2:before {
top: 5px;
display: block;
width: 30px;
height: 30px
}
.vdecore-bottom .decor-2 .icon {
width: 38px;
height: 38px;
font-size: 27px
}
.main-slider__item {
position: relative;
margin-bottom: 50px
}
.iviewSlider:after {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgb(0 0 0 / .5);
z-index: 100
}
.main-slider__title {
font-size: 40px;
font-weight: 700;
color: #fff
}
.main-slider__subtitle {
margin-bottom: 25px;
font-family: Raleway;
font-size: 26px;
font-weight: 500
}
.main-slider__text {
font-size: 16px;
font-weight: 400
}
.main-slider__price {
display: inline-block;
font-size: 36px;
font-weight: 500;
vertical-align: middle
}
.main-slider__link {
display: inline-block;
width: 36px;
height: 38px;
margin-top: 5px;
margin-left: 20px;
padding-top: 8px;
vertical-align: middle;
transform: skewX(-16deg);
text-align: center
}
.main-slider__link .icon {
font-size: 15px;
color: #fff;
transform: skewX(10deg);
position: relative;
top: 3px;
left: 11px
}
.main-slider__btn {
display: inline-block;
padding: 7px 0;
background-color: rgb(0 0 0 / .4);
transform: skewX(16deg)
}
.slider-grid__hover,
.slider-grid__name {
background-color: rgb(0 0 0 / .7);
transition: .3s
}
.col-md-5 .slider-grid__name {
background-color: rgb(0 0 0 / .7) !important
}
.main-slider__btn_inner {
display: inline-block;
padding: 5px 20px !important;
font-family: Ubuntu;
color: #fff;
transform: skewX(-16deg);
text-align: center
}
.slider-services {
height: 310px;
margin-top: 0;
margin-bottom: 25px
}
.slider-grid {
margin-bottom: 55px
}
.slider-grid__inner.slider-grid__inner_mod-b {
margin-bottom: 28px !important;
padding-bottom: 0 !important;
border: 1px solid #ddd;
transition: .3s;
position: relative;
background: #fff
}
.slider-grid__name {
display: inline-block;
font-family: Raleway;
font-weight: 600
}
.slider-grid__wrap-name {
position: absolute;
bottom: 0;
left: 0;
color: #fff
}
.slider-grid__inner *,
.slider-grid__wrap-name * {
color: #fff
}
.slider-grid__hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0
}
.slider-grid__inner:hover .slider-grid__name {
background-color: #fff0
}
.slider-grid__info {
position: absolute;
top: 20px;
right: 20px;
font-size: 12px;
font-weight: 300
}
.slider-grid__info .icon {
margin-right: 7px;
font-size: 14px
}
.slider-grid__info li {
margin-bottom: 3px
}
.slider-grid__btn {
position: absolute;
top: 20px;
left: 26px
}
.slider-grid__btn span.btn-inner,
.vc_grid-gutter-30px .vc_gitem_row .vc_gitem-col * {
color: #333
}
.post-btn:hover,
.section_letter,
.slider-grid__btn:hover span.btn-inner,
.vc_gitem-animate-blurOut .vc_gitem_row .vc_gitem-col *,
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem_row .vc_gitem-col *,
body.theme-autozone .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span,
body.theme-autozone .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
color: #fff
}
.slider-grid__inner_mod-a .slider-grid__name {
padding: 14px 28px;
font-size: 16px;
vertical-align: bottom;
margin-right: 0;
margin-left: 15px
}
.slider-grid__inner_mod-a .slider-grid__price {
display: inline-block;
margin-left: -3px;
padding: 12px 28px 13px;
font-size: 18px;
vertical-align: bottom
}
.slider-grid__inner_mod-b .slider-grid__name {
position: absolute;
bottom: 0;
z-index: 10;
padding: 10px 20px;
font-size: 14px
}
.slider-grid__inner_mod-b .slider-grid__price {
position: absolute;
right: 10px;
bottom: 10px;
padding: 4px 13px;
font-size: 15px;
font-weight: 500
}
.slider-gallery {
margin-top: 53px;
margin-bottom: 155px
}
.slider-gallery__item {
position: relative;
height: 177px;
margin: 0 5px;
text-align: center
}
#filter_loader,
#loader,
#page-preloader,
.slider-gallery__hover {
width: 100%;
height: 100%;
left: 0;
top: 0
}
#pixad-listing .card__img img,
.comment-list .comment-author img,
.seller-items .card__img,
.slider-gallery__item img {
width: 100%;
height: auto;
aspect-ratio: 480/325;
object-fit: cover
}
.slider-gallery__item .icon {
display: block;
margin-top: 60px;
font-size: 16px;
width: auto
}
.slider-gallery__item .icon_video-link {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
padding-top: 17px;
font-size: 14px;
border-radius: 50%;
background-color: rgb(0 0 0 / .8);
box-shadow: 0 0 0 5px rgb(255 255 255 / .32);
z-index: 10
}
.slider-gallery__title {
margin-top: 16px;
font-family: Raleway;
font-size: 15px;
font-weight: 600;
padding: 0 47px
}
.slider-gallery__link {
position: relative;
display: block;
color: #fff;
overflow: hidden
}
.slider-gallery__link:hover {
color: #fff;
text-decoration: none
}
.slider-gallery__hover {
position: absolute;
background-color: rgb(0 0 0 / .75);
opacity: 0;
transition: .3s
}
.owl-item:nth-child(4n+1) .slider-gallery__link {
-webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%)
}
.owl-item:nth-child(4n+2) .slider-gallery__link {
-webkit-clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%)
}
.owl-item:nth-child(4n+3) .slider-gallery__link {
-webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%)
}
.owl-item:nth-child(4n+4) .slider-gallery__link {
-webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%)
}
.slider-reviews {
margin-top: 54px;
margin-bottom: 54px
}
#loader {
right: 0;
bottom: 0
}
#filter_loader {
display: none;
right: 0;
bottom: 0
}
.preloaderjs#page-preloader {
background: rgb(46 46 46 / .99) !important
}
#page-preloader .spinner,
#page-preloader .thecube {
position: absolute;
z-index: 1001;
display: block;
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px
}
#page-preloader {
right: 0;
bottom: 0;
background: rgb(255 255 255 / .9)
}
#page-preloader .spinner:after,
#page-preloader .spinner:before {
position: absolute;
content: '';
border-radius: 50%
}
#page-preloader .spinner:before {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
-webkit-animation: 2s linear infinite spin;
animation: 2s linear infinite spin;
border: 3px solid #fff0;
border-top-color: #71383e
}
#page-preloader .spinner:after {
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
-webkit-animation: 1s linear infinite spin;
animation: 1s linear infinite spin;
border: 3px solid #fff0;
border-top-color: #efa96b
}
#page-preloader .thecube {
top: 50%;
left: 50%
}
.thecube {
width: 75px;
height: 75px;
margin: 50px auto 0;
position: relative;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg)
}
.thecube .cube {
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
transform: rotateZ(45deg);
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
.page-loading,
.thecube .cube:before {
height: 100%;
left: 0;
top: 0;
width: 100%
}
.thecube .cube:before {
position: absolute;
background-color: #ff3740;
-webkit-animation: 2.4s linear infinite both foldthecube;
-moz-animation: 2.4s linear infinite both foldthecube;
-ms-animation: foldthecube 2.4s infinite linear both;
-o-animation: 2.4s linear infinite both foldthecube;
animation: 2.4s linear infinite both foldthecube;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
transform-origin: 100% 100%
}
.thecube .c2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
-moz-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotateZ(90deg);
-o-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg)
}
.thecube .c3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
-moz-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotateZ(180deg);
-o-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg)
}
.thecube .c4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
-moz-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotateZ(270deg);
-o-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg)
}
.thecube .c2:before {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-ms-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s
}
.thecube .c3:before {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s
}
.thecube .c4:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s
}
@-webkit-keyframes foldthecube {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
-moz-transform: perspective(140px) rotateX(-180deg);
-ms-transform: perspective(140px) rotateX(-180deg);
-o-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0);
-moz-transform: perspective(140px) rotateX(0);
-ms-transform: perspective(140px) rotateX(0);
-o-transform: perspective(140px) rotateX(0);
transform: perspective(140px) rotateX(0);
opacity: 1
}
100%,
90% {
-webkit-transform: perspective(140px) rotateY(180deg);
-moz-transform: perspective(140px) rotateY(180deg);
-ms-transform: perspective(140px) rotateY(180deg);
-o-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0
}
}
@keyframes foldthecube {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
-moz-transform: perspective(140px) rotateX(-180deg);
-ms-transform: perspective(140px) rotateX(-180deg);
-o-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0);
-moz-transform: perspective(140px) rotateX(0);
-ms-transform: perspective(140px) rotateX(0);
-o-transform: perspective(140px) rotateX(0);
transform: perspective(140px) rotateX(0);
opacity: 1
}
100%,
90% {
-webkit-transform: perspective(140px) rotateY(180deg);
-moz-transform: perspective(140px) rotateY(180deg);
-ms-transform: perspective(140px) rotateY(180deg);
-o-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0
}
}
.page-loading {
background: rgb(255 255 255 / .8);
content: "";
position: fixed;
z-index: 2147483647
}
.page-preloader > .thecube {
left: 50%;
margin-left: -30px;
margin-top: -70px;
position: absolute;
top: 50%
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
#dokan-form-contact-seller .dokan-btn,
#pixad-listing.grid .card__img,
#pixad-listing.grid-account .card__img,
.flex-row-checkout .woocommerce-checkout-review-order-table,
.footer-sidebar-top .footer__contacts,
.form-book-taxi input[type=submit],
.selection__form .select_mod-a,
.tech-group,
video {
width: 100%
}
.footer .logo {
text-align: center;
display: inline-block;
width: 100%;
margin-top: 80px
}
.sidebar label {
font-weight: 400;
padding-left: 3px;
top: -2px
}
body.theme-autozone .slider-price__input {
display: inline-block;
width: 70px;
margin: 10px;
height: 25px;
font-size: 10px;
color: #fff;
border: none;
background-color: #444;
text-align: center
}
#cssload-wrapper {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 201;
overflow: hidden;
background-color: rgb(255 255 255 / .8);
display: flex;
align-items: center;
justify-content: center
}
.cssload-loader {
width: 146px;
height: 146px;
border: 1px solid #000;
position: relative;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.cssload-loader .cssload-loading {
font-size: 10px;
position: absolute;
width: 100%;
text-align: center;
line-height: 14px;
font-family: 'Century Gothic', sans-serif;
font-style: italic;
left: 0;
top: 50%;
margin-top: 19px;
color: #000;
font-weight: 700;
text-transform: uppercase;
-o-text-transform: uppercase;
-ms-text-transform: uppercase;
-webkit-text-transform: uppercase;
-moz-text-transform: uppercase
}
.about-autor__name,
.post .entry-title,
.post-link,
.post-nav__link,
.post-nav__title {
font-family: Raleway;
text-transform: uppercase
}
.cssload-loader-circle-1 {
width: 135px;
height: 135px;
left: 5px;
top: 5px;
border: 1px solid #000;
position: absolute;
border-right-color: #fff0;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
animation: 3.45s linear infinite spin;
-o-animation: 3.45s linear infinite spin;
-ms-animation: spin 3.45s linear infinite;
-webkit-animation: 3.45s linear infinite spin;
-moz-animation: 3.45s linear infinite spin
}
.cssload-loader-circle-2 {
width: 123px;
height: 123px;
left: 5px;
top: 5px;
border: 1px solid #fff0;
position: absolute;
border-right-color: #e81512;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
animation: 5.75s linear infinite spin;
-o-animation: 5.75s linear infinite spin;
-ms-animation: spin 5.75s linear infinite;
-webkit-animation: 5.75s linear infinite spin;
-moz-animation: 5.75s linear infinite spin
}
.cssload-loader .cssload-line {
width: 10px;
height: 2px;
background: #000;
position: absolute
}
.cssload-loader .cssload-line:first-child {
left: 16px;
top: 50%;
margin-top: -1px
}
.cssload-loader .cssload-line:nth-child(2) {
transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
left: 32px;
top: 32px
}
.cssload-loader .cssload-line:nth-child(3) {
top: 16px;
left: 50%;
width: 2px;
height: 10px
}
.cssload-loader .cssload-line:nth-child(4) {
transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
right: 32px;
top: 32px
}
.cssload-loader .cssload-line:nth-child(5) {
right: 16px;
top: 50%;
margin-top: -1px
}
.cssload-loader .cssload-line:nth-child(6) {
transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
right: 32px;
bottom: 32px;
background: #e81512
}
.cssload-loader .cssload-subline {
position: absolute;
width: 3px;
height: 2px;
background: #000
}
.cssload-loader .cssload-subline:nth-child(7) {
transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
left: 20px;
top: 49px
}
.cssload-loader .cssload-subline:nth-child(8) {
transform: rotate(67.5deg);
-o-transform: rotate(67.5deg);
-ms-transform: rotate(67.5deg);
-webkit-transform: rotate(67.5deg);
-moz-transform: rotate(67.5deg);
left: 49px;
top: 20px
}
.cssload-loader .cssload-subline:nth-child(9) {
transform: rotate(112.5deg);
-o-transform: rotate(112.5deg);
-ms-transform: rotate(112.5deg);
-webkit-transform: rotate(112.5deg);
-moz-transform: rotate(112.5deg);
right: 49px;
top: 20px
}
.cssload-loader .cssload-subline:nth-child(10) {
transform: rotate(157.5deg);
-o-transform: rotate(157.5deg);
-ms-transform: rotate(157.5deg);
-webkit-transform: rotate(157.5deg);
-moz-transform: rotate(157.5deg);
right: 20px;
top: 49px
}
.cssload-loader .cssload-subline:nth-child(11) {
transform: rotate(22.5deg);
-o-transform: rotate(22.5deg);
-ms-transform: rotate(22.5deg);
-webkit-transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
right: 19px;
bottom: 48px;
background: #e81512
}
.cssload-loader .cssload-needle {
width: 14px;
height: 14px;
border: 1px solid #000;
position: absolute;
left: 50%;
top: 50%;
margin: -8px 0 0 -8px;
z-index: 1;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
animation: 3.45s ease-in-out infinite pegIt;
-o-animation: 3.45s ease-in-out infinite pegIt;
-ms-animation: pegIt 3.45s infinite ease-in-out;
-webkit-animation: 3.45s ease-in-out infinite pegIt;
-moz-animation: 3.45s ease-in-out infinite pegIt
}
.cssload-loader .cssload-needle:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 3.5px 49px 3.5px 0;
border-color: #fff0 #e81512 #fff0 #fff0;
position: absolute;
right: 50%;
top: 50%;
margin: -3.5px 0 0;
border-radius: 0 50% 50% 0;
-o-border-radius: 0 50% 50% 0;
-ms-border-radius: 0 50% 50% 0;
-webkit-border-radius: 0 50% 50% 0;
-moz-border-radius: 0 50% 50% 0
}
@keyframes pegIt {
0%,
100% {
transform: rotate(0)
}
16% {
transform: rotate(75deg)
}
25% {
transform: rotate(55deg)
}
30% {
transform: rotate(90deg)
}
36% {
transform: rotate(170deg)
}
42% {
transform: rotate(150deg)
}
50% {
transform: rotate(227deg)
}
}
@-o-keyframes pegIt {
0%,
100% {
-o-transform: rotate(0)
}
16% {
-o-transform: rotate(75deg)
}
25% {
-o-transform: rotate(55deg)
}
30% {
-o-transform: rotate(90deg)
}
36% {
-o-transform: rotate(170deg)
}
42% {
transform: rotate(150deg)
}
50% {
-o-transform: rotate(227deg)
}
}
@-ms-keyframes pegIt {
0%,
100% {
-ms-transform: rotate(0)
}
16% {
-ms-transform: rotate(75deg)
}
25% {
-ms-transform: rotate(55deg)
}
30% {
-ms-transform: rotate(90deg)
}
36% {
-ms-transform: rotate(170deg)
}
42% {
transform: rotate(150deg)
}
50% {
-ms-transform: rotate(227deg)
}
}
@-webkit-keyframes pegIt {
0%,
100% {
-webkit-transform: rotate(0)
}
16% {
-webkit-transform: rotate(75deg)
}
25% {
-webkit-transform: rotate(55deg)
}
30% {
-webkit-transform: rotate(90deg)
}
36% {
-webkit-transform: rotate(170deg)
}
42% {
transform: rotate(150deg)
}
50% {
-webkit-transform: rotate(227deg)
}
}
@-moz-keyframes pegIt {
0%,
100% {
-moz-transform: rotate(0)
}
16% {
-moz-transform: rotate(75deg)
}
25% {
-moz-transform: rotate(55deg)
}
30% {
-moz-transform: rotate(90deg)
}
36% {
-moz-transform: rotate(170deg)
}
42% {
transform: rotate(150deg)
}
50% {
-moz-transform: rotate(227deg)
}
}
@keyframes spin {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0)
}
100% {
-o-transform: rotate(360deg)
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0)
}
100% {
-ms-transform: rotate(360deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0)
}
100% {
-moz-transform: rotate(360deg)
}
}
body.theme-autozone .vc_gitem_row .vc_gitem-col {
padding: 20px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif)
}
.vc_gitem-animate-blurOut .vc_gitem_row .vc_gitem-col,
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem_row .vc_gitem-col,
.vc_gitem-animate-scaleRotateIn .vc_gitem_row .vc_gitem-col,
.vc_gitem-animate-slideBottom .vc_gitem_row .vc_gitem-col {
background: 0 0 !important;
padding: 0;
box-shadow: 0
}
body.theme-autozone .vc_btn3.vc_btn3-color-juicy-pink,
body.theme-autozone .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
color: #fff !important;
background-color: #dc2d13;
border-radius: 0;
text-transform: uppercase;
font-size: 11px
}
body.theme-autozone .vc_btn3.vc_btn3-color-blue,
body.theme-autozone .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
color: #fff;
border-radius: 0;
background-color: #dc2d13;
text-transform: uppercase
}
.vc_gitem-animate-goTop20 .vc_custom_heading * {
color: #333 !important
}
body.theme-autozone .vc_gitem_row .vc_gitem-col .vc_btn3-container {
display: block;
margin-bottom: 0;
max-width: 100%
}
body.theme-autozone .post_mod-a .entry-main {
min-height: 280px
}
body.theme-autozone .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
font-size: 100%;
padding: 15px 26px;
border-radius: 0;
background: #fff;
text-transform: uppercase
}
body.theme-autozone .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
body.theme-autozone .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
body.theme-autozone .vc_btn3.vc_btn3-color-sky:focus,
body.theme-autozone .vc_btn3.vc_btn3-color-sky:hover,
body.theme-autozone .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
body.theme-autozone .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
background-color: #dc2d13;
color: #fff
}
body.theme-autozone .vc_btn3.vc_btn3-color-sky,
body.theme-autozone .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
border-radius: 0;
color: #fff;
background-color: #dc2d13
}
.header.header-color-white a.autozone-sell-car,
.navbar .navbar-nav li.header-button a.autozone-custom-button {
color: #fff !important;
background: 0 0 !important
}
body.theme-autozone .vc_grid-filter {
margin-left: 0;
margin-bottom: 50px;
list-style: none;
padding: 0
}
.vc_custom_heading h5 {
text-transform: uppercase;
font-size: 16px
}
.center-content {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center
}
.center-content .decor-1 {
margin: 30px auto 0;
height: 30px
}
#tab3 {
position: absolute;
padding: 10px
}
#tab3 .auto_contact_desc,
.card-info .caption,
.youzify-author-v6 .youzify-user-statistics,
body.theme-autozone .pwb-filter-products {
padding-bottom: 25px
}
#tab3 #contact-map {
margin-top: 0;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/nomap.jpg)
}
#tab3.active {
position: inherit
}
.tab-content > .tab-pane {
font-size: 12px;
line-height: 1.88
}
.tab-content > .tab-pane iframe {
margin: 0 auto;
display: block
}
body.theme-autozone #contact-map {
margin: 20px auto 0
}
.entry-media .owl-theme .owl-controls {
bottom: 15px;
left: 15px;
position: absolute
}
.entry-media .owl-theme .owl-controls .owl-buttons div {
background: #fff;
border-color: #fff
}
.entry-media .owl-theme .owl-controls .owl-buttons div i {
display: inline-block;
padding-top: 6px;
font-style: normal;
margin-left: 13px
}
.wrap-section-border {
margin-bottom: -165px
}
.section-bg-2:before,
.section-bg:after {
position: absolute;
width: 100%;
height: 100%;
opacity: .1;
content: ''
}
.section-bg_second {
background-color: #181818
}
.section-bg:after {
top: 0;
left: 0;
background-size: cover
}
.section-bg .bg-inner {
padding-top: 30px;
padding-bottom: 80px
}
footer .section-bg .bg-inner {
padding-top: 50px;
padding-bottom: 50px
}
.section-bg .bg-inner .woocommerce-breadcrumb,
body.theme-autozone .header-search .search-global__note,
body.theme-autozone .woocommerce-breadcrumb a {
color: #fff;
opacity: .7
}
.section_default {
padding-top: 90px;
padding-bottom: 130px
}
.section_mod-a {
padding-top: 40px;
padding-bottom: 65px
}
.section_mod-a:before {
bottom: -30px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/1.png) bottom center no-repeat
}
.section_mod-a .brand-link {
margin-top: 55px
}
.section_mod-b {
height: 678px
}
.section_mod-b:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/2.jpg)
}
.section_mod-c:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/3.jpg)
}
.section_mod-d {
padding-bottom: 70px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/10.png) 100% 100% no-repeat
}
.section_mod-d .ui-subtitle-block_mod-b {
margin-bottom: 65px
}
.section_mod-d .link {
margin-top: 23px
}
.section_mod-e:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/5.jpg)
}
.section_mod-f:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/6.jpg)
}
.section_mod-g:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/7.jpg)
}
.section_mod-h {
padding-bottom: 100px
}
.section_mod-h:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/9.jpg)
}
.section_mod-e:before {
bottom: -30px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/4.jpg) 0 100% no-repeat
}
.section_mod-i {
padding-top: 100px;
padding-bottom: 45px
}
.section_brands {
margin-top: 100px;
padding-bottom: 0
}
.section_brands .ui-title-inner {
margin-top: 40px;
margin-bottom: 0
}
.section_list-post {
padding-top: 106px;
padding-bottom: 60px
}
.section_list-post .ui-subtitle-block_mod-b {
margin-bottom: 56px
}
.section_map {
padding-top: 100px;
padding-bottom: 50px
}
.section_map:before {
bottom: -30px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/7.jpg) 100% 100% no-repeat
}
.section_map .ui-title-inner {
margin-top: 43px;
margin-bottom: 25px
}
.section_letter .bg-inner {
padding-top: 28px;
padding-bottom: 48px;
overflow: hidden
}
.section_letter:after {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/12.jpg)
}
.wrap-post {
margin-right: -15px;
margin-bottom: 25px;
margin-left: -15px;
text-align: center
}
.post {
margin-bottom: 40px
}
.post_mod-c,
.post_mod-d {
margin-bottom: 50px
}
.post .entry-media,
.tm-reviews-catalog-list .aside.aside_map .map_wrap #map-canvas {
background: #eee
}
.post_mod-a .post-hover,
body.theme-autozone .carousel-product .slides > li.auto-thumb-video:after {
background-color: rgb(0 0 0 / .6)
}
.sticky.post .entry-media {
background: #eee !important;
min-height: 150px
}
.entry-main {
padding: 50px 50px 20px;
background: #fff;
transition: .3s
}
.entry-main_mod-a {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif)
}
.post .entry-title {
font-size: 18px;
font-weight: 700
}
.heading-news {
margin-top: -60px;
padding-bottom: 40px
}
.post .entry-title,
.post .entry-title a {
margin-top: 0;
margin-bottom: 13px;
padding-right: 50px;
color: #222
}
.post .entry-meta {
text-transform: uppercase;
display: none
}
.elementor-section .post .entry-meta__item {
margin-right: 15px;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: #999
}
.post_mod-a.zigzag-disable .entry-main,
.wpb_wrapper .post_mod-a .entry-main {
margin-right: 0 !important;
margin-left: 470px !important;
padding-left: 74px !important
}
.post .entry-meta__item a {
margin: 0 0 0 px
}
.post .entry-main__inner {
position: relative;
margin-bottom: 25px
}
.post .entry-main__inner:after {
position: absolute;
top: 0;
left: -50px;
width: 5px;
height: 100%;
background-color: #999;
content: '';
transition: .3s
}
.post .entry-content {
padding-top: 0;
line-height: 27px;
margin-top: 0
}
.post .entry-date {
position: absolute;
width: 50px;
height: 50px;
border-radius: 1px;
box-shadow: 0 0 0 5px rgb(255 255 255 / .22);
transform: rotate(45deg)
}
.post_mod-a .post-hover,
.post_mod-c .post-hover {
height: 100%;
position: absolute;
transition: .3s
}
.post .entry-date__inner {
display: block;
margin: 5px 0 0;
font-family: Ubuntu;
font-size: 12px;
font-weight: 700;
color: #fff;
vertical-align: middle;
transform: rotate(-45deg);
text-transform: uppercase;
text-align: center
}
.post .entry-btn {
position: absolute;
top: 25px;
left: 30px;
transition: .3s
}
.entry-date__number,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) form .form-row label {
font-size: 15px
}
.wrap-post-btn {
display: inline-block;
padding-right: 7px;
border-left: 1px solid #eee;
overflow: hidden
}
.post-btn {
margin-left: -8px;
padding: 12px 18px;
font-size: 10px;
font-weight: 500;
color: #555;
border: 1px solid #eee;
transform: skewX(22deg);
text-transform: uppercase
}
.about-autor__name,
.post-link,
.post-nav__link,
.post-nav__title,
.youzify-main-column #pixad-listing.list .card__price,
.youzify-main-column .card-list__title,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text a {
font-weight: 700
}
.post .entry-footer {
clear: both;
margin-top: 30px;
margin-bottom: 15px
}
.post-link {
font-size: 11px;
color: #222
}
.post .ui-title-inner {
margin-bottom: 18px;
padding-top: 20px;
font-size: 14px
}
.post .wrap-social-block {
margin-top: 0;
margin-bottom: 20px
}
.post_mod-a .entry-date {
top: 61px
}
.post_mod-a .entry-media {
max-width: 470px
}
.post_mod-a.zigzag-disable .entry-date,
.wpb_wrapper .post_mod-a .entry-date {
right: auto !important;
left: -25px !important
}
.wpb_wrapper .post .entry-main__inner:after {
left: auto;
right: -51px
}
.post_mod-a.zigzag-disable .entry-main__inner:after {
right: -50px !important;
left: auto !important
}
.post_mod-a .post-hover {
top: 0;
left: 0;
width: 100%;
opacity: 0;
text-align: center
}
.post_mod-a .post-hover .icon {
display: inline-block;
font-size: 20px;
color: #fff;
vertical-align: middle
}
.post_mod-a .entry-main {
padding-top: 55px;
padding-bottom: 33px;
transition: .3s
}
.post_mod-a:nth-child(odd) .entry-main {
margin-right: 470px
}
.post_mod-a:nth-child(2n) .entry-main {
margin-left: 470px;
padding-left: 74px
}
.post_mod-a:nth-child(2n) .entry-date {
left: -25px
}
.post_mod-a:nth-child(odd) .entry-date {
right: -25px
}
.post_mod-a:nth-child(odd) .entry-content,
.post_mod-a:nth-child(odd) .entry-main__inner {
padding-right: 70px
}
.post_mod-a:nth-child(2n) .entry-main__inner:after {
right: -20px;
left: auto
}
.post_mod-b .entry-date {
top: -25px;
right: 50px
}
.post_mod-b.entry-media-not-image .entry-date {
top: 40px;
right: 40px
}
.post_mod-c {
display: inline-block;
width: 355px;
margin-right: 15px;
margin-left: 15px;
text-align: left
}
.post_mod-c .entry-main {
padding-top: 58px;
padding-bottom: 35px
}
.post_mod-c .entry-title {
font-size: 14px;
margin-bottom: 5px
}
.post_mod-c .post-hover {
top: 0;
left: 0;
width: 100%;
background-color: #fff0
}
.post_mod-c:hover .post-hover {
background-color: rgb(0 0 0 / .5)
}
.post_mod-c .entry-date {
position: absolute;
top: -24px;
right: 50px
}
.post_mod-c .entry-date__inner {
margin-top: 3px;
margin-left: 0;
text-align: center
}
.about-autor {
position: relative;
padding: 34px 84px 34px 34px;
color: #fff;
display: inline-block;
width: 100%
}
.about-autor__inner {
margin-left: 147px
}
.about-autor__name {
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
color: #fefefe
}
.about-autor__categorie {
margin-bottom: 18px;
font-size: 11px;
font-weight: 500;
color: rgb(255 255 255 / .6);
text-transform: uppercase
}
.about-autor__description {
font-size: 13px;
font-weight: 300;
line-height: 20px
}
.about-autor__social {
position: absolute;
top: 0;
right: 0
}
.about-autor__social a {
display: block;
padding: 17px 28px;
color: #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
transition: .3s
}
.about-autor__social a:hover,
.after-title-color2 {
color: #ccc
}
.about-autor .decor-1,
.about-autor .decor-1:after {
border-top-color: rgb(204 204 204 / .7)
}
.post-nav {
margin: 45px 0 0;
background: #fff
}
.post-nav__item {
display: inline-block;
width: 50%;
margin-right: -2px;
margin-left: -1px;
padding: 50px 25px
}
.post-nav__img {
width: 75px;
height: 75px
}
.post-nav__title {
font-size: 15px;
line-height: 18px;
color: #222
}
.post-nav__link {
display: block;
margin-top: 22px;
font-size: 12px;
color: #555
}
.comment-list,
.comment-respond {
margin-top: 45px;
background-color: #fff
}
#commentform .form-submit,
.post-nav__item:nth-child(odd),
body.theme-autozone .woocommerce-Price-amount.amount,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .order-total {
text-align: right
}
.post-nav__item:nth-child(odd) .post-nav__inner {
margin-right: 95px
}
.post-nav__item:nth-child(2n) .post-nav__inner {
margin-left: 95px
}
.market-top-icon,
.post-nav__item:nth-child(odd) .post-nav__img,
.post_mod-a.zigzag-enable:nth-child(odd) .entry-media,
.templines_all_autos_btn {
float: right
}
.post-nav__item:nth-child(2n) .post-nav__img,
.post_mod-a.zigzag-enable:nth-child(2n) .entry-media {
float: left
}
.post-nav .decor-3 {
margin-top: -2px;
margin-left: 14px;
text-align: left
}
.comment-list cite a {
font: 700 12px Raleway;
color: #222
}
.widget-post1__title,
.widget-title {
font-family: Raleway;
font-weight: 700
}
.comment-meta {
padding: 5px 0
}
.comment-list {
padding: 25px;
margin-bottom: 0
}
.comment-list .comment-info-content {
margin-left: 100px;
padding-bottom: 10px;
padding-left: 20px;
border-bottom: 1px dotted #eee
}
.comment-list .comment-author {
float: left;
width: 95px;
height: 95px;
border: 5px solid #eee;
border-radius: 50%;
overflow: hidden
}
.social-blog__item,
.widget-post1,
.widget_mod-a {
border-bottom: 1px solid #eee
}
.comment-list .comment {
list-style: none;
margin: 0 0 10px;
padding: 0 0 10px;
position: relative
}
.comment-respond {
padding: 25px 40px 25px 50px;
margin-bottom: 50px;
display: inline-block;
width: 100%
}
.car-details .comment-respond {
padding: 0 20px 20px;
margin-bottom: 0;
margin-top: 0
}
.comment-respond i input[type=password],
.comment-respond i input[type=tel],
.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond textarea {
margin-bottom: 22px !important;
background-color: #f5f5f1 !important
}
.comment-respond .wrap__btn-skew-r {
margin-top: 10px;
padding-left: 12px;
padding-right: 12px;
overflow: hidden
}
.comment-reply {
position: absolute;
top: 0;
right: 10px
}
.comment-reply .btn {
background-color: #f8f8f8
}
#comment-nav-below .screen-reader-text {
color: #222;
font-size: 19px;
text-transform: uppercase;
margin: 0 0 10px;
padding: 0
}
#comment-nav-below .nav-next,
#comment-nav-below .nav-previous {
position: relative;
top: -8px;
line-height: 40px
}
.sidebar {
margin-bottom: 40px;
padding-top: 5px;
padding-bottom: 50px
}
.widget_mod-a {
padding: 46px 32px 35px
}
.pixba-radius-search {
padding-bottom: 0 !important;
overflow: hidden
}
.pixba-radius-search .btn-filter {
margin-top: 20px !important;
margin-bottom: 10px
}
body.theme-autozone .sidebar .widget-post1,
body.theme-autozone .sidebar .widget_mod-a {
border-bottom: 0;
padding-bottom: 0
}
.wrap-filter .widget.block_content.widget_mod-a.pixad-filter .widget-content {
margin-top: 20px;
margin-bottom: 5px
}
.list .card-list__row {
max-width: 50%;
white-space: nowrap;
overflow: hidden;
text-align: left
}
.widget {
overflow: hidden;
padding: 26px 32px 0
}
.widget_mod-b {
margin-top: 30px;
padding-left: 80px
}
.widget_mod-c {
padding-bottom: 16px
}
.widget-title {
position: relative;
margin-top: 0;
margin-bottom: 12px;
font-size: 15px;
color: #222;
text-transform: uppercase;
clear: both
}
.widget-content {
margin-top: 35px;
margin-bottom: 8px
}
.widget-post1 {
margin-top: 25px;
padding-bottom: 26px
}
.widget-post1__img {
float: left;
width: 75px
}
.widget-post1__inner {
margin-left: 100px
}
.widget-post1__title {
margin-top: 10px;
margin-bottom: 6px;
font-size: 14px;
line-height: 18px;
color: inherit;
text-align: left;
font-family: inherit;
font-weight: 500
}
.widget-post1__price {
margin-bottom: 6px;
font: 500 13px Ubuntu;
text-align: left;
text-transform: uppercase
}
.widget-post1__reviews {
margin-top: 13px
}
.list-categories__link {
display: block;
margin-bottom: 12px;
margin-left: 8px;
font-weight: 500;
color: #555;
transition: .3s;
text-transform: uppercase
}
.list-categories__link:before,
.list-descriptions dt:before {
margin-right: 10px;
vertical-align: middle;
content: '\f0da';
font-size: 11px !important;
margin-top: 0;
position: absolute;
left: 0;
top: 13px;
display: inline-block;
font: 7px/1 FontAwesome
}
.list-categories__more {
display: block;
margin-top: 27px;
margin-left: 9px;
font-size: 11px;
font-weight: 500
}
.btn-skew-r,
.tech-group .title {
font-weight: 700;
text-transform: uppercase
}
.list-descriptions dt,
.list-tags__link {
font-weight: 500;
transition: .3s;
text-transform: uppercase
}
.list-descriptions dt {
margin-left: 2px;
color: #222;
width: 50%;
padding-bottom: 0;
padding-left: 0;
font-size: 12px
}
.tab-content .list-descriptions dd,
.tab-content .list-descriptions dt {
padding-bottom: 0;
margin-bottom: 0;
padding-top: 0;
margin-top: 0;
padding-left: 0 !important;
margin-left: 0 !important
}
.tab-content .list-descriptions dt {
width: 40%
}
.tech-group .title i {
font-size: 19px;
margin-right: 7px;
position: relative;
top: 1px
}
.tech-group .title {
font-size: 16px;
color: #222
}
.dd-item {
border-bottom: 1px dotted #ddd;
padding: 10px 0 5px 10px;
position: relative
}
.tab-content .list-descriptions dd {
width: 55%;
margin-bottom: 0 !important;
padding-left: 15px !important;
font-size: 13px
}
.list-descriptions dd {
margin-top: 0;
margin-bottom: 0;
margin-left: 17px;
font-weight: 300;
line-height: 1.7;
width: 40%
}
.slider-price {
max-width: 200px
}
.slider-price__wrap-input {
display: block;
margin-bottom: 5px
}
.slider-price__input {
display: inline-block;
width: 70px;
margin: 0 10px;
font-size: 10px;
color: #fff;
border: none;
background-color: #444;
text-align: center
}
.wrap__btn-skew-r {
margin-top: 42px;
padding-left: 12px;
padding-right: 12px;
overflow: hidden
}
.btn-skew-r {
margin-left: -20px;
padding: 15px 29px 14px;
font-size: 12px;
color: #fff;
border: none;
box-shadow: 5px 0 0 0 #555;
transform: skewX(18deg)
}
.btn-skew-r__inner {
display: block;
transform: skewX(-18deg)
}
.btn-skew-r.btn-effect:after {
background-color: orange
}
.list-tags__link {
display: block;
padding: 10px 18px;
font-size: 11px;
color: #222;
background-color: #f5f5f5;
box-shadow: 0 3px 0 0 #ccc
}
.list-tags__link:hover {
color: #fff;
box-shadow: 0 3px 0 0 #555
}
.list-tags > li {
margin-bottom: 15px;
padding-left: 0
}
.social-blog {
padding-left: 0;
list-style-type: none
}
.social-blog__item {
position: relative;
margin-bottom: 22px;
padding-bottom: 23px;
padding-left: 24px;
font-weight: 300;
line-height: 1.53;
color: #888
}
.social-blog__item:before {
position: absolute;
top: 2px;
left: 0;
font: 14px/1 FontAwesome;
content: '\f099'
}
.social-blog__link,
.social-blog__link a {
margin-top: 7px;
font-weight: 500;
color: #555
}
.widget_searce {
margin-bottom: 27px;
padding-top: 33px
}
.form-search {
position: relative;
padding-bottom: 17px;
border-bottom: 1px solid #ccc
}
.form-search__input {
width: 100%;
padding: 0 30px 0 5px;
font-family: Ubuntu;
font-size: 13px;
font-weight: 400;
color: #ccc;
border: none
}
.form-search__submit {
position: absolute;
top: -2px;
right: 0;
font-size: 16px;
color: #999;
border: none;
background-color: #fff0
}
.form-search__input::-webkit-input-placeholder {
color: #aaa
}
.form-search__input::-moz-placeholder {
color: #aaa
}
.btn-filter,
.section_letter .social-block__inner {
margin-left: 40px
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md,
.visible-md-block {
display: block !important
}
table.visible-md {
display: table !important
}
tr.visible-md {
display: table-row !important
}
td.visible-md,
th.visible-md {
display: table-cell !important
}
.visible-md-inline {
display: inline !important
}
.visible-md-inline-block {
display: inline-block !important
}
.hidden-md {
display: none !important
}
.list-progress__item:first-child,
.list-progress__item:nth-child(3) {
width: 290px
}
.list-progress__item:nth-child(2) {
width: 300px;
background-position: 0 3px
}
.list-type__item,
.list-type__link {
width: 290px
}
.list-staff__item {
width: 440px
}
.list-staff__media {
width: 210px
}
.list-staff__item:nth-child(odd) .list-staff__inner {
margin-left: 210px
}
.list-staff__item:nth-child(2n) .list-staff__inner {
margin-right: 210px
}
}
@media (max-width:991px) {
.list-staff,
.main-block,
.post_mod-a:nth-child(2n) .entry-main {
margin-left: 0
}
.list-staff,
.main-block,
.post_mod-a:nth-child(odd) .entry-main {
margin-right: 0 !important;
margin-left: 0 !important
}
.post_mod-a:nth-child(2n) .entry-main {
margin-left: 0 !important
}
.iview-caption {
top: 37vw;
right: -60vw;
text-align: right
}
.header .logo {
left: 23px;
position: absolute;
top: -15px
}
.yamm .nav > li > a {
padding-top: 20px
}
.list-progress__item:first-child,
.list-progress__item:nth-child(3) {
width: 350px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/figure/figure-2.svg)
}
.post_mod-a:nth-child(2n) .entry-media,
.post_mod-a:nth-child(odd) .entry-media {
float: none
}
.list-staff {
text-align: center
}
.wrap-link-img {
position: relative;
height: 260px;
margin-bottom: 30px
}
.link-img__item {
width: 170px
}
.post_mod-a:nth-child(2n) .entry-date {
left: 10px
}
.post_mod-a:nth-child(odd) .entry-date {
right: 10px
}
.ui-title-inner {
line-height: 1.5
}
.section_mod-d {
background: 0 0
}
.section_brands {
margin-top: 0
}
.list-brands__item {
width: 200px;
margin-bottom: 20px
}
.owl-item:nth-child(4n+1) .slider-gallery__link,
.owl-item:nth-child(4n+2) .slider-gallery__link,
.owl-item:nth-child(4n+3) .slider-gallery__link,
.owl-item:nth-child(4n+4) .slider-gallery__link {
-webkit-clip-path: none;
clip-path: none
}
.card-list__row {
float: none;
width: 100%
}
.card__price {
margin-top: 20px
}
.about-autor__social li:last-child a {
border-bottom: 1px solid #fff
}
}
#dokan-content .tmpl-slider-grid__info li i,
#pixad-listing .tmpl-slider-grid__info li i,
.custom-auto-grid .tmpl-slider-grid__info li i {
display: block;
margin: 2px auto 0;
font-size: 20px;
height: 27px;
width: 50px
}
.card__price-number,
.color_primary,
.comments-list .comment-datetime,
.decor-3,
.fl-login_form .remember--lost-password-wrapper a,
.footer-title__inner,
.link-img__link:hover .link-img__title,
.list-categories__link:before,
.list-categories__link:hover,
.list-descriptions dt:before,
.list-progress .icon,
.list-progress i,
.list-services:hover .list-services__title,
.main-block__title strong,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.social-blog__item:before,
.ui-title-inner .icon:before,
.widget-post1__price,
a,
blockquote:before,
body.theme-autozone body [off-canvas] li a:hover {
color: #dc2d13
}
.list-progress svg {
fill: #dc2d13
}
.about-autor,
.bg-color_primary,
.border-section-top_mod-b:after,
.border-section-top_mod-b:before,
.btn-default:after,
.btn-effect:after,
.btn-skew-r,
.car-details__price,
.decor-2:after,
.decor-2:before,
.jelect-option:hover,
.jelect-option_state_active,
.list-staff__item:hover .list-staff__info,
.list-tags__link:hover,
.list-type__link:hover,
.main-slider__link,
.noUi-origin,
.owl-theme_mod-c .owl-controls .owl-page.active span,
.owl-theme_mod-c .owl-controls.clickable .owl-page:hover span,
.owl-theme_mod-d .owl-controls .owl-page.active span,
.owl-theme_mod-d .owl-controls.clickable .owl-page:hover span,
.post .entry-date,
.post:hover .entry-main__inner_mod-a:after,
.progress-bar,
.section-bg_primary,
.slider-grid__price,
.ui-btn_mod-a,
.yamm .navbar-toggle {
background-color: #dc2d13
}
.link-img__link,
.list-type__link:hover,
.owl-theme_mod-c .owl-controls .owl-page.active span,
.owl-theme_mod-c .owl-controls.clickable .owl-page:hover span,
.owl-theme_mod-d .owl-controls .owl-page.active span,
.owl-theme_mod-d .owl-controls.clickable .owl-page:hover span {
border-color: #dc2d13
}
#iview div.iview-directionNav a.iview-nextNav:hover:before,
.elementor .list-services:hover .list-services__inner,
.list-staff__item:nth-child(2n):hover .list-staff__info:after,
.reviews:hover .reviews__title {
border-left-color: #dc2d13
}
#iview div.iview-directionNav a.iview-prevNav:hover:before,
.list-staff__item:nth-child(odd):hover .list-staff__info:after {
border-right-color: #dc2d13
}
.btn-default,
.btn-success {
box-shadow: 5px 0 0 0 #dc2d13
}
.yamm .nav > li > a:hover {
box-shadow: 0 -5px 0 0 #dc2d13;
background: 0 0 !important
}
.car-details__title,
.link,
.list-type__link,
.main-slider__btn {
box-shadow: -4px 0 0 0 #dc2d13
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
box-shadow: 0 3px 0 0 #dc2d13
}
.slider-grid .owl-page span:hover,
.slider-grid .owl-page.active span {
background-color: #dc2d13 !important;
border-color: #dc2d13 !important
}
body.theme-autozone .header-cart-count {
background: #dc2d13 !important
}
.fl-login_form .fl-register-sub-menu a,
.fl-login_form .registration-text-wrapper a,
.fl-register-sub-menu .register-text-link a,
body.theme-autozone body .fullscreen-center-menu li > a:hover,
body.theme-autozone body .header li > a:hover {
color: #dc2d13 !important
}
@media (max-width:600px) {
.home-template .post .entry-main__inner {
padding-right: 60px !important
}
.home-template .post .entry-title a {
padding-right: 62px;
font-size: 14px
}
body.theme-autozone .home-template .post_mod-a:nth-child(2n) .entry-date,
body.theme-autozone .home-template .post_mod-a:nth-child(odd) .entry-date {
left: auto;
right: 25px
}
body.theme-autozone .ui-title-page {
font-size: 16px;
padding-top: 50px
}
.post .entry-main__inner {
padding-right: 0 !important
}
.gallery-item {
float: none !important;
margin-top: 10px;
text-align: center;
width: 100% !important
}
.gallery-caption {
text-align: center !important
}
.entry-content iframe {
width: 100%;
height: 250px
}
body.theme-autozone .entry-main {
padding: 50px 20px 20px !important
}
}
#dokan-content .tmpl-slider-grid__info li,
#pixad-listing .tmpl-slider-grid__info li,
.custom-auto-grid .tmpl-slider-grid__info li {
padding: 0 10px;
text-transform: uppercase;
margin-bottom: 15px;
display: inline-block;
position: relative;
font-size: 12px;
text-align: center;
color: #222
}
#pixad-listing .tmpl-gray-footer {
background: #fff;
min-height: 290px
}
#pixad-listing.grid .tmpl-slider-grid__name {
font-size: 16px;
text-align: center;
padding: 1px 20px 20px;
display: inline-block;
width: 100%;
line-height: 1.3
}
#dokan-content .tmpl-slider-grid__name,
#pixad-listing .tmpl-slider-grid__name {
font-size: 20px;
text-align: center;
color: #222 !important;
padding: 20px;
display: inline-block;
width: 100%;
font-weight: 600
}
#pixad-listing .tmpl-slider-grid__info li i {
color: #222
}
#dokan-content .tmpl-slider-grid__info,
.custom-auto-grid #pixad-listing .tmpl-slider-grid__info {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 20px
}
#dokan-content .tmpl-slider-grid__info li:hover {
box-shadow: unset !important
}
#dokan-content .tmpl-slider-grid__info li {
background: 0 0;
padding-bottom: 0 !important;
border: 0 !important
}
#dokan-content .tmpl-slider-grid__info li i,
.custom-auto-grid .tmpl-slider-grid__info li i,
.woocommerce-LostPassword.lost_password a,
.youzify-directory #pag-bottom .pag-count,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error:before {
color: #222
}
.custom-auto-grid {
background: #fff;
display: inline-block;
text-align: center;
color: inherit
}
.custom-auto-grid .tmpl-slider-grid__name {
font-size: 16px;
text-align: center;
padding: 1px 20px 20px;
display: inline-block;
width: 100%;
line-height: 1.3;
font-weight: 600;
color: #222
}
#pixad-listing .tmpl-slider-grid__info li:first-child:before,
.custom-auto-grid .tmpl-slider-grid__info li:last-child:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 20px;
border-right: 1px solid #ddd
}
.custom-auto-grid .card__img {
position: relative;
width: 100%;
margin-bottom: 19px;
float: none
}
#pixad-listing .tmpl-slider-grid__info li:after,
.custom-auto-grid .tmpl-slider-grid__info li:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
height: 20px;
border-right: 1px solid #ddd
}
.custom-auto-grid .star-rating {
margin-left: calc(50% - 35px);
margin-bottom: 22px
}
.custom-auto-grid .tmpl-gray-footer {
text-align: center;
color: inherit
}
@font-face {
font-family: autofont;
src: url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/autofont.eot?bpq9wd);
src: url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/autofont.eot?bpq9wd#iefix) format('embedded-opentype'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/autofont.ttf?bpq9wd) format('truetype'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/autofont.woff?bpq9wd) format('woff'), url(//autogenevois.fr/wp-content/themes/autozone/assets/fonts/autofont.svg?bpq9wd#autofont) format('svg');
font-weight: 400;
font-style: normal
}
[class*=" autofont-"]:before,
[class^=autofont-]:before {
font-family: autofont !important
}
[class*=" autofont-"],
[class^=autofont-] {
font-family: autofont !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.autofont-speedometer:before {
content: "\e94e"
}
.autofont-steering-wheel:before {
content: "\e939"
}
#single-pixad-autos-modal .modal-dialog {
z-index: 9999
}
.list-categories.body-categories {
display: flex;
flex-wrap: wrap;
margin-left: 0;
justify-content: center;
margin-bottom: 20px
}
.list-categories.body-categories .list-categories__item {
text-align: center;
width: auto !important;
padding: 1%;
min-width: 48% !important;
max-width: 50% !important
}
.list-categories.body-categories .list-categories__item label {
height: 100%;
margin: 1px;
padding: 3px;
border: 1px solid #eee;
cursor: pointer;
width: 100%;
text-align: center
}
.list-categories.body-categories .body-icon-wrapper {
min-height: 40px
}
.checkbox-container input:checked ~ .checkmark,
.list-categories.body-categories .list-categories__item input[type=checkbox]:checked + label {
border: 1px solid #222
}
.modal-body .form-control,
.modal-body input[type=date],
.modal-body input[type=email],
.modal-body input[type=password],
.modal-body input[type=tel],
.modal-body input[type=text],
.modal-body textarea {
background: #f7f7f7 !important;
border: 1px solid #eeeeed !important;
padding: 10px;
margin-bottom: 15px !important;
width: 100%
}
.fl-form-body.modal-body p {
margin-bottom: 0;
padding-bottom: 15px
}
.fl-form-body.modal-body .wpcf7-spinner {
display: none !important;
left: 37%;
top: 10px
}
.fl-form-body.modal-body .wpcf7 form.invalid .wpcf7-response-output,
.fl-form-body.modal-body .wpcf7 form.payment-required .wpcf7-response-output,
.fl-form-body.modal-body .wpcf7 form.unaccepted .wpcf7-response-output {
color: #fff;
border-color: #ffb900;
background: #ffb900;
padding: 10px;
text-align: center
}
#pmpro_level_cost .pmpro_level_cost_text,
.fl-form-body.modal-body .col-submit p {
margin-bottom: 0;
padding-bottom: 0
}
.fl-form-body.modal-body input[type=submit],
.inner_content table#pmpro_levels_table {
width: 100% !important
}
.fl-form-body.modal-body span.wpcf7-not-valid-tip {
margin-top: 6px;
margin-bottom: 0
}
.carousel-product .slides > li.auto-thumb-video:before {
font: 36px/1 FontAwesome;
content: "\f01d";
position: absolute;
left: 45px;
top: 14px;
display: block;
z-index: 999;
color: #fff
}
body.theme-autozone .carousel-product .slides > li:after {
background-color: rgb(0 0 0 / .4)
}
body.theme-autozone .flexslider .slides img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0
}
body.theme-autozone .pixad-features-list li,
body.theme-autozone .pixad-features-list.pixad-features-upload li {
margin-top: 0;
font-weight: 500;
margin-right: 3%;
display: inline-block;
vertical-align: top;
color: #222;
list-style: none
}
#slider-product iframe {
max-width: 100%;
height: 440px;
width: 100%
}
.km_cf7-input,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) {
background: #fff !important
}
body.theme-autozone .kameleon-cf7-container .km_cf7-btn-txt-r {
color: #fff;
box-shadow: 5px 0 0 0 #555
}
body.theme-autozone .kameleon-cf7-container .km_cf7-btn-txt-h {
background-color: #222 !important;
box-shadow: 5px 0 0 0 #999
}
.full-width .dropdown-menu {
min-width: 100%
}
.pixad-form-control.pixad-features-upload {
height: auto !important;
padding-bottom: 0 !important;
margin-bottom: 25px
}
.pixad-form-control.pixad-features-upload.pixad-body-styles {
padding-bottom: 30px !important
}
.pixad-features-upload input[type=checkbox] {
margin-left: -21px;
bottom: 16px;
position: relative;
top: -4px;
margin-right: 10px
}
.pixad-features-upload.pixad-features-list .pixad-exist {
padding-left: 25px;
padding-top: 16px;
max-height: 190px;
position: relative
}
body.theme-autozone .pixad-features-list.pixad-features-upload li {
margin-bottom: 1%;
text-transform: none;
font-size: 14px;
width: 45%;
border-top: none
}
.pixad-features-upload .pixad-exist label {
font-weight: 500;
cursor: pointer
}
.pixad-features-upload .pixad-body-image img {
max-width: 74px;
position: absolute;
right: 0;
bottom: 0
}
.pixad-features-upload .pixad-body-icon input[type=checkbox],
.pixad-features-upload .pixad-body-image input[type=checkbox] {
bottom: 13px
}
.pixad-body-image label span {
display: inline-block;
width: 100%;
text-align: left;
padding-top: 5px;
position: relative;
top: 2px
}
.pixad-features-list li {
list-style: none;
margin-bottom: 7px;
margin-top: 0;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
font-family: Raleway;
color: #222;
display: inline-block;
width: 33%
}
.pixad-features-list i {
font-style: normal;
color: #222;
font-size: 20px;
margin-right: 5px;
position: relative;
top: 0
}
.pixad-features-list i.features-icon {
font-family: arial
}
.pixad-features-list .pixad-none i {
color: #999;
top: 0
}
body.theme-autozone .pixad-features-list li {
margin-bottom: 0;
font-size: 12px;
font-family: inherit;
border-bottom: 1px dotted #ddd;
padding-top: 0;
padding-bottom: 5px;
text-transform: uppercase
}
.widget_dealer ul li {
display: inline-block;
width: 47%;
vertical-align: top;
padding-bottom: 0;
position: relative;
margin-right: 2%
}
.header .navbar .navbar-nav li.header-button {
margin-top: -13px;
margin-left: 10px;
margin-right: 0
}
.header .navbar .navbar-nav li.header-button a {
max-width: 110px;
text-align: center;
padding: 5px;
cursor: pointer
}
.navbar .navbar-nav li.header-button a.autozone-custom-button,
.navbar .navbar-nav li.header-button a.autozone-sell-car {
display: inline-block !important;
line-height: 1.4 !important;
margin-top: 11px !important;
max-width: 100% !important;
padding: 5px 13px !important;
width: auto !important
}
.header.header-color-white .navbar .navbar-nav li.header-button a {
border: 1px solid rgb(255 255 255 / .2) !important;
font-size: 14px;
border-radius: 0 !important;
padding: 7px 21px !important;
margin-top: 5px !important
}
.header.header-color-black .navbar .navbar-nav li.header-button a {
border: 1px solid rgb(0 0 0 / .2) !important
}
.navbar .navbar-nav li.header-button a.autozone-sell-car {
background: #f76d2b;
border-radius: 3px !important
}
.header-full-width .autozone-sell-car {
margin-right: 25px !important
}
.header.header-color-white .navbar .navbar-nav li.header-button a.autozone-sell-car:hover,
.navbar .navbar-nav li.header-button a.autozone-custom-button:hover {
background: rgb(255 255 255 / .2) !important
}
.tml .tml-action-links li {
border: none;
border-right: 1px solid #eee;
float: left;
line-height: 1 !important;
list-style: none;
margin: 0 .5em 0 0 !important;
padding: 0 .5em 0 0 !important
}
.after-title {
display: inline;
font-size: 18px;
color: #666;
margin: 0 auto;
position: relative
}
.after-title:after,
.after-title:before {
content: "";
display: block;
border-bottom: 2px solid red;
width: 25px;
position: absolute;
top: 12px
}
.after-title:before {
left: -36px
}
.after-title:after {
right: -36px
}
#request_info_form,
#schedule_td_form {
display: none;
max-width: 600px
}
.wd-auto_sell_page {
margin: 0 auto;
display: inline-block !important;
background: #ecba00;
color: #fff !important;
text-transform: uppercase;
width: 100%
}
.wd-update,
body.theme-autozone .wd-update {
display: block;
font-size: 11px;
text-transform: uppercase
}
body.theme-autozone .wd-update {
position: absolute;
top: 0;
right: 0;
color: #fff !important;
background: rgb(0 0 0 / .8);
padding: 3px 5px
}
.wd-image img {
max-width: 100%;
height: auto;
margin: 0 0 5px
}
.wd-image {
height: 54px;
margin: 0;
padding: 0;
overflow: hidden
}
.wd-name {
padding-bottom: 2px;
font-size: 11px
}
.wd-msg {
background: #f5f5f5;
padding: 10px 15px !important;
width: 100% !important;
margin: 0 0 20px
}
.m-submit1 .b-infoBar,
.m-submit2 .b-infoBar,
.m-submit3 .b-infoBar,
.m-submit4 .b-infoBar,
.m-submit5 .b-infoBar {
padding: 35px 0
}
.b-infoBar__progress-line {
box-shadow: 0 0 5px rgb(0 0 0 / .2);
border-top-left-radius: 25px;
border-bottom-left-radius: 25px
}
.b-infoBar__progress-line-step {
height: 7px;
width: 25%;
float: left;
position: relative
}
.b-infoBar__progress-line-step-circle {
border: 1px solid #cfcfcf;
position: absolute;
width: 25px;
height: 25px;
border-radius: 100%;
left: -1px;
top: -9px;
text-align: center
}
.b-infoBar__progress-line-step-circle-inner {
position: absolute;
width: 13px;
height: 13px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #ccc;
border-radius: 100%
}
.b-infoBar__progress-line-step-circle.m-last {
right: -25px;
left: auto
}
.b-submit {
padding: 75px 0 180px
}
.b-submit__aside {
border-bottom: 7px solid #555
}
.b-submit__aside-step {
background: #737373;
background: -moz-linear-gradient(top, #737373 0, #656565 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #737373), color-stop(100%, #656565));
background: -webkit-linear-gradient(top, #737373 0, #656565 100%);
background: -o-linear-gradient(top, #737373 0, #656565 100%);
background: -ms-linear-gradient(top, #737373 0, #656565 100%);
background: linear-gradient(to bottom, #737373 0, #656565 100%);
padding: 25px 0 25px 25px;
border-bottom: 1px solid #555
}
.b-submit__aside-step.m-active {
background: #444;
border-color: #444
}
.b-submit__aside-step h3 {
text-transform: uppercase;
margin: 0 0 15px;
font: 700 12px Ubuntu, sans-serif;
color: #fff
}
.b-submit__aside-step:last-child {
border-bottom: none
}
.b-submit__aside-step-inner {
padding: 20px 10px 15px 20px;
background: #444;
position: relative;
height: 70px
}
.b-submit__aside-step-inner-info-triangle {
width: 0;
height: 0;
border-top: 35px solid #fff0;
border-left: 30px solid red;
border-bottom: 35px solid #fff0;
position: absolute;
left: 100%;
top: 0;
z-index: 100
}
.b-submit__aside-step-inner-icon {
width: 35px;
float: left
}
.b-submit__aside-step-inner-icon span.fa {
font-size: 22px;
margin-top: 3px;
color: #fff
}
.b-submit__aside-step-inner-info {
float: left;
margin-left: 7px
}
.b-submit__aside-step-inner-info h4 {
font: 700 14px/1 Ubuntu, sans-serif;
margin: 0 0 3px;
padding-left: 5px;
border-left: 4px solid #f76d2b;
text-transform: uppercase;
color: #fff
}
.b-submit__aside-step-inner.m-active {
background: red
}
.b-submit__aside-step-inner-info p {
font: 400 11px Ubuntu, sans-serif;
margin: 0;
color: #b4b4b4;
padding-top: 6px
}
.b-submit__aside-step-inner.m-active .b-submit__aside-step-inner-info h4 {
border-color: #fff
}
.b-submit__aside-step-inner.m-active .b-submit__aside-step-inner-info p,
.elementor-widget-templines-autos .pixad-body-filter li.active,
.grid__book_link:hover a,
.tm-autos-top-edit-button *,
body.theme-autozone #youzify-group-buttons .group-button a,
body.theme-autozone .autobtn,
body.theme-autozone .page-builder-icon-box-wrap .icon_box_wrap:hover .kswr-ibi-bottom .kswr-ibi-content {
color: #fff
}
.b-submit__main {
margin-left: 50px
}
.b-submit__main-contacts,
.b-submit__main-contacts .s-headerSubmit,
.b-submit__main-element,
.b-submit__main-file .s-headerSubmit,
.b-submit__main-file:last-child,
.b-submit__main-plan .s-headerSubmit,
.m-submit2 .s-headerSubmit {
margin-bottom: 35px
}
.b-infoBar__progress-line-step.m-active {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/backgrounds/progress.jpg) repeat-x
}
.m-submit2 .b-submit__main-element {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eee
}
.b-submit__main p {
font: 400 13px/1.7 Ubuntu, sans-serif;
margin: 0 0 35px
}
.b-submit__main-element.m-border {
border-bottom: none !important
}
.b-submit__main-contacts:first-child,
.b-submit__main-file {
margin-bottom: 65px
}
.b-submit__main-file label.btn.m-btn {
font: 600 10px Ubuntu, sans-serif;
cursor: pointer;
padding-left: 15px;
border: 1px solid #ddd
}
.b-submit__main-file label.btn.m-btn span.fa {
width: 20px;
height: 20px;
font-size: 12px;
padding: 4px;
margin-left: 10px
}
.b-submit__main-file label.btn.m-btn + label {
margin-left: 15px;
font: 600 10px Ubuntu, sans-serif;
vertical-align: middle
}
.b-submit__main-file textarea {
height: 190px
}
.b-submit__main-contacts:last-of-type {
margin-bottom: 0
}
.b-submit__main-contacts p,
.b-submit__main-plan p,
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning {
margin-bottom: 50px
}
.b-submit__main-contacts-price {
padding: 35px 45px;
background: url(//autogenevois.fr/wp-content/themes/autozone/images/backgrounds/blue.png) -90px center no-repeat #2475ce
}
.b-submit__main-contacts-price h6 {
font: 600 16px Ubuntu, sans-serif;
margin: 14px 0 0;
text-transform: uppercase
}
#loginform p,
#pixad-listing.list .season_prices,
.b-submit__main-contacts-inputSelect,
.b-submit__main-contacts-price-input,
.fl_js_profile_form,
.pmpro_checkout-fields .pmpro_checkout-field,
.selection-form-style-no_box_radius .selection-form-selects__select,
.store-header,
.youzify-group-widget-title,
.youzify-widget-title,
.youzify_profile_link,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li,
form.pmpro_form .pmpro_checkout-fields div {
position: relative
}
.b-submit__main-contacts-price-input input[type=text] {
background: #fff !important;
padding-left: 60px;
padding-right: 85px
}
.b-submit__main-contacts-price-input span.fa {
position: absolute;
font-size: 20px;
padding-right: 10px;
border-right: 1px solid #ccc;
color: #ccc;
left: 20px;
top: 13px
}
.b-submit__main-contacts-price-input-usd,
.b-submit__main-contacts-price-note,
.b-submit__main-contacts-select select {
font: 600 10px Ubuntu, sans-serif
}
.b-submit__main-contacts-price-input-usd {
display: inline-block;
position: absolute;
top: 6px;
right: 8px;
padding: 10px 15px;
border-radius: 30px;
text-transform: uppercase
}
.b-submit__main-contacts-price-note {
text-align: center;
margin-top: 10px
}
.b-submit__main-contacts-inputSelect input[type=text] {
padding-right: 95px
}
.b-submit__main-contacts-select {
position: absolute;
display: inline-block;
top: 5px;
background: 0 0;
right: 5px
}
.b-submit__main-contacts-select select {
background: #fff !important;
border: none;
height: auto;
padding: 10px 25px 10px 15px;
z-index: 100;
cursor: pointer
}
.b-submit__main-contacts-select select + span.fa {
top: 11px !important;
right: 12px !important
}
.b-submit__main-contacts-check {
position: relative;
margin-bottom: 40px
}
.b-submit__main-contacts-check > span {
font: 400 13px Ubuntu, sans-serif;
padding: 0 25px 0 10px;
vertical-align: super
}
.b-submit__main-contacts-check .s-submitCheck {
font: 700 13px Ubuntu, sans-serif;
margin-right: 15px
}
.b-submit__main-contacts-check .s-submitCheckLabel span.fa,
.footer .fa,
body.theme-autozone .h-menu-mobile__menu-close .fa-close {
font: 14px/1 FontAwesome
}
.b-submit__main-plan {
margin-bottom: 65px
}
.b-submit__main-plan .b-submit__main-contacts-price {
padding-top: 60px;
padding-bottom: 60px
}
.b-submit__main-contacts-price-plan {
font: 600 16px/2.5 Ubuntu, sans-serif;
text-transform: uppercase;
text-align: center
}
.b-submit__main-contacts-price-plan span {
font: 800 22px Ubuntu, sans-serif;
margin-left: 5px
}
.b-submit__main-contacts-price-plan > a {
font: 600 10px Ubuntu, sans-serif;
text-decoration: none;
display: inline-block;
padding: 8px 22px;
border-radius: 30px;
margin-left: 10px;
vertical-align: top;
margin-top: 3px
}
.b-submit__main-plan-money {
font: 700 20px Ubuntu, sans-serif;
margin-left: 10px
}
.b-submit__main-plan-money-note {
font: 400 13px Ubuntu, sans-serif
}
.star-rating,
.star-rating * {
font-family: star
}
.b-submit__main-plan label.s-submitCheckLabel {
border-radius: 100%;
text-align: center;
position: relative
}
.b-submit__main-plan label.s-submitCheckLabel span.m-circle {
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0
}
a.btn.m-btn.m-pay span.fa {
width: 25px;
height: 25px;
font-size: 14px;
padding: 5px;
margin-left: 13px
}
a.btn.m-btn.m-pay {
font: 600 12px Ubuntu, sans-serif;
border: 1px solid #ddd;
padding-left: 18px;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 4px
}
a.btn.m-btn.m-pay:hover {
border-color: #f76d2b
}
.b-submit__main-plan + button[type=submit],
.hot-deal-mod-item .detail-info .caption .product-description {
margin-top: 15px
}
#pmpro_payment_information_fields.pmpro_box,
.b-submit__main-plan:last-of-type,
.dokan-store-info .collapsible-content p,
.elementor .list-staff__description p,
.fl-account-wrap .user-area .name,
.modal-body p,
.modal-content .form-control,
.modal-content input[type=email],
.modal-content input[type=password],
.modal-content input[type=tel],
.modal-content input[type=text],
.modal-content select,
.modal-content textarea,
.woocommerce-customer-details .woocommerce-column__title,
body.theme-autozone .pwb-filter-products li {
margin-bottom: 0
}
.pixad-control-input select {
height: 35px !important;
border: 0;
display: inline-block;
color: #999
}
.pixad-control-label,
body.theme-autozone .pixad-form-horizontal .pixad-control-label {
font-size: 14px;
font-weight: 400;
text-align: left;
margin-bottom: 10px;
padding-top: 0;
display: inline-block;
width: 100%
}
#clear_gallery,
#clear_thumbnail_id,
#manage_gallery,
#manage_thumbnail_id {
-webkit-appearance: button;
cursor: pointer;
border: 1px solid #ddd;
background: #ddd;
padding: 10px 20px;
margin: 0 10px 15px 0;
color: #222;
text-transform: uppercase;
font-size: 11px
}
#clear_gallery:hover,
#clear_thumbnail_id:hover,
#manage_gallery:hover,
#manage_thumbnail_id:hover {
border: 1px solid #222;
background: #222;
color: #fff
}
.pixad-control-input input[type=submit] {
margin: 0 auto;
display: block;
width: 100%
}
body.theme-autozone .pixad-form-control {
border: 0 !important
}
.step-section {
overflow: hidden;
margin-bottom: 23px;
border: 1px solid #ddd;
padding: 25px;
margin-left: 25px;
background: #fff
}
.step-section .pixad-form-control {
border: 0 !important;
background: #f5f5f5 !important;
padding: 10px 15px !important
}
.step-section .pixad-form-group {
margin-left: 0;
margin-right: 2%;
width: 47%;
vertical-align: top;
float: left
}
#step02.step-section .pixad-form-group,
#step05.step-section .pixad-form-group {
width: 100% !important;
margin: 0 !important;
float: none !important
}
@media only screen and (max-width:768px) {
.step-section .pixad-form-group {
width: 100% !important;
margin: 0 !important;
float: none !important
}
body.theme-autozone .step-section {
margin-left: 0
}
}
.step-section .pixad-form-group:nth-child(2n) {
float: right;
margin-right: 0
}
#reviews #comments ol.commentlist ul.children .star-rating,
.activity-content .youzify-embed-action,
.addtoany_content,
.b-submit__aside-step-inner-info-triangle,
.dokan-settings-content .dokan-settings-area .button-area .fas.fa-cloud-upload-alt,
.elementor .list-services:hover .list-services__title,
.fl-venders-account > h3,
.hot-deal-mod-item .image:after,
.not-logged-in .youzify-custom_widgets,
.pmpro-member-profile-edit h2,
.pmpro_checkout hr,
.sidebar .widget-post1__description,
.sidebar .widget-post1__inner .auto-sale-price,
.youzify-content .step-section .pixad-control-input .nice-select,
.youzify-group-infos-widget .youzify-group-widget-title:before,
.youzify-group-widget-title i,
.youzify-sidebar .widget-content .widget-title:before,
.youzify-widget-title i {
display: none
}
#side-sortables .postbox.hide-f-js,
.footer-sidebar-top .footer__contacts .footer__name,
.m-active .b-submit__aside-step-inner-info-triangle,
.pmpro_change_password_wrap,
.pmpro_confirmation_wrap,
.youzify-main-column #pixad-listing.list .card__title + .decor-1,
ul.list_new_gallery > li:first-child,
ul.list_new_gallery > li:nth-child(2),
ul.list_new_gallery > li:nth-child(3),
ul.list_new_gallery > li:nth-child(4),
ul.list_new_gallery > li:nth-child(5) {
display: block
}
.container-fluid .sidebar-wrapper {
margin: 0 -10px
}
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important
}
.add-car-to-site {
z-index: 999999;
background-color: #dc2d13;
opacity: 0;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
transition: .25s;
position: fixed;
top: 0;
width: 100%;
left: 0;
padding: 10px 0 20px
}
.star-rating,
p.stars a {
position: relative;
height: 1em
}
.add-car-to-site-visible {
top: 0;
opacity: 1
}
.add-car-to-site .auto-title {
display: block;
padding-top: 10px;
color: #fff !important;
font-weight: 400;
text-transform: uppercase
}
p.stars a {
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
color: orange;
font-size: 16px
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: WooCommerce;
text-indent: 0
}
.star-rating {
float: none;
overflow: hidden;
line-height: 1;
font-size: 1em;
width: 5.4em
}
.star-rating:before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em
}
.star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: orange
}
.main-content-product-rating .star-rating {
margin: .5em 4px 0 0;
float: left
}
.products .star-rating {
margin: 0 0 .5em;
float: none
}
.hreview-aggregate .star-rating {
margin: 10px 0 0
}
.main-content .slider-grid__inner .star-rating {
margin-left: calc(50% - 35px)
}
.customer-favourites .product_list_widget li {
width: 49%;
display: inline-block;
vertical-align: top
}
.customer-favourites ul.product_list_widget li img {
float: left !important;
margin-left: 0 !important;
width: 95px !important;
height: auto !important;
box-shadow: none !important;
margin-top: 0 !important;
margin-right: 15px !important
}
body.theme-autozone .customer-favourites ul.product_list_widget li a {
display: block;
font-weight: 500;
color: #222;
padding-bottom: 8px;
font-size: 16px
}
body.theme-autozone .customer-favourites .star-rating {
padding-bottom: 22px
}
body.theme-autozone .customer-favourites .del .customer-favourites .woocommerce-Price-amount {
color: inherit !important
}
body.theme-autozone .customer-favourites ul.product_list_widget li {
padding: 10px 0 15px;
margin: 0;
list-style: none
}
.woocommerce del .woocommerce-Price-amount {
opacity: .7;
color: #777
}
.product_list_widget .product-title {
font-size: 14px;
color: #222;
text-transform: none;
font-weight: 500;
line-height: 1.4
}
.hot-deal-card {
max-width: 400px;
text-align: center;
background: #fff;
border: 2px solid #f4f4f4;
padding: 25px
}
.woocommerce .hot-deal-card .star-rating {
float: none;
margin: 15px auto
}
.woocommerce .hot-deal-card .name-item a {
font-weight: 600;
color: #222;
font-size: 24px
}
.b-hot-deal-mod .b-hot-deal .hot-deal-card {
padding: 35px 30px 28px;
text-align: center;
background: #fff;
box-shadow: 0 5px 14px #ccc;
border: 1px solid #ddd
}
.hot-deal-card .card-info {
margin: 0 10%
}
.card-info .deal,
.card-info .regular {
font-weight: 600;
color: #222
}
.card-info .product-price-old,
.card-info .woocommerce-Price-amount.amount,
body.theme-autozone .dokan-dashboard header.dokan-dashboard-header h1 {
font-weight: 600;
font-size: 20px
}
.b-hot-deal-mod .ds-custom .ds-element {
background: #fff;
border-left: 1px solid #ddd;
outline: 0
}
.card-info .regular > span,
.deal > span {
text-transform: uppercase;
line-height: 1.6;
font-weight: 400
}
.hot-deal-mod-item .image {
margin-top: -18px
}
.hot-deal-mod-item .detail-info {
margin-top: 22px
}
.hot-deal-mod-item .detail-info .heading-line {
margin-top: 5px;
padding-bottom: 22px
}
.hot-deal-mod-item .detail-info .name-item {
font-size: 24px;
font-weight: 500;
margin: 0;
color: #222;
padding-bottom: 10px
}
.hot-deal-mod-item .detail-info .caption .product-description p {
margin-top: 0;
margin-bottom: 15px
}
.hot-deal-mod-item .detail-info .caption .product-description a {
color: #222;
font-weight: 700;
text-decoration: none
}
.ds-custom {
display: block;
margin: 40px 0 45px
}
.ds-custom .ds-element {
float: left;
vertical-align: middle;
padding: 0 18px;
background: #f6f6f6;
max-width: 78px;
margin-right: 0
}
.ds-custom .ds-element:last-child {
margin-right: 0;
border-right: 1px solid #ddd
}
.ds-custom .ds-element .ds-element-title {
display: table-footer-group;
font-size: 11px;
text-transform: uppercase;
color: #444;
position: relative;
top: 10px
}
.ds-custom .ds-element .ds-element-value {
font-size: 20px;
font-weight: 700;
display: table-header-group;
color: #444;
position: relative
}
.ds-custom .ds-element .ds-element-value:after {
content: '';
position: relative;
display: block;
margin: 0 auto;
width: 10px;
height: 2px
}
.summary .pwb-single-product-brands img {
margin: 10px 10px 0 0;
max-width: 120px
}
body.theme-autozone .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
padding: 1%;
width: 15%;
float: none;
text-align: center;
display: inline-block;
vertical-align: top
}
body.theme-autozone .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p {
margin-bottom: 0;
padding-bottom: 0;
text-align: center
}
aside .pwb-columns-2 {
width: 33%
}
body.theme-autozone .pwb-all-brands .pwb-pagination-wrapper {
margin-top: 20px;
padding-top: 10px;
border-top: 0;
text-align: center;
border: 0
}
#gallery-2 img {
max-width: 120px;
height: auto
}
body.theme-autozone #gallery-2 .gallery-item {
float: left;
text-align: center;
width: 26%;
margin: 2%
}
.fl-login-register--header {
border-radius: 3px !important;
display: inline-block !important;
max-width: 100% !important;
width: auto !important;
color: #fff !important;
background: 0 0 !important;
margin-left: 25px !important;
cursor: pointer
}
.fl-login-register--header .fl-header-register-delimiter {
padding: 0 5px;
font-size: 10px;
text-transform: uppercase;
line-height: 1;
letter-spacing: .1em
}
.fl-login-register--header i,
body.theme-autozone #pixad-listing.list .season_prices .card__price-number,
body.theme-autozone .elementor .top-bar li i {
margin-right: 5px
}
.fl-login_form .login-submit .btn-skew-r {
transform: skewX(0);
margin-left: 0
}
body.theme-autozone .post_mod-a:nth-child(2n) .entry-main__inner:after {
right: -50px;
left: auto
}
.elementor .list-services:hover svg {
fill: #222 !important
}
.elementor .list-services svg {
margin-bottom: 23px;
margin-left: 41px;
width: 104px;
height: fit-content
}
.elementor .list-services {
padding: 50px 50px 50px 0
}
.elementor .list-services__title a,
.fl-author-information .youzify_profile_link_button :hover,
.youzify-user-data-fl .youzify-meta-item {
opacity: .8
}
.elementor .list-services__title strong {
padding-top: 6px
}
.elementor .list-services__description {
font-size: 13px;
line-height: 23px
}
.dokan-table,
.dokan-table *,
.elementor .owl-theme .owl-controls .owl-page.active span {
border-color: #ddd !important
}
.elementor .list-progress__item svg {
width: 78px;
height: 75px;
margin-right: 30px;
margin-left: 40px
}
.elementor .list-type__inne_figure {
height: 126px
}
.elementor .list-type__inner img {
max-width: 138px !important;
padding-top: 19px
}
.elementor .list-type__info {
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
opacity: .8
}
.elementor .main-slider__link .icon {
top: -33px;
left: 16px
}
.elementor-page .home-template + .footer {
margin-top: -45px
}
.footer-sidebar-top {
margin-bottom: 35px;
display: inline-block
}
.widget_tm_theme_helper_social_profiles .social-links {
margin-top: 60px;
display: inline-block
}
@media (max-width:1000px) {
.post .entry-main__inner:after {
display: none
}
.post .entry-media img {
position: relative;
z-index: 1;
margin-bottom: 0
}
.post .entry-date {
z-index: 9
}
body.theme-autozone .home-template .vc-auto-search .jelect-current {
padding-left: 21px
}
body.theme-autozone .home-template .post_mod-a:nth-child(2n) .entry-date,
body.theme-autozone .home-template .post_mod-a:nth-child(odd) .entry-date {
top: -24px !important;
right: 45px;
left: auto !important;
z-index: 3
}
.elementor-container .post_mod-a:nth-child(odd) .entry-content,
.elementor-container .post_mod-a:nth-child(odd) .entry-main__inner {
padding-right: 0
}
.elementor-container .post_mod-a:nth-child(2n) .entry-main {
padding-left: 45px
}
.elementor-container .slider-grid__item {
max-width: 475px;
margin: 0 auto
}
.elementor-container .owl-theme_mod-c .owl-controls {
display: none !important
}
.header-mobile__bag a {
color: #fff;
font-size: 18px;
position: relative;
top: -2px
}
}
@media (max-width:980px) {
body.theme-autozone .vc-auto-search .btn {
margin-top: 0
}
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: #fff0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 18px
}
.navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li > a:hover {
background-image: none
}
.navbar-form .form-group {
margin-bottom: 5px
}
.navbar-form .form-group:last-child {
margin-bottom: 0
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: #333;
background-color: #fff0
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
color: #555;
background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
color: #ccc;
background-color: #fff0
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
color: #fff;
background-color: #fff0
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
color: #fff;
background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
color: #444;
background-color: #fff0
}
.visible-xs,
.visible-xs-block {
display: block !important
}
table.visible-xs {
display: table !important
}
tr.visible-xs {
display: table-row !important
}
td.visible-xs,
th.visible-xs {
display: table-cell !important
}
.visible-xs-inline {
display: inline !important
}
.visible-xs-inline-block {
display: inline-block !important
}
.border-section-bottom,
.elementor-container .border-section-top,
.hidden-xs {
display: none !important
}
.slider-grid__item img {
width: 100% !important;
max-width: inherit !important
}
.col2-left + .col-md-4,
.col2-right + .col-md-4 {
clear: both
}
.submenu-controll {
right: 23px !important;
width: 8px !important;
margin-top: 10px;
height: 8px !important;
border-top: 1px solid #fff !important;
border-right: 1px solid #fff !important;
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(134deg)
}
body.theme-autozone [data-off-canvas*=left],
body.theme-autozone [data-off-canvas*=right] {
overflow: scroll !important
}
.layout-theme[data-header=nosticky] .header {
position: absolute !important
}
.top-header,
.wrap-link-img,
body.theme-autozone .header-menu-middle #nav > .container .col-xs-12 {
text-align: center
}
.header-menu-middle .nav-custom-info-wrap,
.header-menu-middle .phone-menu,
body.theme-autozone .yamm .nav {
display: none
}
body.theme-autozone .header-menu-middle .header-navibox-search {
padding-top: 50px;
padding-left: 25px;
padding-right: 25px
}
body.theme-autozone .header-menu-middle.header .navbar-brand {
margin-top: -5px !important
}
.layout-theme[data-header=nosticky] .header-menu-middle.header {
position: relative !important
}
.header-menu-middle.header + .block-title .block-title__inner {
background-position: center top;
padding-top: 60px;
padding-bottom: 60px;
background-size: cover
}
.card__img,
.header .social-links,
.header-contacts,
.list-staff__item:nth-child(2n) .list-staff__media,
.list-staff__item:nth-child(odd) .list-staff__media {
float: none
}
.card__inner,
.list-staff__item:nth-child(odd) .list-staff__inner,
.post-nav__item:nth-child(2n) .post-nav__inner {
margin-left: 0
}
.list-staff__item:nth-child(2n) .list-staff__inner,
.post-nav__item:nth-child(odd) .post-nav__inner,
.yamm .nav {
margin-right: 0
}
.yamm {
top: 20px
}
body.theme-autozone .yamm .collapse .nav {
display: block
}
body.theme-autozone .yamm .nav > li > a {
padding: 25px
}
.wrap-link-img {
display: none;
height: auto
}
.header-contacts {
margin-bottom: 15px
}
.navbar-nav {
margin: 0
}
.link-img {
position: relative;
margin-bottom: 20px
}
.link-img_mod-a {
left: 0
}
.link-img_mod-b {
right: 0
}
.owl-theme_mod-a .owl-controls {
top: -30px
}
.list-staff__item {
width: auto;
background-color: #fff
}
.list-staff__info:after {
content: none
}
.post_mod-a {
margin-top: 10px
}
.card__inner {
margin-top: 20px
}
.card__list {
width: 100%
}
.pagination > li > a,
.pagination > li > span {
margin-bottom: 10px
}
.letter__inner {
width: 100%;
float: none
}
.post-nav__img {
width: 75px;
height: 75px;
margin: 0 20px
}
.post-nav__link {
display: inline-block;
width: 100%
}
body.theme-autozone body .header .navbar-brand {
margin-top: -9px !important
}
.elementor-container .list-staff__item {
display: inline-block;
width: auto;
background-color: #fff;
max-width: 269px
}
.elementor-container .list-progress {
margin-top: 0;
margin-bottom: 0
}
.elementor-container .slider-grid__item,
.elementor-container .slider-grid__item img {
width: 480px !important;
max-width: 100% !important;
margin: 0 auto
}
.elementor-container .list-staff {
margin: 0
}
.elementor-container .home-template .post .entry-title a {
line-height: 24px !important
}
}
@media (max-width:480px) {
body.theme-autozone .post-nav__item:nth-child(odd) {
text-align: left
}
.post-nav__item:nth-child(odd) .post-nav__img {
float: left
}
body.theme-autozone .post-nav__img {
margin: 0 10px 0 0
}
body.theme-autozone .post-nav__title {
padding-top: 10px;
line-height: 22px
}
body.theme-autozone .post-nav__item {
padding: 15px;
overflow: hidden;
width: 100%;
display: block;
margin-bottom: 0;
padding-bottom: 0 !important
}
body.theme-autozone .post-nav {
padding-bottom: 15px
}
#findCarNowForm {
padding: 10%
}
body.theme-autozone .tech-group {
width: 100%
}
.post .entry-title a,
body.theme-autozone .post .entry-title {
padding-right: 0;
font-size: 14px
}
body.theme-autozone .comment-list .comment-info-content {
margin-left: 0;
padding-bottom: 15px;
padding-left: 0;
float: none
}
body.theme-autozone .comment-list .comment-author {
float: none;
margin-bottom: 20px
}
body.theme-autozone .comment-respond {
padding: 25px;
margin-bottom: 50px
}
body.theme-autozone .comment-list ol.children {
margin-left: 0;
margin-top: 20px;
padding-left: 0
}
.owl-theme .owl-controls {
display: none !important
}
#iview div.iview-directionNav,
.border-section-bottom:after,
.border-section-bottom:before,
.border-section-top:after,
.border-section-top:before,
.iview-caption {
display: none
}
body.theme-autozone .list-progress__item {
background: #fff0 !important;
margin-bottom: 20px !important;
margin-left: -40px;
padding-top: 5px
}
body.theme-autozone .big-img.wpb_single_image img {
height: auto;
margin-top: 40px;
max-width: 100% !important;
min-width: 100%;
vertical-align: top
}
body.theme-autozone .list-type {
margin-left: -40px
}
body.theme-autozone .list-staff__media {
margin: 0 auto
}
.about-autor__inner,
.comments-list .children,
.comments-list .comment-inner,
.link-img_mod-b .link-img__wrap-title {
margin-left: 0
}
body.theme-autozone .list-type__link {
transform: skewX(0);
web-kit-transform: skewX(0);
width: 100%
}
.link-img__item {
width: 40%
}
.link-img_mod-a .link-img__wrap-title {
margin-right: 0
}
.list-progress__item {
padding-top: 5px
}
.slider-gallery {
margin-top: 73px
}
.iview-controlNav {
top: 0;
bottom: auto;
right: 0
}
.list-staff__item {
margin-left: 0;
margin-right: 0
}
.entry-meta__item {
display: block
}
.block-title .bg-inner {
padding-bottom: 25px;
padding-top: 0
}
.sorting__title {
font-size: 11px
}
.sorting__item {
margin-right: 5px
}
.post_mod-c {
width: auto
}
.post-nav__item {
width: 100%;
display: block
}
.about-autor__img {
float: none;
margin-bottom: 25px
}
.post .entry-main {
padding-left: 35px
}
.comments-list .avatar-placeholder {
float: none
}
.elementor-container .list-staff__item {
width: 100%
}
.elementor-container .list-type {
margin-bottom: 0
}
.elementor-container .list-progress__item,
.elementor-container .list-type {
margin-left: 0 !important
}
}
.tm-autos-top-draft-button,
.tm-autos-top-edit-button {
right: 10px;
box-shadow: 4px 2px 1px rgb(0 0 0 / 4%);
transition: .3s ease-in-out;
text-decoration: none !important
}
aside .button {
background-color: #ecba00;
border: none;
padding: 12px 25px !important;
font-size: 14px;
font-weight: 600;
color: #fff !important;
text-transform: uppercase;
display: inline-block;
margin-bottom: 10px;
width: 100%;
text-align: center;
margin-top: 10px;
text-decoration: none !important
}
body.theme-autozone .youzify-head-buttons a,
body.theme-autozone .youzify-page {
background-color: #f5f5f5 !important
}
.autozone_calculator_results .list-descriptions dd {
margin-bottom: 8px
}
.elementor-default .sorting__item.view-by a i {
font-size: 17px;
position: relative;
top: 1px
}
.elementor-default .card__title {
margin-bottom: 18px
}
body.theme-autozone .elementor .list-services svg {
fill: #fff
}
body.theme-autozone .elementor .top-bar li {
margin-left: 0;
margin-right: 10px
}
.header-topbarbox-2 .fa-user,
.top-bar .icon {
margin-right: 7px
}
.header-topbarbox-1 li {
margin-left: 0;
margin-right: 5px
}
.autos-container .fa,
.car-details .fa,
.card__img .fa,
.top-bar .fa {
font-family: FontAwesome !important
}
.youzify-profile-sidebar .youzify-aboutme-name {
font-weight: 700;
color: #222;
text-transform: capitalize
}
body.theme-autozone .youzify-vertical-layout .youzify-content {
margin: 0 auto;
padding: 0
}
.youzify-right-sidebar-layout .youzify-membership-form {
width: 100%;
max-width: 100%
}
body.theme-autozone .youzify-profile-sidebar .youzify-aboutme-description {
font-size: 12px;
text-transform: uppercase
}
.groups .youzify-search-landing-image-text,
.members .youzify-search-landing-image-text {
top: 63%
}
.youzify-main-column .card-list__row {
margin-bottom: 10px !important;
max-width: 44%
}
#thumbnail_id_show img,
body.theme-autozone #gallery_id_show img {
margin: 5px;
max-width: 75px
}
body.theme-autozone .youzify-hdr-v6 .youzify-profile-photo {
margin: 115px auto 30px
}
body.theme-autozone .youzify-hdr-v7 .youzify-name h2 {
color: #222;
font-size: 24px;
font-weight: 700;
margin-top: -9px
}
body.theme-autozone .youzify-directory .pagination .page-numbers {
background: #fff;
color: #222
}
body.theme-autozone .youzify-wall-embed .youzify-embed-avatar {
border-radius: 100px;
overflow: hidden;
background: #fff
}
body.theme-autozone .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
max-height: 18px;
line-height: 18px;
max-width: 18px
}
body.theme-autozone .a2a_kit.a2a_kit_size_32.addtoany_list {
line-height: 20px !important
}
body.theme-autozone #youzify-groups-list .item .item-title a {
text-transform: uppercase;
color: #222
}
body.theme-autozone .youzify .activity-inner:before {
display: block;
content: "";
background: #f6f6f6;
width: 20px;
height: 20px;
position: absolute;
top: -6px;
left: 20px;
-webkit-transform: rotate(25deg);
-ms-transform: rotate(60deg);
transform: rotate(50deg)
}
body.theme-autozone .youzify .activity-inner {
background: #f6f6f6;
padding: 20px;
margin: 0 19px;
position: relative
}
body.theme-autozone .header.header-background-trans-black-rgba00 .dropdown-menu:before {
display: block;
content: "";
background: #fff;
width: 20px;
height: 20px;
position: absolute;
top: -6px;
left: 20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
#youzify-group-buttons .group-button a,
.autozone_calculate_btn {
position: relative;
text-transform: uppercase;
font-size: 13px
}
body.theme-autozone #youzify-groups-list .action a {
font-size: 12px;
text-transform: uppercase;
border-radius: 0
}
body.theme-autozone #youzify-groups-list .action .group-button .leave-group {
color: #222;
border: 1px solid #ddd
}
#youzify-group-buttons a.leave-group,
.group-button .group-button.join-group,
.group-button .group-button.pending.membership-requested,
.group-button .group-button.request-membership,
.youzify-user-data .item-title,
.youzify-user-data .youzify-meta-item {
position: relative;
color: #fff
}
.my-groups #buddypress.youzify #youzify-groups-list .action a,
.my-groups .youzify #youzify-groups-list .action a {
min-width: 223px;
left: -10px
}
#youzify-groups-directory .group-button .group-button.join-group,
#youzify-groups-directory .group-button .group-button.pending.membership-requested,
#youzify-groups-directory .group-button .group-button.request-membership {
max-width: 90%
}
#youzify-group-buttons .group-button a:after,
.autozone_calculate_btn:after,
.group-button .group-button.join-group:after,
.group-button .group-button.pending.membership-requested:after,
.group-button .group-button.request-membership:after,
body.theme-autozone .autobtn:after {
display: inline-block;
content: "";
background-color: green;
position: absolute;
top: 0;
right: -10px;
height: 100%;
width: 20px;
transform: skewX(18deg);
border-right: 5px solid #555
}
body.theme-autozone .group-members #search-members-form #members_search_submit {
border-radius: 0;
position: relative
}
.skew,
.youzify-posting-form-actions .skew {
border: 2px solid #222;
transform: skewX(-18deg)
}
.youzify-group-submit-form .autobtn {
display: inherit
}
.autobtn {
position: relative;
display: inline-block;
font-family: Raleway;
font-weight: 700;
font-size: 14px
}
.autozone_calculate_btn {
width: 94% !important
}
body.theme-autozone .autobtn.autobtn-skewx:after {
display: inline-block;
content: "";
position: absolute;
top: 0;
right: -10px;
height: 100%;
width: 20px;
transform: skewX(-18deg);
border-right: 0;
background: #fff
}
body.theme-autozone .autobtn.autobtn-skewx:before {
display: inline-block;
content: "";
position: absolute;
top: 0;
left: -10px;
height: 100%;
width: 20px;
transform: skewX(-18deg);
border-right: 0;
background: #fff
}
.youzify-posting-form-actions .skew {
overflow: hidden;
display: inline-block;
float: right;
margin-top: 20px;
margin-right: 16px
}
.skew button {
transform: skewX(18deg)
}
.groups-members-search label {
margin-right: -10px !important
}
body.theme-autozone #youzify-wall-form .youzify-wall-actions .youzify-wall-post,
body.theme-autozone update-post {
background: 0 0 !important;
border: 0;
color: #222 !important;
font-weight: 700;
font-size: 12px;
padding: 5px 18px
}
.youzify-group-infos-widget .youzify-group-widget-title:after,
.youzify-sidebar .widget-content .widget-title:after,
.youzify-widget-title:after {
position: absolute;
top: 12px;
left: 0;
width: 4px;
height: 25px;
background-color: #999;
content: ''
}
body.theme-autozone .youzify-widget .youzify-widget-title {
margin: 0;
color: #222;
font-size: 14px;
font-weight: 700;
line-height: 22px;
padding: 15px 35px 15px 26px;
letter-spacing: initial;
font-family: Raleway !important
}
.youzify-group-widget-title,
.youzify-sidebar .widget-content .widget-title,
.youzify-widget-title,
body.theme-autozone .youzify-group-infos-widget .youzify-group-widget-title {
margin: 0;
border: none;
color: #222;
font-size: 13px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0;
padding: 15px 25px;
border-bottom: 1px solid #f2f2f2;
font-family: Raleway;
text-transform: uppercase
}
.fl-author-contact i,
.fl-author-contact span,
.fl-author-meta {
margin-top: auto;
margin-bottom: auto
}
body.theme-autozone #group-settings-form fieldset legend,
body.theme-autozone .youzify-group-settings-tab fieldset legend {
font-size: 12px;
font-weight: 700;
display: block;
background: #eee;
padding: 11px 20px;
border: 0;
text-transform: uppercase;
color: #222 !important
}
body.theme-autozone .youzify-hdr-v7 .youzify-snumber {
color: #222;
font-size: 20px
}
body.theme-autozone aside .button {
font-size: 14px;
font-weight: 700;
font-family: Raleway
}
body.theme-autozone .autozone_calculator input[type=text] {
height: 20px;
color: #555;
background-color: #f5f5f5;
padding: 20px 18px;
margin-top: 10px
}
body.theme-autozone #whats-new-post-in-box {
float: none;
margin-right: 0;
display: block
}
.youzify-content .pixad_autos_pagination .page-numbers {
display: inline;
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
font-size: 12px;
font-weight: 500;
box-shadow: 0 3px 0 0 #ccc;
margin-right: 6px;
color: #777
}
.youzify-content .pixad_autos_pagination .page-numbers.current {
z-index: 2;
color: #fff;
background-color: #222;
cursor: default;
box-shadow: 0 3px 0 0 #dc2d13
}
.youzify-content .step-section {
margin-left: 0
}
.youzify-content .step-section .pixad-control-input select {
display: inline-block !important;
width: 100% !important;
margin-bottom: 18px !important
}
.tm-autos-top-edit-button {
position: absolute;
top: 10px;
background-color: rgb(0 0 0 / .3);
border-radius: 5px;
padding: 5px;
color: #fff;
display: none !important
}
.tm-autos-top-edit-button:hover {
background-color: #222;
color: #fff !important
}
.fl-author-information .fl-author-meta-contain {
display: flex;
margin: 0;
padding: 25px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
border-bottom: 1px solid #eee;
border-top: 1px solid #eee
}
.fl-author-information .fl-author-meta-contain .fl-author-avatar {
width: 60px
}
.fl-author-meta {
line-height: 12px;
margin-left: 13px
}
.fl-author-name {
line-height: 18px;
font-size: 20px;
font-weight: 600;
color: #222;
display: block;
margin-bottom: 11px;
text-transform: capitalize;
padding-top: 3px
}
.fl-author-meta .fl-author-membership {
font-size: 14px;
color: #777
}
.fl-author-information .fl-author-contact-contain {
display: inline-block;
padding: 10px 25px 10px 40px;
width: 100%
}
.fl-author-contact i {
width: 40px;
height: 40px;
background-color: #f5f5f5;
border-radius: 50%;
margin-right: 13px;
position: relative;
color: #222;
display: inline-table
}
.fl-author-contact span {
position: relative;
line-height: 26px;
font-size: 15px
}
.youzify_profile_link .youzify_profile_link_button {
background-color: #f44153;
color: #fff;
width: 100%;
text-align: center
}
.fl-author-contact-contain .fl-author-contact {
display: flex;
position: relative;
margin: 10px 0
}
.fl-author-contact i:before {
position: relative;
left: 15px;
top: 13px
}
.fl-author-information .youzify_profile_link {
padding: 0 25px;
background: 0 0;
margin-bottom: 10px
}
.fl-author-information .youzify_profile_link_button {
background-color: #ecba00;
border: none;
padding: 12px 25px !important;
font-size: 12px;
font-weight: 500;
color: #fff !important;
text-transform: uppercase;
display: inline-block;
margin-bottom: 10px;
width: 91%;
text-align: center;
margin-top: 10px;
text-decoration: none !important;
position: relative;
margin-left: 3%;
transition: .3s ease-in-out
}
.fl-author-information .youzify_profile_link_button i {
margin-right: 8px;
font-size: 14px;
margin-left: -10px
}
.templines-label-status-pending {
background-color: red !important
}
.templines-label-status-publish {
background-color: green !important
}
.tm-autos-top-draft-button {
position: absolute;
bottom: 7px;
left: auto;
background-color: rgb(0 0 0 / .3);
border-radius: 5px;
padding: 5px;
color: #222
}
body.theme-autozone .woocommerce .woocommerce-customer-details address,
body.theme-autozone .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
display: inline-block;
vertical-align: middle;
border: 1px solid #ddd
}
.tm-autos-top-draft-button:hover {
color: #fff !important;
background-color: rgb(0 0 0 / .7)
}
.page-builder-icon-box-wrap .icon_box_wrap .kswr-ibi-icon-ct svg {
width: 80px;
height: 80px
}
body.theme-autozone .page-builder-icon-box-wrap .icon_box_wrap:hover .kswr-ibi-icon-ct svg,
body.theme-autozone .page-builder-icon-box-wrap .icon_box_wrap:hover .kswr-ibi-icon-ct svg * {
fill: #fff !important
}
.elementor-widget-templines-autos .pixad-body-filter li {
list-style: none;
line-height: 1.777;
margin: 0 10px 0 0 !important;
text-transform: uppercase;
padding: 8px 20px;
position: relative;
display: inline-block;
cursor: pointer
}
.elementor-widget-templines-autos .pixad-body-filter li.active[data-val=all]:after {
display: inline-block;
content: "";
background-color: green;
position: absolute;
top: 0;
left: -10px;
height: 100%;
width: 20px;
transform: skewX(-18deg);
border-right: 0
}
.elementor-widget-templines-autos .pixad-body-filter li.active:last-child:after {
display: inline-block;
content: "";
background-color: green;
position: absolute;
top: 0;
right: -10px;
height: 100%;
width: 20px;
transform: skewX(18deg);
border-right: 0
}
body.theme-autozone .elementor-widget-templines-autos .pixad-body-filter {
padding: 15px 35px 45px;
text-align: left;
display: block !important;
float: left
}
.elementor-widget-templines-autos .pixad-body-filter li.active[data-val=all] {
padding-right: 25px
}
.elementor-widget-templines-autos .pixad-body-filter li.active:last-child,
body.theme-autozone .woocommerce table.shop_table td.product-name,
body.theme-autozone div.product div.summary {
padding-left: 25px
}
body.theme-autozone .km-testimonial[data-style=style1] .km-testimonial-pic {
margin-bottom: 10px;
padding-top: 20px !important
}
body.theme-autozone .km-testimonial[data-style=style1] .km-testimonial-icon {
padding-bottom: 0 !important;
padding-top: 20px !important
}
body.theme-autozone .reviews__inner {
margin-top: 12px
}
body.theme-autozone .slider-reviews .reviews__text {
padding: 0 15px 27px 45px
}
.page-template-page-home.elementor-page .footer {
margin-top: -40px
}
.testimonial-content-span {
max-width: 885px;
margin: 0 auto;
display: inline-block
}
body.theme-autozone .page-builder-icon-box-wrap .icon_box_wrap .kswr-ibi-bottom .kswr-ibi-content {
padding: 0 45px
}
.youzify-hdr-v1 .youzify-header-cover {
height: 360px
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-price {
max-width: 274px
}
body.theme-autozone .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
width: 100%;
padding: 30px;
font-size: 18px;
color: #fff;
background: #253241
}
body.theme-autozone .woocommerce .woocommerce-customer-details address {
margin-top: 15px;
width: 100%;
padding: 30px;
font-size: 14px;
line-height: 28px
}
body.theme-autozone .woocommerce address {
line-height: 1.7;
background: #fff;
padding: 15px;
border: 1px solid #ddd
}
body.theme-autozone .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
body.theme-autozone .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin: 0;
position: relative
}
body.theme-autozone .woocommerce table.shop_table th {
border-right: 1px solid #ebe9eb
}
.woocommerce-table.woocommerce-table--order-details.shop_table .wc-item-meta,
body.theme-autozone .woocommerce table.shop_table td {
padding-top: 10px
}
body.theme-autozone .woocommerce table.shop_table thead {
border-bottom: 1px solid;
border-collapse: collapse
}
body.theme-autozone .woocommerce table.shop_table thead tr th {
border-bottom: 0;
color: #1c1f23;
font-size: 15px;
border-right: 1px solid #ddd;
padding: 18px 29px 16px;
line-height: 1;
vertical-align: top;
text-align: left
}
.dokan-store-widget .widget-title,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
font-size: 19px
}
body.theme-autozone .wc-item-meta li {
margin: 0;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #ddd;
text-transform: uppercase
}
body.theme-autozone .wc-item-meta p {
margin: 0;
padding: 0
}
.woocommerce-table.woocommerce-table--order-details.sshop_table order_details .wc-item-meta {
padding: 25px;
background: #f1f5fa;
display: inline-block
}
.grid__book_link a,
.slider-grid__inner.slider-grid__inner_mod-b:hover .grid__book_link a {
background-color: #222
}
.woocommerce table.shop_table.order_details tbody tr td.product-name,
.woocommerce-table.woocommerce-table--order-details.shop_table order_details td.product-name {
margin-top: 30px;
text-align: left
}
body.theme-autozone .wc-item-meta li:last-child {
display: inline-block !important;
border-bottom: 0
}
body.theme-autozone .wc-item-meta li:last-child .wc-item-meta-label {
padding-top: 7px;
padding-bottom: 10px
}
.woocommerce .woocommerce-order-details .woocommerce-Price-amount.amount,
body.theme-autozone .product-name .available_extra_wrap:before {
color: #d01818
}
.woocommerce .woocommerce-order-details table.shop_table tfoot th {
text-align: left;
font-size: 14px
}
.woocommerce-order h2 {
color: #222;
text-transform: uppercase;
font-size: 20px;
padding-bottom: 10px;
font-weight: 500
}
body.theme-autozone .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
margin-right: 10px;
font-size: 14px;
line-height: 1;
padding-right: 10px;
margin-left: 0;
padding-left: 0;
padding-bottom: 0;
display: inline-block;
border-right: 1px solid #fff
}
body.theme-autozone #pixad-listing.list .season_prices span.price_description {
margin-right: 0;
line-height: 11px
}
body.theme-autozone #pixad-listing.list .season_prices {
min-width: 130px;
border: 1px solid #ddd;
padding: 10px;
margin-top: 10px;
background: #fbfafa;
display: none
}
#pixad-listing.grid .season_prices {
padding: 4px 20px 10px 25px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
border-top: 1px solid #eee;
position: relative
}
#pixad-listing.grid .card__price-number {
display: block;
margin-top: 7px;
font-size: 16px;
color: #222 !important
}
#pixad-listing.grid .season_prices .after-price-text,
#pixad-listing.grid .season_prices .price_description {
color: #999 !important
}
.prc.currency_left:before,
.prc.currency_right:after {
content: attr(data-symbol)
}
.prc.currency_right_space:after {
content: attr(data-symbol);
margin-left: 7px
}
.prc.currency_left_space:before {
content: attr(data-symbol);
margin-right: 7px
}
.templines_your_description,
.templines_your_level,
.templines_your_level_start {
font-weight: 400;
border-bottom: 1px solid #f2f2f2;
padding-top: 0;
padding-bottom: 15px;
margin-bottom: 15px;
font-size: 16px
}
.templines_show_levels_btn {
background-color: #eee;
width: 100%;
text-align: center;
padding: 15px;
text-transform: uppercase;
font-size: 14px !important;
line-height: 24px;
font-weight: 600 !important;
display: block;
transition: .3s ease-in-out
}
.inner_content .pmpro_btn:hover,
.inner_content p .pmpro_btn:hover,
.login-submit .button:hover,
.pmpro_btn:hover,
.templines_show_levels_btn:hover,
body.theme-autozone .pmpro_actions_nav a:hover,
body.theme-autozone .pmpro_btn:hover {
background-color: #222 !important;
color: #fff !important
}
.templines_sales .sales_container {
font-size: 24px;
position: relative;
font-weight: 600;
text-align: center;
color: #222 !important
}
body.theme-autozone .youzify-membership-form .youzify-membership-form-cover {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif) !important;
height: 100px;
border-bottom: 1px solid #eee
}
body.theme-autozone .youzify-membership-form .form-cover-title {
font-size: 15px;
color: #222;
padding: 0;
position: absolute;
letter-spacing: 2px;
text-transform: uppercase;
background: 0 0;
font-weight: 700
}
#pixad-listing.list .season_prices .after-price-text {
font-size: 14px !important
}
@media only screen and (min-width:768px) and (max-width:1200px) {
.card__desc_col {
padding-right: 5%;
width: 65%
}
.card__price_col {
width: 30%
}
}
.card__book_link a {
text-transform: uppercase;
font-weight: 600;
text-align: center
}
.card__book_link a i,
.grid__book_link a i {
margin-left: 5px
}
.grid__book_link a {
text-align: center;
padding: 10px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
width: 100%;
text-decoration: none !important
}
#pixad-listing.grid .row {
display: flex;
flex-direction: row;
flex-wrap: wrap
}
.slider-grid__inner {
height: auto !important
}
#pixad-listing .tmpl-slider-grid__info {
display: inline-block;
width: 100%;
text-align: center;
padding-bottom: 0
}
body.theme-autozone .card__list {
width: auto
}
.elementor-element-populated .col-md-4 .slider-grid__inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border: 1px solid #ddd;
transition: .3s;
border-bottom: 0 !important
}
.elementor-element-populated .slider-grid__inner:hover {
border-color: #222
}
.elementor-element-populated #pixad-listing .tmpl-slider-grid__name {
padding: 10px 20px 20px
}
.dark-theme .store-cat-stack-dokan.cat-drop-stack a,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right *,
.dokan-form-group .dokan-btn.dokan-btn-sm,
.elementor-element-populated .grid__book_link a,
.pmpro_actions_nav,
.selection-form-black.selection__form .selection-form-selects__select-title,
body.theme-autozone .dark-theme .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li,
body.theme-autozone .dark-theme .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
color: #fff
}
body.theme-autozone .elementor-widget-templines-autos #pixad-listing.ajax-loading .col-md-4:before {
height: 100%
}
.calculate_auto {
padding-top: 0;
display: inline-block;
text-transform: uppercase;
text-align: left;
width: 100%;
font-size: 13px;
margin-bottom: 15px
}
body.theme-autozone .youzify-head-buttons {
background: #fff;
border-top: 1px solid #f9f9f9;
border-bottom: 1px solid #f9f9f9
}
body.theme-autozone .youzify-head-buttons a i {
color: #8b8b94;
font-size: 13px
}
body.theme-autozone .youzify-head-buttons a {
width: 100%;
padding: 12px;
border-radius: 100px;
color: #222 !important
}
body.theme-autozone .youzify-button-item.youzify-logout-button a {
background: #f5f5f5 !important
}
body.theme-autozone .youzify .editfield .checkbox-options input:checked {
background: #b4b3b3
}
.youzify .editfield .clear-value,
.youzify .editfield .field-visibility-settings .field-visibility-settings-close,
.youzify .editfield .field-visibility-settings-notoggle .visibility-toggle-link,
.youzify .editfield .field-visibility-settings-toggle .visibility-toggle-link {
background: orange !important
}
body.theme-autozone .youzify .editfield .field-visibility-settings-notoggle,
body.theme-autozone .youzify .editfield .field-visibility-settings-toggle {
color: #856404;
background-color: #fff3cd;
border-left-color: #ffeeba
}
#gallery_id_show img,
#thumbnail_id_show img {
max-width: 17%;
display: inline-block;
margin: 1%;
height: auto
}
body.theme-autozone .youzify .editfield .field-visibility-settings-notoggle .current-visibility-level,
body.theme-autozone .youzify .editfield .field-visibility-settings-toggle .current-visibility-level {
font-size: 13px;
margin-left: 2px;
min-width: auto;
border: 0;
color: #856404;
font-weight: 700;
background: 0 0 !important
}
body.theme-autozone .youzify-account-settings-menu .youzify-menu-icon i {
background: #fff !important;
border: 1px solid #8b8b94 !important;
color: #8b8b94;
font-size: 11px
}
body.theme-autozone .youzify-settings-sidebar .youzify-account-menus ul {
border-top: 0;
border-radius: 0;
border-bottom: 1px dashed #f5f5f5;
background: 0 0 !important
}
.page-template-page-white .block-title:after,
.page-template-page-white .block-title:before,
body.theme-autozone .youzify-settings-sidebar .youzify-account-menus,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .page-main {
background-color: #fff !important
}
.members-info_top {
color: #222;
position: absolute;
top: 49px;
border: 0;
width: 101%;
text-align: center;
right: 0;
font-size: 14px;
opacity: 1;
background: #fff;
padding: 10px;
line-height: 20px;
min-width: 100px;
border-radius: 0;
opacity: 0;
transition: .4s;
border-top: 0;
max-width: 157px;
z-index: 7
}
.members-info_top li {
margin-bottom: 3px;
font-size: 12px
}
body.theme-autozone .youzify-aboutme-bio {
color: #8d8c8c;
font-size: 13px;
line-height: 26px;
text-align: left;
background: #f2f2f2;
padding: 20px
}
.members-info_top li a:hover {
opacity: 1 !important
}
.members-info_top li a {
display: inline-block;
color: #222 !important;
opacity: .8;
font-size: 10px !important;
text-transform: uppercase;
line-height: 14px
}
body.theme-autozone #gallery-1 .gallery-item {
margin-top: 0;
margin-bottom: -5px
}
body.theme-autozone .gallery-item {
width: 33%;
margin: 0
}
body.theme-autozone #gallery-1 .gallery-item img {
border: 0;
width: 100%;
height: auto
}
form.pmpro_form .input,
form.pmpro_form select,
form.pmpro_form textarea {
display: inline-block;
max-width: 100%;
background: #f4f4f4 !important;
margin-bottom: 15px
}
.pmpro-levels .fl-content,
.pmpro-member-profile-edit .fl-content,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap {
border: 1px solid #ccc;
max-width: 700px;
padding: 50px;
margin: 0 auto
}
.pmpro-body-level-required .fl-content {
border: 1px solid #ccc;
max-width: 400px;
padding: 50px;
margin: 0 auto;
text-align: center
}
.pmpro-checkout .fl-content {
max-width: 700px;
padding: 0;
margin: 0 auto
}
.pmpro-checkout .fl-content .pmpro_message {
max-width: inherit !important
}
.pmpro_btn-select {
padding: 8px !important;
border: 0 !important;
height: 34px !important;
font-size: inherit
}
.inner_content table#pmpro_levels_table thead tr th {
font-size: 13px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .4px;
padding: 9px 11px 10px;
color: #222;
background: #f1f5fa !important
}
form.pmpro_form .pmpro_change_password-fields div {
margin: 0 0 1em;
position: relative
}
.templines_your_description {
font-size: 14px;
line-height: 22px;
border-bottom: 1px solid #f2f2f2;
padding-top: 0;
padding-bottom: 15px;
margin-bottom: 15px
}
.login-submit .button,
.pmpro_btn,
body.theme-autozone .pmpro_actions_nav a {
text-transform: uppercase;
background-color: #222;
color: #fff !important;
position: relative;
display: inline-block;
margin-bottom: 0 !important;
padding: 11px 25px;
font-size: 13px !important;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
white-space: nowrap;
transition: .3s;
border-radius: 0 !important;
width: 100%;
line-height: 28px;
min-height: 50px;
border: 0;
text-decoration: none !important
}
.swiper-slide,
.swiper-wrapper {
transition-property: transform
}
.pmpro-level-required .pmpro_content_message a {
color: #fff !important;
position: relative;
padding: 11px 25px !important;
font-size: 11px !important;
line-height: 2 !important;
text-transform: uppercase !important;
transition: .3s;
letter-spacing: .02em !important;
background-color: #e3740e !important;
border-radius: 0 !important;
font-weight: 400;
min-height: 50px;
text-decoration: none !important;
border: 0 !important
}
#add-tracking-details,
.add_note.btn.btn-sm.btn-theme,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
.dokan-dashboard .dokan-edit-row .dokan-section-heading h2,
.dokan-dashboard .product-edit-new-container label.form-label,
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li,
.fl-membership-login,
.pmpro_actions_nav a,
body.theme-autozone #pmpro_form .pmpro_checkout h2,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
body.theme-autozone .dokan-form-horizontal .dokan-control-label,
body.theme-autozone .dokan-label,
body.theme-autozone .dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title,
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock,
body.theme-autozone .dokan-table > thead > tr > th,
body.theme-autozone .pmpro_checkout h3 span.pmpro_checkout-h3-msg,
table.pmpro_table th {
text-transform: uppercase;
text-transform: uppercase
}
body.theme-autozone .pmpro_btn.disabled,
body.theme-autozone .pmpro_btn[disabled],
body.theme-autozone fieldset[disabled] .pmpro_btn {
pointer-events: none;
height: auto;
background: #222 !important
}
.pmpro_payment-expiration #ExpirationMonth {
width: 40%;
margin-right: 2%
}
.pmpro_payment-expiration #ExpirationYear {
width: 40%;
margin-left: 2%
}
#message,
.empty-search-wrapper,
.pmpro_payment-cvv small,
.tm-extra-value .available_extra_wrap {
width: 100%;
display: inline-block
}
body.theme-autozone form.pmpro_form select {
position: relative;
border-radius: 0;
padding-left: 15px;
border: 0
}
body.theme-autozone #pmpro_account .pmpro_box h3 {
background: #f1f5fa;
padding: 30px 40px;
margin: 0 -40px 40px;
font-size: 23px
}
body.theme-autozone #pmpro_account .pmpro_box {
border: 1px solid #ededed;
padding: 0 40px 40px
}
#pmpro_level_cost {
background-color: #fcf8e3;
padding: 13px 26px;
border: 1px solid #faebcc;
margin-top: 20px
}
body.theme-autozone .pmpro_checkout h3 span.pmpro_checkout-h3-name {
display: inline-block;
margin: 0;
width: 100%;
font-size: 23px
}
body.theme-autozone .pmpro_checkout {
padding: 0;
margin: 15px auto;
border: 1px solid #ededed
}
.pmpro_checkout h3 {
background: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif) #f1f5fa;
display: inline-block;
width: 100%;
padding: 30px 40px 20px !important;
margin: 0 !important;
border-bottom: 1px solid #ededed
}
body.theme-autozone .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
margin-top: 5px;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 400;
letter-spacing: normal
}
body.theme-autozone .pmpro_btn.pmpro_btn-submit-checkout {
padding: 20px 30px;
width: 100%
}
.pmpro_actions_nav a {
max-width: 48%;
border-radius: 29px;
cursor: pointer;
overflow: hidden;
position: relative;
display: inline-block;
line-height: 1;
padding: 17px 35px;
color: #222;
font-size: 14px;
z-index: 2;
background: #fff;
border: 2px solid #e0eaf4;
font-weight: 700;
width: 100%;
text-align: center
}
.pmpro_actions_nav a:hover {
background: #e0eaf4
}
.pmpro_checkout-fields {
padding: 40px
}
#ExpirationMonth {
max-width: 40%;
margin-right: 10px
}
#ExpirationYear {
max-width: 40%;
margin-left: 10px
}
.pmpro_payment-cvv small {
position: absolute;
bottom: auto;
left: 10px;
top: -18px;
color: #222
}
#pmpro_level_cost p {
margin: 0;
padding: 0;
color: #8a6d3b
}
#pmpro_form {
max-width: 800px;
display: block;
margin: 0 auto;
background: #fff;
padding: 30px
}
body.theme-autozone #pmpro_form .pmpro_checkout h2 {
margin: -10px 0 0;
padding: 20px 20px 5px;
background: #222;
font-size: 16px;
line-height: 22px;
color: #fff;
position: relative
}
.pmpro_checkout-fields .pmpro_level_name_text {
padding-top: 0 !important;
margin-top: 0 !important
}
.pmpro-login .pmpro_message {
max-width: 800px;
margin: 0 auto 30px
}
.pmpro_checkout {
border: 1px solid #ededed;
padding: 40px;
margin: 15px auto
}
.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
width: 47%;
margin: 0 1%
}
.pmpro_lost_password-instructions,
.templines_account_wrap_content .cobalt-FormField,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) form .form-row {
padding-bottom: 20px
}
#wp-submit,
.pmpro_btn-submit {
background-color: #4817b9;
border: 0;
color: #fff;
padding: 18px
}
#wp-submit:hover,
.pmpro_btn-submit:hover {
background-color: #f0487a
}
.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
font-size: 0;
color: #fff
}
.pmpro_asterisk {
position: absolute;
top: 0;
left: -4px;
color: red
}
#pmpro_levels_table .pmpro_btn.disabled,
#pmpro_levels_table .pmpro_btn[disabled],
#pmpro_levels_table fieldset[disabled] .pmpro_btn {
background: #222 !important;
opacity: 1
}
.pmpro_actions_nav {
text-align: center;
overflow: hidden;
border-top: 0;
margin: 0;
padding: 20px 0 0
}
.pmpro_billing_wrap,
.pmpro_change_password_wrap {
margin: 0 auto;
max-width: 800px
}
body.theme-autozone #loginform label,
body.theme-autozone form.pmpro_form label {
margin-left: 10px;
margin-bottom: 5px
}
#pmpro_levels_table + .pmpro_actions_nav {
max-width: 800px;
display: block;
margin: 25px auto !important
}
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li,
.pmpro_price_desc,
.pmpro_price_max_feat_items *,
.pmpro_price_max_items,
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2,
body.theme-autozone form.pmpro_form .lite {
font-size: 14px
}
.pmpro_btn:link,
body.theme-autozone .pmpro_btn,
body.theme-autozone .pmpro_content_message a,
body.theme-autozone .pmpro_content_message a:link {
background-color: #4817b9;
border: 0;
padding: 16px 30px !important;
color: #fff;
border-radius: 100px;
height: 50px;
line-height: 19px
}
table.pmpro_table th {
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/bg/texture-1.gif);
color: #222
}
body.theme-autozone .pmpro_btn.pmpro_btn-cancel {
background-color: #f0487a !important
}
body.theme-autozone .pmpro_btn.pmpro_btn-cancel:hover {
color: #fff;
text-decoration: none;
opacity: .8
}
body.theme-autozone .fl-venders-author .fl-venders-author-avatar {
margin-right: 30px
}
body.theme-autozone .fl-venders-account,
body.theme-autozone .tmreviews-add-place {
margin-top: 60px;
margin-bottom: 60px
}
#pmpro_cancel,
.fl-venders-login form,
.pmpro_logged_in_welcome_wrap {
border: 1px solid #ededed;
padding: 40px;
margin: 50px auto;
max-width: 800px
}
.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
border: 1px solid #ccc;
padding: 15px
}
#pmpro_levels_table {
width: 100%;
max-width: 800px
}
.login-remember input[type=checkbox] {
position: relative;
left: 0
}
.pmpro_btn.pmpro_btn-cancel:link,
body.theme-autozone .pmpro_btn.pmpro_btn-cancel {
color: #fff;
text-decoration: none;
margin: 0 15px
}
.fl-membership-login {
color: #f0487a;
margin-right: 32px;
font-size: 18px;
font-family: inherit;
background: #fff;
padding: 17px 39px 17px 40px;
border-radius: 100px;
font-weight: 600
}
table.pmpro_table td,
table.pmpro_table th {
border: 1px solid #ccc;
padding: 15px 25px;
background-color: #fff;
font-size: 14px
}
.cal_wrap {
overflow: hidden;
padding-bottom: 10px
}
.hours_price_title_contain {
padding-bottom: 15px
}
.col-md-12.pix-without-sidebar .main-content {
max-width: 900px;
margin: 0 auto
}
.dokan-alert.dokan-alert-success strong,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
dt.variation-Vendor {
font-weight: 500 !important
}
.dokan-product-listing .dokan-product-listing-area {
padding: 50px;
background: #fff
}
body.theme-autozone .dokan-table > thead > tr > th {
border-bottom: 1px solid #ddd;
font-size: 13px !important;
font-weight: 600;
text-align: center;
padding-bottom: 17px
}
select.dokan-form-control {
padding-right: 35px;
border-radius: 100px;
padding-left: 17px;
margin-right: 10px;
font-size: 12px
}
.dokan-form-inline {
padding-bottom: 2px
}
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
border-bottom: 1px solid #615e5e;
margin-bottom: 0
}
body.theme-autozone .dokan-label {
padding: 8px
}
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
font-weight: 600;
font-size: 11px
}
body.theme-autozone .dokan-btn,
body.theme-autozone .dokan-btn-theme,
body.theme-autozone a.dokan-btn,
body.theme-autozone a.dokan-btn-theme,
body.theme-autozone input[type=submit].dokan-btn,
body.theme-autozone input[type=submit].dokan-btn-theme {
border-radius: 0;
padding: 8px 20px;
text-transform: uppercase;
font-size: 12px;
box-shadow: none !important
}
body.theme-autozone body .add_note .btn,
body.theme-autozone div .dokan-btn.dokan-btn-default.dokan-cancel-status {
color: #fff;
background: #f50 !important;
border-color: #f50 !important
}
.order_download_permissions .dokan-btn.dokan-btn-success.grant_access {
color: #fff;
background: #00b300 !important;
border-color: #00b300 !important
}
#add-tracking-details,
.add_note.btn.btn-sm.btn-theme {
box-shadow: none;
font-size: 11px
}
#dokan-order-status-form .dokan-btn {
width: 100%;
margin-bottom: 10px
}
#dokan-form-contact-seller,
.selection__form:not(.selection-form-style-no_box_radius).search-slogan-title .selection-form__inner,
.store-cat-stack-dokan.cat-drop-stack,
body.theme-autozone .dokan-product-listing .dokan-product-listing-area,
body.theme-autozone .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 25px
}
body.theme-autozone .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button {
min-width: 100px
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
background: #fff;
padding: 0
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after {
content: '\25BC';
display: inline-block;
transition: transform .3s ease-in-out;
position: absolute;
right: 12px;
top: 14px;
font-size: 10px
}
body.theme-autozone .dokan-settings-content .dokan-settings-area .dokan-banner {
height: auto;
border: 1px solid;
background-color: rgb(244 97 25 / .02)
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend,
.dokan-dashboard .dokan-dashboard-wrap .entry-title {
font-size: 16px;
line-height: 38px;
color: #1f1f1f;
text-transform: none;
font-weight: 600;
margin-bottom: 20px;
font-family: inherit
}
.dokan-common-links {
background: #615e5e !important;
position: absolute !important;
bottom: 0;
width: 100%
}
body.theme-autozone .dokan-form-horizontal .dokan-control-label {
text-align: right;
margin-bottom: 0;
margin-top: 0;
padding-right: 15px;
font-weight: 600;
padding-top: 2px;
font-size: 14px
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a {
color: #222;
font-weight: 500;
font-size: 13px
}
.dokan-dashboard .dokan-dash-sidebar {
position: relative;
min-height: 400px
}
body.theme-autozone .dokan-btn.dokan-btn-default.dokan-btn-sm.tips {
margin: 0 auto;
color: #222 !important;
display: inline-block;
min-width: 50px;
border: 1px solid #222 !important;
background: #fff !important
}
#order-filter td {
vertical-align: middle !important
}
.dokan-category-menu.widget.block_content,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part ul,
table.shop_table .product-name {
padding-top: 30px
}
body.theme-autozone .dokan-settings-content .dokan-settings-area .button-area .help-block {
color: #f05025
}
body.theme-autozone .dokan-btn-default:hover,
body.theme-autozone a.dokan-btn-default:hover,
body.theme-autozone input[type=submit].dokan-btn-default:hover {
color: #fff;
background-color: #222;
border-color: #222
}
form.dokan-product-edit-form {
padding: 40px;
background-color: #fff
}
.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img {
height: auto !important;
margin-bottom: 0
}
.product-edit-new-container.product-edit-container .dokan-input-group input {
padding: 10px;
border: 1px solid #f2f2f2 !important
}
body.theme-autozone .select2-container--default .select2-selection--multiple {
border: 1px solid #f2f2f2 !important;
height: 36px;
padding-left: 10px
}
.product_images.ui-sortable .fas.fa-plus {
position: relative;
bottom: -9px
}
.dokan-single-title {
padding: 0 20px 5px 0;
font-size: 16px;
line-height: 38px;
color: #1f1f1f;
text-transform: none;
font-weight: 600;
margin-bottom: 20px
}
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul {
background-color: #f2f2f2;
padding: 20px
}
body.theme-autozone .dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title {
border: 0;
font-weight: 500;
font-size: 20px !important;
margin-bottom: 2px
}
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete {
font-size: 24px !important
}
.product-edit-new-container .dokan-new-product-featured-img a.close {
font-size: 41px !important
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend,
.dokan-dashboard .dokan-dashboard-wrap .entry-title {
padding: 0 0 15px;
border-bottom: 1px solid #ddd
}
.dokan-dashboard .product-edit-new-container label.form-label {
font-weight: 600;
margin-bottom: 7px;
font-size: 13px
}
.dokan-dashboard .dokan-edit-row .dokan-section-heading h2 {
font-weight: 600;
margin-bottom: 7px;
font-size: 13px;
display: inline-block;
width: 100%
}
.dokan-dashboard .dokan-edit-row .dokan-section-heading h2 i {
margin-right: 4px
}
.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p {
margin-bottom: 5px;
padding-top: 0;
margin-top: 0
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area td.dokan-order-action {
grid-template-columns: repeat(1, 1fr);
border: 0;
border-bottom: 1px solid #ddd
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area tfoot td.value {
min-width: 300px
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-content ul li {
list-style: none;
margin: 5px 0 8px;
padding: 0
}
#order_items_list .thumb,
#order_items_list .thumb img {
min-width: 90px
}
.store-cat-stack-dokan.cat-drop-stack li {
padding-bottom: 10px;
position: relative;
padding-left: 25px
}
.store-cat-stack-dokan.cat-drop-stack li:before {
position: absolute;
left: 0;
top: 0;
content: "\e606";
display: inline-block;
font-family: simple-line-icons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
color: #f46119;
font-size: 13px
}
.dark-theme .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
background-color: #1a2634
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
background-color: #fff;
width: 100%;
padding: 10px;
overflow: hidden
}
body.theme-autozone .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
text-align: left;
margin-bottom: 0
}
body.theme-autozone .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
margin-top: 5px;
font-size: 24px;
font-weight: 600;
margin-bottom: 6px;
padding-bottom: 9px
}
body.theme-autozone .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
padding-left: 35px;
padding-right: 35px
}
body.theme-autozone .profile-info-box.profile-layout-default .profile-info-summery .profile-info {
padding: 0 30px;
text-align: left;
padding-left: 0 !important;
padding-right: 0 !important
}
body.theme-autozone .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
margin-left: -22px;
margin-top: 2px
}
body.theme-autozone .dark-theme .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper,
body.theme-autozone .dark-theme .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
border-color: #040615
}
body.theme-autozone .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
background: rgb(244 97 25 / .02);
border: 1px solid #ddd;
padding: 3px;
width: 130px;
height: 130px;
border-radius: 100px;
margin-left: 11px;
margin-top: 10px;
margin-bottom: 10px
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-size: 26px;
margin-bottom: 0
}
.profile-info-box.profile-layout-default .profile-info-summery .profile-info {
padding: 0 30px;
text-align: left
}
.profile-info-box.profile-layout-default .profile-info-summery .profile-info-head .store-name {
padding-top: 15px !important;
margin-bottom: 10px !important
}
body.theme-autozone .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt {
line-height: 1.6em
}
.anwp-pg-classic-grid .anwp-pg-post-teaser__content {
border-bottom: 0 !important
}
.premium-woocommerce.premium-woo-skin-grid-1 .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
background: #fff;
border: 1px solid #ddd
}
.product-category .woocommerce-loop-category__title {
color: #222;
padding-bottom: 0;
margin-bottom: 0;
font-weight: 500;
padding-left: 15px;
font-size: 15px;
padding-right: 15px
}
.pwb-brands-cols-outer {
justify-content: center;
display: flex;
flex-wrap: wrap;
align-items: center
}
body.theme-autozone .woocommerce div.product div.summary {
background: #fff;
padding: 30px;
border: 1px solid #ddd;
width: 62%
}
body.theme-autozone .woocommerce #content div.product div.images,
body.theme-autozone .woocommerce div.product div.images,
body.theme-autozone .woocommerce-page #content div.product div.images,
body.theme-autozone .woocommerce-page div.product div.images {
float: left;
width: 36%
}
body.theme-autozone .woocommerce .col-md-9 div.product div.summary {
width: 45%
}
.woocommerce-page div.product div.images,
body.theme-autozone .woocommerce .col-md-9 #content div.product div.images,
body.theme-autozone .woocommerce .col-md-9 div.product div.images {
width: 52%
}
body.theme-autozone .woocommerce .col-md-9 .summary .pwb-single-product-brands img {
max-width: 80px
}
body.theme-autozone .woocommerce .col-md-9 div.product .woocommerce-tabs ul.tabs li a {
padding: 15px;
font-size: 12px
}
body.theme-autozone .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.theme-autozone.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 15px 25px
}
.product_meta {
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
padding-top: 20px;
padding-bottom: 10px
}
.woo-item-grid {
border: 1px solid #eee;
margin: 15px
}
.nav-custom-info .striped-icon-nav:hover {
background-color: #f4f4f4 !important
}
.dokan-single-seller-create-own a {
transition: .3s;
background-color: #fff;
color: #222;
padding: 30px;
display: flex;
width: 100%;
height: 271px;
align-items: center;
text-align: center;
justify-content: center;
font-size: 23px;
text-transform: uppercase;
text-decoration: none !important;
border: 1px solid #ddd
}
.dokan-single-seller-create-own a:hover {
text-decoration: none;
color: #222
}
.checkout.woocommerce-checkout,
.templines_account_wrap_content,
body.theme-autozone .woocommerce .woocommerce-ResetPassword,
body.theme-autozone .woocommerce form.login,
body.theme-autozone .woocommerce form.register {
padding: 50px
}
.user-role.vendor-customer-registration {
padding: 0 0 0 25px !important;
line-height: 10px
}
.dokan-dashboard p,
.user-role.vendor-customer-registration label {
margin: 0 !important
}
body.theme-autozone .dgwt-wcas-search-wrapp {
max-width: 600px;
margin-top: -20px
}
body.theme-autozone .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
background: #f4f4f4 !important;
border-radius: 0 !important
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
padding: 20px;
height: 100%
}
body.theme-autozone .dokan-store-sidebar .widget {
background: #fff !important;
padding: 35px
}
body.theme-autozone #dokan-form-contact-seller {
padding: 15px 0 0 !important
}
body.theme-autozone .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
margin-left: 20px;
padding-left: 0;
margin-top: 20px;
margin-right: 20px
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
padding-bottom: 5px;
padding-top: 10px
}
body.theme-autozone .woocommerce div.product .woocommerce-tabs .panel .seller-rating .star-rating {
float: none !important;
display: inline-block !important;
text-align: left;
width: 100% !important;
margin-top: 10px
}
#wrapper .col-xs-12.col-sm-12.col-md-3,
.dokan-widget-area.widget-collapse,
.sidebar-wrapper.col-md-4,
.woocommerce-checkout-review-order-inner {
position: sticky;
top: 0
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div label {
color: #000;
font-weight: 500
}
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
padding-bottom: 75px
}
body.theme-autozone .woocommerce-loop-product__title {
font-weight: 500 !important;
padding-bottom: 5px
}
.pwb-filter-products li:marker {
display: none
}
.pwb-apply-filter,
.pwb-remove-filter {
border: 1px solid #ddd;
padding: 10px;
color: #222;
background: #fff;
font-size: 11px;
text-align: center;
text-transform: uppercase;
width: 100%;
margin-bottom: 10px
}
.dokan-form-group .dokan-form-control {
margin: 0;
border-radius: 0;
font-size: 12px;
background-color: #eee !important;
padding: 10px 20px !important;
height: auto !important
}
body.theme-autozone .woocommerce .page-title {
color: #222;
font-size: 24px;
border-bottom: 1px solid #ddd;
padding-bottom: 23px;
margin-bottom: 23px;
display: inline-block;
width: 100%
}
body.theme-autozone .premium-woo-product-thumbnail {
position: relative;
overflow: hidden;
margin: 10px;
border: 1px solid #eee
}
.woocommerce ul.products,
.woocommerce-page ul.products {
padding-top: 25px !important
}
.related.products .woocommerce-loop-product__title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90%
}
.col-xs-12.col-sm-12.col-md-9 .related.products .woocommerce-loop-product__title,
html body.theme-autozone #pixad-listing.list .season_prices span {
font-size: 13px
}
.woocommerce .col-xs-12.col-sm-12.col-md-9 div.product .product_title {
font-size: 22px
}
.sidebar .widget {
overflow: inherit !important;
padding: 26px 32px 0;
border: 0
}
body.theme-autozone .woocommerce div.product div.summary .addtoany_list {
clear: both;
display: inline-block;
padding-top: 10px
}
@media (min-width:1000px) {
.autos-container .col-md-9 {
max-width: 74.9%
}
.premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-product-wrapper {
display: flex
}
.premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-product-thumbnail {
max-width: 120px
}
.premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-products-details-wrap {
text-align: left !important
}
.premium-woocommerce.premium-woo-skin-grid-3 .woocommerce-loop-product__title {
padding: 0;
text-align: left !important
}
.premium-woocommerce.premium-woo-skin-grid-3 li.product .star-rating {
margin-left: 0;
margin-right: auto;
text-align: left !important
}
body.theme-autozone .dokan-store-wrap .dokan-store-sidebar {
flex: 0 1 35%
}
}
#slider-product .scale-image-box,
.carousel-product .scale-image-box,
.grid .card__img .scale-image-box,
.list .card__img .scale-image-box,
.prettyPhoto .scale-image-box {
height: 420px;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
@media screen and (max-width:480px) {
#slider-product .scale-image-box,
.carousel-product .scale-image-box,
.grid .card__img .scale-image-box,
.list .card__img .scale-image-box,
.prettyPhoto .scale-image-box {
height: 220px;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
}
.carousel-product .scale-image-box {
height: 66px
}
.grid .card__img .scale-image-box {
height: 146px
}
.list .card__img .scale-image-box {
height: 133px
}
#youzify-members-list > li {
margin-bottom: 30px !important
}
#youzify-groups-list li .youzify-cover-pattern,
body.theme-autozone #youzify-groups-list li .youzify-cover {
width: 100%;
height: auto;
display: block;
object-fit: cover
}
.templines_account_wrap legend {
font-size: 15px;
font-weight: 700;
color: #222;
border: 0;
display: inline-block;
width: auto;
background: #fff;
border-bottom: 0;
position: relative;
top: 7px;
padding: 0 10px 12px;
text-transform: uppercase
}
.templines_account_wrap_content input,
.templines_account_wrap_content select {
display: block;
line-height: 1.5;
height: 49px;
color: #222;
opacity: 1;
font-size: 14px
}
.templines_account_wrap .cobalt-Fieldset {
border: 1px solid #eee;
padding: 30px;
margin-bottom: 30px
}
.templines_account_wrap_content #fl_js_profile_form .cobalt-FormField {
padding-bottom: 25px !important
}
.cobalt-Fieldset #settings-form label {
font-weight: 500;
color: #222;
padding-top: 0;
padding-bottom: 0
}
.templines_account_wrap_content input[type=file] {
border: 0 !important;
padding: 10px 0 0
}
.templines_account_wrap {
border: 1px solid #eee;
background: #fff;
margin-bottom: 50px
}
.templines_account_wrap_nav {
border-right: 1px solid #eee
}
.templines_account_wrap_content label {
font-weight: 500;
color: #222;
padding-top: 0
}
.templines_account_wrap_content #user_description {
min-height: 100px;
margin-bottom: 5px;
font-size: 12px;
line-height: 22px;
max-height: 200px;
overflow: auto !important
}
.templines_account_wrap_content .cobalt-Hint {
padding-top: 0;
font-size: 11px;
margin-top: 0;
margin-bottom: 10px
}
#tm_reviews_avatar img {
border-radius: 100px;
margin-bottom: 25px
}
.templines_account_wrap_content #templines_file_upload,
.templines_account_wrap_content #templines_hidden_dlf_url {
border: 0 !important;
padding: 0 !important
}
.templines_account_wrap_content input {
width: 100%;
padding: 20px;
box-shadow: 0;
border-radius: 2px;
border: 1px solid #eee;
box-shadow: none;
font-weight: 400 !important
}
.templines_account_wrap_content select {
width: 100%;
padding: 0 20px;
box-shadow: 0;
border-radius: 2px;
border: 1px solid #eee;
box-shadow: none
}
.templines_account_wrap .templines_account_wrap_nav .nav_list_stacked a.nav_item_link:hover,
.youzify-page-main-content .templines_account_wrap .templines_account_wrap_nav .nav_list_stacked a.nav_item_link.active {
background-color: #f0a837;
color: #fff
}
.templines_account_wrap .templines_account_wrap_nav .nav_list_stacked a.nav_item_link {
margin-bottom: 10px;
text-decoration: none !important;
cursor: pointer
}
.templines_account_wrap .nav_list_stacked {
padding: 20px 0 20px 20px;
position: sticky;
top: 35px
}
.youzify-page-main-content .templines_account_wrap_content {
padding: 50px 50px 50px 40px
}
.youzify-page-main-content .js_photo_uploader_wrapper.photo_uploader_wrapper.form_middle.avatar_uploader_wrapper {
margin-bottom: -30px
}
#templines_update_profile,
.templines_account_wrap .cobalt-Fieldset .templines_send {
background-color: #f0a837;
color: #fff;
padding: 8px 25px;
margin: 0;
border-radius: 3px;
font-size: 14px;
line-height: 24px;
min-width: 150px;
text-align: center;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
display: inline-block;
width: 100%
}
.youzify-page-main-content .nice-select {
border: 1px solid #eee;
border-radius: 0;
padding: 5px 37px 0 20px;
width: 100%;
text-align: left !important;
background: #fff
}
.verified-info {
border: 0;
padding-bottom: 30px;
font-size: 15px;
line-height: 23px !important
}
body.theme-autozone .youzify-profile .youzify-right-sidebar-layout {
grid-template-columns: calc(100%) !important
}
#booking_car_info .submit[disabled],
.booking-attr-cart.fl_auto_link,
.dokan-dashboard .fl-page-heading,
.dokan-store-info #collapsible,
.pmpro-checkout .fl-page-heading,
.pmpro_actions_nav,
.pmpro_checkout h2 span.pmpro_checkout-h2-msg,
.seller-items .shop-archive-item,
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination,
.youzify-navbar-inline-icons .youzify-navbar-item a i,
.youzify-user-data-fl .youzify-cover,
.youzify-user-data-fl .youzify-tools {
display: none
}
@media screen and (max-width:1200px) {
.b-steps-list__item:not(:last-child):after {
display: none
}
}
.widget-selecr-contact .equipment-booking {
background-color: #fff0;
margin-bottom: 0
}
.widget-selecr-contact .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_date_input:before {
top: 11px
}
.ftab-text_side h4 {
margin-bottom: 7px
}
.widget-selecr-contact select {
border: 1px solid #eee
}
.b-seller .ftab-ico_side {
width: 91px
}
body.theme-autozone .b-seller .b-seller__feature .features-tab-info_side .ftab-ico_side svg {
width: 42px;
margin-top: 9px
}
.templines_account_wrap_content #fl_js_profile_form .cobalt-FormField img {
max-width: 300px;
height: auto
}
body.theme-autozone #templines_update_profile,
body.theme-autozone .templines_account_wrap .cobalt-Fieldset .templines_send,
body.theme-autozone .templines_account_wrap_content .submit input,
body.theme-autozone input[type=submit] {
background-color: #38abf4 !important;
color: #fff;
border: 0;
border-radius: 0 !important;
font-weight: 600 !important;
font-size: 14px;
text-transform: uppercase;
box-shadow: 5px 0 0 0 #555 !important;
height: auto
}
.user-data .role.not_verified {
color: #ffeeba !important
}
.not-logged-in .user-data .role:before {
font: 14px/1 FontAwesome;
display: block;
content: "\f090";
position: absolute;
left: 0;
top: 1px
}
.fl-account-wrap {
display: flex;
margin-top: -10px
}
.fl-account-wrap .user-area {
display: flex !important;
padding-left: 25px
}
.fl-account-wrap .user-area img {
width: 50px;
height: 50px;
margin: 0 10px;
border-radius: 100px
}
#pixad-listing.grid-account .slider-grid__inner_mod-b .slider-grid__price {
right: auto !important;
bottom: 10px !important;
left: 10px !important
}
#templines_avatar img,
.selection-form-style-no_box_radius .btn {
border-radius: 100px
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div {
background-color: #fff;
box-shadow: none;
margin-right: 10px;
padding: 20px;
border: 1px solid #eee;
margin-top: 10px
}
body.theme-autozone .dokan-settings-content .dokan-settings-area .button-area {
margin-top: 17%
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
float: right;
padding-right: 20px;
color: #fff;
display: none
}
body.theme-autozone .vendor-dashboard-orders-page .select2-search__field {
min-width: auto !important;
height: auto !important
}
body.theme-autozone .dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
font-size: 12px;
line-height: 18px;
padding: 16px;
margin-bottom: 20px
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-label.trash {
background-color: red
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .dokan-btn-round {
margin-right: 10px;
padding: 0
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2,
.store-data h2 {
padding: 0 !important;
margin-bottom: 0
}
.booking_form .alert {
clear: both;
margin-top: 20px !important
}
.dokan-dashboard-menu-custom {
margin-bottom: 0 !important;
margin-top: 0 !important;
padding-bottom: 0 !important
}
.dokan-dashboard-menu-custom li {
padding-top: 10 !important
}
.user-data .role {
font-size: 11px;
text-align: left;
opacity: .9;
padding-left: 17px;
position: relative
}
@media (min-width:800px) and (max-width:1000px) {
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
display: none !important
}
}
@media (max-width:800px) {
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
border: 0;
width: 100%
}
}
.header-search-icon .btn_header_search i {
font-size: 19px;
margin: 0 10px
}
.youzif_user_about_tab_wrap {
padding: 25px;
background: #fff;
font-size: 14px;
margin-bottom: 25px;
line-height: 25px
}
.youzif_user_about_name {
font-size: 20px;
font-weight: 600;
padding-bottom: 15px
}
.dokan-start-sell a {
background: #ddd;
color: #fff;
font-size: 30px !important;
height: 271px;
line-height: 206px;
text-align: center;
padding: 20px
}
.dokan-single-store .card__img .scale-image-box {
max-height: 135px;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
.tmreviews_message.error,
.youzify-page-main-content .woocommerce-info {
color: #856404;
background-color: #fff3cd;
position: relative;
padding: 20px;
margin-bottom: 1rem;
border: 1px solid #fff0;
border-radius: .25rem
}
#tmreviews_password_submit {
color: #fff;
padding: 10px
}
.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
background: 0 0;
padding: 0;
border-radius: 0;
margin-top: 10px
}
.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
left: 13px;
top: 11px
}
.header-menu-middle .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding-left: 48px
}
.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
right: -14px !important
}
.youzify-profile-navmenu li:before {
border-right: 1px solid #ddd;
display: inline-block;
content: '';
position: absolute;
right: 0;
top: 27px;
height: 21px
}
.pixba_booking_deposite_notice {
padding: 10px;
font-size: 12px;
text-align: center;
display: inline-block;
width: 100%;
font-weight: 400
}
.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li.pmpro_price_btn {
display: flex;
align-items: end;
padding: 20px
}
.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li strong {
font-size: 24px
}
.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li {
list-style: none;
margin: 0;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
max-width: 320px;
height: 100%;
font-size: 13px;
color: #222
}
.pmpro_price_tables .pmpro_price {
border: 5px solid #222 !important;
max-width: 320px;
margin: 0;
padding: 0;
width: 33%;
display: flex;
flex-direction: column
}
body.theme-autozone .store-open-close label.day {
width: 24%
}
.pmpro_price .pmpro_price_name {
background: #222
}
.pmpro_price li {
border-bottom: 1px solid #eee;
padding: 20px;
text-align: center;
list-style: none;
margin: 0
}
.pmpro_button {
background-color: #04aa6d;
border: none;
color: #fff;
padding: 10px 25px;
text-align: center;
text-decoration: none;
font-size: 18px
}
.pmpro_box {
border: 1px solid #eee;
margin-bottom: 50px;
background: #fff
}
.pmpro_heading {
background: #222;
color: #fff;
padding: 20px 20px 18px
}
.pmpro_confirmation_box,
.pmpro_confirmation_wrap,
.pmpro_invoice_wrap {
border: 1px solid #eee;
padding: 50px;
max-width: 900px;
margin: 0 auto 100px;
background: #fff
}
.pmpro_heading h2,
.pmpro_heading h2 span {
margin: 0 !important;
padding: 0 !important;
font-size: 18px;
text-transform: uppercase
}
.pmpro_box .pmpro_checkout-fields {
padding: 20px 35px
}
.pmpro_price_tables {
display: flex;
gap: 50px;
justify-content: center
}
.pmpro_price_btn a {
text-transform: uppercase !important;
font-weight: 500 !important
}
.media-modal-content input,
.media-modal-content select {
height: unset !important
}
.media-modal-content textarea {
background-color: #fff !important;
border: 1px solid #8c8f94 !important
}
body.theme-autozone #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
color: #222;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
line-height: 34px;
display: inline-block
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {
margin-right: 10px;
margin-left: 10px;
padding: 0
}
.dokan-single-store .profile-frame .profile-info-box {
position: relative;
overflow: hidden
}
body.theme-autozone .dokan-form-control,
body.theme-autozone textarea.dokan-form-control {
border: none !important;
border-radius: 2px;
background-color: #f7f7f7 !important;
color: #555 !important;
font-weight: 400;
transition: .3s ease-in-out;
padding: 13px !important;
font-size: 14px !important
}
a.button,
body.theme-autozone .dokan-btn-theme,
body.theme-autozone a.dokan-btn-theme,
body.theme-autozone input[type=submit].dokan-btn-theme {
padding: 13px;
text-transform: uppercase;
font-weight: 600;
border-radius: 0
}
body.theme-autozone .woocommerce #respond input#submit,
body.theme-autozone .woocommerce a.button,
body.theme-autozone .woocommerce button.button,
body.theme-autozone .woocommerce input.button {
text-transform: uppercase;
padding: 10px 25px;
border-radius: 0;
font-size: 13px;
min-width: 130px;
font-weight: 500
}
.tm_navigation_style_two .page-header__user .uk-icon-button img {
border-radius: 100px;
border: 2px solid #eee
}
.tm_navigation_style_two .page-header__user .uk-icon-button {
width: 50px;
height: 50px
}
body.theme-autozone .members-info_top {
top: 55px
}
.alert-warning a {
color: #856404;
text-decoration: underline !important
}
.dokan-order-action .dokan-btn {
text-align: center !important
}
.dokan-panel #order_items_list td {
width: auto !important
}
.add_note .btn {
width: 100%;
margin-top: 10px
}
body.theme-autozone .add_note .btn {
text-transform: uppercase;
width: 100%;
margin-top: 10px;
padding: 9px;
height: auto;
background: #222;
color: #fff;
border: 0;
font-size: 13px
}
.tmreviews_woo_view_btn {
font-weight: 500;
cursor: pointer;
text-decoration: none;
min-width: 120px;
display: inline-block;
border: 1px solid #ddd;
padding: 10px;
text-transform: uppercase;
font-size: 12px
}
.youzify table.woocommerce-MyAccount-orders tfoot tr th,
.youzify table.woocommerce-MyAccount-orders thead tr th {
background: #f8f8f8 !important;
color: #222;
border: 1px solid #ddd
}
body.theme-autozone .youzify-main-column .wc-item-meta li strong {
font-weight: 500;
padding-bottom: 3px;
display: inline-block;
color: #222
}
.youzify-main-column .woo_table_details_show.open td {
background-color: #fff;
vertical-align: middle;
padding: 20px;
border: 1px solid #ddd;
line-height: 1.7
}
.add_note h4 {
text-transform: uppercase;
font-size: 14px !important;
margin-bottom: 7px
}
#add-note-content {
padding: 20px !important;
height: fit-content;
border: 1px solid #ddd;
max-height: 20px
}
#dokan-add-tracking-number {
width: 100%;
padding: 10px;
border: 0
}
body.theme-autozone .dokan-settings-content .dokan-settings-area .dokan-banner img {
max-width: 100%;
width: 100%;
height: auto
}
.info-banner {
background: orange;
color: #fff;
text-align: center;
padding: 10px;
font-size: 16px;
position: relative
}
.info-banner a {
color: #fff;
text-decoration: none;
font-weight: 500
}
.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li.pmpro_price_name {
padding: 20px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
min-height: 90px;
color: #fff
}
#youzify-members-list > li .youzify-user-data {
min-height: 330px
}
.youzify-user-data-fl {
background: #fff;
display: flex;
padding: 25px
}
#youzify-members-list-fl .youzify-fullname {
color: #222;
font-size: 12px;
font-weight: 600;
text-transform: uppercase
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a {
font-weight: 400 !important
}
#youzify-members-list-fl {
display: flex;
flex-wrap: wrap
}
#youzify-members-list-fl li {
margin: 0;
padding: 10px;
list-style: none;
width: 33%;
text-align: center
}
.youzify-user-data-fl .item {
text-align: left;
padding-top: 22px;
line-height: 23px
}
body.theme-autozone .youzify-directory .pagination {
line-height: 24px;
margin-top: 25px
}
@media (max-width:1000px) {
#youzify-members-list-fl li {
width: 50%
}
}
.youzify-card-action-buttons-block .youzify-user-actions {
padding: 10px 15px;
display: none
}
.dokan-dashboard .fl-page-padding,
.pmpro-checkout .fl-page-padding {
height: 70px
}
#cclw_additional_fields,
#cclw_order_details_table,
#cclw_payment_section,
#customer_address_details {
padding: 10px;
background: #fff
}
body.theme-autozone .woocommerce form.checkout_coupon {
border: 1px solid #eee;
border-radius: 0;
background: #fff
}
.dokan-dashboard-content {
padding: 50px !important;
background: #fff
}
#dokan-cancel-tracking-note {
background: #5cb85c !important
}
body.theme-autozone .pmpro_price.tm_active .pmpro_btn.pmpro_btn-select {
background: 0 0 !important;
color: #222 !important;
opacity: .4;
border: 2px dashed #222 !important;
padding: 15px !important;
line-height: 18px;
cursor: inherit !important
}
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
padding: 0;
border-bottom: 0
}
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table td img {
width: auto;
height: auto;
max-width: 100px;
max-height: 100px;
margin: 15px auto
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .car_premium_price .car_premium_price {
background: 0 0;
border-top: 0;
color: #222 !important
}
.dokan-product-listing .car_premium_price li {
color: #222;
display: inline-block;
width: 100%
}
.dokan-product-listing .car_premium_price {
background: 0 0 !important;
border-top: 0 !important;
margin-bottom: 0
}
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
vertical-align: middle;
text-align: center;
border: 1px solid #ddd
}
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a,
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a {
color: #253241
}
body.theme-autozone .dokan-product-listing .featured a {
background: orange;
color: #fff;
padding: 4px 10px;
text-transform: uppercase;
font-size: 10px;
position: absolute;
margin-top: 10px;
display: inline-block;
bottom: 0;
min-width: 160px;
left: 0
}
body.theme-autozone .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-thumb {
position: relative;
width: 160px;
padding-bottom: 15px;
padding-top: 15px;
border: 1px solid #222
}
.dokan-order-action .dokan-btn {
margin: 0;
line-height: 37px;
padding: 0 !important
}
body.theme-autozone .dokan-dashboard .dokan-dashboard-wrap * {
box-sizing: border-box;
vertical-align: middle
}
.dokan-dashboard .dokan-dashboard-wrap * {
box-sizing: border-box
}
.dokan-order-status .dokan-label {
padding: 10px;
text-transform: uppercase;
font-size: 9px
}
body.theme-autozone .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
text-transform: uppercase;
padding: 10px 0 10px 18px;
display: block;
color: #fff;
font-size: 11px;
line-height: 27px;
font-weight: 400;
text-decoration: none
}
form.fl-comment-form .comment-form-cookies-consent label {
margin-top: -13px
}
body.theme-autozone .vc_tta-panel-title .fa,
body.theme-autozone .vc_tta-panel-title .far,
body.theme-autozone .vc_tta-panel-title .fas {
font-family: "Font Awesome 5 Free" !important
}
.pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-description {
padding-right: 30px
}
body.theme-autozone .woocommerce-ResetPassword.lost_reset_password {
padding: 30px;
background: #fff;
max-width: 600px;
margin: 0 auto;
box-shadow: 0 2px 10px #e2e2e2 !important;
margin-bottom: 100px !important
}
body.theme-autozone .woocommerce-ResetPassword.lost_reset_password > p:first-child {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
padding: 15px;
margin: 0 0 10px;
border-top: 6px solid #fae9b1
}
.social-info .fa,
body.theme-autozone .breadcrumbs-delimiter .fa {
font: 14px/1 FontAwesome !important
}
@media (min-width:1200px) {
.container {
width: 1170px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
float: left
}
.col-lg-12 {
width: 100%
}
.col-lg-11 {
width: 91.66666667%
}
.col-lg-10 {
width: 83.33333333%
}
.col-lg-9 {
width: 75%
}
.col-lg-8 {
width: 66.66666667%
}
.col-lg-7 {
width: 58.33333333%
}
.col-lg-6 {
width: 50%
}
.col-lg-5 {
width: 41.66666667%
}
.col-lg-4 {
width: 33.33333333%
}
.col-lg-3 {
width: 25%
}
.col-lg-2 {
width: 16.66666667%
}
.col-lg-1 {
width: 8.33333333%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-pull-11 {
right: 91.66666667%
}
.col-lg-pull-10 {
right: 83.33333333%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-8 {
right: 66.66666667%
}
.col-lg-pull-7 {
right: 58.33333333%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-5 {
right: 41.66666667%
}
.col-lg-pull-4 {
right: 33.33333333%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-2 {
right: 16.66666667%
}
.col-lg-pull-1 {
right: 8.33333333%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-push-12 {
left: 100%
}
.col-lg-push-11 {
left: 91.66666667%
}
.col-lg-push-10 {
left: 83.33333333%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-8 {
left: 66.66666667%
}
.col-lg-push-7 {
left: 58.33333333%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-5 {
left: 41.66666667%
}
.col-lg-push-4 {
left: 33.33333333%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-2 {
left: 16.66666667%
}
.col-lg-push-1 {
left: 8.33333333%
}
.col-lg-push-0 {
left: auto
}
.col-lg-offset-12 {
margin-left: 100%
}
.col-lg-offset-11 {
margin-left: 91.66666667%
}
.col-lg-offset-10 {
margin-left: 83.33333333%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-8 {
margin-left: 66.66666667%
}
.col-lg-offset-7 {
margin-left: 58.33333333%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-5 {
margin-left: 41.66666667%
}
.col-lg-offset-4 {
margin-left: 33.33333333%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-2 {
margin-left: 16.66666667%
}
.col-lg-offset-1 {
margin-left: 8.33333333%
}
.col-lg-offset-0 {
margin-left: 0
}
.visible-lg,
.visible-lg-block {
display: block !important
}
table.visible-lg {
display: table !important
}
tr.visible-lg {
display: table-row !important
}
td.visible-lg,
th.visible-lg {
display: table-cell !important
}
.visible-lg-inline {
display: inline !important
}
.visible-lg-inline-block {
display: inline-block !important
}
.hidden-lg {
display: none !important
}
.after-price-text {
white-space: nowrap
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img {
height: 100%
}
}
.autos-carousel {
position: relative;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 30px
}
.autos-carousel i.slick-arrow {
font-size: 18px;
position: relative;
margin: auto;
line-height: 8px;
text-align: center;
cursor: pointer;
border: 1px solid #ddd;
background: #fff;
color: #222;
padding: 15px;
border-radius: 50%
}
.autos-carousel i.fa-angle-left {
margin-right: 15px;
position: absolute;
left: 0;
top: 37%;
z-index: 9;
opacity: 0
}
.autos-carousel i.fa-angle-right {
margin-left: 15px;
position: absolute;
top: 37%;
z-index: 9;
right: 0;
opacity: 0
}
.dokan-dashboard-wrap .pixad-control-input select {
height: 39px !important;
border: 0;
display: inline-block;
color: #999;
background: #f5f5f5 !important;
padding: 0 10px;
line-height: 28px
}
.dokan-order-action .tooltip {
min-width: 100px;
margin: 0
}
.custom-auto-grid.featured-auto-grid {
display: inline-block;
text-align: left;
color: inherit;
width: 100%;
padding: 0;
background: 0 0;
margin-bottom: 40px
}
.featured-auto-grid .slider-grid__inner.slider-grid__inner_mod-b {
background-color: #fff;
margin-bottom: 0 !important
}
.featured-image-title {
margin-bottom: 12px;
font-size: 19px;
color: #222;
text-transform: uppercase;
padding-bottom: 9px;
background: 0 0;
margin-top: 10px
}
#customer_login .form-row label {
width: 100%;
font-weight: 400;
margin-bottom: 0
}
#customer_login {
display: flex;
padding-bottom: 60px
}
#customer_login .col-1,
#customer_login .col-2 {
float: none !important;
width: 100% !important;
-webkit-flex: 0 0 49.3333333333% !important;
-ms-flex: 0 0 49.3333333333% !important;
flex: 0 0 49.3333333333% !important;
max-width: 49.3333333333% !important
}
#customer_login .woocommerce-form {
background-color: #fff;
box-shadow: 0 2px 10px #e2e2e2 !important;
margin: 15px 0 0;
font-size: 16px;
min-height: 460px;
border-radius: 0;
border: 0
}
body.theme-autozone .woocommerce form.login .form-row {
align-items: normal;
margin-top: 15px;
text-align: left
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
font-size: 12px;
min-width: 120px;
padding: 10px
}
body.theme-autozone .woocommerce form.checkout_coupon,
body.theme-autozone .woocommerce form.login,
body.theme-autozone .woocommerce form.register {
padding: 15px 35px
}
@media (max-width:1300px) {
body.theme-autozone #customer_login {
display: inline-block;
padding-bottom: 60px
}
body.theme-autozone #customer_login .col-1 {
padding-bottom: 60px
}
#customer_login .col-2,
body.theme-autozone #customer_login .col-1 {
width: 100% !important;
-webkit-flex: 0 0 100% !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important
}
}
body.theme-autozone #customer_login .form-row label {
font-size: 14px;
padding-bottom: 8px
}
#customer_login h2 {
padding-bottom: 5px;
font-size: 21px !important;
text-transform: uppercase
}
#customer_login input[type=checkbox],
#customer_logininput[type=radio] {
height: 15px !important;
width: 15px !important
}
#customer_login input[type=checkbox],
#customer_login input[type=radio] {
height: 13px;
width: 13px;
display: inline-block;
margin-right: 6px
}
#customer_login .vendor-customer-registration {
padding: 10px 0
}
#customer_login .vendor-customer-registration label:first-child {
margin-bottom: -10px !important
}
body.theme-autozone .woocommerce-privacy-policy-text {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
margin: 10px 0
}
.custom-store-name,
.custom-store-park {
font: 700 30px Raleway;
border-bottom: 2px dotted #000;
padding-bottom: 20px;
color: #253241
}
body.theme-autozone .woocommerce-privacy-policy-text p {
padding: 15px;
margin-bottom: 0
}
body.theme-autozone .woocommerce-privacy-policy-text a {
color: #155724;
font-weight: 700
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1,
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 small a {
font-size: 12px;
text-transform: uppercase;
color: #222
}
.profile-custom-store {
display: flex;
padding-bottom: 20px;
padding-top: 10px
}
.profile-custom-store-left {
max-width: 46%;
padding-right: 25px
}
.custom-store-park {
margin-bottom: 0;
padding-top: 30px
}
.dokan-custom-profile-frame-wrapper .dokan-store-address span {
padding: 0 2px
}
.dsi-label {
display: block;
font: 700 14px Raleway;
color: #253241
}
.dokan-store-info li {
position: relative;
padding-bottom: 16px;
padding-left: 39px;
border-bottom: 0;
margin-bottom: 0;
list-style: none
}
.dokan-store-info li svg {
width: 30px;
height: 24px;
color: #d01818;
position: absolute;
left: 0;
top: 16px;
margin-top: -14px
}
.store-data h2,
body.theme-autozone #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
color: #fff;
position: absolute;
bottom: 0;
left: 0;
background: #253241;
font-weight: 600;
width: 100%;
padding: 10px !important;
font-size: 14px;
text-transform: uppercase;
min-height: 38px
}
body.theme-autozone #dokan-seller-listing-wrap.grid-view .store-content.default-store-banner {
background: rgb(18 24 32 / .15)
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
box-shadow: 0 0 35px 0 #ddd
}
#vendor-store-times {
display: flex;
padding-top: 10px
}
.store-time-tags {
border-right: 1px dotted #ddd;
font-size: 12px;
padding-right: 1px;
margin-right: 14px;
line-height: 20px
}
#vendor-store-times .store-days {
text-transform: uppercase;
font-size: 10px;
font-weight: 600
}
body.theme-autozone .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
padding: 0 60px 0 15px
}
.dokan-store-info .lbl-toggle {
display: block;
text-align: left;
padding: 0;
cursor: pointer;
transition: .25s ease-out;
margin: 0
}
.dokan-store-info .collapsible-content {
max-height: 0;
overflow: hidden;
transition: max-height .25s ease-in-out
}
.dokan-store-info .toggle:checked + .lbl-toggle + .collapsible-content {
max-height: 350px
}
.dokan-store-info .collapsible-content .content-inner {
background: rgb(0 0 0 / .05);
padding: 5px 0 15px 15px;
margin-top: 5px
}
.dokan-store-info .lbl-toggle::before {
content: ' ';
display: inline-block;
border-top: 5px solid #fff0;
border-bottom: 5px solid #fff0;
border-left: 5px solid currentColor;
vertical-align: middle;
margin-right: .7rem;
transform: translateY(-2px);
transition: transform .2s ease-out
}
.dokan-store-info .toggle:checked + .lbl-toggle::before {
transform: rotate(90deg) translateX(-3px)
}
.dokan-single-store {
background: #fff;
padding: 35px;
margin-bottom: 40px !important
}
.dokan-dashboard-menu {
display: flex;
flex-direction: column
}
.dokan-dashboard-menu li.dashboard {
order: 1 !important
}
.dokan-dashboard-menu li.myacc {
order: 2 !important
}
.dokan-dashboard-menu li.membership {
order: 3 !important
}
.dokan-dashboard-menu li.settings {
order: 4 !important
}
.dokan-dashboard-menu li.withdraw {
order: 5 !important
}
.dokan-dashboard-menu li.orders {
order: 6 !important
}
.dokan-dashboard-menu li.products {
order: 7 !important
}
.dokan-dashboard-menu li.add {
order: 8 !important
}
form.checkout.woocommerce-checkout {
background: #fff;
padding: 40px 50px
}
@media screen and (min-width:1000px) {
.flex-row-checkout {
display: flex
}
.woocommerce-checkout #customer_details {
flex: 0 0 55%;
max-width: 55%;
width: 100%;
padding: 0 .9375rem
}
.woocommerce-checkout .templines-order-wrap {
flex: 0 0 45%;
max-width: 45%;
width: 100%;
padding: 0 .9375rem
}
}
body.theme-autozone .select2-container--open .select2-dropdown--below {
margin-top: -28px
}
body.theme-autozone .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #ddd;
height: 41px
}
.woocommerce-checkout .flex-row-checkout #customer_details {
padding-left: 0;
padding-right: 35px
}
#customer_details .col-1,
#customer_details .col-2 {
display: inline-block;
width: 100%;
float: none;
padding-left: 0
}
.flex-row-checkout .woocommerce-checkout-review-order-table,
.flex-row-checkout .woocommerce-checkout-review-order-table td,
.flex-row-checkout .woocommerce-checkout-review-order-table th {
color: #1c1f23;
font-size: 14px;
border-color: #ddd
}
.flex-row-checkout .woocommerce-checkout-review-order-table th {
background: #eee;
font-size: 14px;
font-weight: 500;
text-transform: uppercase
}
@media screen and (max-width:1000px) {
.flex-row-checkout .woocommerce-checkout-review-order-table,
.flex-row-checkout .woocommerce-checkout-review-order-table td,
.flex-row-checkout .woocommerce-checkout-review-order-table th {
width: 100% !important;
text-align: left
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received):after {
display: none !important
}
html body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order {
border: 1px solid #ddd;
padding-left: 50px;
position: relative;
z-index: 8;
padding-top: 50px !important;
padding-bottom: 50px !important;
margin-bottom: 50px;
padding-right: 50px !important
}
html body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment {
padding-left: 40px
}
html body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li input.input-radio {
top: -3px
}
body.theme-autozone .woocommerce-checkout .flex-row-checkout #customer_details {
padding-left: 0;
padding-right: 0
}
form.checkout .flex-row-checkout #order_review_heading {
margin-bottom: 0
}
.woocommerce-shipping-fields {
padding-bottom: 30px
}
.woocommerce-checkout-review-order {
padding-top: 30px
}
}
body.theme-autozone #order_review_heading {
padding-top: 0;
padding-bottom: 15px
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-message {
background: #fff;
z-index: 11;
margin-bottom: 0 !important;
border: 1px solid #222 !important;
margin-top: 0 !important
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order {
border-left: 1px solid #eee;
padding-left: 50px;
background: #fff;
position: relative;
z-index: 8;
padding-top: 50px;
padding-bottom: 50px
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 {
display: inline-block;
width: 100%;
float: none;
padding-left: 0;
max-width: 100%
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .flex-row-checkout #customer_details {
position: relative;
z-index: 9;
padding-top: 50px;
padding-bottom: 50px
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment {
border-radius: 0;
background: #f5f5f5;
padding: 30px 30px 30px 50px
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #add_payment_method #payment div.payment_box:before,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment div.payment_box:before {
border-color: #fff0 #fff0 #fff
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li input.input-radio {
position: absolute;
top: -3px;
left: -25px;
height: 32px;
-webkit-box-shadow: none !important;
background-color: none !important
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .payment_box p {
margin-top: 0 !important;
font-size: 14px
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3 {
padding-top: 0;
padding-bottom: 15px;
font-size: 24px;
font-weight: 600;
color: #222;
display: none
}
.checkout-header {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
position: relative;
z-index: 10;
background: #fff
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) form .form-row .input-text,
html .woocommerce-page form .form-row .input-text {
font-size: 14px !important;
margin-top: 0;
min-height: auto !important;
height: auto;
padding: 17px;
background: #fff !important;
border-color: #ddd !important
}
body.theme-autozone.woocommerce-checkout:not(.woocommerce-order-received) dl.variation dt {
font-weight: 500;
width: 100%
}
.woocommerce-page .cart-collaterals .cart_totals,
body.theme-autozone.woocommerce-checkout .cart-collaterals .cart_totals {
background: #fff;
padding: 30px 30px 0;
margin-bottom: 70px;
border: 1px solid #ebe9eb
}
body.theme-autozone .woocommerce-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb
}
body.theme-autozone .woocommerce-info a {
text-decoration: none;
font-weight: 500
}
.checkout-header-inner {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%
}
.checkout-footer {
border-top: 1px solid #eee;
padding-top: 25px;
padding-bottom: 25px;
position: relative;
z-index: 11;
background: #fff
}
.checkout-footer li {
list-style: none;
color: #222;
font-size: 13px
}
.checkout-header-inner a {
padding: 30px
}
.checkout-header-inner svg {
width: 35px;
height: 35px
}
.checkout-header-return {
border-right: 1px solid #eee;
display: flex
}
.checkout-header-logo {
padding: 0;
border-left: 1px solid #eee;
display: flex
}
.checkout_menu {
display: flex;
margin: 0;
padding: 0;
justify-content: center
}
.checkout_menu li {
color: #222;
font-size: 14px
}
.checkout_menu a {
color: #222;
font-size: 13px;
border-right: 1px solid #ddd;
padding-left: 10px;
padding-right: 10px
}
.woocommerce table.cart td.actions .coupon .button {
border-color: #ddd !important;
background: #fff !important;
color: #222 !important;
padding: 9px 20px;
font-size: 12px;
height: 41px;
line-height: 19px;
box-shadow: none !important;
border: 1px solid #ddd
}
body.theme-autozone .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background-color: #222 !important;
font-size: 16px
}
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding: 10px 0 10px 18px;
display: block;
color: #fff;
font-size: 13px;
font-weight: 400;
text-decoration: none;
text-transform: uppercase
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a {
font-weight: inherit !important
}
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
margin: 10px
}
body.theme-autozone.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2 {
font-size: 18px;
padding-left: 10px
}
body.theme-autozone.dokan-dashboard .dokan-btn-theme,
body.theme-autozone.dokan-dashboard a.dokan-btn-theme,
body.theme-autozone.dokan-dashboard input[type=submit].dokan-btn-theme {
box-shadow: 5px 0 0 0 #555 !important
}
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a {
font-weight: 400 !important;
color: #fff
}
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
margin: 2px
}
body.theme-autozone.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
background: rgb(0 0 0 / .5) !important;
border: 0;
border-bottom: 0;
margin-top: 0;
box-shadow: none
}
aside #block-2 .wp-block-search .wp-block-search__button {
height: 49px
}
aside .wp-block-heading {
margin-top: 0;
margin-bottom: 12px;
font-size: 15px;
color: #222;
text-transform: uppercase;
clear: both;
position: relative
}
.list_car_repeater {
max-width: 1500px;
margin: 0 auto
}
.description_car_three_list {
max-width: 240px;
margin: 0 auto;
text-align: center
}
body.theme-autozone .block_car_repeater {
padding-bottom: 50px
}
body.theme-autozone .block_text_repeater {
width: 29%
}
.form-book-taxi {
background: #fff;
padding: 20px 50px 0
}
.form-book-taxi .wpcf7-date,
.form-book-taxi input[type=email],
.form-book-taxi input[type=password],
.form-book-taxi input[type=tel],
.form-book-taxi input[type=text],
.form-book-taxi select,
.form-book-taxi textarea {
background-color: #ececec !important;
padding: 4px 5px;
height: auto;
line-height: 1.3;
border: 10px solid #ececec !important;
width: 100%;
text-align: left
}
.form-book-taxi h3 {
color: #222;
padding-bottom: 15px;
text-transform: uppercase;
font-weight: 600
}
.block_carusel_widget_cars.not-carusel .slide_carusel_car {
border: 1px solid #ddd;
margin-bottom: 0
}
.form-contact-taxi input[type=email],
.form-contact-taxi input[type=password],
.form-contact-taxi input[type=tel],
.form-contact-taxi input[type=text],
.form-contact-taxi textarea {
background-color: #eee
}
.footer .logo img {
max-width: 150px
}
#booking_car_info .submit {
width: 100%;
position: sticky;
bottom: 10px
}
.woocommerce-additional-fields h3 {
padding-top: 30px !important
}
.woocommerce-page ul.products,
body.theme-autozone ul.products {
background: #fff;
padding: 25px
}
body.theme-autozone ul.products li.product .button {
padding: 10px;
min-width: 145px
}
.woocommerce-page div.product {
background: #fff;
padding: 35px
}
.related.products > h2 {
font-size: 26px;
font-weight: 600;
color: #222;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
padding-top: 50px;
text-transform: capitalize;
text-align: left
}
body.theme-autozone.woocommerce div.product .woocommerce-tabs .panel {
margin: -10px 0 30px;
padding: 25px;
background: #f4f4f4 !important
}
body.theme-autozone #dokan-form-contact-seller .dokan-btn {
box-shadow: 5px 0 0 0 #555 !important;
border: 0 !important;
font-weight: 500 !important
}
body.theme-autozone .related ul.products {
background: #f4f4f4;
padding: 25px;
margin-top: -10px
}
body.theme-autozone.woocommerce #review_form #respond textarea {
border: 1px solid #ddd;
background: #fff !important;
font-size: 14px
}
body.theme-autozone.woocommerce label {
font-size: 12px;
font-weight: 400;
color: #222;
text-transform: uppercase;
opacity: .8
}
.woocommerce-Tabs-panel ul.products {
background: 0 0 !important;
padding: 0 !important
}
.woocommerce div.product form.cart div.quantity + .button {
padding: 10px;
font-size: 12px;
min-width: 130px
}
body.theme-autozone .posted_in,
body.theme-autozone .tagged_as {
display: inline-block;
width: 100%;
margin-bottom: 10px;
text-transform: none;
font-weight: 500;
font-size: 12px;
color: #777;
text-transform: uppercase;
word-spacing: 2px
}
body.theme-autozone.woocommerce #review_form #respond .form-submit input {
background: #fff !important;
color: #222 !important;
font-size: 11px !important
}
body.theme-autozone.woocommerce .dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap a {
border-bottom: 1px solid #eee;
margin: 0;
text-decoration: none
}
body.theme-autozone.woocommerce .related.products ul.products li.product {
width: 30.45%
}
.nav-custom-info h4 {
font-size: 14px;
opacity: 1
}
body.theme-autozone .woocommerce table.my_account_orders .button {
text-align: center;
white-space: nowrap;
width: 100%;
background: #fff !important;
color: #222;
border: 1px solid #ddd !important;
padding: 10px;
font-size: 12px
}
.profile-info .store-name {
color: #222;
font-size: 22px;
border-bottom: 1px solid #ddd;
margin-bottom: 17px
}
.profile-custom-store-left img {
aspect-ratio: 520/300;
object-fit: cover;
border: 1px solid #ddd
}
.store-header:after {
position: absolute;
content: '';
display: inline-block;
width: 100%;
height: 100%;
background: rgb(0 0 0 / .7);
top: 0;
left: 0
}
.dokan-single-seller.store-data p {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
font-size: 15px;
line-height: 27px !important
}
.checkout_coupon .form-row.form-row-first,
.checkout_coupon .form-row.form-row-last {
width: 49%
}
.checkout_coupon .input-text {
padding: 18px !important
}
.woocommerce-checkout-payment .woocommerce-form__label input[type=checkbox] {
position: relative !important;
margin: 0 !important;
padding: 0 !important
}
.woocommerce-terms-and-conditions-checkbox-text {
padding-left: 10px !important
}
body.theme-autozone .seller-items .products {
background: #fff !important;
padding: 25px 15px 0 !important;
border: 1px solid #eee !important
}
.e-store_name {
font-size: 21px;
font-weight: 500;
padding-bottom: 5px
}
body.theme-autozone .wpcf7-response-output {
background-color: #fff;
padding: 17px !important;
color: #222;
text-transform: uppercase
}
.woocommerce-ResetPassword .woocommerce-form-row {
position: relative;
width: 100% !important
}
.woocommerce-ResetPassword .woocommerce-Button.button {
position: absolute;
bottom: 30px;
right: 5px;
padding: 15px !important
}
body.theme-autozone .pixad-features-upload input[type=checkbox] {
margin-left: -21px;
bottom: 16px;
position: relative;
top: 4px;
margin-right: 10px
}
.tm_booking_cart-start-date span {
display: inline-block;
width: 100%;
position: relative;
font-size: 15px
}
.tm_booking_cart_wrap {
position: relative;
text-align: left
}
.tm_booking_cart-start-date {
padding-left: 20px;
padding-top: 10px
}
.tm_booking_cart_wrap .cart-icon {
position: absolute;
left: -20px;
top: 0
}
.end-booking-date:after,
.start-booking-date:after {
content: "";
position: absolute !important;
left: -20px;
border-radius: 50%;
border: 2px solid #ddd;
background: #fff;
top: 8px;
z-index: 1;
width: 13px !important;
height: 13px !important
}
.start-booking-pickup {
position: relative;
min-height: 90px
}
.variation-Vendor {
padding-top: 10px;
font-size: 16px
}
.start-booking-pickup:after {
content: "";
position: absolute;
height: 100%;
width: 0;
border-left: 2px dashed #ddd;
left: -15px;
top: 12px;
z-index: 0
}
.tm-extra-title {
padding-top: 19px;
display: inline-block;
font-weight: 500;
font-size: 16px
}
.discount-title,
.end-booking-date,
.start-booking-date {
font-weight: 500;
font-size: 16px !important
}
.tm_booking_cart_extra .available_extra_price {
font-weight: 500;
padding: 0 6px
}
.woocommerce-checkout-review-order-table .product-total {
min-width: 135px
}
.available_sale_wrap span {
width: auto !important;
padding-right: 10px;
text-align: left;
padding-top: 2px
}
.tm_booking_cart_discount {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
padding: 10px;
margin: 10px 0 0
}
#order_items_list .name {
font-size: 17px;
font-weight: 600;
line-height: 1.6
}
.tm_order_meta {
font-weight: 400;
font-size: 16px
}
#order_items_list td img {
width: 125px !important
}
.order-items .quantity {
min-width: 50px;
text-align: center
}
.order-items .line_cost {
min-width: 90px;
text-align: center
}
body.theme-autozone .templines_all_autos_btn {
float: right;
margin-top: 20px
}
.woocommerce-account .woocommerce-notices-wrapper span {
padding: 25px;
color: #856404;
background-color: #fff3cd;
margin-bottom: 25px;
border: 1px solid #856404;
width: 100%;
display: inline-block
}
body.theme-autozone td.product-name dl.variation dd,
body.theme-autozone td.product-name dl.variation dt {
width: 100% !important;
display: inline-block;
float: none !important
}
ul.list_new_gallery {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-gap: 30px;
max-width: 1560px;
margin: 0 auto 50px;
padding-left: 50px;
padding-right: 50px;
position: relative;
list-style: none
}
ul.list_new_gallery > li {
display: none;
position: relative;
overflow: hidden
}
ul.list_new_gallery > li div {
height: 200px;
background-size: cover
}
ul.list_new_gallery .video:after {
display: block;
width: 100%;
height: 100%;
background: rgb(0 0 0 / .3);
z-index: 9;
position: absolute;
top: 0;
left: 0;
content: ''
}
ul.list_new_gallery > li span:not([class]) {
position: absolute;
color: #fff;
font-size: 30px;
text-align: center;
font-weight: 700;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
top: 0;
left: 0;
right: 0;
margin: auto;
background: rgb(0 0 0 / .3)
}
ul.list_new_gallery > li:first-child div {
height: 435px
}
@media screen and (max-width:768px) {
ul.list_new_gallery > li:first-child div {
height: 335px
}
}
ul.list_new_gallery > li:first-child {
grid-column: 1/3;
grid-row: 1/3;
position: relative
}
ul.list_new_gallery > li a img {
width: 100%;
height: 201px;
object-fit: cover
}
.fl-gallery_slider li a span.video_ico,
ul.list_new_gallery > li a span {
color: #fff;
font-size: 30px;
font-weight: 700;
width: 75px;
display: flex;
top: 45%;
right: 0;
margin: auto;
left: 0;
text-align: center
}
ul.list_new_gallery > li iframe {
width: 105%;
height: 110%;
margin-top: -10px
}
ul.list_new_gallery > li:first-child a img {
height: 436px;
object-fit: cover
}
ul.list_new_gallery > li a span {
position: absolute;
height: 75px;
justify-content: center;
align-items: center;
z-index: 10
}
ul.list_new_gallery > li.video a .video_ico:before {
content: "";
display: block;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
height: -webkit-calc(100% + 10px);
height: calc(100% + 10px);
opacity: .3;
position: absolute;
top: -5px;
left: -5px;
z-index: 1;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-animation: 2s infinite pulse-border;
animation: 2s infinite pulse-border;
background-color: #dc2d13
}
li a .video_ico:after,
ul.list_new_gallery > li.video a .video_ico:after {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background-color: #dc2d13
}
.video_ico svg {
width: 25px;
height: 25px;
display: block;
z-index: 9;
position: relative;
left: 2px;
top: 1px
}
ul.list_new_gallery > li.video a .video_ico:hover:after,
ul.list_new_gallery > li.video a .video_ico:hover:before {
background-color: #e2b71c
}
ul.fl-gallery_slider {
padding: 0 0 100px;
list-style: none;
display: block;
margin: 0
}
.gallery_container {
padding: 0;
max-width: 1920px;
margin: 0 auto
}
ul.fl-gallery_slider li a img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
overflow: hidden;
border: 0 solid #fff0
}
ul.fl-gallery_slider li a iframe {
min-height: 461px;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
overflow: hidden
}
ul.fl-gallery_slider li.swiper-slide:after {
display: block;
position: absolute;
z-index: 99;
content: '';
width: 100%;
height: 100%;
background: #222;
opacity: .45;
top: 0;
left: 0
}
ul.fl-gallery_slider .scale-image-box {
height: 563px;
background-size: cover
}
.slider_thumb .scale-image-box {
height: 50px;
background-size: cover;
opacity: .8
}
.slider_thumb .swiper-slide img {
width: 100%;
height: 50px;
object-fit: cover;
cursor: pointer;
border: 0;
transition: .5s;
border-radius: 0
}
.slider_thumb .swiper-slide iframe {
width: 100%;
height: 75px;
object-fit: cover;
cursor: pointer;
border-radius: 20px;
border: 3px solid #fff0;
transition: .5s
}
.slider_thumb {
max-width: 400px;
margin: -90px auto 50px;
background: #fff;
padding: 10px;
overflow: hidden;
position: relative;
z-index: 9
}
.video_ico {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
cursor: pointer;
border-radius: 20px
}
.slider_thumb .swiper-slide.swiper-slide-thumb-active img {
border: 3px solid #dc2d13
}
@media screen and (max-width:980px) {
ul.list_new_gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
ul.list_new_gallery > li:first-child {
width: 100%
}
ul.list_new_gallery > li {
display: none;
position: relative;
width: 45%
}
.gallery_container {
overflow: hidden
}
ul.list_new_gallery > li div {
height: 125px;
background-size: cover
}
}
@media screen and (max-width:480px) {
ul.fl-gallery_slider li a iframe,
ul.fl-gallery_slider li a img {
min-height: inherit;
width: 100%;
height: auto;
object-fit: cover;
overflow: hidden
}
ul.list_new_gallery > li:first-child a img {
height: auto
}
ul.list_new_gallery {
padding-left: 0;
padding-right: 0
}
ul.list_new_gallery > li {
display: none;
position: relative;
width: 100%
}
ul.list_new_gallery > li a img,
ul.list_new_gallery > li iframe {
width: 100%;
height: auto
}
ul.fl-gallery_slider li a img {
border-radius: 20px;
border: 3px solid #fff0
}
ul.fl-gallery_slider li a iframe {
border-radius: 0
}
}
li a .video_ico:before {
content: "";
display: block;
width: calc(100% + 10px);
height: calc(100% + 10px);
opacity: .3;
position: absolute;
top: -5px;
left: -5px;
z-index: 1;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-animation: 2s infinite pulse-border;
animation: 2s infinite pulse-border;
background-color: #dc2d13
}
.gallery_container ul.fl-gallery_slider li a img {
height: 420px
}
.fl-gallery_slider li a span.video_ico {
position: absolute;
height: 75px;
justify-content: center;
align-items: center;
z-index: 1
}
.fl-magic-popup-video {
min-height: 420px
}
@-webkit-keyframes pulse-border {
0%,
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
}
@font-face {
font-family: swiper-icons;
src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
font-weight: 400;
font-style: normal
}
:root {
--swiper-theme-color: #007aff
}
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
display: block
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0, 0, 0)
}
.swiper-horizontal {
touch-action: pan-y
}
.swiper-vertical {
touch-action: pan-x
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
display: block
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: '';
flex-shrink: 0;
order: 9999
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-3d .swiper-slide-shadow {
background: rgb(0 0 0 / .15)
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: #fff0
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
animation: 1s linear infinite swiper-preloader-spin
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
.footer-sidebar-center {
width: 100%;
display: inline-block;
text-align: center
}
@media (max-width:768px) {
.woocommerce div.product div.summary {
width: 100% !important
}
body.theme-autozone .woocommerce #content div.product div.images,
body.theme-autozone .woocommerce div.product div.images,
body.theme-autozone .woocommerce-page #content div.product div.images,
body.theme-autozone .woocommerce-page div.product div.images {
width: 100% !important;
padding: 25px
}
.woocommerce-product-gallery__trigger {
display: none !important
}
#youzify-members-list-fl li,
body.theme-autozone .woocommerce .col-md-9 #content div.product div.images,
body.theme-autozone .woocommerce .col-md-9 div.product div.images,
body.theme-autozone.woocommerce div.product div.images {
width: 100%
}
body.theme-autozone .profile-custom-store {
display: inline-block
}
body.theme-autozone .profile-custom-store-left,
body.theme-autozone .profile-custom-store-right {
max-width: 100%;
padding-right: 0
}
body.theme-autozone.woocommerce .related.products ul.products li.product {
width: 100%;
max-width: 300px
}
html .header .navbar-brand {
margin-top: -18px !important
}
}
html .syn-hotspot-markerinsider {
position: relative;
font-size: 19px !important;
left: 0 !important;
top: -1px !important
}
.search-title {
font-size: 21px;
text-transform: uppercase;
text-align: center
}
.selection-form {
position: relative;
max-width: 1200px;
margin: 0 auto
}
.selection-form-slogan {
background: #222;
display: flex;
justify-content: space-around;
flex-direction: column;
align-items: center;
color: #fff;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 45px;
padding-left: 25px;
max-width: 235px;
margin: -25px 35px -25px -25px
}
.selection__form .jelect-current {
padding: 18px 36px 18px 37px;
font-size: 13px
}
.selection__form .select_mod-a input[type=text] {
background-color: #f5f5f5;
margin-bottom: 0;
padding-left: 40px;
clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
-webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%)
}
.selection-form-slogan .span_skew {
transform: skewX(18deg);
background: #222;
position: absolute;
right: -25px;
top: 0;
z-index: 9;
height: 100%;
width: 67px
}
.selection-form-slogan span {
font-weight: 700;
font-size: 17px
}
.selection__form:not(.selection-form-transparent, .selection-form-style-no_box_radius) .selection-form__inner {
background: #fff;
-webkit-filter: drop-shadow(0 4px 52px rgb(0 0 0 / .1));
filter: drop-shadow(0 4px 52px rgb(0 0 0 / .1));
border-radius: 4px;
z-index: 1;
padding: 25px
}
.selection-form-black.selection__form:not(.selection-form-transparent, .selection-form-style-no_box_radius) .selection-form__inner,
.selection-form-style-no_box_radius.selection-form-black .selection-form__inner {
background: #222
}
.selection-form-style-no_box_radius .selection-form__inner {
-webkit-filter: none !important;
filter: none !important;
background: #fff;
padding: 20px;
border: 1px solid #eee;
position: relative
}
.selection__form:not(.selection-form-style-no_box_radius) .selection-form__inner {
padding: 55px 65px
}
.selection-form-style-no_box_radius .selection-form-selects__select-title {
font-size: 11px;
margin: 0;
padding-left: 37px;
position: relative;
opacity: .6
}
.selection-form-style-no_box_radius.selection-form-selects__select-title_bottom .selection-form-selects__select-title {
top: -7px;
text-align: center
}
.selection-form-style-no_box_radius .selection-form__selects {
border-radius: 100px;
padding: 0 10px !important;
margin: 0 !important;
width: 100%
}
@media(min-width:1000px) {
.selection-form-style-no_box_radius .selection-form__inner {
border-radius: 100px
}
.selection-form-style-no_box_radius .selection-form-selects__select:after {
display: block;
position: absolute;
content: '';
height: 100%;
border-right: 1px solid #ddd;
right: -15px;
top: 0
}
.selection-form-style-no_box_radius .jelect-current {
background-color: #fff !important
}
.selection-form-style-no_box_radius .selection-form__inner .btn {
border-radius: 100px !important;
transform: skewX(0);
width: 100%
}
.selection-form-style-no_box_radius .selection-form__inner .btn span {
transform: skewX(0)
}
}
.selection-form-style-no_box_radius .selection-form-slogan {
border-radius: 100px 0 0 100px;
width: 115%;
margin: -20px 20px -20px -31px
}
.selection-form-style-no_box_radius .btn span:nth-child(2),
.selection-form-style-no_box_radius .selection-form-slogan .span_skew,
.selection-form-style-no_title .selection-form-selects__select-title,
.selection-form__inner .custom-select select {
display: none
}
.selection-form-style-no_box_radius .select-selected {
border: 0 !important;
background: 0 0 !important
}
.selection-form__inner .btn {
color: #fff;
text-align: center;
font-weight: 500;
letter-spacing: .8px;
text-transform: uppercase;
background: #dd0005;
border: 1px solid #fff0;
-webkit-transition: background .3s, border .3s, color .3s, padding-right;
-o-transition: background .3s, border .3s, color .3s, padding-right;
transition: background .3s, border .3s, color .3s, padding-right;
position: relative;
padding: 19px 46px 14px 36px;
font-size: 14px;
line-height: 18px;
transform: skewX(-13deg)
}
.selection-form__inner .btn span {
transform: skewX(13deg);
display: inline-block
}
.selection-form__inner .select-selected {
border-radius: 4px;
background-color: #f7f7f7;
-webkit-transition: border-radius .3s;
-o-transition: border-radius .3s;
transition: border-radius .3s;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 45px !important
}
.selection-form__inner .select-selected.select-arrow-active {
border-radius: 4px 4px 0 0
}
.selection-form__inner .select-selected:after {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-o-transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
background-repeat: no-repeat;
background-size: contain;
width: 9px;
height: 6px;
background-image: url(//autogenevois.fr/wp-content/themes/images/drop-arrow.svg);
right: 28px
}
.selection-form__inner .select-selected.select-arrow-active:after {
-webkit-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg)
}
.selection-form__inner .select-items div,
.selection-form__inner .select-selected {
border: 1px solid #fff0;
cursor: pointer;
color: #777;
font-size: 16px;
line-height: 28px;
padding: 15px 28px
}
.select-items div {
border-top: 1px dashed #ddd !important
}
.select-items div:first-child {
border-top: 0 !important
}
.checkbox-container {
display: inline-block;
margin-right: 10px;
position: relative;
padding-left: 10px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.checkbox-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0
}
.selection-form__inner .checkmark {
position: relative;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
padding: 14px 22px;
border-radius: 100px;
font-size: 11px;
border: 1px solid #eee;
color: #222;
font-weight: 400;
text-transform: uppercase
}
.selection-form__inner .checkmark img,
.selection-form__inner .select-hide {
display: none
}
.selection-form-black:not(.selection-form-transparent) .checkmark {
background-color: #2f2f35;
border: 1px solid #2f2f35;
color: #fff
}
.selection-form-black .checkbox-container input:checked ~ .checkmark {
border: 1px solid #fff
}
.selection-form__body-type label {
padding-right: 0;
font-size: 17px;
height: 40px
}
.body-type_title {
padding-right: 15px !important;
font-weight: 500;
color: #222
}
.selection-form__body-type {
padding-top: 40px;
padding-left: 0
}
.selection-form__body-type .checkmark svg {
max-width: 43px;
height: auto;
margin-right: 10px
}
.selection-form__body-type .checkmark svg * {
fill: #222;
opacity: 1
}
.selection-form-black .selection-form__body-type .checkmark svg * {
fill: #fff;
opacity: 1
}
.selection-form__body-type .checkmark img {
max-width: 50px;
height: auto;
margin-right: 10px;
margin-top: -3px
}
.selection__form.selection-form.selection-form-black .selection-form__body-type label {
color: #fff
}
.selection-form__inner .select-items div {
-webkit-transition: color .3s;
-o-transition: color .3s;
transition: color .3s
}
.selection-form__inner .select-items {
position: absolute;
background-color: #f7f7f7;
top: 100%;
left: 0;
right: 0;
z-index: 99;
border-radius: 0 0 4px 4px;
border: 1px solid #ddd
}
.selection-form__inner .same-as-selected,
.selection-form__inner .select-items div:hover {
color: #dd0005
}
.selection-form__wrapper {
display: -ms-grid;
display: grid;
justify-items: flex-start;
gap: 22px
}
.selection-form__range {
width: 100%;
margin-top: auto
}
.selection-form__range .noUi-connect {
height: 6px;
background: #dd0005 !important
}
.selection-form__range .noUi-horizontal {
height: 6px
}
.selection-form__range .noUi-horizontal .noUi-handle {
top: -5px
}
.selection-form__range .noUi-handle {
background: #fff;
border-radius: 100%;
border: 3px solid #dd0005;
-webkit-box-shadow: unset;
box-shadow: unset;
width: 15px;
height: 15px;
right: -15px;
cursor: pointer
}
.selection-form__range .noUi-handle::after,
.selection-form__range .noUi-handle::before {
content: unset !important
}
.selection-form__range .noUi-handle-upper {
right: 0
}
.selection-form__range .noUi-target {
border: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
background: #eee
}
.selection-form__range-slider {
margin-bottom: 25px
}
.selection-form__range-values {
color: #777;
font-weight: 500;
text-transform: uppercase;
font-size: 16px;
line-height: 20px
}
.selection-form-selects {
display: -ms-grid;
display: grid;
gap: 35px;
margin: 0
}
.selection-form-selects__select.selection-form-selects__btn_box {
display: flex;
align-items: flex-end
}
.selection-form-selects__select-title_bottom .selection-form-selects__select.selection-form-selects__btn_box {
align-items: flex-start
}
.selection-form-boxed .selection-form-selects {
display: inline-block;
gap: 0;
margin: 0;
width: 100%
}
.selection-form-boxed .selection-form-selects__select {
padding-bottom: 35px
}
.selection-form-boxed {
max-width: 500px
}
.selection-form-boxed .selection-form__inner {
padding: 40px 40px 10px !important;
display: inline-block;
width: 100%
}
.selection-form-style-4col .selection-form-selects {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr
}
.selection-form-style-5col .selection-form-selects {
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}
.selection-form-selects__btn {
display: flex;
justify-content: flex-start;
height: 100%;
flex-direction: row;
justify-items: flex-end;
align-items: center;
align-content: flex-end;
flex-wrap: wrap
}
.selection-form-selects__select-title_bottom .selection-form-selects__btn {
align-content: flex-start
}
.selection-form-boxed .body-type_title {
padding-right: 0 !important;
width: 100%;
display: inline-block;
padding-bottom: 20px !important
}
.selection-form-boxed .selection-form__body-type {
padding-top: 0;
padding-left: 0;
padding-bottom: 15px
}
.selection-form-boxed .selection-form__body-type label {
margin-left: 0;
margin-right: 10px;
padding: 0
}
.selection-form-selects__select-title {
color: #222;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
margin-bottom: 22px;
padding-left: 22px
}
.selection-form-selects__select-title_bottom .selection-form-selects__select-title {
margin-top: 15px;
margin-bottom: 0;
padding-left: 0
}
@media(max-width:1290px) {
.selection-form-selects__select-title,
.selection-form__range-values {
font-size: calc(14px + 2 * ((100vw - 375px) / 915));
line-height: calc(18px + 2 * ((100vw - 375px) / 915))
}
.selection-form__inner .select-selected:after {
right: calc(15px + 13 * ((100vw - 375px)/ 915))
}
.selection-form__inner .select-items div,
.selection-form__inner .select-selected {
font-size: calc(14px + 2 * ((100vw - 375px) / 915));
line-height: calc(26px + 2 * ((100vw - 375px) / 915));
padding-top: calc(12px + 3 * ((100vw - 375px)/ 915));
padding-right: calc(15px + 13 * ((100vw - 375px)/ 915));
padding-bottom: calc(12px + 3 * ((100vw - 375px)/ 915));
padding-left: calc(15px + 13 * ((100vw - 375px)/ 915))
}
.selection-form-selects,
.selection-form__wrapper {
gap: calc(20px + 2 * ((100vw - 375px)/ 915))
}
.selection-form-selects__select-title {
margin-bottom: calc(10px + 12 * ((100vw - 375px)/ 915))
}
}
@media(max-width:1000px) {
.selection-form-slogan {
display: none !important
}
.selection-form-selects {
-ms-grid-columns: 1fr 1fr 1fr !important;
grid-template-columns: 1fr 1fr 1fr !important
}
.selection-form-style-no_box_radius .selection-form__selects {
border-radius: 20px;
padding: 25px !important
}
.selection-form-style-no_box_radius .select-selected {
background: #f7f7f7 !important;
border-radius: 100px
}
.selection-form-style-no_box_radius .custom-select:after {
display: none
}
}
.selection-form-style-no_box .selection-form__selects {
background: #fff;
padding: 20px;
border: 1px solid #eee
}
.elementor-widget-templines-vehicle-search-advanced .selection-form__inner .custom-select select {
display: block;
height: fit-content
}
.btn-search-mobile.selection-form-selects__btn_box,
.selection-form__inner .selection-form__selects > div:first-child:after {
display: none
}
.selection-form__inner .jelect-current:after {
right: 40px
}
@media(max-width:800px) {
.selection-form__body-type {
padding-left: 0;
text-align: center
}
.body-type_title {
padding-right: 0 !important;
padding-bottom: 20px !important;
display: inline-block;
width: 100%;
text-align: center
}
.selection__form .selection-form__inner {
padding: 0 !important
}
.selection-form-selects {
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important
}
.selection-form-style-no_box_radius .selection-form__selects {
border-radius: 20px;
padding: 25px !important
}
.search-decore.selection-form:not(.selection-form-style-no_box_radius):before,
.selection-form-selects__btn_box_desc,
.selection-form-selects__select-title_bottom .selection-form-selects__select-title,
.selection-form-style-no_box_radius.selection-form-selects__select-title_bottom .selection-form-selects__select-title {
display: none !important
}
.btn-search-mobile.selection-form-selects__btn_box {
display: block
}
}
.search-decore.selection-form:not(.selection-form-style-no_box_radius):before {
content: "";
position: absolute;
display: block;
background: #fff;
-webkit-filter: drop-shadow(0 4px 52px rgb(0 0 0 / .1));
filter: drop-shadow(0 4px 52px rgb(0 0 0 / .1));
width: calc(100% - 40px);
height: 60px;
bottom: -20px;
left: 50%;
z-index: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 4px
}
html .woocommerce table.shop_table td.product-name {
padding-top: 50 !important
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 13.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd
}
.table-responsive > .table {
margin-bottom: 0
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
white-space: nowrap
}
.table-responsive > .table-bordered {
border: 0
}
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > thead > tr > th:first-child {
border-left: 0
}
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > thead > tr > th:last-child {
border-right: 0
}
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0
}
#pix-sorting {
display: flex
}
body.theme-autozone #pixad-listing.list .season_prices {
margin-left: 0;
width: 100%
}
}
.sidebar__avatar {
position: relative;
padding: 30px 0 30px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
border-bottom: 1px solid #f0f0f0;
user-select: none;
-webkit-user-select: none;
background: #fff
}
.sidebar__avatar:before {
content: '';
display: block;
height: 50%;
position: absolute;
left: 0;
width: 100%;
top: 0;
background: #222;
z-index: 1
}
.sidebar__avatar__edit {
position: relative;
cursor: pointer
}
.sidebar__avatar .user-name {
color: #3c3b3b;
font-weight: 500;
font-size: 15px;
padding-top: 15px
}
.sidebar__avatar_upload {
position: absolute;
z-index: 9
}
.sidebar__avatar_upload input[type="file"] {
height: 100px;
width: 100%;
opacity: 0
}
.sidebar__avatar .user-avatar {
position: relative;
z-index: 2;
width: 120px;
height: 120px;
background-color: #ddd;
display: block;
border-radius: 100px;
background-image: url(//autogenevois.fr/wp-content/themes/autozone/images/no-avatar.png);
background-size: contain
}
.sidebar__avatar__edit:hover .overlay {
opacity: 1;
visibility: visible
}
.sidebar__avatar__edit .overlay {
width: 120px;
height: 120px;
position: absolute;
left: 0;
top: 0;
background: rgb(60 59 59 / .5);
z-index: 3;
border-radius: 50%;
-webkit-border-radius: 50%;
color: #fff;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
font-size: 11px;
font-weight: 500;
opacity: 0;
visibility: hidden;
transition: all 250ms;
-webkit-transition: all 250ms;
text-transform: uppercase
}
.sidebar__avatar__edit__icon {
position: absolute;
left: 5px;
bottom: 5px;
z-index: 9;
width: 25px;
height: 25px;
background: #333;
border-radius: 50%;
-webkit-border-radius: 50%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap
}
.sidebar__avatar__edit__icon i {
display: block;
color: #fff;
font-size: 14px
}
.sidebar__avatar__edit {
position: relative;
cursor: pointer;
z-index: 9;
overflow: hidden;
border-radius: 100px;
border: 5px solid #fff
}
:root {
--vrc-white-bg-color: #fff;
--vrc-grey-bg-color: #eee;
--vrc-light-grey-bg-color: #f6f6f6;
--vrc-dark-grey-bg-color: #444;
--vrc-dark-grey-bg-color-hover: #666;
--vrc-border-color: #ddd;
--vrc-light-border-color: #eee;
--vrc-text-color: #444;
--vrc-light-text-color: #999;
--vrc-contrast-text-color: #fff;
--vrc-input-style: #fff;
--vrc-input-style-deactive: #f6f7f7;
--vrc-input-style-nested-deactive: #eee;
--vrc-darkblue-color: #144D5C;
--vrc-blue-color: #fabc00;
--vrc-blue-color-hover: #fabc00;
--vrc-lightblue-color: #80b3ca;
--vrc-lightblue-color-hover: #649fbb;
--vrc-green-color: #52aa20;
--vrc-green-color-hover: #4c794c;
--vrc-orange-color: #FF8000;
--vrc-orange-color-hover: #D06800;
--vrc-red-color: #c70000;
--vrc-red-color-hover: #9f0000
}
html .car_result {
background: #fff;
display: inline-block;
max-width: 400px;
margin: 0 auto 0;
position: relative;
width: 100%;
-webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / .1);
box-shadow: 0 4px 15px 0 rgb(0 0 0 / .1)
}
.car_result .vrc-car-name {
font-weight: 600;
font-size: 19px;
margin-bottom: 15px;
margin-left: -35px;
background: #f3c110;
margin-right: -35px;
padding-top: 50px;
margin-top: 0
}
html .vrc-main-title {
display: none
}
html .vrc-search-results-block-list {
display: -ms-grid;
display: grid;
gap: 3%;
-ms-grid-columns: 30% 30% 30%;
grid-template-columns: 30% 30% 30%;
justify-content: space-between;
margin-bottom: 50px
}
@media (max-width:1200px) {
html .vrc-search-results-block-list {
gap: 5%;
-ms-grid-columns: 40% 40%;
grid-template-columns: 40% 40%
}
html .car_result {
margin: 0 auto 50px
}
}
@media (max-width:1000px) {
html .vrc-search-results-block-list {
gap: 0%;
-ms-grid-columns: 100%;
grid-template-columns: 100%
}
html .car_result {
margin: 0 auto 50px
}
html .car_result .vrc-car-result-inner {
width: 100%
}
}
html .vrc-itinerary-summary {
background: #fff
}
.car_result .vrc-car-result-left {
padding: 0
}
.car_result .vrc-car-result-rightinner-deep {
display: inline-block;
position: relative
}
.car_result .vrc-car-lastblock {
padding: 20px 35px;
text-align: left;
width: 100%;
padding-top: 25px;
border-top: 1px solid #ECECEC
}
.car_result .vrc-car-bookingbtn {
margin: 0;
position: relative;
text-align: center
}
.car_result .vrcstartfrom {
margin: 0;
padding-right: 10px;
font-size: 15px;
padding-top: 2px
}
.car_result .vrcsrowpricediv .car_cost {
color: #fff
}
.car_result .vrc-car-name a {
text-decoration: none !important;
color: #222;
line-height: 1.7;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 20px;
display: inline-block;
max-width: 65%
}
html .vrc-car-result-characteristics,
html .vrc-car-characteristics {
margin-top: 15px;
background: #fff0;
padding: 0;
border-top: 0;
border-bottom: 0
}
.vrc-car-price {
width: 70%;
position: absolute;
top: -25px;
background: #000;
color: #fff;
padding: 14px;
left: 15%;
transform: skewX(17deg);
font-size: 12px
}
.car_result .vrc-car-category {
color: #222;
font-weight: 500;
font-size: 17px;
line-height: 24px;
margin-top: 0;
margin-bottom: 10px;
text-transform: none;
background: #f3c110;
margin-left: -35px;
margin-right: -35px;
padding: 10px 10px 30px 10px;
margin-top: -20px
}
.car_result .vrc-car-result-description {
margin: 30px 0 0;
font-size: 14px;
line-height: 1.7
}
.car_result .vrc-car-result-left img {
object-fit: cover;
aspect-ratio: 480 / 325;
width: 100%;
height: 100%
}
.car_result .vrcarsfound {
color: #222;
text-transform: uppercase
}
.wrap.plugin-container .btn {
text-align: center;
font-weight: 300;
letter-spacing: .8px;
text-transform: uppercase;
-webkit-transition: background .3s, border .3s, color .3s;
-o-transition: background .3s, border .3s, color .3s;
transition: background .3s, border .3s, color .3s;
position: relative;
padding: 20px 36px 20px 36px;
font-size: 16px;
line-height: 18px;
font-weight: 600;
border-radius: 0;
color: #222;
width: 100%;
position: relative;
border: 1px solid;
margin: 0;
box-shadow: none !important;
background: #fff !important
}
.wrap.plugin-container .btn:hover {
background-color: #fff !important;
border-color: #fabc00 !important;
color: #fabc00
}
html .btn:hover:before,
.vrc-car-bookingbtn:hover:before {
background-color: #fabc00 !important
}
html .vrc-goback-block .btn,
html .vrcsfentrysubmit .btn {
background-color: #fff !important;
border-color: #222 !important;
color: #222
}
html .vrc-goback-block .btn:hover,
html .vrcsfentrysubmit .btn:hover {
background: #fff !important;
border-color: #fabc00 !important;
color: #fabc00 !important
}
html .vrc-showprc-form .btn:before {
right: auto;
left: -9px
}
html .vrc-showprc-form .btn:after {
right: auto;
left: 1px;
rotate: -54deg
}
.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit {
position: relative
}
html .car_result .vrc-car-result-inner {
min-height: auto !important;
padding: 0 35px 15px 35px;
position: inherit;
text-align: center
}
.vrc-car-bookingbtn {
display: inline-block;
width: 100%;
transform: skewX(-17deg);
background: #fabc00 !important;
border-color: #fabc00 !important;
border: #fabc00 !important;
-webkit-transition: all .3s, border .3s, color .3s;
-o-transition: all .3s, border .3s, color .3s;
transition: all .3s, border .3s, color .3s
}
.vrc-car-bookingbtn:hover {
background-color: #222 !important
}
.vrc-car-bookingbtn:hover *,
.vrc-car-bookingbtn:hover .btn {
color: #fff !important
}
.car_result .vrclistgoon .btn,
.wrap.plugin-container .vrc-car-bookingbtn .btn {
transform: skewX(17deg);
background: none !important;
border: none !important
}
.car_result .vrcsrowpricediv {
display: flex;
justify-content: center;
color: #fff;
transform: skewX(-17deg)
}
.car_result .vrccaratsdiv .vrccarcarat {
display: inline-block;
margin-right: 10px
}
html .vrcstepsbarcont .vrc-stepbar > li {
margin: 0
}
.vrc-goback-block {
border-top: 0;
padding-top: 0;
width: 100%;
margin-top: 0
}
.vrc-goback-block .btn {
text-align: center;
font-weight: 300;
letter-spacing: .8px;
text-transform: uppercase;
background: #fabc00;
border: 1px solid #fff0;
-webkit-transition: background .3s, border .3s, color .3s;
-o-transition: background .3s, border .3s, color .3s;
transition: background .3s, border .3s, color .3s;
position: relative;
padding: 20px 36px 20px 36px;
font-size: 16px;
line-height: 18px;
font-weight: 600;
border-radius: 0;
color: #222;
width: 100%;
position: relative
}
html .car_buttons_box,
html .vrc-goback-block,
html .vrc-oconfirm-footer {
margin: 0;
display: flex;
width: 100%;
gap: 15px;
flex-direction: row-reverse;
padding: 30px 35px 30px 35px;
margin-top: 50px;
border: 0;
background: #fff;
border: 1px solid #ddd
}
.car_buttons_box .vrc-goback-block,
.vrc-oconfirm-footer .vrc-goback-block {
border: 0;
gap: 0;
padding: 0;
margin-top: 0;
display: block;
width: 50%
}
.vrc-oconfirm-footer .vrc-save-order-block .booknow {
width: 100% !important
}
.vrc-oconfirm-footer .vrc-save-order-block {
margin-left: auto;
width: 46%
}
html .vrc-oconfirm-footer {
flex-direction: inherit
}
html .vrc-itinerary-summary > div {
padding: 40px
}
html .vrc-itinerary-summary > div > h4 {
margin-bottom: 10px
}
html .vrcstepsbarcont .vrc-stepbar li:after,
html .vrcstepsbarcont .vrc-stepbar li:before {
border-top: 29px solid #fff0;
border-bottom: 29px solid #fff0
}
html .vrcstepsbarcont .vrc-stepbar > li {
height: 56px;
line-height: 57px
}
html .vrcstepsbarcont .vrc-stepbar > li > * {
font-weight: 600;
text-transform: uppercase;
color: #222
}
html .vrcstepsbarcont .vrc-stepbar > li > *:before {
margin-right: 12px;
width: 29px;
height: 29px;
line-height: 29px;
border-radius: 0;
font-weight: 600;
font-size: 14px
}
.vrc-itinerary-dropoff-date,
.vrc-itinerary-pickup-date {
padding-top: 10px
}
.vrc-itinerary-dropoff-date .vrc-itinerary-duration {
font-weight: 600;
font-style: normal;
padding-left: 0;
border-bottom: 1px dashed #ddd;
margin-left: 10px
}
html .vrc-showprc-prices-inner .vrc-showprc-price-row {
padding: 23px 35px 15px;
margin: 10px 0;
border-radius: 0;
background: #fff
}
html .vrc-showprc-left {
order: 1;
margin-left: 0
}
html .vrc-showprc-prices-inner .vrc-showprc-price-row:hover {
webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / .1);
box-shadow: 0 4px 15px 0 rgb(0 0 0 / .1)
}
html .vrc-showprc-prices-inner .vrc-showprc-price-row-cell-last {
opacity: 0
}
html .vrc-showprc-prices-inner .vrc-showprc-price-row-cell-first label {
display: block;
margin-right: 0
}
html .vrc-cdetails-cmainimg,
.vrc-showprc-right.car_img_box img {
border: 1px solid #ddd;
max-width: none;
width: 100%
}
html .vrc-showprc-prices-inner .vrc-showprc-priceinfo .vrc-showprc-pricecost {
color: #222
}
html .vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected {
color: #222
}
.list_text_repeater {
display: flex;
flex-wrap: wrap;
justify-content: center
}
.block_text_repeater {
display: flex;
flex-direction: column;
padding-top: 60px;
text-align: center;
width: 30%;
transition: 0.3s;
margin-bottom: 47px
}
.block_text_repeater {
box-shadow: 3px 4px 30px rgb(0 0 0 / .08);
padding-bottom: 60px;
margin-bottom: 20px;
border-bottom: solid 2px #555;
padding: 0 15px;
padding-bottom: 60px;
margin: 0 15px;
padding-top: 60px;
margin-bottom: 25px
}
.block_text_repeater img {
width: 70px;
height: 70px
}
.title_text_repeater {
font-size: 18px;
color: #333;
font-weight: 700;
margin-bottom: 30px;
padding-bottom: 0
}
.title_text_repeater:after {
content: " ";
background: url(//autogenevois.fr/wp-content/themes/autozone/img/icon-line.png) no-repeat;
width: 89px;
height: 11px;
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto
}
.description_text_repeater {
line-height: 1.7;
font-size: 14px
}
.block_img_text_repeater img {
margin: 0 auto;
margin-bottom: 30px
}
.block_text_repeater:hover {
border-bottom: solid 2px #f3c110
}
.list_car_repeater {
display: flex
}
.block_car_repeater {
width: 25%;
padding: 10px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
margin-bottom: 25px
}
.title_car_repeater {
font-size: 22px;
font-weight: 700;
color: #000;
line-height: 1.4;
margin-top: 30px;
margin-bottom: 15px
}
.description_car_repeater {
font-size: 14px;
line-height: 1.5;
font-weight: 400;
margin-top: 15px;
margin-bottom: 0;
color: #333
}
.list_car_repeater {
display: flex;
flex-wrap: wrap
}
.block_car_repeater {
width: 25%;
padding: 30px 10px;
transition: 0.3s
}
.title_car_repeater {
font-size: 22px;
color: #000;
font-weight: 700;
text-align: center;
margin-top: 30px;
margin-bottom: 15px;
line-height: 1.4
}
.description_car_repeater {
text-align: center;
line-height: 1.5;
font-size: 14px;
color: #333
}
.price_car_repeater {
font-size: 24px;
color: #222;
font-weight: 700;
text-align: center
}
.price_car_repeater span {
font-size: 48px
}
.button_car_repeater {
margin-top: 30px;
opacity: 0;
visibility: hidden;
transition: 0.3s
}
.button_car_repeater a {
width: 185px;
height: 50px;
display: flex;
background: #f3c110;
align-items: center;
justify-content: center;
margin: 0 auto;
transform: skewX(17deg)
}
.button_car_repeater a span {
transform: skewX(-17deg);
color: #333;
font-weight: 400;
letter-spacing: 1px;
font-size: 16px;
text-transform: uppercase
}
.description_car_repeater:after {
content: " ";
background: url(//autogenevois.fr/wp-content/themes/autozone/img/icon-line.png) no-repeat;
width: 89px;
height: 7px;
display: block;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px
}
.block_car_repeater:hover {
box-shadow: 0 5px 30px rgb(0 0 0 / .08)
}
.block_car_repeater:hover .button_car_repeater {
opacity: 1;
visibility: visible
}
.button_car_repeater:hover {
transform: scale(1.05)
}
.block_img_carusel_car img {
width: 350px;
height: 170px;
object-fit: cover
}
.price_slide_carusel_car {
width: 185px;
height: 50px;
display: flex;
background: #000;
align-items: center;
justify-content: center;
margin: 0 auto;
transform: skewX(17deg);
color: #fff;
position: absolute;
left: 0;
top: 205px;
right: 0;
margin: auto
}
.info_slide_carusel_car {
background: #f3c110;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column
}
.name_car {
color: #333;
font-weight: 700;
font-size: 22px;
margin-bottom: 10px
}
.after_title_car {
color: #333;
font-size: 16px
}
.price_slide_carusel_car span {
transform: skewX(-17deg);
font-size: 17px;
font-weight: 500
}
.block_img_carusel_car img {
width: 100%;
height: 230px !important;
max-height: 230px;
object-fit: cover
}
.block_carusel_widget_cars .slide_carusel_car {
position: relative;
margin: 0 15px
}
.block_list_carusel_car_option {
display: flex;
margin-top: 15px;
margin-bottom: 15px;
justify-content: center;
max-width: 290px;
margin-left: auto;
margin-right: auto
}
.block_list_carusel_car_option > div {
text-align: center;
border-right: 1px dashed #181818;
padding-right: 15px;
margin-right: 15px
}
.block_list_carusel_car_option > div:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0
}
.block_list_carusel_car_option > div .ico_option img {
max-width: 30px
}
.block_list_carusel_car_option > div .text_option {
color: #000;
font-size: 12px;
margin-top: 12px;
font-weight: 400
}
.description_car_three_list {
max-width: 290px;
margin: 0 auto
}
.description_car_three_list ul li:before {
color: #f3c110
}
.description_bottom_block {
background: #fff;
padding: 15px 0
}
.elementor-widget-wrap > .elementor-element.elementor-widget-Three .owl-theme_mod-a .owl-controls {
text-align: center;
top: -60px;
right: 0;
right: 12px
}
.elementor-widget-wrap > .elementor-element.elementor-widget-Three {
overflow: visible
}
.block_description_two_block {
padding-left: 50px;
background: #f1f1f1;
padding-right: 50px
}
.elementor .image_block_two_block img {
width: 400px;
height: 457px;
object-fit: cover
}
.wrap_two_block_slide {
display: flex
}
.image_block_two_block {
width: 40%
}
.block_description_two_block {
width: 58%;
padding-top: 50px;
position: relative
}
.title_descr {
font-size: 24px;
font-weight: 700;
color: #000;
margin-bottom: 20px
}
.description_top_block_two_block {
font-size: 13px;
color: #777
}
.description_bottom_block_two_block ul {
padding: 0;
margin: 0;
list-style: none
}
.description_bottom_block_two_block ul li {
font-size: 14px;
color: #555;
font-weight: 500;
margin-bottom: 10px
}
.description_bottom_block_two_block ul li:before {
content: "\f00c";
font-family: 'FontAwesome';
color: #dc2d13;
margin-right: 6px
}
.block_link_two_block {
margin-top: 40px
}
.block_link_two_block a {
width: 170px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #555;
color: #fff;
border-right: 5px solid #dc2d13;
text-transform: uppercase;
font-weight: 700;
transform: skewX(-17deg)
}
.block_link_two_block a span {
transform: skewX(17deg)
}
.block_description_two_block:before {
content: " ";
background: url(//autogenevois.fr/wp-content/themes/autozone/img/43.png) no-repeat;
width: 20px;
height: 53px;
display: block;
position: absolute;
left: -19px;
top: 43px
}
.block_carusel_two_block {
padding-bottom: 70px
}
.elementor-widget-Two .block_carusel_two_block .owl-controls {
text-align: center;
top: auto;
right: 0;
bottom: 10px;
left: 0;
right: 0;
z-index: 99
}
.image_block_four_block {
border-top: 73px solid #fff;
border-left: 20px solid #fff0;
border-right: 20px solid #fff0;
height: 100px;
width: 180px;
margin: 0 auto
}
.image_block_four_block img {
width: 100px;
height: 100px;
object-fit: contain;
position: absolute;
top: -41px;
left: 0;
right: 0;
margin: auto
}
.block_four_block_item {
background: #f1f1f1;
position: relative;
margin-right: 15px
}
.block_description_four_block {
padding: 30px 0;
text-align: center
}
.block_description_four_block .title_descr {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
padding: 0 15px
}
.description_top_block_four_block {
padding: 0 15px;
color: #777;
font-size: 13px
}
.four_new_widget > .block_four_block_item:last-child {
margin-right: 0
}
.four_new_widget {
display: flex;
padding-top: 20px
}
.block_carusel_widget_cars.not-carusel {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
.block_carusel_widget_cars.not-carusel .slide_carusel_car {
position: relative;
margin: 0 10px;
width: 30%;
margin-bottom: 30px;
height: auto
}
.block_carusel_two_block.not-carusel {
display: flex;
flex-wrap: wrap
}
.block_carusel_two_block.not-carusel .block_carusel_item {
width: 50%;
margin-bottom: 50px
}
@media screen and (min-width:767px) and (max-width:1240px) {
.block_car_repeater {
width: 50%
}
}
@media screen and (min-width:767px) and (max-width:1000px) {
.block_carusel_widget_cars.not-carusel .slide_carusel_car {
width: 46%
}
.list_text_repeater {
gap: 2%
}
.block_text_repeater {
width: 44%
}
}
@media screen and (min-width:320px) and (max-width:767px) {
.list_text_repeater {
flex-wrap: wrap
}
.block_text_repeater {
width: 100%;
margin: 0;
margin-bottom: 25px
}
.list_car_repeater {
flex-wrap: wrap
}
.button_car_repeater {
margin-top: 30px;
opacity: 1;
visibility: visible;
transition: 0.3s
}
.block_car_repeater {
width: 100%;
padding: 15px 10px;
transition: 0.3s
}
.elementor img {
margin: 0 auto
}
.wrap_two_block_slide {
display: flex;
flex-wrap: wrap;
margin: 0 5px
}
.image_block_two_block {
width: 100%
}
.elementor .image_block_two_block img {
width: 100%;
height: auto;
object-fit: cover
}
.block_description_two_block {
width: 100%;
padding-top: 50px;
position: relative;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px
}
.four_new_widget {
display: flex;
padding-top: 20px;
flex-wrap: wrap
}
.block_four_block_item {
background: #f1f1f1;
position: relative;
margin-right: 0;
margin-bottom: 50px
}
.block_carusel_widget_cars.not-carusel .slide_carusel_car {
position: relative;
margin: 0 10px;
width: 100%;
margin-bottom: 30px;
height: auto
}
.block_carusel_two_block.not-carusel .block_carusel_item {
width: 100%;
margin-bottom: 50px
}
}
.block_list_posts_widget {
display: flex
}
.block_post {
width: 32%;
margin-right: 2%;
margin-bottom: 25px
}
.block_list_posts_widget .block_post:nth-child(3n) {
margin-right: 0
}
.block_img_post_widget a img {
width: 100%;
max-height: 210px;
object-fit: cover;
transition: 0.5s
}
.block_img_post_widget {
overflow: hidden
}
.block_img_post_widget a img:hover {
transform: scale(1.2)
}
.title_post_widget a {
font-size: 22px;
font-weight: 700;
font-style: normal;
line-height: 40px;
color: #222;
transition: 0.5s
}
.meta_post_top {
display: flex;
font-size: 16px;
border-bottom: 1px solid #222;
padding-bottom: 10px;
border-top: 1px solid #222;
padding-top: 10px
}
.date_top {
font-size: 28px;
border-right: 1px solid #222;
line-height: 29px;
color: #222;
padding-right: 10px;
margin-right: 10px;
padding-left: 10px;
font-weight: 500
}
.date_top_fl {
font-size: 17px;
padding-top: 5px
}
.date {
display: flex;
align-items: center;
font-size: 12px;
margin-right: 15px
}
.date:before {
content: " ";
background: url(//autogenevois.fr/wp-content/themes/widgets/assets/images/calendar.svg) no-repeat;
display: block;
width: 15px;
height: 15px;
background-size: 15px;
opacity: .5;
margin-right: 5px
}
.comment_count {
display: flex;
align-items: center;
font-size: 12px
}
.comment_count:before {
content: " ";
background: url(//autogenevois.fr/wp-content/themes/widgets/assets/images/comment.svg) no-repeat;
display: block;
width: 15px;
height: 15px;
background-size: 15px;
opacity: .5;
margin-right: 5px
}
.block_info_post {
margin-top: 20px
}
.description_post_widget {
margin-top: 10px
}
@media screen and (max-width:990px) {
.block_list_posts_widget {
display: flex;
flex-wrap: wrap
}
.block_post {
width: 49%;
margin-right: 2%;
margin-bottom: 25px
}
.block_list_posts_widget .block_post:nth-child(2n) {
margin-right: 0
}
.block_list_posts_widget .block_post:nth-child(3n) {
margin-right: 2%
}
}
@media screen and (max-width:567px) {
.block_list_posts_widget {
display: flex;
flex-wrap: wrap
}
.block_post {
width: 100%;
margin-right: 0;
margin-bottom: 10px
}
.block_list_posts_widget .block_post:nth-child(3n) {
margin-right: 0
}
}
.block_image_carusel_product {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0 auto;
max-width: 192px;
max-height: 192px
}
.block_image_carusel_product > a {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
max-width: 192px;
max-height: 192px
}
.block_image_carusel_product > a > img:first-child {
position: relative;
left: 0;
opacity: 1;
visibility: visible
}
.block_image_carusel_product > a > img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
max-width: 192px;
opacity: 0;
visibility: hidden;
left: 0;
transition: 0.5s;
max-height: 192px;
min-height: 192px
}
.block_slide_carusel {
border: 1px solid #ddd;
padding: 1em 1.2em;
background: #fff
}
.block_image_carusel_product {
border: 1px solid #ddd
}
.button_add_cart {
text-align: center
}
.block_slider_product_title {
margin-top: 15px;
margin-bottom: 15px
}
.block_slider_product_title a {
display: block;
text-align: center;
font-size: 16px;
color: #000;
font-weight: 500;
transition: 0.5s
}
.slider_product_cat {
text-align: center
}
.slider_product_price {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
font-size: 18px;
font-weight: 600;
color: #DC2D13
}
.custom-add-to-cart-button.button.alt {
width: 164px;
height: 36px;
display: block;
background: #DC2D13;
color: #fff;
text-align: center;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
transition: 0.5s;
font-size: 12px
}
.custom-add-to-cart-button.button.alt:hover {
background: #292A2A
}
.slider_product_carusel {
overflow: hidden
}
.block_image_carusel_product > a:hover img:first-child {
z-index: 1
}
.block_image_carusel_product > a:hover img:nth-child(2) {
z-index: 2;
opacity: 1;
visibility: visible
}
.slider_product_carusel .next_slider {
width: 38px;
height: 38px;
background: #292A2A;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
color: #fff;
cursor: pointer;
position: absolute;
right: -20px;
top: 50%;
z-index: 9;
transition: 0.5s
}
.slider_product_carusel .prev_slider {
width: 38px;
height: 38px;
background: #292A2A;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
color: #fff;
cursor: pointer;
position: absolute;
left: -20px;
top: 50%;
z-index: 9;
transition: 0.5s
}
.slider_product_carusel .next_slider:hover,
.slider_product_carusel .prev_slider:hover {
background: #DC2D13
}
.block_list_product_widget {
display: flex;
flex-wrap: wrap
}
.block_grid_product {
display: flex;
flex-wrap: wrap;
width: 47%;
margin-right: 6%;
margin-bottom: 50px
}
.block_list_product_widget .block_grid_product:nth-child(2n) {
margin-right: 0
}
.block_list_product_widget .block_grid_product .block_image_carusel_product {
margin-left: 0;
margin-right: 6%;
width: 37%
}
.block_grid_product .block_slider_product_title a,
.block_grid_product .slider_product_cat,
.block_grid_product .slider_product_price {
text-align: left
}
.block_grid_info .custom-add-to-cart-button.button.alt {
margin-left: 0;
background: #fff;
color: #222;
border: 1px solid #ddd;
font-size: 11px
}
.block_grid_info {
width: 57%
}
@media screen and (max-width:567px) {
.block_grid_product {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-right: 0;
margin-bottom: 50px
}
}
.vrc-cdetails-cmainimg img {
max-width: 100% !important;
width: 100%
}
html .vrc-cdetails-cinfo,
html .vrc-showprc-container {
background: #fff;
display: flex;
flex-wrap: wrap;
border: 1px solid #ddd;
padding: 40px 40px 20px 40px;
gap: 30px
}
html .vrc-showprc-prices-wrap {
margin-top: 40px
}
html .car_moreimages img,
.cardetails_moreimages img {
height: 100%;
object-fit: cover;
aspect-ratio: 480 / 325;
width: 100%
}
html .vrc-order-details-top-car .vrc-order-details-car-info {
max-width: 400px
}
html .vrclegenda {
font-weight: 400
}
html .vrc-car-name {
margin-bottom: 15px;
background: #fff0;
padding: 0;
font-size: 24px;
color: #222;
font-weight: 700;
margin-top: 0
}
html .vrc-cdetails-cgroup .vrclistcarcat {
color: #222;
font-weight: 500;
font-size: 16px
}
html .vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
width: 100%;
padding-left: 14px;
height: 47px;
background: #fff
}
html .vrccaldivcont {
border: 0;
border-top: 0
}
html .vrc-avcals-container {
border: 1px solid #ddd;
padding: 30px 25px 20px;
background: #fff
}
.rtd .vrcdivsearch {
background: #fff
}
html .vrc-car-carats,
html .vrc-showprc-car-carats {
margin-top: 10px;
padding: 8px 0 0;
width: 100%;
background: #fff;
padding-left: 19px;
border: 1px solid #ddd
}
html .vrccal tr:first-child td {
background: #222;
color: #fff;
font-weight: 400
}
html .vrccal tr:first-child td strong {
font-weight: 400
}
html .vrccaldays td {
border: 1px solid #ddd
}
html .vrc-cdetails-cost {
margin: 0 0 10px;
padding: 15px 25px;
text-align: left;
background: #f7f7f7;
border: 0;
color: #222
}
.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
color: #222;
text-align: center;
font-weight: 300;
letter-spacing: .8px;
text-transform: uppercase;
-webkit-transition: background .3s, border .3s, color .3s;
-o-transition: background .3s, border .3s, color .3s;
transition: background .3s, border .3s, color .3s;
position: relative;
padding: 20px 36px 20px 36px;
font-size: 16px;
line-height: 18px;
font-weight: 600;
border: 0;
margin: 0;
font-weight: 700;
border: 1px solid
}
html .vrclegfree {
background: #fff
}
.vrc-cardetails-book-wrap h4 {
display: none
}
html .vrcdivsearch {
padding: 35px
}
html .vrcsfentrycont .vrcsfentrydate .hasDatepicker,
html .vrcsfentrycont #vrccomselph select,
html .vrcsfentrycont #vrccomselpm select,
html .vrcsfentrycont #vrccomseldh select,
html .vrcsfentrycont #vrccomseldm select {
height: 43px;
min-width: 100px
}
html .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i {
margin-top: 13px;
margin-right: 5px
}
.vrcsfentrycont input:hover,
.vrcsfentrycont input:active,
.vrcsfentrycont input:focus {
box-shadow: none !important
}
html .vrc-itinerary-confirmation h4 {
margin: 0
}
.vrc-rental-summary-title {
font-weight: 600;
text-transform: uppercase;
font-size: 29px;
padding-bottom: 0;
margin-bottom: 0;
display: none
}
.vrc-coupon-outer {
display: none !important
}
.vrc-customfield-label {
position: relative;
display: inline-block
}
.vrc-customfield-label .vrcrequired {
position: absolute;
right: -14px;
top: 5px
}
.vrc-oconfirm-summary-total-wrapper {
border-top-color: #222 !important;
color: #222
}
html .vrcrentalfor .vrcrentalforone {
display: inline-block;
margin: 0 0 8px 0;
font-size: 22px;
font-weight: 600
}
html .vrcrentforlocs,
html .vrc-oconfirm-summary-car-wrapper,
html .vrc-oconfirm-summary-total-wrapper,
html .vrc-coupon-outer,
html .vrccustomfields {
border-radius: 0;
background: #fff
}
html .vrcinfocarcontainer .vrc-summary-car-img img {
float: right;
max-width: 100%;
width: 100%
}
.car_buttons_box .booknow {
float: none;
max-width: 50% !important
}
html .vrc-itinerary-confirmation .vrc-itinerary-dropoff::after {
top: 0
}
html .vrc-oconfirm-summary-container {
margin-bottom: 0
}
html .vrc-oconfirm-summary-car-row {
justify-content: center;
align-items: center
}
html .vrc-oconfirm-summary-car-cell-descr .vrc-oconfirm-carname {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 8px;
color: #222;
font-weight: 500
}
.vrc-oconfirm-cfield-entry-checkbox {
position: absolute;
padding-left: 25px;
bottom: -5px
}
.vrc-oconfirm-cfield-entry-checkbox .vrc-customfield-input {
position: absolute;
left: 0;
top: 0
}
.vrccustomfields {
position: relative
}
html .successmade,
html .info {
font-weight: 400;
border-radius: 0;
border-top: 5px solid !important
}
.vrcprintdiv a {
color: #222
}
html .vrc-order-details-top-wrap .vrcvordudatatitle {
color: #222;
font-weight: 600
}
html .vrc-order-details-top-order > div,
html .vrc-order-details-top-car,
html .vrc-order-details-car-photo img,
html .vrcordcancbox,
html .vrc-order-details-costs-wrap,
html .vrc-docsupload-wrap > div {
border-radius: 0;
background: #fff
}
html .vrc-order-details-costs-wrap {
margin-left: 0;
margin-right: 0;
background: #fff
}
.vrc-order-details-car-photo + h4 {
background: #222;
font-size: 18px;
color: #fff !important;
font-weight: 600 !important;
padding: 16px 26px !important;
margin-top: -12px !important
}
.vrcordcancbox h3 {
display: none
}
.vrcdownloadpdf {
display: none
}
html .vrcordcancbox #vrcopencancform {
padding: 16px 20px;
color: #222;
font-size: 16px
}
html .vrc-order-details-costs-wrap .vrc-order-details-costs-row-total,
html .vrc-docsupload-wrap .vrcvordudatatitle {
font-weight: 600;
font-size: 18px;
padding-top: 14px !important;
color: #222
}
html .vrc-order-details-top-order {
gap: 20px
}
html .vrc-order-details-top-wrap .btn:before,
html .vrc-order-details-top-wrap .btn:after,
#vrcopencancform:before,
#vrcopencancform:after,
.vrc-docsupload-fields .btn:before,
.vrc-docsupload-fields .btn:after {
display: none !important
}
html .vrcprintdiv {
display: none
}
html .vrcordcancbox .vrctextarea {
width: 100%
}
html .vrcordcancbox .vrcinput {
width: 100%;
margin-bottom: 15px
}
html .vrcordcancbox form {
max-width: 700px;
margin: 25px auto 25px
}
html .vrc-docsupload-files {
display: flex;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
background: #f7f7f7;
margin-top: 20px;
padding: 25px
}
html .vrc-docsupload-files .vrc-docsupload-file-uploaded-rm {
border: 0
}
.vrcdownloadpdf a {
text-decoration: none !important
}
.wrap.plugin-container {
color: #222
}
.wrap.plugin-container p a {
text-decoration: underline
}
html .vrc-order-details-top-order > div,
html .vrc-order-details-top-car {
margin: 10px 0;
background: #fff
}
.vrc-order-details-car-photo {
border: 1px solid #ddd
}
html form .vrcselectm {
padding-right: 30px;
padding-left: 15px;
min-width: 220px
}
html .vrctdfree {
border: 1px solid #ddd !important;
background: #fff !important
}
html .vrccal tr td {
border: 1px solid #ddd
}
html .vrctdfree:hover {
background-color: #222 !important;
color: #fff
}
html .vrcdivsearch .vrcsfentrycont label {
font-size: 15px;
font-weight: 400;
padding-bottom: 10px
}
html .vrccal .vrctdwarning {
color: #fff
}
html .vrcdivcustomfield label {
font-size: 14px;
font-weight: 400;
padding-bottom: 10px
}
.vrcsfentrydate input[type=text] {
border: 0 !important
}
.wrap.plugin-container .form-control,
.wrap.plugin-container input[type=email],
.wrap.plugin-container input[type=password],
.wrap.plugin-container input[type=tel],
.wrap.plugin-container input[type=text],
.wrap.plugin-container select,
.wrap.plugin-container textarea {
border: 1px solid #ddd
}
html .vrc-itinerary-summary i {
margin-top: 3px
}
html .vrc-showprc-prices-wrap .vrc-showprc-title {
display: none
}
html .vrcarsfound {
font-size: 17px;
color: #222;
font-weight: 500;
padding-top: 10px
}
html .err {
border-radius: 0;
font-weight: 400
}
html .vrc-searchsuggestions-list .vrc-searchsuggestions-solution {
border-radius: 0;
box-shadow: 0;
background: #fff
}
.vrc-searchsuggestions-solution-booknow .btn {
max-width: 50%;
font-size: 12px !important;
padding: 10px !important
}
html .vrc-searchsuggestions-solution-booknow {
position: relative;
margin-bottom: 0;
padding-bottom: 16px
}
.vrcdivsearch.vrcdivsearchmodule.vrc-searchmod-wrap-vertical {
background: #fff;
box-shadow: 3px 4px 30px rgb(0 0 0 / .08);
border-radius: 0;
border-bottom: #F3C110 5px solid
}
.elementor-container .vrc-searchmod-wrap-vertical > form > div .vrcsfentrycont {
margin: 10px 0
}
.vrcsfentrytime label {
visibility: hidden
}
.elementor-container .vrc-searchmod-wrap-vertical > form .vrc-searchmod-section-datetimes .vrcsfentrylabsel {
flex: 1;
min-width: 50%;
max-width: 60%
}
.elementor-container .vrcdivsearch .vrcsfentrycont select {
min-width: 50px;
font-size: 13px !important
}
html .elementor-container .vrc-goback-block .btn,
html .elementor-container .vrcsfentrysubmit .btn {
background-color: #fff !important;
border-color: #222 !important;
color: #222;
border: 1px solid;
text-transform: uppercase
}
html .elementor-container .vrcsfentrysubmit .btn:hover {
color: #222 !important
}
.custom-psticky {
z-index: 99;
top: 0 !important;
left: 0 !important;
width: 100% !important
}
.custom-pabsolute {
position: absolute !important;
z-index: 99;
top: 0 !important;
left: 0 !important;
width: 100% !important;
}
.custom-psticky.active-sticky {
position: fixed !important;
animation: enable_fixed_nav_bar .3s ease;
background-color: rgb(255 255 255 / .25);
border-bottom: 1px solid rgb(255 255 255 / .3);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
-webkit-filter: contrast(.958);
filter: contrast(.958)
}
@-webkit-keyframes enable_fixed_nav_bar {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
to {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes enable_fixed_nav_bar {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
to {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
html .dokan-orders-content .dokan-orders-area .dokan-order-left-content ,.dokan-orders-area .dokan-w4.dokan-order-right-content {
margin-right: 0;
width: 100% !important;
}
#order_items_list{
display: table-header-group;
width: 100%;
}
#order_items_list   td.name {
width: auto !important;
text-align: left;
font-size: 13px;
padding-left: 25px;
}
#order_items_list   td.name *{
font-size: 13px;  
}
#dokan-add-tracking-number{
display: none;
}
.theme-autozone.dokan-dashboard .add_note  {
color: #fff !important;
}