label[for="payment_method_tbi_bank"] img {
width: 80px;
} .tbi_button_container1 {
width: 100%;
position: relative;
display: inline-block;
overflow-y: hidden;
transition: 0.3s;
}
.tbi_button1 {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
min-width: 250px;
max-width: 90%;
}
.tbi_button1_cart {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
width: 100%;
}
.tbi_button_body1 {
border-radius: 8px;
min-height: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
display: flex;
flex-direction: column;
justify-content: space-around;
background: #ff6600;
color: #fff;
padding: 3px 10px;
}
.tbi_button_logo1 {
max-height: 25px;
width: auto;
margin: -2px 0 0 5px;
} .tbi_button_container2 {
width: 100%;
position: relative;
display: inline-block;
overflow-y: hidden;
transition: 0.3s;
}
.tbi_button2 {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
min-width: 250px;
max-width: 90%;
}
.tbi_button2_cart {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
width: 100%;
}
.tbi_button_body2 {
border-radius: 8px;
min-height: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
display: flex;
flex-direction: column;
justify-content: space-around;
background: #ff6600;
color: #000;
padding: 3px 10px;
}
.tbi_button_logo2 {
max-height: 25px;
width: auto;
margin: -2px 0 0 5px;
} .tbi_button_body2--neutral {
border-radius: 8px;
height: 50px;
border: 1px solid #e1e1e1;
-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: #f4f4f4;
color: #000;
padding: 3px 10px;
cursor: pointer;
}
.tbi_button_logo2--neutral {
max-height: 40px;
width: auto;
} .text-orange {
color: #ff6600;
} .tbi_button_line {
font-family: 'Inter', open-sans;
font-weight: 400;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 3px 10px;
text-align: center;
} .tbi_button_container3 {
width: 100%;
position: relative;
display: inline-block;
overflow-y: hidden;
transition: 0.3s;
}
.tbi_button3_cart {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
width: 100%;
}
.tbi_button3 {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
min-width: 250px;
max-width: 90%;
}
.tbi_button_body3 {
border-radius: 8px;
min-height: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
display: flex;
flex-direction: column;
justify-content: space-around;
background: #000;
color: #fff;
padding: 3px 10px;
}
.tbi_button_logo3 {
max-height: 25px;
width: auto;
margin: -2px 0 0 5px;
} .tbi_button_container4 {
width: 100%;
position: relative;
display: inline-block;
overflow-y: hidden;
transition: 0.3s;
}
.tbi_button4 {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
cursor: pointer;
min-width: 250px;
max-width: 90%;
}
.tbi_button4_cart {
text-decoration: none !important;
outline: 0 !important;
display: inline-block;
margin: 20px 0;
min-width: 250px;
cursor: pointer;
}
.tbi_button_body4 {
border-radius: 8px;
min-height: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
display: flex;
flex-direction: column;
justify-content: space-around;
background: #000;
color: #fff;
padding: 3px 10px;
}
.tbi_button_logo4 {
max-height: 25px;
width: auto;
margin: -2px 0 0 5px;
} #tbicheckout_advertisement {
position: fixed;
left: 10px;
bottom: 40%;
width: 100%;
max-width: 90px;
z-index: 99998;
}
#tbicheckout_small_popup {
max-width: 800px;
background: #fff;
padding: 6px 6px;
border: 1px solid #f46424;
border-radius: 8px;
box-shadow: 0 0 10px rgb(0 0 0 / 50%);
cursor: pointer;
transition: 0.3s ease-in;
opacity: 0.8;
}
#tbicheckout_small_popup:hover {
opacity: 1;
box-shadow: 0 0 20px rgb(0 0 0 / 60%);
transition: 0.3s ease-out;
}
#tbicheckout_big_popup {
width: 90vw;
height: 220px;
max-width: 400px;
max-height: 0;
margin: 8px 0 0 0;
border-radius: 8px;
opacity: 0;
box-shadow: 0 0 10px rgb(0 0 0 / 50%);
position: relative;
overflow: hidden;
transition: 300ms ease-in-out;
}
#tbicheckout_advertisement_iframe {
width: 100%;
height: 100%;
margin: 0 0 -10px 0;
padding: 0;
border: 0;
}
.tbicheckout_expand {
opacity: 1 !important;
max-height: 400px !important;
max-width: 400px !important;
} #tbi_popup_container {
position: fixed;
z-index: 99999;
width: 100%;
height: 100%;
background: rgba(51, 51, 51, 0.3);
top: 0;
display: none;
justify-content: center;
align-items: center;
}
#iframe_container {
width: 768px;
height: 90vh;
max-width: 100%;
min-height: 400px;
max-height: 720px;
position: relative;
background: #F4F4F4;
border-radius: 24px;
}
#tbi_popup_iframe {
width: 100%;
height: 100%;
border-radius: 24px;
}
#tbi_loading {
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 50px);
width: 130px;
height: 130px;
max-width: 50%;
}
#tbi_loading_text {
font-size: 15px;
font-weight: 400;
font-style: italic;
text-align: center;
width: 100%;
} @media only screen and (max-width: 767px) {
#tbicheckout_small_popup {
padding: 5px;
max-width: 70px;
}
#tbicheckout_advertisement {
left: 6px;
bottom: 15%;
}
#tbi_popup_iframe {
width: 100%;
}
#iframe_container,
#tbi_popup_iframe {
border-radius: 0;
max-height: 2000px;
}
#tbi_popup_container {
align-items: flex-end;
}
} .tbi-loading {
opacity: 0.7;
font-style: italic;
display: inline-flex;
align-items: center;
gap: 4px;
}
.tbi-dots {
display: inline-block;
font-family: monospace;
font-size: 1.2em;
line-height: 1;
color: #666;
}
#tbi_button .tbi_button_line .tbi-loading {
color: inherit;
}
#tbi_button.loading .tbi_button_body {
opacity: 0.8;
transition: opacity 0.3s ease;
}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .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,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(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(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/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(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/chosen-sprite.png) no-repeat 0 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:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/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;clip:rect(0,0,0,0)}.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,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));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:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.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;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 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:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.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:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(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(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/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,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 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;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.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 .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:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/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-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/cb/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/cb/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/cb/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/cb/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}.woo-vpf-ymm-hidden {
display:none !important; }
.woo-vpf-ymm-processing {
opacity:0.6;
}
.woo-vpf-ymm-clearfix {
clear:both;
float:none;
}
.woo-vpf-ymm-processing, .woo-vpf-ymm-processing * {
cursor:wait;
}
.woo-vpf-ymm-error, .woo-vpf-ymm-error * {
color: red;
}
.woo-vpf-ymm-error .chosen-container-single .chosen-single,
.woo-vpf-ymm-error input[type="text"],
.woo-vpf-ymm-error select {
border-color:red;
}
.woo-vpf-ymm-field {
position:relative;
}
.woo-vpf-ymm-field select, .woo-vpf-ymm-field input {
margin:0;
width:100%;
}
.woo-vpf-ymm-field .chosen-container {
width:100% !important;
}
.woo-vpf-ymm-field input[type="submit"] {
width:auto;
margin:0 auto;
display:block;
cursor:pointer;
}
.widget-woo-vpf-ymm-filter * {
box-sizing:border-box;
}
.woo-vpf-ymm-filter-horizontal .woo-vpf-ymm-field {
float:left;
width:auto;
margin: 0 10px 5px 0;
}
.woo-vpf-ymm-filter-horizontal .woo-vpf-ymm-field.woo-vpf-ymm-field-submit {
margin:0;
}
.woo-vpf-ymm-filter-vertical .woo-vpf-ymm-field {
display:block;
width:100%;
margin: 0 0 10px 0;
}
.widget-woo-vpf-ymm-filter .woo-vpf-ymm-field select:disabled {
opacity:0.6;
}
.woo-vpf-ymm-field .woo-vpf-ymm-reset-search {
font-size: 0.8em;
font-weight: bold;
}
.woo-vpf-ymm-filter-vertical .woo-vpf-ymm-field .woo-vpf-ymm-reset-search {
position: absolute;
top: 0;
right: 0;
}
.woo-vpf-ymm-filter-horizontal .woo-vpf-ymm-field .woo-vpf-ymm-reset-search {
margin:5px 0;
} .woo-vpf-ymm-product-tab table {
width:100%;
}
.woo-vpf-ymm-product-tab thead th, .woo-vpf-ymm-product-tab tfoot th {
font-weight:bold;
font-size:15px;
padding:0;
}
.woo-vpf-ymm-product-tab thead th {
padding-bottom:5px;
border-bottom:1px #e0dede dotted;
}
.woo-vpf-ymm-product-tab tfoot th {
padding-top:5px;
border-bottom:none;
}
.woo-vpf-ymm-product-tab td {
padding:5px 0;
border-bottom:1px #e0dede dotted;
}
.woo-vpf-ymm-product-tab .woo-vpf-ymm-product-terms-loading {
text-align:center;
} .woo-vpf-ymm-loader {
background: rgba(0, 0, 0, 0.1) url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/ajax-loader.gif) no-repeat scroll 50% 50%;
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 22;
}
.woo-vpf-ymm-mv-container * {
box-sizing:border-box;
}
.woo-vpf-ymm-mv-container {
display:block;
position:relative;
text-align:left;
clear:both;
line-height:normal;
max-width:600px;
}
.woo-vpf-ymm-mv-container > .mv-header {
position: relative;
cursor:pointer;
}
.woo-vpf-ymm-mv-container > .mv-header::after {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll -278px 0;
content: "";
width: 10px;
height: 6px;
margin-top: -2px;
position: absolute;
right: 0;
top: 50%;
}
.woo-vpf-ymm-mv-container > .mv-header:hover::after {
background-position: -278px -39px;
}
.woo-vpf-ymm-mv-container > .mv-header .mv-icon {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll -137px 0;
width:auto;
height:16px;
padding:0 0 0 21px;
margin:0 5px 0 0;
position:relative;
display:inline-block;
vertical-align: middle;
}
.woo-vpf-ymm-mv-container > .mv-header:hover .mv-icon {
background-position: -137px -39px;
}
.woo-vpf-ymm-mv-container > .mv-header .mv-icon .mv-counter {
background-color: #7ea94c;
color: #fff;
border-radius: 2px;
position: absolute;
top: -6px;
right: -4px;
min-width: 10px;
padding: 0 2px;
text-align: center;
vertical-align:middle;
font-size: 8px;
font-weight: bold;
line-height: 1.5;
}
.woo-vpf-ymm-mv-container > .mv-header:hover .mv-icon .mv-counter {
background: #ce4e45;
}
.woo-vpf-ymm-mv-container > .mv-header .mv-title {
font-size:0.9em;
font-weight:bold;
display: inline-block;
vertical-align: middle;
}
.woo-vpf-ymm-mv-container .mv-inner {
position:relative;
display:block;	
background: #fff;
border: 1px solid #ddd;
border-radius: 2px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section {
padding:10px;
border-top:1px solid #ddd;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section:first-child {
border-top:none;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-saved {
background:#ffffff;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-history {
background:#f3f3f3;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section .mv-header {
position:relative;
width: 100%;
padding:0 35px 10px 0;				
color: #8c8c8c;
margin-bottom: 15px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section .mv-header:after {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll 0 0;
border-bottom: 1px solid #f3f3f3;
content: "";
width: 30px;
height: 30px;
position: absolute;
right: 0;
top: 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-saved .mv-header:after {
background-position: 0 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-history .mv-header:after {
background-position: -70px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section .mv-header .mv-title {
font-size:0.9em;
font-weight:600;
padding:0 0 5px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section .mv-header .mv-description {
font-size:0.8em;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items .mv-no-item {
font-size: 1em;
text-align: center;
color: #ce4e45;
font-weight: bold;
margin:0 0 10px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul {
display: table;
color: #393939;
font-weight: 700;
font-size:1em;
width: 100%;
padding:0 10px;
margin:0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li {
display: table-row;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col {
display: table-cell;
padding: 0 0 15px 0;
vertical-align: middle;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-title label {
display: inline-block;
vertical-align: middle;	
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-title label .mv-item-radio {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll -226px 0;
cursor: pointer;
width: 16px;
height: 16px;
float: left;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li.mv-active .mv-item-title label .mv-item-radio,
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-title label .mv-item-radio:hover {
background-position:-226px -39px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-title label b {
float: left;
font-weight:600;
padding: 0 0 0 10px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-actions {
width:65px;
text-align:right;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll 0 0;
display:inline-block;
vertical-align: middle;
cursor: pointer;
width:16px;
height:16px;
margin:0 2px 0 0;
padding:0;
font-size:0;
background-repeat:no-repeat;
background-position:0 0;
text-decoration: none;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk:last-child {
margin-right:0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk:hover {
text-decoration: none;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-disable {
cursor: default;
opacity: 0.2;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-save {
background-position: -205px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-save:hover {
background-position: -205px -39px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-browse {
background-position: -163px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-browse:hover {
background-position: -163px -39px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-delete {
background-position: -185px 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-items ul li .mv-item-col .mv-lnk.mv-lnk-delete:hover {
background-position: -185px -39px;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section .mv-actions {
padding:10px 0 0 0;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-saved .mv-actions {
border-top:1px solid #f3f3f3;
}
.woo-vpf-ymm-mv-container .mv-inner .mv-section-vehicles-history .mv-actions {
border-top:1px solid #e2e2e2;
}
.woo-vpf-ymm-mv-container .mv-add-vehicle, .woo-vpf-ymm-mv-container .mv-clear-history {
color: #a4a4a4;
cursor: pointer;
display: inline-block;
font-size:0.9em;
font-weight: 600;
margin:0;
padding:0;
}
.woo-vpf-ymm-mv-container .mv-add-vehicle {
float:left;
}
.woo-vpf-ymm-mv-container .mv-clear-history {
float:right;
}
.woo-vpf-ymm-mv-container .mv-add-vehicle:before, .woo-vpf-ymm-mv-container .mv-clear-history:before {
background: url(//www.bestride.ro/wp-content/plugins/woo-vehicle-parts-finder-ymm/assets/images/icons-sprite.png) no-repeat scroll 0 0;
content: "";
width: 10px;
height: 10px;
margin: 3px 3px 0 0;
float:left;
}
.woo-vpf-ymm-mv-container .mv-add-vehicle:before {
background-position: -247px 0;
}
.woo-vpf-ymm-mv-container .mv-add-vehicle:hover:before {
background-position: -247px -39px;
}
.woo-vpf-ymm-mv-container .mv-clear-history:before {
background-position: -262px 0;
}
.woo-vpf-ymm-mv-container .mv-clear-history:hover:before {
background-position: -262px -39px;
}
.woo-vpf-ymm-mv-container.mv-has-expandable-wrapper .mv-inner, .woo-vpf-ymm-mv-container.mv-has-flyout-wrapper .mv-inner {
display:none;
margin:15px 0 0 0;
}
.woo-vpf-ymm-mv-container.mv-has-flyout-wrapper .mv-inner {
position:absolute;
z-index:999;
min-width:450px;
width:100%;
} #cboxTitle {
font-size:0.9em;
font-weight:bold;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxLoadedContent {
overflow:visible !important;
}
.woo-vpf-ymm-modal {
padding:20px 10px 10px;
}
.woo-vpf-ymm-modal .woo-vpf-ymm-modal-desc p {
padding:0;
margin:0 0 10px 0;
font-size:1em;
line-height:noamrl;
}
.woo-vpf-ymm-modal .woo-vpf-ymm-field.woo-vpf-ymm-field-submit {
margin-bottom:0;
}