.hidden {
	display: none;
}

.partners_logos div {
    position: relative;
    height: 45px;
    width: 100%;
}

.partners_logos div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title {margin-top: 15px;}
.item_price {float:left;width:6em; text-align:center; border:1px solid #ddd;margin:0 -1px -1px 0;}
.item_price:last-child {margin-bottom: 10px;}
.item_price_2 {display:inline-block; width:13em;}
.item_price_2v {display:inline-block; text-align: right;}
.item_price_h {font-weight:bold;}
.item_price_v {}
.offset_1 {padding-left:15px; background: #ddd; color:#222; text-align: center; padding: 5px 0;}
.offset_2 {padding-left:30px;}
.offset_3 {padding-left:45px;}

.small-text { font-size: 80%; line-height: 1em; }
.italic { font-style: italic; }
.delmax-red-text {color:#bb3726;}
.delmax-red-bg {background-color:#bb3726;}

.table.no-top-line tr:first-child td {
	border-top: none;
}

/*.table.table-borderless,
.table.table-borderless * {border:none;}*/

.valigned-c>tbody>tr>td {vertical-align: middle;}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.account > .col-sm-9 {border-left:none;}
.account > .col-sm-3 {border-right:2px solid #ebebeb;}

.cursor-pointer         { cursor: pointer; }

.product .product-price-registered a {
    font-size: 20px;
    color: #f10000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.shopping {
	padding: 10px;
}

.shopping .in-stock {
    color: #7cb022;
    font-weight: bold;
}

.h5 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
}

.h3 {
	font-weight: bold;
	font-size: 130%;
	line-height:1.3;
}

img.mnf_logo,
.mnf_logo img {height:40px;}

.note {padding-right: 15px;}

.item_cmp_remove.remove {
  display: block;
  width: 10px;
  height: 12px;
  /*margin: 11px 15px 11px 30px;*/
  background: url( '../img/remove.png' ) no-repeat center center transparent;
}


/*
.search .zip { width: 420px; }
.search .radius { width: 300px; }
*/
.search .zip { width: 100%; }

.search .radius { width: 100%; }

.search .delatnost { width: 100%; }

.autocomplete-suggestions li { display: table-row-group; }
.autocomplete-suggestions > div { display: table-row !important; }
.autocomplete-suggestions .col { display: table-cell; padding: 0 7px;}
.autocomplete-suggestions .col-title { font-weight: bold; text-align: center;}


.tyre-info {
    display: none;
}

.tyre-info .sample-car-image img{
    position: relative;
    margin-top: 8px;
    /* width: 100%;*/ /* for IE 6 */
}
.pressure {
    position: absolute;
    left: 0;
    width: 100px;
    color: white;
    font: bold 10px/16px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
    padding: 2px;
    z-index: 20;
}
.front {
    left: 45px;
}

.rear {
    left: 240px;

}
div .normalpressure{
    top: 10px;
    margin-top: 0px;
    margin-left: 2px;
    font: bold 14px/18px Helvetica, Sans-Serif;

}

div .highwaypressure{
    top: 88px;
    margin-top: 2px;
    margin-left: 2px;
    font: bold 12px/16px Helvetica, Sans-Serif;

}

.indicator{
    height: 80px;
    width: 1px;
    left: 116px;
    position: absolute;
    background: #bababa;
    top: 15px;
    z-index: 10;
}

.front.indicator {
	left:117px;
}
.rear.indicator {
	left: 262px;
}

#results #map img,
.google-maps img {
  max-width: none;
  width: 100%;
}
.gm-infowindow {
	font-size: 10px;
}

.breadcrumb > li + li:before {
    color: #777f8d;
    content: "» ";
    padding: 0 3px;
}

.reset-pass-link {
	margin-top: 15px;
	margin-bottom: -35px;
}

.product-photo {
	height: 170px;
}

#product-meta .no-stock {
	color: #EB1D25;
	font-weight: bold;
}

.form-vehicle {display: none;}

/* jquery.addVehicle plugin requires this, which is removed from BS3 */
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#form-edit-logo,
#form-edit-pictures,
#form-edit-cover {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
/*
.dropzone-link { cursor:pointer; }
.dropzone .dz-default.dz-message { background-image: none; }
*/
.logo94 {
	width: 94px; height: 94px;
}

.bgblue {
    background: #41a1f2;
}

#checkout .btn.btn-primary {
    margin-top: 26px;
}

.cart-menu li a.menuitem {cursor: default;}

.carousel {margin-bottom: 0;}

.carousel-inner {height: 251px !important; padding-bottom: 10px;}
.carousel-indicators li {background: #ddd;}
.carousel-indicators li.active {background: #e0202b;}

.carousel-inner>.item {padding: 0;height: 261px !important;}
.carousel-inner>.item a h1,
.carousel-inner>.item a h2,
.carousel-inner>.item a h3,
.carousel-inner>.item a h4 {margin: 0; padding: 0 10px;}


.m10 {margin: 10px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

.mt0 {margin-top: 0}
.mt4 {margin-top: 4px}
.mt5 {margin-top: 5px !important}
.mt10 {margin-top: 10px}
.mt15 {margin-top: 15px}
.mt30 {margin-top: 30px}

.ml10 {margin-left:10px}

.mb5 {margin-bottom: 5px !important}
.mb10 {margin-bottom: 10px !important}

.choose-servis > p > span.txtsz150 {line-height: 150%;font-size: 150%;}

.servis .btn-success {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
}

.dark-text {
    color: #50565f !important;
}

#mapa {text-align:center;}
.map-canvas {height: 540px; margin-bottom: 10px;}

.cart-content .shipping {
    margin-bottom: 0px;
}

.cart-content .content {
    margin-top: 30px;
}

.no-decoration {
	text-decoration: none !important;
}

.alert-gray {
    color: #867f73;
    background-color: #f6f8fa;
    border-color: #dfe3e8;
}

.modal-body-img {
    padding: 10px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

.order-checkout-table {
    display: table;    
    padding: 0 5px;
    margin: 0 10px;
    width: 95%;
}

.order-checkout-caption {
    height: 22px;
    padding-top: 3px;
    background-color: #dde8f2;
    text-indent: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #7b7777;
}

.order-checkout-table .items {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.order-checkout-table table  tr > td,
.order-checkout-table table  tr > th {
    padding: 2px 5px;
}

.order-checkout-table table th, 
.order-checkout-table table > tbody > tr > td:nth-child(3),
.order-checkout-table table > tbody > tr > td:nth-child(4)  {
    text-align: center;
}

.order-checkout-table table > tbody > tr > td:last-child  {
    text-align: right;
}

.order-checkout-table table > tbody > tr:last-child > td {
    border-bottom: 1px solid #dfe2e6;
    border-top: 2px solid #dfe2e6;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    color: #747070; 
    text-align: right;
}

.order-checkout-merchant {  
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

.card-placeholder {
    margin: 0 auto;
    padding: 10px 10px 0;
    border: 1px solid #cecccc;
    border-radius: 10px;
    max-width: 30em;
}

.terms-agreement-check {
    border-top: 1px solid #ebecec;
    padding: 10px calc( 0.9vw + 7px );
}

.terms-agreement-check label {
    font-size: 13px;
}