<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************
	Company: Bliss
	Date (create): 10-12-2023
	Date (update): 14-12-2023
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE
	
*********************************************************/

/****************Fonts****************/
/*
TITLE 
TEXT 
	300 - Light
	400 - Regular
	700 - Bold
	800 - Black
	
font-family: 'Title';
font-family: "Icons";
font-family: "Futura-Med";
font-family: "FuturaStd-Medium";
font-family: "FuturaStd-Book";
*/

@import url('font.css');
@import url('bootstrap-extra.css');

body {
	font-family: 'FuturaStd-Medium', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	position: relative;
	min-height: 100vh;
	margin: 0!important;  padding: 0!important;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

#loading {
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
}
#loading .speen {
}
#loading .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #000; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.article-thumb-wrapper {
	position: relative;
}
.uk-position-cover:before,
.article-thumb-wrapper:before {
	content: '';
	top: 40%; left: 40%;
	position: absolute; z-index: -1;
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}


p { color: #000; }
.text-small {
	font-size: 0.75rem; line-height: 0.75rem;
}
a:hover,
a:focus {
	text-decoration: none;
}
.margin-no { padding: 0; margin: 0; }

.container-fluid {
	width: 100%;
	/*max-width: 1120px;*/
	padding: 0 15px;
	margin: 0 auto;
}

.gray-line { 
	border-top: solid 1px #dfdfdf;
	margin-top: 10px; padding-top: 10px;
	border-top: solid 1px #dfdfdf;
}

.label-default {
	background-color: #cccccc
}

.wtm:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}
.box-hide {
	display: none;
}
.img-cover {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.img-contain {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.noproduct {
 	background: url(/images/noimage-product.svg?v=1);
 	background-size: 40% 40%;
 	background-position: 50% 50%;
 	background-repeat: no-repeat   
}


/****************Page****************/
.page-link {
	color: #000; 
	background: #fff;
	border-color: #c6cbcf!important;
	border-radius: 50%!important; 
	/*margin-right: 1rem;*/
	padding: .75rem 0;
	height: 50px; width: 50px;	
	text-align: center;
}
.page-link:hover,
.page-link.active {
	color: #e87624;
	background: #0a583f;
	border-color: #0a583f!important; 
}
.page-link.disabled {
	opacity: 0.5;
}

.page-item.active .page-link {
	color: #fff;
	background: #000;
	border-color: #000!important; 
}
.page-link	.svg-icon {
	height: 20px; width: 20px;	
	margin-left: 1rem;
	margin-top: 2px;
}

.product-wrapper-data .page-link {
	border-radius: 00%!important; 
	padding: .75rem 0.5rem;
	height: auto; width: auto; min-width: 50px;
	text-align: center;
}

/****************Progress-bar****************/
.progress {
  height: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);  
}
.progress-bar {
 position: relative; z-index: 10;
  line-height: 15px;
  background-color: #e62a36!important;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.progress-bar:after{
	content: '';
	float: right;
	background: #e9e9e9!important;
	margin-top: 2px;
	height: 8px; width: 8px;
	border-radius: 50%;
}

.compare .progress {
  height: 12px;
}
.compare .progress-bar {
  background-color: #5f7c8a!important;
}
.compare .progress-bar:after{
	height: 7px; width: 7px;
}

.progress .bar-step {
	position:absolute;
	margin-top:-20px;
	z-index:1;
	font-size: 0.75rem;
}
.progress .label-txt {
    float: left;
    z-index: 1; left: -6px;
    position: relative;
    font-size: 0.75rem; color: #b3b3b3;
}
.progress&gt;.bar-step:nth-child(5) &gt; .label-txt,
.progress&gt;.bar-step:first-child &gt; .label-txt {
	color: #5f7c8a;
}
.progress .label-line {
	position: absolute; z-index: 1;
	background: #cdd3d6;
	height: 50px; width:1px;
	top: 15px;
}
.progress .label-percent {
    float: right;
    margin-left: 5px;   
}


.videoBox:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px; height: 60px;
    background: url(../../images/icon/play.svg?v=1) no-repeat top left;
    z-index: 10;
    line-height: 0;
    text-indent: -999px;
}
.videoBox:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    /*background: #007dc6;
    opacity: 0.3;*/
}
 

.swal2-modal .btn {
	font-weight: 500!important; 
	border-radius: 4px!important; 
}

/****************Admin****************/
/* Sort images */
.sortable-list			{ padding:0; }
li.sortme 		 		{ padding:4px 8px; color:#000; cursor:move; list-style:none; width:500px; background:#ddd; margin:10px 0; border:1px solid #999; }
li.sortme-image	 		{ cursor:move; list-style:none; width: 90px; height: 60px; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }
li.sortme-image-auto	 	{ cursor:move; list-style:none; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }


/****************Pagination &amp; scrollbutton****************/
.pagination .page-item {
	margin: 0 1rem 1rem 0; 	
}
/*location*/
.breadcrumb {
	padding: 1rem 0; margin: 0;
	background: transparent;
	border: none;
	color: #000;   
	font-size: 1.125rem;
}
.breadcrumb &gt; li &gt; a { color: #000!important; text-decoration: none!important; }
.breadcrumb &gt; li &gt; a:hover { color: #000!important; text-decoration: underline!important;  }
.breadcrumb &gt; .active &gt; a  { color: #000!important;}

.breadcrumb &gt; .breadcrumb-item:first-child {
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.scrollbutton {
  display: none;
  width: 40px; height: 40px;
  padding: 10px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #e87624;
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
	text-align: center;
}
.scrollbutton i {
	font-size: 1.5rem;
	line-height: 40px;
	color: #0a583f;
}
.scrollbutton:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
	opacity: 1;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e87624;
  border: 0px none #e8ecef;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e87624;
}
::-webkit-scrollbar-thumb:active {
  background: #e87624;
}
::-webkit-scrollbar-track {
  background: #e8ecef;
  border: 0px none #e8ecef;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/****************scrollup****************/

.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #fafafa;
  border: solid 1px #d9d9d9;
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
}
.scrollup::before {
	font-family: 'fontawesome';
	font-size: 1.750em;
	content: "\f106";
	padding: 5px 10px;
	color: #888;
}
.scrollup:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
}

/****************Text over images****************/
figure {
	height: 100%; width: 100%;
	display: block;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
figcaption {
	height: 100%; width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	position: absolute;
	top: -2000px; left: 0;
	opacity: 1; 
	padding: 15px;
	color: #000;
}
figcaption p {
	color: #000!important; text-align: center!important;
	position: absolute;
	bottom: 10px;
}
figcaption div {
	color: #000!important;
}
figure:hover figcaption,
figure .btn:hover figcaption  {
	top: 0; left: 0;
	transition: all 0.7s;
}
figcaption .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/****************Social Share****************/

.social-share {
	position: relative;
}
.social-share .social-wrap {
	padding: 30px 0;
	border-top: solid 1px #d9d9d9; 
	border-bottom: solid 1px #d9d9d9; 
}
.social-share .social-wrap p {
	border: none;
	padding: 0;
	color: #031d34; 
	text-transform: uppercase;
	line-height: 1rem;
	text-align: center;
}
.social-share a {
	display: inline-block;
	color: #000!important; 
	padding: 0.5rem;
	display: inline-block;
	width: 45px; height: 45px;
	text-align: center;
	background: #fff;
	margin-left: .25rem;
	/*border: solid 1px #757575;*/
	font-size: 1.125rem;
}
.social-share a:hover {
	color: #fff!important;
	text-decoration: none;
	background: #000;
}
.social-share a:hover .svg-icon { filter: brightness(0) invert(1); }

footer .social-share a {
	color: #000!important;
	background: transparent;
	font-size: 1.5rem;
	display: inline-block;
	width: 40px; height: 40px;
	padding: 0.25rem; margin: .75rem .75rem 0 0; 
}

footer .social-share a:hover {
	color: #000!important;
	background: #fff!important;
}

/****************List group****************/
.side-wrapper .list-group-box {
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.side-wrapper .list-group {
    border-radius: 0;
}
.side-wrapper .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    background-color: #fff;
    border: 1px solid #999999;
    border-top: 0;
}
.side-wrapper .list-group-item:first-child {
   border-top: 1px solid #999999;
}
.side-wrapper .list-group-item.active {
    z-index: 2;
    color: #fff!important; font-weight: 700;
    background-color: #000;
}
.side-wrapper .list-group-item a { 
	color: #000;
	display: block;
	padding: .75rem 1.25rem;
}
.side-wrapper .list-group-item a:hover { color: #000 }
.side-wrapper .list-group-item.active a { color: #fff }

.side-wrapper .list-group-item:hover { background-color: #999999; }
.side-wrapper .list-group-item.active:hover { background-color: #000; }

.list-group-item.active {
	background-color: #1764a7;
    border-color: #1764a7;	
}

/****************Slick****************/
.slick-list {
	width: 100%;
	float: left;
	position: relative;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	clear: both;
}
.slick-dots li {
	float: left;
	margin: 20px 5px 0 ;
}
.slick-dots button {
	cursor: pointer;
	background-color: #999;
	border: none;
	display: inline-block;
	width: 15px; height: 15px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	outline-color: transparent;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.slick-dots button:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
.slick-dots li.slick-active button {
	background-color: #e87624;
	border: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	border: 0;
	padding: 0;
	display: block; cursor: pointer;
	position: absolute; z-index: 1000;
	top: -60px; right: 60px;
	width: 50px; height: 50px;
	text-indent: -9999px;
	background-image: url(../../images/icon/arrow-left.svg?v=1);
	background-position: 50% 50%;
	background-size: 25% auto; 
	background-repeat: no-repeat;
	background-color: #fff;
	opacity: 1;
}
.slick-slider .slick-next {
 	right: 0px; left: auto;
	background-image: url(../../images/icon/arrow-right.svg?v=1);
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	border: solid 1px #000;
	opacity: 1;
}
.slick-slider button:hover, button:active, button:focus {
	outline: 0;
}

	
/****************Icons****************/

.svg-icon {
	display: block;
	width: 100%; height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain; 
}
.svg-icon.w10 { width: 10px; height: 10px; margin-right: .5rem; display: inline-table; vertical-align: middle; }
.svg-icon.w15 { width: 15px; height: 15px; margin-right: .5rem; display: inline-table; vertical-align: middle; }
.svg-icon.w20 { width: 20px; height: 20px; margin-right: 1rem; display: inline-table; vertical-align: middle; }
.svg-icon.w25 { width: 25px; height: 25px; margin-right: 1rem; display: inline-table; vertical-align: middle; }
.svg-icon.w30 { width: 30px; height: 30px; margin-right: 1rem; display: inline-table; vertical-align: middle; }
.svg-icon.w40 { width: 50px; height: 50px; margin-right: 1rem; display: inline-table; vertical-align: middle; }
.svg-icon.w50 { width: 50px; height: 50px; margin-right: 1rem; display: inline-table; vertical-align: middle; }

.svg-icon.round {
	border-radius: 50%;
	border: solid 3px #eeeeee;
	padding: 2rem; 
	background-size: 50% auto;
}
.svg-icon.light { filter: brightness(0.3) invert(.7); }
.svg-icon.white { filter: brightness(0) invert(1); }
.btn:hover .svg-icon.white { filter: brightness(1) invert(0); }

.icon-home-round {
	background-image: url(../../images/icon/home-round.svg?v=1);
}
.icon-home {
	background-image: url(../../images/icon/home.svg?v=1);
}
.icon-pol {
	background-image: url(../../images/icon/pol.svg?v=1);
}
.icon-velicina {
	background-image: url(../../images/icon/velicina.svg?v=1);
}
.icon-boja {
	background-image: url(../../images/icon/boja.svg?v=1);
}
.icon-biciklo {
	background-image: url(../../images/icon/biciklo.svg?v=1);
}
.icon-offroud {
	background-image: url(../../images/icon/offroud.svg?v=1);
}
.icon-sport {
	background-image: url(../../images/icon/sport.svg?v=1);
}
.icon-town {
	background-image: url(../../images/icon/town.svg?v=1);
}
.icon-road {
	background-image: url(../../images/icon/road.svg?v=1);
}
.icon-return {
	background-image: url(../../images/icon/return.svg?v=1);
}
.icon-guarantee {
	background-image: url(../../images/icon/guarantee.svg?v=1);
}
.icon-time-color {
	background-image: url(../../images/icon/time-color.svg?v=1);
}
.icon-map-pin {
	background-image: url(../../images/icon/map-pin.svg?v=1);
}
.icon-map-pin-color {
	background-image: url(../../images/icon/map-pin-color.svg?v=1);
}
.icon-unlock {
	background-image: url(../../images/icon/unlock.svg?v=1);
}
.icon-lock {
	background-image: url(../../images/icon/lock.svg?v=1);
}
.icon-shop {
	background-image: url(../../images/icon/shopping-cart.svg?v=1);
}
.icon-shop-white {
	background-image: url(../../images/icon/shopping-cart-white.svg?v=1);
}
.icon-search {
	background-image: url(../../images/icon/search.svg?v=1);
}
.icon-sort-desc {
	background-image: url(../../images/icon/sort-desc.svg?v=1);
}
.icon-sort-asc {
	background-image: url(../../images/icon/sort-asc.svg?v=1);
}
.icon-cart {
	background-image: url(../../images/icon/cart.svg?v=1);
}
.icon-cart-offer {
	background-image: url(../../images/icon/cart-offer.svg?v=1);
}
.icon-steering-wheel {
	background-image: url(../../images/icon/steering-wheel.svg?v=1);
}
.icon-facebook {
	background-image: url(../../images/icon/facebook.svg?v=1);
	background-position: 100% 100%;
	background-size: auto 80%; 
}
.icon-facebook-white {
	background-image: url(../../images/icon/facebook-white.svg?v=1);
	background-position: 100% 100%;
	background-size: auto 80%; 
}
.icon-instagram {
	background-image: url(../../images/icon/instagram.svg?v=1);
	background-size: auto 60%; 
}
.icon-instagram-white {
	background-image: url(../../images/icon/instagram-white.svg?v=1);
	background-size: auto 60%; 
}
.icon-twitter {
	background-image: url(../../images/icon/twitter.svg?v=1);
	background-size: auto 60%; 
}
.icon-twitter-white {
	background-image: url(../../images/icon/twitter-white.svg?v=1);
	background-size: auto 60%; 
}
.icon-linkedin {
	background-image: url(../../images/icon/linkedin.svg?v=1);
	background-size: auto 80%; 
}
.icon-linkedin-white {
	background-image: url(../../images/icon/twitter-linkedin.svg?v=1);
	background-size: auto 80%; 
}
.icon-parts {
	background-image: url(../../images/icon/parts.svg?v=1);
}
.icon-location {
	background-image: url(../../images/icon/location.svg?v=1);
}
.icon-user {
	background-image: url(../../images/icon/user.svg?v=1);
}
.icon-download {
	background-image: url(../../images/icon/download.svg?v=1);
}
.icon-login {
	background-image: url(../../images/icon/user.svg?v=1);
}
.icon-login-color {
	background-image: url(../../images/icon/login-color.svg?v=1);
}
.icon-brend {
	background-image: url(../../images/icon/brend.svg?v=1);
}
.icon-program {
	background-image: url(../../images/icon/program.svg?v=1);
}
.icon-klasa {
	background-image: url(../../images/icon/klasa.svg?v=1);
}
.icon-cena {
	background-image: url(../../images/icon/cena.svg?v=1);
}
.icon-pakovanje {
	background-image: url(../../images/icon/delivery-box.svg?v=1);
}
.icon-payment {
	background-image: url(../../images/icon/payment.svg?v=1);
}
.icon-pay-cart {
	background-image: url(../../images/icon/money-cart.svg?v=1);
}
.icon-pay-money {
	background-image: url(../../images/icon/money-cash.svg?v=1);
}
.icon-pay-finance {
	background-image: url(../../images/icon/money-bank.svg?v=1);
}
.icon-pay-card {
	background-image: url(../../images/icon/push-cart.svg?v=1);
}
.icon-delivery-box {
	background-image: url(../../images/icon/delivery-box-full.svg?v=1);
}
.icon-eu-label {
	background-image: url(../../images/icon/eu-label.svg?v=1);
}
.icon-arrow-back {
	background-image: url(../../images/icon/arrow-back.svg?v=1);
}
.icon-arrow-next {
	background-image: url(../../images/icon/arrow-next.svg?v=1);
}
.icon-arrow-up {
	background-image: url(../../images/icon/arrow-up.svg?v=1);
}
.icon-arrow-down {
	background-image: url(../../images/icon/arrow-down.svg?v=1);
}
.icon-arrow-right {
	background-image: url(../../images/icon/arrow-right.svg?v=1);
}
.icon-arrow-left {
	background-image: url(../../images/icon/arrow-left.svg?v=1);
}
.icon-minus-light {
	background-image: url(../../images/icon/minus.svg?v=1);
}
.icon-plus-light {
	background-image: url(../../images/icon/plus.svg?v=1);
}
.icon-plus-squer {
	background-image: url(../../images/icon/plus-squer.svg?v=1);
}
.icon-plus-circle {
	background-image: url(../../images/icon/plus-circle.svg?v=1);
}
.icon-close {
	background-image: url(../../images/icon/close.svg?v=1);
}
.icon-minus {
	background-image: url(../../images/icon/minus-bold.svg?v=1);
}
.icon-plus {
	background-image: url(../../images/icon/plus-bold.svg?v=1);
}
.icon-view {
	background-image: url(../../images/icon/view.svg?v=1);
}
.icon-edit {
	background-image: url(../../images/icon/edit.svg?v=1);
}
.icon-delete {
	background-image: url(../../images/icon/delete.svg?v=1);
}
.icon-move {
	background-image: url(../../images/icon/move.svg?v=1);
}
.icon-time {
	background-image: url(../../images/icon/bell.svg?v=1);
}
.icon-service {
	background-image: url(../../images/icon/service.svg?v=1);
}
.icon-service-tires {
	background-image: url(../../images/icon/service-tires.svg?v=1);
}
.icon-wishlist {
	background-image: url(../../images/icon/wishlist.svg?v=1);
}
.icon-wishlist-del {
	background-image: url(../../images/icon/wishlist-full.svg?v=1);
}
.icon-compare {
	background-image: url(../../images/icon/compare.svg?v=1);
}
.icon-compare-del {
	background-image: url(../../images/icon/compare-del.svg?v=1);
}
.icon-delivery {
	background-image: url(../../images/icon/delivery.svg?v=1);
}
.icon-store {
	background-image: url(../../images/icon/store.svg?v=1);
}
.icon-store-color {
	background-image: url(../../images/icon/store-color.svg?v=1);
}
.icon-quick-view {
	background-image: url(../../images/icon/quick-view.svg?v=1);
}

.icon-vrsta {
	background-image: url(../../images/icon/vrsta.svg?v=1);
}
.icon-primena {
	background-image: url(../../images/icon/primena.svg?v=1);
}
.icon-oblik {
	background-image: url(../../images/icon/oblik.svg?v=1);
}
.icon-klasa {
	background-image: url(../../images/icon/klasa.svg?v=1);
}
.icon-dimenzija {
	background-image: url(../../images/icon/dimenzija.svg?v=1);
}
.icon-kvadratura {
	background-image: url(../../images/icon/kvadratura.svg?v=1);
}
.icon-komada {
	background-image: url(../../images/icon/komada.svg?v=1);
}
.icon-dizajn {
	background-image: url(../../images/icon/dizajn.svg?v=1);
}
.icon-boja {
	background-image: url(../../images/icon/boja.svg?v=1);
}
.icon-debljina {
	background-image: url(../../images/icon/debljina.svg?v=1);
}
.icon-poreklo {
	background-image: url(../../images/icon/poreklo.svg?v=1);
}
.icon-phone {
	background-image: url(../../images/icon/phone.svg?v=1);
}
.icon-email {
	background-image: url(../../images/icon/email.svg?v=1);
}


/****************Header Contact****************/
.header-contact {
	padding: 0;
	background-color: #fff;	
	width: 100%;
}
.header-contact .navigation-top-left {
	display: inline-block;
	padding: 0;
}
.header-contact .navigation-top-left p {
	color: #000; font-size: 1rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 1rem 0 0 0;
}
/* icons*/
.header-contact .navbar-icon {
}

.header-contact .navbar-icon .link {
	color: #000; text-decoration: none;
	font-family: "FuturaStd-Medium";
	line-height: 1rem; font-size: 1rem;
	padding: 12px 0.25rem 0;
}
.header-contact .navbar-icon .link:hover {
	color: #757575; text-decoration: underline;
}
.header-contact .navbar-icon i {
	color: #000; font-size: 1rem;
	margin: 0.25rem 0.5rem;
}
.header-contact .navbar-icon .dropdown {
	margin: .75rem 0;
	background: transparent!important;
}
.header-contact .navbar-icon .dropdown .link {
	padding-top: 0rem;
}

.header-contact .navbar-icon .link.icon::before {
	content: ''; margin: .15rem 0.5rem;
	display: block; float: left;
	width: 22px; height: 22px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%; 
}
.header-contact .navbar-icon .link.icon.phone::before {
	background-image: url(../../images/icon/phone.svg?v=1);
}
.header-contact .navbar-icon .link.icon.news::before {
	background-image: url(../../images/icon/news.svg?v=1);
}
.header-contact .navbar-icon .link.icon.logo::before {
	background-image: url(../../images/icon/logo.svg?v=1);
}
.header-contact .navbar-icon .link.icon.user::before {
	background-image: url(../../images/icon/user.svg?v=1);
}
.header-contact .navbar-icon .link.icon.profile::before {
	background-image: url(../../images/icon/user-profile.svg?v=1);
}
.header-contact .navbar-icon .link.icon.login::before {
	background-image: url(../../images/icon/user.svg?v=1);
}
.header-contact .navbar-icon .link.icon.logout::before {
	background-image: url(../../images/icon/unlock.svg?v=1);
}
.header-contact .navbar-icon .link.icon.wishlist::before {
	background-image: url(../../images/icon/wishlist.svg?v=1);
}
.header-contact .navbar-icon .link.icon.cart::before {
	background-image: url(../../images/icon/cart.svg?v=1);
}

.header-contact .box-form {
	padding: .75rem 0 0 0;
}
.header-contact .box-form .form-control {
	border: none!important;
	box-shadow: none!important;
	border-radius: 0!important;
	background: #fff; padding: 0;
	height: 35px;
	border-bottom: solid 1px #d9d9d9 !important;
}
.header-contact #top_search_wrapper {
	background: transparent;
	color: #000;
	padding: 0.5rem 0;
	margin: 0;
}
.header-contact .box-form .btn {
	width: 45px; height: 35px;
	background: #fff url(../../images/icon/search.svg?v=1) 50% 50% no-repeat;
	background-size: auto 75%;
}

.header-contact #dropdownMenuCart {
	background: transparent;
	border: 0; margin-top: 0px;
}
/**********  Main navigation  ************/
.header-contact .navbar-main {
	background: #fff;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
}

header .navbar-logo {
	display: inline-block;
	height: 60px; width: 210px;
	padding: 10px;
	/*background: #e87624;*/
}
header .navbar-brand {
	display: block;
	position: relative;
	padding: 0; margin: 0 0 0 0 ;
	height: 40px; width: 170px;
  	background-image: url('../../images/logo.svg?v=1');
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-size: auto 100%; 
}
header .navbar-logo:hover { /*background: #0a583f;*/}
header .navbar-logo:hover .navbar-brand {
	background-image: url('../../images/logo-color.svg?v=1');
}

.navbar-brand span {
	text-indent: -9999px;
}

.navbar {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.navbar .navbar-collapse {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.navbar-light .navbar-nav .nav-item {
}

/* Navigation */
#navbarMain {
	z-index: 20;
}
.navbar-main {
}
.navbar-main .navbar-light {
	background: transparent!important;
	padding: 0;
}
.navbar-main .navbar-light .navbar-nav .nav-link {
	color: #000; 
	line-height: 1.5em;
	padding: 1.25rem 1rem;
	white-space: nowrap; font-size: 1rem;
	font-family: "FuturaStd-Medium";
}
.navbar-main .navbar-light .navbar-nav .dropdown-toggle::after {
	display: none;
}
.navbar-main .navbar-light .navbar-nav .nav-link.active,
.navbar-main .navbar-light .navbar-nav .nav-link.show,
.navbar-main .navbar-light .navbar-nav .nav-link:hover {
	color: #0a583f; 
	background: #e87624;
}
.navbar-main .navbar-light .navbar-nav .active .nav-link {
	color: #000; 
}
/* navigacija pretraga proizvoda */
	.navbar-product {
    	background: #fff;
    	border-top: solid 1px #d9d9d9;
    	border-bottom: solid 1px #d9d9d9;
    	margin-bottom: 2rem;
	}
	.navbar-product .navbar-light {
		background: transparent!important;
		padding: 0;
	}
	.navbar-product .navbar-light .navbar-nav .nav-link {
		color: #000; 
		line-height: 1.5em; margin-right: 1rem;
		padding: 1.25rem 1rem;
		white-space: nowrap; font-size: 1.15rem;
		font-family: "Futura-Med";
	}
	.navbar-product .navbar-light .navbar-nav .nav-link.active,
	.navbar-product .navbar-light .navbar-nav .nav-link.show,
	.navbar-product .navbar-light .navbar-nav .nav-link:hover {
		color: #000;
		background: #d9d9d9;
	}
	.navbar-product .dropdown-toggle::after {
    	display: inline-block;
    	margin-left: 0.5em;
    	vertical-align: 0.1em;
    	content: "";
    	border-top: 0.35em solid;
    	border-right: 0.35em solid transparent;
    	border-bottom: 0;
    	border-left: 0.35em solid transparent;
	}
	.navbar-product .navbar-light .navbar-nav .active .nav-link {
		color: #000; 
	}


	/* banner */
	.dropdown-horisontal .dropdown-content .ads { 
		margin-bottom: 3rem;
		padding-right: 3rem;
	}
	.dropdown-horisontal .ads .card-body {
		padding: 1.25rem 0 1.25rem 1rem;
	}
	.dropdown-horisontal .ads .card-img-overlay {
		padding: 1rem 2rem;
	}
	.dropdown-horisontal .ads .card-img-overlay a {
		display: block;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		font-size: 1.125rem;
		color: #fff;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
		padding: 1rem;
		width: 100%;
	}
	.dropdown-horisontal .ads .card-img-overlay a:hover {
		background: rgba(255,255,255,0.5);
	}	
	.dropdown-horisontal .ads .dark card-img-overlay a {
		border-color: 	#000;
		color: #000;
	}
	.dropdown-horisontal .ads .dark .card-img-overlay a:hover {
		border-color: 	#000;
		color: #fff;
		background: rgba(27,46, 63, 0.5);
	}

	.dropdown-horisontal .ads .card-body a {
		color: #000; font-family: "Futura-Med"; text-decoration: none;
	}
	.dropdown-horisontal .ads .card-body a:hover {
		color: #757575;
	}

/********************************************************
	2. HOT SPOT
********************************************************/
@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}

/********************************************************
	2. SLIDER
********************************************************/
.slide {
	position: relative;
	/*background: #eed8d8; background: linear-gradient(0deg, #faf6f3 50%, #eed8d8 50%);*/
	padding:  0 0 0;
}
.slide .carousel-item {
	height: 70vh;
}
.product-home-wrapper .slide .carousel-item {
	height: 70vh;
}
.small-home-wrapper .slide .carousel-item {
	height: 30vw;
}

.slide .background-img {
	z-index: 2; position: absolute;
	width: 100%; height: calc(100vh - 154px);
	top: 0; left: 0;
}
.slide .video-player-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index: initial;
}
.slide .video-player-wrapper .videoBackground {
	position: absolute;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}
.slide .video-player-wrapper video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
	.slide .video-player-wrapper video {height:auto}
}
.slide .carousel {
	position: relative;
}
.slide .article-thumb {
	height: 100%; 
}
.slide .slider-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.slide .article-thumb:before {
	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.slide .caption-right .article-thumb:before {
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.slide .caption-center .article-thumb:before {
	display: none;
}
.slide .vimeo-wrapper:before {
	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.slide .caption-right .vimeo-wrapper:before {
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}

.slide .bottom .slide-img {
    object-position: 50% 100%;
}
.slide .carousel-caption {
	z-index: 1; height: 100%;
	width: 94%; left: 3%;
} 
.slide .carousel-caption &gt; div  {
	position: relative;
	text-align: left;
}

.slide .carousel-caption h2 {
	font-size: 4.0em;
	margin-bottom: .15em;
	letter-spacing: .005em;
	line-height: .9;
	color: #fff;
}
.slide .carousel-caption .lead {
    font-size: 2em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: .9;
    color: #fff;
}
.slide .carousel-caption p {
    font-size: 1.5em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: 1.2;
    color: #fff;
}
.slide .carousel-caption.text-dark h2 { color: #180302; }
.slide .carousel-caption.text-dark p { color: #180302; }

.slide .carousel-caption .btn-primary
{
	color:#fff;
	border-color:#000;
	background-color:#000;
}
.slide .carousel-caption .btn-primary:hover
{
	color:#000!important;
	border-color:#fff;
	background-color:#fff;
}
.slide .carousel-control-prev {
	opacity: 1;
	align-items: left;
	justify-content: left;
	padding-left: 1rem;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.slide .carousel-control-next{
	opacity: 1;
	align-items: right;
	justify-content: right;
	padding-right: 1rem;
}
.slide .carousel-control-next-icon,
.slide .carousel-control-prev-icon {
	background-color: #910533;
	border-radius: 0%;
	background-size: 60% 60%; 
	width: 40px; height: 40px; 
}
.slide .carousel-control-next:hover .carousel-control-next-icon,
.slide .carousel-control-prev:hover .carousel-control-prev-icon {
	background-color: #950809;
}

.carousel-control-next-icon {
    background-image: url(../../images/arrow-next-white.svg?v=1);
}
.carousel-control-prev-icon {
    background-image: url(../../images/arrow-back-white.svg?v=1);
}

.slide .carousel-indicators {
}
.slide .carousel-indicators button span {
	display: block;
	width: 10px; height: 10px;
	background-color: #999999;
	border-radius: 50%;
}
.slide .carousel-indicators button {
	width: 10px; height: 10px;
	padding: 4px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid transparent;
}
.slide .carousel-indicators button.active span {
	background-color: #910533;
}
.slide .carousel-indicators button.active {
	border: 2px solid #910533;
}
.slide .carousel-indicators button::before {
    border: 2px solid transparent;
}

/**
 * Change animation duration
 */
.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}


/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.animatedHidden {
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.fadeInText {
  -webkit-animation-name: fadeInText;
  animation-name: fadeInText;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20vh, 0);
    transform: translate3d(0, 20vh, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/**************** Home Banner ****************/
.location-address {
}
.location-address .article-thumb-wrapper {
	height: 360px;	
}
.location-address .card-title {
	font-size: 1.5rem;	
}
.location-address .card-body .card-text a:not([class]) {	color: #000 }
.location-address .card-body .card-text a.wtm {	color: #000 }

/**************** Home Banner ****************/
.hp-page-wrapper h2.card-title {
	font-family: "FuturaStd-Medium";
	font-family: "FuturaStd-Book";
	font-family: "Futura-Med";
	font-size: 2rem;
	/*text-transform: uppercase;*/
}
.hp-page-wrapper h5.card-title {
	font-family: "FuturaStd-Medium";
	font-size: 1.5rem;
}
.hp-page-wrapper .card-body .info {
	font-family: "FuturaStd-Medium";
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0; margin: 0;
}

.home-small-banner {}
.home-small-banner .card-img-overlay { bottom: 0; top: auto;}


.home-big-banner {  }
.home-big-banner .card { border: none; }
.home-big-banner .card-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.home-big-banner .card-img.bottom {
    object-position: 50% 100%;
}

.home-big-banner .video-player-wrapper {
	background-position: center;
	position: relative;
	overflow: hidden	
}
.home-big-banner .video-player-wrapper .videoBackground {
	position: absolute;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}

.home-big-banner .article-thumb {
	display: none;
	/*
	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);*/
}
/*
.home-big-banner .caption-right .article-thumb {
	width: 80%; height: 100%;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.home-big-banner .caption-center .article-thumb, 
.home-big-banner .contentBox .article-thumb {
	width: 100%; height: 100%;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
*/
.home-big-banner .card-img-overlay .row {
	width: 100%;
}
.home-big-banner .card-body {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.home-big-banner .card-title {
	font-size: 1.25em;
	margin-bottom: .5em;
	letter-spacing: .005em;
	line-height: .9;
	color: #fff;
}
.home-big-banner .card-text p {
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: 1;
    color: #fff;
}
.home-big-banner .card-text strong {
	font-weight: 400;
	color: #fab616;
}
.home-big-banner .card-body .card-text a:not([class]) { color: #fff; text-decoration: none; }
.home-big-banner .card-body .card-text a:not([class]):hover { text-decoration: underline; }

.home-big-banner .contentBox .card-body {
    padding: 2em 2em 6em;
    text-align: left;
    background-color: #fff;
}
.home-big-banner .contentBox .card-title h3 {
    font-size: 2.5em;
    color: #6a5959;
}
.home-big-banner .contentBox .card-title:before {
    content: "";
    background: #9c1519;
    display: block;
    height: 2px;
    margin-bottom: 19px;
    width: 45px;
}
.home-big-banner .contentBox .card-text p.info {
    font-size: 1.5em;
    line-height: 1;
    color: #6a5959;
}
.home-big-banner .contentBox .card-text p {
	font-size: .875em; line-height: 1.5;
	color: #6a5959;
}

.home-big-banner .contentBox .card-body {
    padding: 2em 2em 6em;
    text-align: left;
    background-color: #f4f3f8;
}
.home-big-banner .contentBox .card-title {
    font-size: 2.5em;
    color: #6a5959;
}
.home-big-banner .contentBox .card-title:before {
    content: "";
    background: #9c1519;
    display: block;
    height: 2px;
    margin-bottom: 19px;
    width: 45px;
}
.home-big-banner .contentBox .card-text p.info {
    font-size: 1.5em;
    line-height: 1;
    color: #6a5959;
}
.home-big-banner .contentBox .card-text p {
	font-size: .875em; line-height: 1.5;
	color: #6a5959;
}



/********************************************************
  Banner
********************************************************/

#banner { 
	padding: 0; margin: 0;
	position: relative;
	overflow: hidden;
	border: none;
	border-radius: 0; 
}
#banner .article-thumb-wrapper {
	width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	z-index: 0;
	color: #fff;
}
#banner .background-img {
	z-index: 2; position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}
#banner .background-video {
	z-index: 2; position: absolute;
	width: 100%; 	height: 100%;
	background: #000;
	top: 0; left: 0;
}
#banner .background-video video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}

#banner { min-height: 40vh; }
#banner .article-thumb { height: 40vh; }

#banner.snippet { height: 40vh; }
#banner.snippet .article-thumb { height: 40vh; }

.vehicle-page #banner { height: 70vh; }
.vehicle-page #banner .article-thumb-wrapper { height: 70vh; }

#banner .top img {
 	object-position: 50% 0%;
} 
#banner .bottom img {
 	object-position: 50% 100%;
} 
#banner .card-img-overlay {
	background: transparent;
	/*background: linear-gradient(0deg, rgba(27,46,63,0.8) 0%, rgba(27,46,63,0) 40%);*/
}
#banner.blank .card-img-overlay {
	/*background: linear-gradient(0deg, rgba(27,46,63,0) 0%, rgba(27,46,63,0.8) 100%);*/
}
#banner .container-fluid {
	height: 100%;  
}
#banner .container-fluid &gt; div {
	height: 100%;
}
#banner .container-fluid .page-header {
	background: #fff;
	text-align: center;	
}

#banner .container-fluid .card-body {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#banner .container-fluid .card-body .price {
    color: #000;
    font-size: 1.125rem;
    z-index: 10;
    padding-right: 60px;
    vertical-align: middle;
}

#banner #map-canvas {
    position: relative;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
#banner .article-slide-desc { 
	height: auto; width: 100%; 
	position: absolute; 
	left: 0; bottom: 0; margin: 0;  
}
#banner .article-slide-desc .text-wrapper { 
	background-color: #fff; 
	padding: 3rem 20rem 3rem 3rem;
}

#top-main-header {
	padding: 0rem 1rem;
	z-index: 10;
	background: #fff;	
	text-align: center;
}
#top-main-header.topMove {
	margin-top: -20vh;
}



/********************************************************
  3.  SIDEBAR STYLE - left
********************************************************/

#sidebar, 
#sidebarCollapse {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    transition: all 0.3s;
}
#sidebar.active, 
#sidebarCollapse.active {
	min-width: 80px;
	max-width: 80px;
	width: 80px;
}

#sidebarCollapse.active {
	background: #fff!important;
}

#sidebarCollapse {
	/*margin-top: -40px;*/
	min-height: 60px;	
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700!important;
	box-shadow: none!important;
   border: solid 1px #999999!important;
	/*border-bottom: none!important;*/
}
#sidebarCollapse:before {
	content: '';
	display: block;
	float: right;
	width: 25px; height: 25px;
	background-image: url(../../images/icon/close-white.svg?v=1);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#sidebarCollapse.active:before  {
	background-image: url(../../images/icon/menu.svg?v=1);
	margin-right: 1rem;
}
#sidebarCollapse.active {
	text-indent: -9999px;
	background: #fff;
}


#sidebar {
    position: relative;
}
#sidebar .card {
	border: none;
	overflow: hidden!important;
	border-radius: 0;
	border-right: solid 1px #999999;
	margin-bottom: 0;
}
#sidebar&gt;.card:last-child {
	border-bottom: solid 1px #999999;
}
#sidebar .card .collapse {
}
#sidebar .card-header {
	border: none;
	background: transparent;
	padding: 1rem 0 0 0;
}
#sidebar .card-body {
	border: none;
	padding: 0;
	margin: 0.25rem 1rem;
	font-size: 1rem;
	max-height: 260px;
	overflow: auto;	
}
#sidebar.active .card-body { display: none; }

#sidebar .card-body a {
	color: #000; 
	font-size: 1rem; 
	padding-right: 0;
	transition: all 0.3s;
}
#sidebar .card-body strong {
	font-size: 1rem; font-weight: 700;
	text-transform: uppercase;
}
#sidebar .card-body:after {
	display: none;
}

#sidebar .card-header {
}
#sidebar .card-header .btn {
	width: 100%; padding: 0.375rem 0.75rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700!important; 
	box-shadow: none!important;
	border: none!important;
}
#sidebar:not(.active) .card-header .btn:before {
	content: '';
	display: block;
	float: right; margin-top: .2rem;
	width: 15px; height: 15px;
	background-image: url(../../images/icon/arrow-up.svg?v=1);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#sidebar:not(.active) .card-header .btn.collapsed:before  {
	background-image: url(../../images/icon/arrow-down.svg?v=1);
}
#sidebar:not(.active) .card-header .btn:before {
	background-image: url(../../images/icon/arrow-next.svg?v=1);
	margin-right: 10px;
}

#sidebar .svg-icon.w30 {
    width: 25px!important;
    height: 25px!important;
    margin-right: .75rem;
}
#sidebar .sidebarOpen {
	display: none;
}


@media (min-width: 769px) {
	#sidebar.active .card-header .btn {
		text-align: center;
		font-size: 0.875rem; line-height: .875rem;
		padding-left: 0; 
		padding-right: 0; 
		font-weight: 500; 
	}
	#sidebar.active .title-name {
		padding-top: .5rem;
	}
	
	#sidebar.active .card-header .svg-icon {
		float: none; margin: 0 auto;
		margin-bottom: .5rem;
		display: block;
	}
	#sidebar.active .sidebarOpen {
		display: block;
		position: absolute; z-index: 20;
		cursor: pointer;
		width: 100%; height: 100%;
	}
	
	#sidebar.minimal.active, #sidebarCollapse.minimal.active {
		min-width: 60px;
		max-width: 60px;
	}
	#sidebar.minimal, #sidebarCollapse.minimal {
		min-width: 200px;
		max-width: 200px;
	}
	#sidebarCollapse.minimal.active:before {
		margin-right: 0.25rem;
	}
	#sidebar.minimal .card-header .btn span {
		text-indent: 0;
	}
	#sidebar.minimal.active .card-header .btn span {
		text-indent: -9999px;
    	transition: all 0.6s;
	}
	#sidebar.minimal:not(.active) .card-header .btn:before {
		display: none;
	}
	
	/*
	.sidebar-fixed-top &gt; .d-flex { padding-left: 80px; }
	.sidebar-fixed-top #sidebar {
   	position: fixed;
		left: 0; top: 70px; z-index: 10;
    }
	.sidebar-fixed-top #sidebarCollapse {
   	position: fixed;
   	left: 0; top: 10px; z-index: 10;
    }
    */
	.sidebar-fixed-top #top-search-size {
   	width: 100%;
		-webkit-box-shadow: 0 4px 20px 0 #000;
 		box-shadow: 0 -2px 20px 0 #000;
 		background-color: rgba(255, 255, 255, 1)!important;
		position: fixed; top: 0;
		z-index: 1000;
			-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
    }
    
	
}
@media (max-width: 768px) {
	#sidebar.active, 
	#sidebarCollapse.active {
		min-width: 50px;
		max-width: 50px;
	}
	#sidebarCollapse.active:before {
		    margin-right: 0rem;
	}
	#sidebar.active .title-name {
		display: none!important;	
	}
	#sidebar:not(.active) .card-header .btn:before {
		display: none;
	}
	#sidebar.active .btn span {
		display: none;
	}
	
	#sidebar.active .sidebarOpen {
		display: block;
		position: absolute; z-index: 20;
		cursor: pointer;
		width: 100%; height: 100%;
	}
	/*
	.sidebar-fixed-top &gt; .d-flex { padding-left: 80px; }
	.sidebar-fixed-top #sidebar {
   	position: fixed;
		left: 0; top: 70px; z-index: 10;
    }
	.sidebar-fixed-top #sidebarCollapse {
   	position: fixed;
   	left: 0; top: 10px; z-index: 10;
    }
	.sidebar-fixed-top #top-search-size {
   	width: 100%;
		-webkit-box-shadow: 0 4px 20px 0 #000;
 		box-shadow: 0 -2px 20px 0 #000;
 		background-color: rgba(255, 255, 255, 1)!important;
		position: fixed; top: 0;
		z-index: 1000;
			-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
    }
	*/	
}

/********************************************************
	3. SEARCH - HP
********************************************************/
#home-search {
}
#home-search .nav a {	
	padding: .5rem 1.5rem; 
	color: #000; font-weight: 700;
	background: #dcedfd;
	border-radius: 0; border: none;
	margin: 0 2px 2px 2px; 
}
#home-search .nav a.active {	
	background: #fff; margin: 0px; 
	border: solid 2px #fff;
}
#home-search .nav-tabs {
	border: none;	
}
#home-search .tab-pane {
	background: #fff;
	padding: 1rem;
}
#home-search .tab-pane button {
	background: #fff;
	border: solid 1px #c6cbcf;
	color: #000;
	padding: 0.5rem 1rem;
}
#home-search .tab-pane .flex-fill button {
	width: 100%;
}
#home-search .tab-pane .active {	
	background: #1764a7;
	border: solid 1px #1764a7;
	color: #fff; font-weight: 700;
}
#home-search .tab-pane .simbol {

}
#home-search .tab-pane .simbol::before {
	content:  '';
	display: block;
	width: 24px; height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#home-search .tab-pane .simbol.winter::before {
	background-image: url(../../images/icon/winter.svg?v=1);
}
#home-search .tab-pane .simbol.winter.active::before {
	background-image: url(../../images/icon/winter-white.svg?v=1);
}
#home-search .tab-pane .simbol.summer::before {
	background-image: url(../../images/icon/summer.svg?v=1);
}
#home-search .tab-pane .simbol.summer.active::before {
	background-image: url(../../images/icon/summer-white.svg?v=1);
}
#home-search .tab-pane .simbol.summer-winter::before {
	background-image: url(../../images/icon/summer-winter.svg?v=1);
}
#home-search .tab-pane .simbol.summer-winter.active::before {
	background-image: url(../../images/icon/summer-winter-white.svg?v=1);
}

#home-search .tab-pane button.size::after {
	content:  '';
	display: block; float: right;
	width: 18px; height: 18px; margin: 2px 0 0 .5rem;
	background: url(../../images/icon/arrow-next.svg?v=1) 0 0 no-repeat;
	background-size: auto 100%; 
}
#home-search .tab-pane button.submit {	
	background: #1764a7;
	border: solid 1px #1764a7;
	color: #fff; font-weight: 700;
}
#home-search .tab-pane button.submit::after {
	content:  '';
	position: absolute;
	display: inline-block;
	width: 18px; height: 18px; margin: 2px 0 0 .5rem;
	background: url(../../images/icon/search-white.svg?v=1) 0 0 no-repeat;
	background-size: 100% auto; 
}

#home-search .sizeSearch {
	background: #fff;
	border-bottom: solid 1px #c6cbcf;
	border-right: solid 1px #c6cbcf;
}
#home-search #tiresSize .tiresSizeBox {
	border: solid 1px #c6cbcf;
	padding: .5rem 0;
	margin: 1rem .5rem;
}
#home-search #tiresSize .tiresSizeBox &gt; .row {
	margin: 0;
}
#home-search #tiresSize .tiresSizeBox .title {
	font-weight: 700; padding-bottom: .5rem;
	text-align: center;
}
#home-search #tiresSize .tiresSizeBox .col {
}

/********************************************************
	3. SEARCH - IP
	#header-category
	#top-search-page
********************************************************/
#header-category {
	background: #fff;
	padding: 1rem;
	border-bottom: solid 1px #999999;
}
#header-category h1 {  text-align: center }
#header-category h1 strong { font-weight: 700; }

#header-category .btn {
	background: #fff;
	border: solid 1px #c6cbcf;
	color: #000;
	padding: 1rem;
}
#header-category .flex-fill .btn {
	width: 100%;
}
#header-category .active {	
	background: #1764a7;
	border: solid 1px #1764a7;
	color: #fff; font-weight: 700;
}
#header-category .simbol  {}
#top-search .simbol::before,
#header-category .simbol::before {
	content:  '';
	margin-right: .5rem; display: inline-table; vertical-align: middle;
	display: inline-table;
	width: 24px; height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#header-category .simbol.winter::before {
	background-image: url(../../images/icon/winter.svg?v=1);
}
#header-category .simbol.winter.active::before {
	background-image: url(../../images/icon/winter-white.svg?v=1);
}
#header-category .simbol.summer::before {
	background-image: url(../../images/icon/summer.svg?v=1);
}
#header-category .simbol.summer.active::before {
	background-image: url(../../images/icon/summer-white.svg?v=1);
}
#header-category .simbol.summer-winter::before {
	background-image: url(../../images/icon/summer-winter.svg?v=1);
}
#header-category .simbol.summer-winter.active::before {
	background-image: url(../../images/icon/summer-winter-white.svg?v=1);
}
#top-search .simbol.sort-asc::before, 
#header-category .simbol.sort-asc::before {
	background-image: url(../../images/icon/sort-asc.svg?v=1);
}
#top-search .simbol.sort-asc.active::before, 
#header-category .simbol.sort-asc.active::before {
	background-image: url(../../images/icon/sort-asc-white.svg?v=1);
}
#top-search .simbol.sort-desc::before, 
#header-category .simbol.sort-desc::before {
	background-image: url(../../images/icon/sort-desc.svg?v=1);
}
#top-search .simbol.sort-desc.active::before,
#header-category .simbol.sort-desc.active::before {
	background-image: url(../../images/icon/sort-desc-white.svg?v=1);
}

/* top search */
#top-search {
	margin: 2rem 0;
}
#top-search .container-fluid {
	position: static !important; /* for IE */
	position: initial !important; /* IE not support*/
}
#top-search button {
	background: #fff;
	line-height: 1rem;
	border: solid 1px #c6cbcf;
	color: #000;  font-weight: 700;
	padding: 1rem 0.5rem; height: 100%;
	vertical-align: middle;
}
#top-search .flex-fill button {
	width: 100%;
}
#top-search .size {
	border-color: #e8ecef;
	font-size: 1.5rem;
	line-height: 1.5rem;
	
	padding: 1rem 1.5rem; 
}
#top-search .size b {
	font-weight: 700;
}
#top-search .size::after {
	content:  '';
	display: block; float: right;
	width: 30px; height: 30px; margin: 0.75rem 0 0 1rem;
	background: url(../../images/icon/arrow-down.svg?v=1) 0 0 no-repeat;
	background-size: contain; 
}
#top-search .active {	
	background: #1764a7;
	border-color: #1764a7;
	color: #fff;
}
#top-search .sizeType::before {
	content:  '';
	display: block; margin: 0 auto 0.5rem auto;
	width: 40px; height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto ;
}
#top-search .sizeType.byDimension::before {
	background-image: url(../../images/icon/tire-size.svg?v=1);
}
#top-search .sizeType.byDimension.active::before {
	background-image: url(../../images/icon/tire-size-white.svg?v=1);
}
#top-search .sizeType.byAH::before {
	background-image: url(../../images/icon/energy.svg?v=1);
	background-size: auto 100% ;
	background-position: 50%  0;
}
#top-search .sizeType.byAH.active::before {
	background-image: url(../../images/icon/energy-white.svg?v=1);
	background-size: auto 100% ;
	background-position: 50%  0;
}
#top-search .sizeType.byCars::before {
	background-image: url(../../images/icon/car-side.svg?v=1);
}
#top-search .sizeType.byCars.active::before {
	background-image: url(../../images/icon/car-side-white.svg?v=1);
}
#top-search .sizeType.byTown::before {
	background-image: url(../../images/icon/besplatna-isporuka.svg?v=1);
	background-size: auto 100%; 
}
#top-search .sizeType.byShow::before {
	background-image: url(../../images/icon/menu2.svg?v=1);
	background-size: auto 100%;
	background-position: 50% 0; 
}
#top-search #formTiresSearchCars {
	padding: 1rem;
}
#top-search #tiresSize {
	/*position: relative;*/
}
#top-search #tiresSize #sizeSearch {
	background: #fff;
	border-bottom: solid 1px #c6cbcf;	
	/*position: absolute;
	z-index: 10;
	width: 100%;*/
}

#top-search #tiresSize .tiresSizeBox {
	border: solid 1px #c6cbcf;
	padding: .5rem 0;
	margin: 1rem .5rem;
}
#top-search #tiresSize .tiresSizeBox &gt; .row {
	margin: 0;
}
#top-search #tiresSize .tiresSizeBox .title {
	font-weight: 700; padding-bottom: .5rem;
	text-align: center;
}
#top-search #tiresSize .tiresSizeBox .col {
}

/****************chart****************/
.chart-container {
}
#canvas {
	max-height: 600px!important;
	min-height: 300px!important;
}
.chart {
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


/****************Content Main****************/
.content-wrapper {
}

#category-page {
	margin-bottom: 2rem;	
}

.product-page #category-page {
	margin: 80px 0;	
}

.product-page h4 {
	font-size: 2.5rem;
	
	margin-bottom: 3rem;
}
.product-page h4 strong {
	font-weight: 700;
}


/********************************************************
	4. PRODUCT list
********************************************************/
.product-wrapper {
	background: #fff;
	margin: 0 0 1rem 0;
	height: 535px; overflow: hidden;
}

.naocare .product-wrapper {
	border-bottom: solid 1px #dee2e6;
}

.product-wrapper .product-title {
	height: 35px; overflow: hidden; padding: 0;
	position: relative;
	background: rgba(255,255,255,.5);
}
.product-wrapper .product-title a { color: #000; text-decoration: none }
.product-wrapper .product-title a:hover { color: #e87624; }

.product-wrapper .product-title .wishlist-info { font-size: 1.25rem; }
.product-wrapper .product-title .wishlist-info .btn { 	box-shadow: none; }

.product-wrapper .name { text-align: center; }
.product-wrapper .name h3 { font-size: 1rem; line-height: 1rem; margin-top: .5rem; }
.product-wrapper .name p {  font-size: 1rem; color: #757575; padding: 0; margin: 0;}
.product-wrapper .name a { color: #000; text-decoration: none }
.product-wrapper .name a:hover { color: #1764a7; }


.product-wrapper .brand-image { 
	height: 30px; width: 140px;
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	overflow: hidden;
	padding: 0; margin: 0;
}
.product-wrapper .brand-image a { display: block; height: 30px; width: 140px;}
.product-wrapper .brand-image .img-contain { object-position: 0% 50%; }

.product-wrapper:hover .brand-image { 
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.product-wrapper .program {
	position: absolute;
	z-index: 5;
}

.program .action {
	margin-bottom: .5rem;
	padding: 2px 10px; font-size: 0.875rem;
	color: #999999; text-transform: uppercase;
	display: block;
/*background-color: rgba(255,255,255,1);*/
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.program .action.discount {  color: #000; }	

 .product-wrapper .banner {
	top: 150px;
	right: 5px;
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 50px;
}

.product-wrapper .img-info {
	position: absolute;
	bottom: 2rem;
	background: red;
}
.product-wrapper .product-img { 
	position: relative;
}
.product-wrapper .product-img .image { 
	margin: 0;
	height: 400px; overflow: hidden;
	display: block; 
	border: none;
	position: relative;
}
/*.product-wrapper .product-img img { 
	width: 100%!important; height: 100%!important;
}*/
.product-wrapper .product-img .image img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	/*object-fit: cover;*/
	opacity: 0;
	transition: opacity .2s;
	background: #fff;
}
.product-wrapper .product-img .image:hover img.image-hover {
	opacity: 1;
}
.product-wrapper .product-data { 
	height: 55px; overflow: hidden;
	padding: .15rem .5rem;
	z-index: 2;
}
.product-wrapper .price { }
.product-wrapper .price.action {	 }

.product-wrapper .old {
	margin-left: 0.5rem;
	color: #bbbec1;
	position: relative; display: inline-table;
}
.product-wrapper .old:before {
	content: ''; display: block; position: absolute;
	top: 50%; z-index: 2;
	height: 1px; width: 100%; background: #000;
}

.product-wrapper .product-price {
	height: 40px; overflow: hidden; padding: .5rem 0 0 0;
	z-index: 3;
/*background: rgba(255,255,255,0.5);	*/
}
.product-wrapper .product-price .price { font-size: 1rem;  }
.product-wrapper .product-price .price small { font-weight: 400; }
.product-wrapper .product-price .old { font-size: 1rem; }

.product-wrapper .product-buy {
	background: #fff;
	border-top: solid 1px #999999; 
	overflow: hidden; padding: 0;
 }
.product-wrapper .product-buy .btn-number {
	width: 30px; height: 60px;
	padding: 5px;
}
.product-wrapper .product-buy .btn-number:disabled {
	opacity: 0.3;
}
.product-wrapper .product-buy .form-control {
    font-size: 1.25rem; font-weight: 700;
    text-align: center;
    padding: 0;
    height: 60px;
    background: #fff;
    border: none;
    outline: none;
}
.product-wrapper .product-buy .btn-primary {
	width: 100%; height: 60px;
	text-transform: uppercase;	
	text-align: center;
}
.vertical .product-wrapper .product-buy {
	z-index: 4;
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
}
.vertical .product-wrapper.fastBuy:hover .product-buy {
	-webkit-animation: slide-in-product-buy 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-product-buy 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.vertical .product-wrapper.fastBuy:hover .product-price {
	-webkit-animation: slide-in-product 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-product 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.vertical .product-wrapper.fastBuy:hover .product-data {
	border-top: solid 1px #999999; 
	-webkit-animation: slide-in-product 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-product 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Horizontal */ 
.horizontal .product-wrapper {
	height: 100px; overflow: hidden;
}
.horizontal .image-wrapper {
	height: 100px;
}
.horizontal .product-wrapper .banner {
    top: 0px;
    right: 5px;
    position: absolute;
    z-index: 0;
    width: 70px;
    height: 35px;
}
.horizontal .product-wrapper .product-title {
	height: auto;
	padding: 0;
	text-align: left;
}
.product-wrapper .program .action {
    margin-bottom: .3rem;
    padding: 2px 10px;
    font-size: 0.75rem;
    background: rgba(255,255,255,1);
}
.horizontal .product-wrapper .product-data {
	padding: 1rem 0; height: auto;
}
.horizontal .product-wrapper .svg-icon.season,
.horizontal .product-wrapper .svg-icon.vehicle {
	width: 30px; height: 30px;
}
.horizontal .product-wrapper .brand-image { 
	height: 30px; width: 160px;
	margin: 1rem 1rem 0.5rem 0 ;
}
.horizontal .product-wrapper .product-img { 
	position: relative;
	padding: 0;
}
.horizontal .product-wrapper .product-img .image { 
	height: 200px; overflow: hidden;
	display: block; 
}
.horizontal .product-wrapper .product-img { 
	position: relative;
	padding: 0;
}
.horizontal .product-wrapper .product-title .name {
	padding: 1rem 0rem 1rem 1rem;
	margin: 0;
}
.horizontal .product-wrapper .product-price {
	border-top: 0; height: auto;	
	padding: 1rem 0rem;
}
.horizontal .product-wrapper .product-buy {
	padding: 1rem 0 1rem 1rem;	
	border: 0;
}
.horizontal .product-wrapper .product-buy .input-group.read-more {
	border: solid 1px #999999;
	padding: 0;
}
.horizontal .product-wrapper .product-buy .btn-primary {
	height: 62px; 
}
 
/* banner */
#product-wrapper .vertical-banner .card { border: none;  }
#product-wrapper .vertical-banner .card-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 614px; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#product-wrapper .vertical-banner .card-text {
	color: #fff; 
}
#product-wrapper .vertical-banner .card-text p {
	color: #fff;
	font-size: 1.125rem; 
}
#product-wrapper .vertical-banner .card-text h2,
#product-wrapper .vertical-banner .card-text h3 {
	color: #fff;
	font-size: 3rem; 
}
#product-wrapper .vertical-banner .card-text strong { 
	font-weight: 700;
}
#product-wrapper .vertical-banner .btn {
	background-color: transparent!important;
	border: solid 1px #fff;
	font-size: 1rem; 
	margin-top: 2rem;
}
#product-wrapper .vertical-banner .btn:hover {
	background-color: rgba(255,255,255,0.5)!important;
}


/* horizontal */ 
.shop-wrapper .product-wrapper {
	height: auto; border: none;
	margin-bottom: 0;
	border-top: solid 1px #999999; 	
}
.shop-wrapper .product-wrapper .product-title {
	height: auto;
	padding: .5rem 0;
	text-align: left;
}
.shop-wrapper .product-wrapper .product-data {
	padding: .5rem 0;
	height: auto; 
}
.shop-wrapper .product-wrapper .brand-image { 
	height: 60px; width: 220px;
	margin-bottom: 1rem;
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.shop-wrapper .product-wrapper .product-img { 
	position: relative;
	padding: 1rem;
}
.shop-wrapper .product-wrapper .product-img .image { 
	height: 250px; overflow: hidden;
	display: block; 
}
.shop-wrapper .product-wrapper .product-atribut {
}
.shop-wrapper .product-wrapper .product-atribut span {
	color: #888888
}
.shop-wrapper .product-wrapper .product-price {
	background: transparent;
	border-top: none; 
	height: auto; padding: .5rem 0;
}
.shop-wrapper .product-wrapper .product-buy {
	border-top: none; padding: .5rem 0;
}
.shop-wrapper .product-wrapper .product-buy .btn-number {
	border: solid 1px #999999!important;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 60px;
	box-shadow: none!important;
}
.shop-wrapper .product-wrapper .product-buy .input-number {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.shop-wrapper .product-wrapper .remove {
	color: #f5365c; text-decoration: none;
	font-size: 1.125rem;
}

/* Search from header */
.shop-wrapper-search {
	border-bottom: solid 1px #d2d2d2;
	font-size: 0.875rem;
	overflow: hidden;
	padding: 5px 0; 
}
.shop-wrapper-search .article-thumb-wrapper {
	max-height: 70px;
}
.shop-wrapper-search .article-thumb-wrapper:before {
	display: none;
}

.shop-wrapper-search .article-thumb-wrapper img {
	object-position: 50% 0%;
}

.shop-wrapper-search .article-slide-desc a {
	color: #545454; 
}
.shop-wrapper-search .price {
	color: #000; font-weight: 700;
}
.shop-wrapper-search small {
	text-transform: uppercase; 
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-product-buy {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
}
@keyframes slide-in-product-buy {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
	}
  100% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 1;
	}
}
@-webkit-keyframes slide-in-product {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@keyframes slide-in-product {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);

  }
}



/********************************************************
	5. PRODUCT page

/**************** Product Page****************/
#product-page-wrapper {
	padding: 3rem 0 2rem 0;
	background: #fff;
}
#product-page-wrapper .product-wrapper-image {
	position: relative;
}
#product-page-wrapper .product-wrapper-data {
	/*border: solid 1px #999999;
	background: #fff; */
	padding: 1rem 3rem;
	position: relative;
}
#product-page-wrapper .page-header h1 {
    font-size: 1.75rem;
    font-family: "FuturaStd-Book";
}
#product-page-wrapper .slick-slider .article-thumb {
	border: solid 1px #999999;
	cursor: crosshair;
}
#product-page-wrapper .slider-nav .img-contain {
	border: solid 1px #999999;
	cursor: pointer;
}
#product-page-wrapper .slider-nav .slick-current .img-contain {
	border: solid 3px #00aeef;
}

#product-page-wrapper .slider-nav .slick-slide {
	padding-bottom: 1rem;
}
#product-page-wrapper .product-wrapper {
	padding-left: 60px;
}
#product-page-wrapper .title-mode {
	font-size: 1.25rem; 
	color: #000;
	margin-top: 2rem;
	padding: 1rem;
	border-bottom: solid 1px #c8cdd2;
	background: #fff!important;
	cursor: pointer;
}
#product-page-wrapper .title-mode.collapsed {
	background: #999999;
}
#product-page-wrapper .title-mode:after {
	content: '';
	display: block; float: right;
	width: 25px; height: 25px;
	background-image: url(../../images/icon/arrow-up.svg?v=1);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
#product-page-wrapper .title-mode.collapsed:after {
	background-image: url(../../images/icon/arrow-down.svg?v=1);
}
#product-page-wrapper .text-desc {
	margin: 1.5rem 0;
	color: #000;
}
#product-page-wrapper .text-desc h5 {
    font-size: 1.25rem;
}

/*#product-page-wrapper .text-desc a { color: #96a1ad; text-decoration: underline; }
#product-page-wrapper .text-desc a:hover { text-decoration: none; }*/

#product-page-wrapper label {
	font-weight: 400; font-size: 1rem;
	color: #999999; padding-right: 10px;
	text-transform: uppercase;
font-family: "FuturaStd-Book";

}
.product-wrapper-data .action.discount {
	margin-bottom: .5rem;
	padding: 2px 10px; font-size: 0.875rem;
	color: #999999; text-transform: uppercase;
	background-color: rgba(255,255,255,1);
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: red;
	display: inline-block;
 }	

#product-page-wrapper .shop-more {
	margin-bottom: 70px;
}

#product-page-wrapper .price {
	font-size: 1.75rem;
	/*font-weight: 900;*/
}
#product-page-wrapper .price.action { color: red;}

#product-page-wrapper .price small { font-weight: 400; }
#product-page-wrapper .old {
	margin-left: 0.5rem;
	font-size: 1.5rem;
	color: #bbbec1;
	position: relative;
	display: inline-table;
}
#product-page-wrapper .old:before {
    content: '';
    display: block;
    position: absolute;
    top: 1.125rem;
    z-index: 2;
    height: 1px;
    width: 100%;
    background: #000;
}
#product-page-wrapper .input-number {
	max-height: 100px; 
	overflow: scroll;
}
#product-page-wrapper .read-more .form-control {
	text-align: center;
	border-color: #313131;
}
/*
#product-page-wrapper .btn-shop {
	width: 100%;
	padding: 1rem;	
	font-size: 1.25rem;
	background: #ef384f;
	border-color: #ef384f;
}
#product-page-wrapper .btn-shop:hover {
	background: #000;
	border-color: #000;
}
#product-page-wrapper .btn-shop i {
	padding-right: 1rem;
}
*/
#product-page-wrapper .product-buy {
	
}
#product-page-wrapper .product-buy .btn-number {
	border: solid 1px #999999!important;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 60px;
	box-shadow: none!important;
}
#product-page-wrapper .product-buy .input-number {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#product-page-wrapper .social-share {
	position: absolute;
	top: 20px; right: 20px;
}

#product-page-wrapper .program {
	position: absolute;
	top: 40px;
}
/*#product-page-wrapper .program .action {
	margin-bottom: .5rem;
	padding: 2px 10px; font-size: 0.875rem;
	font-weight: 900;
	color: #fff; text-transform: uppercase;
	background-image: url(../../images/icon/note-bg-navy.svg?v=1);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	display: block;
	z-index: 100;
}*/

/********************************************************
	5. SHOP
********************************************************/

/* DropDown list */
.dropdown-menu.shop-list {
	width: 400px;	
	max-width: 95vw;
	max-height: 80vh;
	overflow: auto;
}
.shop-wrapper-header {
	border-bottom: solid 1px #999999;
	padding: 0; margin: 10px 0;
	font-size: 0.875rem;
	position: relative;
	overflow: hidden;
}
.shop-wrapper-header &gt; div {
	padding-right: 0;
}
.shop-wrapper-header .image { height: 80px; display: block;  }
.shop-wrapper-header .price {
	color: #000;
}
.shop-wrapper-header .article-slide-desc a {
	color: #000;  font-weight: 700; 
}
.shop-wrapper-header .article-slide-desc small {
	text-transform: uppercase;
}

#shop-page-wrapper {
	margin: 3rem 0;
}
#shop-page-wrapper #descCard {
	max-height: 800px;
	overflow: auto;
}
#shop-page-wrapper .btn-primary {
	padding: 1rem 2rem;
	text-transform: uppercase;
	text-align: center;
}
#shop-page-wrapper #shopBill .product-price {
	margin-top: 1rem; padding-top: 1rem;
	border-top: solid 1px #999999;
}
#shop-page-wrapper #shopBill .product-price .price {
	font-size: 1.5rem; font-weight: 700;
}
#shop-page-wrapper #shopBill .product-price .price small {
	font-weight: 400;
}

#shop-page-wrapper .nav-link {
	color: #000;
	font-size: 1.125rem;
	background: #d9d9d9;
	border-radius: 0%;
	border: solid 1px #000;
	padding: 1rem 1rem;
	margin-right: 1.5rem;
}
#shop-page-wrapper .nav-link .round {
	border-color: #000;
}
#shop-page-wrapper .nav-link.collapsed {
	background: #fff;
}
#shop-page-wrapper .nav-link.collapsed .round {
	border-color: #c6cbcf;
}
#shop-page-wrapper .nav-link strong {
	font-size: 1.375rem;
	font-weight: 400;
	text-transform: uppercase;
}


/********************************************************
	5. CAR TIRES POSITION
********************************************************/
.teh-info {
	/*border-top: solid 1px #d3d3d3;	*/
	border-bottom: solid 1px #d3d3d3;	
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}



/********************************************************
	4. CONTENT
********************************************************/

.row-big-title {
	font-size: 2.5rem; line-height: 1em; color: #000;
	word-break: keep-all; 
	margin-bottom: 1rem; padding-bottom: 0!important;
	font-family: "FuturaStd-Medium";

}
.row-small-title {
	font-size: 1.25rem;
	line-height: 1em;
	color: #000;
	word-break: keep-all;
	font-weight: 700;
	margin-bottom: 1px;
	padding-bottom: 0!important;
	text-transform: uppercase;
}


/****************Article****************/
.article-thumb-wrapper {
	overflow: hidden;
}
.article-thumb {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.article-thumb img { margin: 0 auto; }

.article-slide-title {
	padding: 10px 15px;
	min-height: 40px;
}

.article-slide-desc {
}
.article-slide-desc h2,
.article-slide-desc h3 {
	color: #000;
	font-size: 24px;
	margin: 0 auto;
	padding-bottom: 20px;
   line-height: 1;
}
.article-slide-desc h2 a { color: #000; }
.article-slide-desc h2 a:hover { color: #000; }
.article-slide-desc h3 a {color: #000;}
.article-slide-desc h3 a:hover {color: #000;}

.article-slide-desc p {
	color: #000; font-size: 1rem;
}
.article-slide-desc p a {
	color: #000;
}
.article-slide-desc p a:hover {
	color: #000;
}
/****************Home Page****************/


/****************Product &amp; Category Page****************/
#product-search-filter {
	padding: 0;
}
#product-search-filter .row-small-title {
	font-size: 1rem;
}
#product-search-filter .panel {
	margin-bottom: 15px;
}
#product-search-filter .panel-heading {
	padding: 0; margin: 30px 0 20px 0;
	line-height: 18px;
	cursor: pointer;
	border-bottom: solid 1px #d1d1d1;
}
#product-search-filter .panel-heading:before {
	content: '';
	display: block; float: right;
	width: 15px; height: 15px;
	background-image: url(../../images/icon/minus.svg?v=1);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
#product-search-filter .panel-heading.collapsed:before {
	background-image: url(../../images/icon/plus.svg?v=1);
}
#product-search-filter .panel-title {
	padding: 0 0 10px 0; margin: 0;
	font-size: 1rem; font-weight: 400;
	color: #000;
}
#product-search-filter .panel-collapse {
	margin: 0; padding: 0;
	max-height: 60vh;
	overflow: scroll;
}
#product-search-filter .panel-collapse &gt; div {
	margin: 5px 0 5px 10px; 
	font-size: 0.875rem;
}
#product-search-filter .panel-collapse &gt; .slider {
	width: 90%;
	overflow: visible;
	position: relative;
}
#product-search-filter .panel-collapse label {
	color: #96a1ad;
}

/****************Conatact Page****************/
.container-title {
	margin-bottom: 2rem;
}
.container-title h2 {
	font-size: 3rem;
	
	color: #000;	
}
.container-title h2 strong {
	font-weight: 700;
}
.container-title p {
	font-size: 1.125rem;
}
/****************Card****************/

.blog-wrapper .card-body  {
	padding: 2rem 1rem;
	color: #6a5959; font-size: 1rem;
	background: #fff;
	border: solid 1px #bfb7b6;
}
.blog-wrapper .card-info {
	color: #910533;  
}
.blog-wrapper .card-title {
	font-size: 1.25rem;
}
 
/* Action */ 
#home-action {
}
#home-action .row {
	margin: 0;
}
#home-action .card {
	border-left: none; 
}
#home-action .card-body {
	border-top: none;
	border-bottom: solid 1px #999999;
}
#home-action .col:first-child  .card {
	border-left: solid 1px #999999;
}


#home-action .nav-tabs .nav-link {
	background: #fff;
	border: solid 1px #999999;
	border-left: none;
	margin: 0; 
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2rem 1rem;
	padding-right: 82px;
	color: #000;
	font-size: 1.125rem;
	position: relative;
}
#home-action .nav-tabs .nav-link:first-child {
	border-left: solid 1px #999999;
}
#home-action .nav-tabs .nav-link:after{
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    margin-left: 0.5rem;
    border-left: solid 1px #999999;
    background-image: url(../../images/icon/arrow-next.svg?v=1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
#home-action .nav-tabs .nav-link.active {	
	background: #1764a7!important;
	border: solid 1px #1764a7;
	color: #fff;
	font-weight: 700;
}
#home-action .nav-tabs .nav-link strong {
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
}
.vehicle-page #home-action .nav-tabs .nav-link strong {
    text-transform: none;
}
.vehicle-page #home-action .nav-tabs .nav-link:after {
	border-left: none; 
}
.vehicle-page #home-action .nav-tabs .nav-link:hover {
	background: rgba(0,0,0,.05);
}

#home-action .nav-tabs {
	border: none;
}


#home-offer {
	padding-bottom: 3rem;
}
#home-offer .card {
}
#home-offer .card-body {
	padding: 1.25rem 0 1.25rem 1rem;
}
#home-offer .article-thumb-wrapper { height: 100% }
#home-offer .article-thumb {
	bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}

#home-offer .card-img-top {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#home-offer .image-right .card-img-top {
    object-position: 100% 50%;
}

#home-offer .card-img-overlay {}
#home-offer .card-img-overlay a {
	border: solid 1px #fff;
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	padding: .75rem 2rem;
}
#home-offer .card-img-overlay a:hover {
	background: #ef384f;
}	
#home-offer .card-img-overlay.dark a {
	border-color: 	#000;
	color: #000;
}
#home-offer .card-img-overlay.dark a:hover {
	border-color: 	#000;
	color: #fff;
	background: #fff;
}

#home-offer .primary .card { height: 60vh;  }
#home-offer .secondary .card { height: 30vh; }



/* .home-solutions */ 
.home-solutions {
	padding: 0 ;
}
.home-solutions &gt; .container-fluid {
}
.home-solutions .row {
	margin: 0;
}
.home-solutions .card {
	border-left: none; 
}
.home-solutions .card-body {
}
.home-solutions .slick-wrapper .card-title {
	font-size: 1.125rem;
}
.home-solutions .slick-center {
	display: block;
	position: relative;

}
.home-solutions .slick-center .article-thumb {
	border: solid 1px #dee2e6;
}


#home-brand {
	padding: 2rem 0;
	/*min-height: 300px; */overflow: hidden;	
}
#home-brand img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#home-brand img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity:1;
}
#home-brand img { height: 40px; opacity:1;}
#home-brand .biger { top: -5px;}
#home-brand .biger img { height: 55px; }
#home-brand .oval { top: 0;}
#home-brand .oval img { height: 55px; }

#home-social .article-thumb-wrapper {	height: 50vh; }
#home-social .article-thumb { height: 100%; display: block; }


/* Blog */ 
#home-blog {
    padding: 1rem 0 0;
}
#home-blog .card-body {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}    
#home-blog .card-body strong {
    text-transform: none;
}
#home-blog .article-thumb-wrapper { height: 40vw; padding: 0 .875rem; }
#home-blog .img-cover {
    object-position: 50% 0%;
}


#home-secured {
	padding: 1.5rem 0 0 0;
	border-top: solid 1px #dee2e6;
}
#home-secured strong {
    font-weight: 700; color: #000;
}

#home-secured .card-body {
	border-top: none;
   padding: .5rem;
   height: 5vw;
}
#home-secured .card-img { 
	height: 5vw; display: block;
   /*padding: 50px 1.5rem;*/
}

#home-secured .card-img-top {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#home-secured .card-body:after {
	display: none;
}
#home-secured .card-body a {
	 color: #6a5959;
    vertical-align: middle;
    text-decoration: none;
}
#home-secured .card-body strong {
    font-size: 1.125rem;
    font-weight: 700; color: #000;
    text-transform: uppercase;
}
#home-secured .bank-wrapper { color: #000;}
#home-secured .bank-wrapper .row &gt; div img  {
   height: 26px;
}

 
/* footer */ 
#home-footer {
	margin-bottom: 0rem;
}
#home-footer .card { border: none; }
#home-footer .card-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 65vh; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#home-footer .card-text {
	color: #fff; 
}
#home-footer .card-text p {
	color: #fff;
	font-size: 1.125rem; 
}
#home-footer .card-text h2,
#home-footer .card-text h3 {
	color: #fff;
	font-size: 3rem; 
}
#home-footer .card-text strong { 
	font-weight: 700;
}
#home-footer .btn {
	background-color: transparent!important;
	border: solid 1px #fff!important;
	font-size: 1rem; 
	margin-top: 2rem;
}
#home-footer .btn:hover {
	background-color: rgba(255,255,255,0.5)!important;
}
/* footer */ 
#home-newsletter {
	background-color: #1764a7;
	background-image: url(../../images/bg-dots.svg?v=1);
	background-repeat: repeat;
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff; font-size: 1.125rem; 
}
#home-newsletter p {
	color: #fff; font-size: 1.125rem; 
}
#home-newsletter strong {
	font-size: 1.375rem;
}
#home-newsletter .btn {
	height: 50px;
}

/****************Calendar****************/
#calendar {
}
#calendar h3 {
	font-size: 24px; font-weight: 700;
	text-transform: uppercase;
}
#calendar .body {
}
#calendar .header {
	margin: 0 -15px;
	padding: 15px;
	border-bottom: solid 1px #999999; 
}
#calendar .header .custom-checkbox {
	border-right: solid 1px #999999;
	padding: 10px 15px; margin-left: 15px;
}
#calendar #days&gt;.row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #999999;
}
#calendar #days .day {
	padding: 5px 15px;
}
#calendar #days .day span {
	font-size: 18px;
	font-weight: 700;
}

#calendar #days .button-read-more {
	font-size: 1rem; font-weight: 400;
	text-transform: none;
	padding: 10px 15px;
	margin: 5px 0; cursor: pointer;
}

#calendar #days .time  {
}
#calendar #days .time .hour  {
	padding: 0 5px; margin-bottom: 10px;	
	cursor: pointer;	
}
#calendar #days .time .hour &gt; div {
	background: #fff;
	border: solid 1px #999999;	
	color: #000; text-align: center;
	height: 60px; padding-top: .5rem; 
	position: relative;
}
#calendar #days .time .hour:hover &gt; div {
	background: #1764a7;
	color: #fff;
}
#calendar #days .time .disabled {
	cursor: not-allowed;
}
#calendar #days .time .disabled &gt; div {
	background: #fcfcfd!important;
	border: solid 1px #e2e5e7!important;	
	color: #8d969f!important;
}
#calendar #days .time .service {
	color: #fff; font-size: 0.875rem;
	display: block; width: 100%;
	background-color: #1764a7;
}
#calendar #days .time .service i {
	color: #fff; font-size: 0.75rem;
}


#calendar .tires &gt; div {
	font-size: 0.875rem;
	padding-top: .75rem; 
	padding-bottom: .75rem; 
	border-top: solid 1px #e2e5e7!important;	
}




/***************GALLERY***********************/
#gallery-page-wrapper { 
	margin-top: 3rem;
}
#gallery-page-wrapper h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	font-weight: 300;
	text-align: center;
    
	word-break: keep-all;
	margin: 1rem 0 2.5rem 0;
	padding: 0;
	font-size: 2.25rem;
	line-height: 1em;
}
#gallery-page-wrapper .article-thumb-wrapper {
	padding: 10px 5px; margin: 0;
	overflow: hidden;
	height: 250px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;	
}
#gallery-page-wrapper .article-thumb-wrapper .article-thumb {
	height: 250px;
}
#gallery-page-wrapper .article-thumb-wrapper:hover .article-thumb {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
} 


/****************Inner Page****************/
#inner-page-wrapper {
	padding: 2rem 0;
	margin-bottom: 2rem;
}

#inner-page-wrapper .nav-tabs .nav-link {
	background: #fff;
	border: solid 1px #c6cbcf;
	color: #000;
	padding: 1rem;
	margin: 0 0.25rem; 
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#inner-page-wrapper .nav-tabs .nav-link.active {	
	background: #1764a7;
	border: solid 1px #1764a7;
	color: #fff;
	font-weight: 700;
}
#inner-page-wrapper .nav-tabs {
	border: none	
}
#inner-page-wrapper .videoBox {
	height: 60vh;	
}


/**************** News list Page****************/
#shopbylook-page-wrapper {
	padding: 2rem 0;
}
.shopbylook-wrapper .card-title a {
}
.shopbylook-wrapper .card-body {
	border: none;
}
.shopbylook-wrapper .article-thumb-wrapper {
	height: 420px;
}
.shopbylook-wrapper.card-big .article-thumb-wrapper {
	height: 600px;
}
.shopbylook-wrapper.card-big .card-body {
	padding: 2rem; border-top: solid 1px #dddddd;
}
.shopbylook-wrapper.card-middle .article-thumb-wrapper {
	height: 500px;
}
.shopbylook-wrapper.card-middle .card-body {
	padding: 2rem; border-top: solid 1px #dddddd;
}

/**************** News list Page****************/
#news-page-wrapper {
	padding: 4rem 0;
}
.news-wrapper .card-title a {
	
}
.news-wrapper .card-body {
	border: none;
}
.news-wrapper .article-thumb-wrapper {
	height: 220px;
}
.news-wrapper.card-big .article-thumb-wrapper {
	height: 400px;
}
.news-wrapper.card-big .card-body {
	padding: 2rem; border-top: solid 1px #999999;
}
.news-wrapper.card-middle .article-thumb-wrapper {
	height: 300px;
}
.news-wrapper.card-middle .card-body {
	padding: 2rem; border-top: solid 1px #999999;
}

/**************** Contact Page****************/
.contact-wrapper .card {
    border-top: solid 4px #1764a7;
}
.contact-wrapper .card-body {
	border: none;
}
.contact-wrapper .article-thumb-wrapper {
	height: 150px;
	padding: 2rem;
}

#location-page-wrapper {
	margin-bottom: 5rem;
}
#location-page-wrapper .article-thumb-wrapper {
	height: 180px; padding: 0;
}
#location-page-wrapper .article-thumb-wrapper a {	
	display: block; height: 180px;
}
#location-page-wrapper .card-title a {
	font-weight: 700; font-size: 1.25rem;
}

#location-page-wrapper .location-wrapper {
	background: #fff;
	padding: 1rem;
	height: calc(100vh - 220px);
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
#location-page-wrapper #map-canvas {
	height: calc(100vh - 150px);
	width: 100%;
}
#location-page-wrapper .location-wrapper span {
	color: #1764a7;	
}


.content-wrapper .container-box {
	margin: 2rem 0;
	background: #fff;
	border: solid 1px #dddddd;
	border-top: solid 4px #000;
	padding: 1rem;
}
.content-wrapper .container-box-title {
	margin: 0;
	background: transparent;
	padding: .75rem;
}
.content-wrapper .container-box-title h3 {
	font-size: 2rem; color: #000;
	padding: 0; margin: 0;
}

.content-wrapper .container-box .row-line {
	border-top: solid 1px #999999;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.content-wrapper .container-box .border-top {
	border-top: solid 1px #999999;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.content-wrapper .container-box .border-bottom {
	border-bottom: solid 1px #999999;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.content-wrapper .container-box .big-icon {
	border: solid 10px #e8ecef;
	border-radius: 50%;
	margin: 20px;
	background-size: 50% 50%; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 130px; height: 130px;
}
.content-wrapper .container-box .big-icon img { border-radius: 50%; }

.content-wrapper .container-box .big-icon.service {
	background-image: url(../../images/icon/service.svg?v=1);
}
.content-wrapper .container-box .edit {
	color: #000; text-decoration: underline;	
}
.content-wrapper .container-box .edit:hover {
	text-decoration: none;	
}
.content-wrapper .container-box .edit:after {
	content: '';
	display: inline-block; 
	background: url(../../images/icon/edit.svg?v=1) 0 0 no-repeat;
	width: 20px; height: 20px;
	margin-left: 1rem;
}
.content-wrapper .container-box .more {
	color: #000; text-decoration: underline;	
}
.content-wrapper .container-box .more:hover {
	text-decoration: none;	
}
.content-wrapper .container-box .more:after {
	content: '';
	display: inline-block; 
	background: url(../../images/icon/arrow-right.svg?v=1) 0 0 no-repeat;
	width: 20px; height: 20px;
	margin-left: 1rem;
}

label.info {
	color: #1764a7;
	display: block;
	padding: 0; margin: 0;
}
label.info strong { color: #000; }

.main {
	font-size: 1rem;
}
.account {
	font-size: 1rem;
	padding: 0 0 0 30px;
}

.page-header  {
	padding: 1rem 0; margin: 0; 
	border-bottom: none;
}

.page-header .article-thumb-logo {
    height: 40px; width: 200px;
    margin-bottom: 1rem;
}
.page-header .article-thumb-logo .article-thumb {
	display: block; overflow: hidden;
	width: 100%; height: 100%;
}
.page-header .article-thumb-logo .article-thumb img {
    object-position: 0% 50%;
}

.page-header .text-info {
    /*color: #000!important;*/
}
.page-header h1 {
	font-size: 3rem; line-height: 1.25em; color: #000;
	word-break: keep-all; 
	margin-bottom: 1rem; padding-bottom: 0!important;	
	
}
#product_categories_id {
    font-size: 2.25rem;
    font-family: "Futura-Med";
    text-transform: uppercase;
}
.page-header h1 strong { font-weight: 900; }
.page-header h2 {
	word-break: keep-all; 
	margin-bottom: 1rem; padding-bottom: 0!important;	
}
.page-header h2 strong { font-weight: 400; }

.page-header .lead {
	font-size: 1.25rem
}

.main blockquote {
	padding-top: 15px;
	padding-bottom: 15px;
	border: #d9d9d9; background: #f3f3f3;
	color: #000; font-size: 18px; 
}
.main blockquote p {
	color: #000; font-size: 18px; 
}

.main .jumbotron {
	background-color: #e8ecef;
	padding: 2rem 2rem;
	border: solid 1px #999999;
	border-radius: 0; 
}
/*
.main .jumbotron h2, 
.main .jumbotron h3 {
	margin: 0; color: #1764a7;
	padding-top: 0;
}*/
.main .date { background: #1764a7; color: #fff; display: inline-table; margin: 20px 0; padding-right: 5px; border: solid 2px #fff;  }
.main .date span { background: #000; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }


.main .snippet-image { margin: 3rem 0; }
.main .snippet-image.pull-left { padding: 0 30px 0 0; }
.main .snippet-image.pull-right { padding: 0 0 0 30px; }
.main .snippet-image.center { padding: 0; max-height: 250px; }

.main .snippet-image.logo { 
	padding: 15px 0 15px 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.main .snippet-image.logo:hover { 
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/* Text over images */
.main figcaption {
	background-color: rgba(0, 0, 0, 0.6);
}
.main figcaption h3 {
	color: #fff!important; text-align: center!important;
}
.main figcaption p {
	color: #fff!important; text-align: center!important;
	top: 10px;
 }
.main a:hover figcaption {
    color: #fff;
}

.main .snippet-image p {
	color: #000; 
	margin: 0; padding: 5px 10px; 
	
}
.main .lead {
	margin-top: 0; padding-top: 0;
	color: #000;
	font-size: 1.125rem;
	font-weight: 500; 
}
.main p {
	color: #000;
	line-height: 1.50em;
	
}
.main p strong {
	font-weight: 700;
}
.main a:not([class]), 
.main a.wtm { 
	color: #000;
	text-decoration: underline;
}
.main a:not([class]):hover,
.main a.wtm:hover
 { 
	text-decoration: none!important;
}

.main strong {
	color: #000; 
}
.main .page-content {
	margin-bottom: 1em;
}
.main .page-content h2, 
.main .page-content h3 {
	margin-top: 1.5em;
}
.main .page-content li {
    color: #000;
    line-height: 1.50em;
}

.main table,
.main th,
.main td {
	border: none;
}
.main table {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
}
.main th,
.main td {
	border-collapse: collapse;
	padding: 10px;
}
.main td {
	color: #000; font-size: 1rem;
	font-family: "Futura-Med";
}
.main tbody &gt; tr &gt; td {
	vertical-align: middle!important;
	padding: 5px 10px;
}
.main td p {
	margin: 0; padding: 0;
	color: #000;
}


.main tbody&gt;tr:last-child {
	border-bottom: solid #1764a7 3px;
}
.DivPriceList {
    display: block;
    width: 100%;
    max-height: 30vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main td .admin {
	color: #003073;
	font-size: 0.875rem; font-weight: 400;
	text-decoration: underline;
}
.main td .admin:hover {
	text-decoration: none;
}
.main td .admin i {
	font-size: 18px; margin: 5px;
}

.main table &gt; thead &gt; tr {
  background-color: #fff;
}
.main table th {
	color: #000; font-size: 1rem;
	background: #dfdfdf; font-weight: 400;
	font-family: "FuturaStd-Medium";
	/*border-bottom: 2px solid #dee2e6;*/
}

.main table &gt; tbody &gt; tr:nth-of-type(even) {
  background-color: #fff!important;
  border-bottom: solid 1px #f8f8f8; 
}
.main table &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f8f8f8!important;
  border-bottom: solid 1px #f8f8f8; 
}

.main table &gt; tbody &gt; tr[data-expanded="true"],
.main table &gt; tbody &gt; .footable-detail-row {
}

.main table &gt; tbody &gt; tr.total {
  background-color: #eef8e8!important;
  font-weight: 700;
}
.main table &gt; tbody &gt; tr.total td.name {
	font-weight: 700;
}
table&gt;tbody&gt;tr&gt;td&gt;span.footable-toggle {
	border-radius: 100%;
	background-color:  #1764a7;
	color: #fff;
	padding: 0 2px;
	text-align: center;
	opacity: 1!important;
	font-weight: 600;
	font-size: 0.75rem;
}

table.footable .footable-detail-row:nth-of-type(odd) {
	background-color: #fff;	
}
table.footable .footable-detail-row:nth-of-type(even) {
	background-color: #e9e9e9;	
}
table.footable .footable-detail-row&gt;td {
	padding: 0; margin: 0; border: none;
}

table.footable, table.footable-details {
	margin: 0; border: none!important;
	background: transparent!important;
}
table.footable, table.footable-details tr,
table.footable-details th,
table.footable-details td {
	border: none!important;
	background: transparent!important;
}

table.footable-details&gt;tbody&gt;tr&gt;th:nth-child(1) {
	width: 20%!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
	color: #003073;
	font-weight: 700;
	
}
table.footable-details&gt;tbody&gt;tr&gt;td:nth-child(2) {
	width: 80%!important;
}

.table.smaller&gt;thead&gt;tr&gt;th,
.table.smaller td {
	padding: .25rem;
	font-size: smaller;
}
.table.smaller .btn {
	font-weight: normal!important;
	font-size: smaller;
}
td .oneline {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
td a:not([class]) { color: #000; text-decoration: underline; }
td a:not([class]):hover { text-decoration: none; }


/* legend */
.legend {
	color: #b3b3b3; font-weight: 400;
	font-size: 0.875rem;
}
.legend strong {
	color: #231f20; font-weight: 700;
}



/* forms */

.page-form { 
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1rem;
}
.page-form .form-group {
    margin-bottom: 1rem;
}
.page-form .form-control {
	background-color: #fff;
	border: solid 1px #dddddd;
 	color: #000;
	border-radius: 0;
	-ms-border-radius: 0;
	height: 50px; padding: .5rem;
	border-radius: 0;
}
.page-form .form-control.form-print {
	padding-top: 10px; height: auto;
	min-height: 48px;
	background: #fff; 
	border: none; border-radius: 0;
	border-bottom: solid 1px #999999;
}
.page-form .form-control .before {
   display: block;
	position: absolute;
	width: 50px; height: 50px;	
	z-index: 100;			
}
.page-form select.form-control {
	padding: 5px;
	border: none;
	border: solid 1px #999999;
}
.page-form textarea.form-control {
	height: 100px;
}
.page-form select.form-control option { color: #000; }


.page-form .form-control.currency {
	padding-left: 35px;
}
.page-form .currency-input { position: relative; }
.page-form .currency-symbol {
	position:absolute;
	left: 4px; top: 6px;
	color: #000;
}
.page-form.form-inline .btn {
	height: 50px; padding: .5rem 1rem; 
	min-width: 50px;
}
.form-control::-moz-placeholder {
	color: #000;
	
	opacity: 0.5;
}
.form-control:-ms-input-placeholder {
	color: #000;
	
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #000;
	
	opacity: 0.5;
}
.page-form .form-control:focus {
	background: #fff;
	color: #000;
	outline-color: transparent; outline: 0;
	box-shadow: none;
	border-bottom: solid 1px #1764a7;	
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
:-webkit-autofill, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: #fff!important;
	color: #000;
}


.form-group label { color: #000; font-family: "Futura-Med"; }
.form-group .form-control:focus + .form-group label, .form-group select:focus + label, .form-group textarea:focus + label {
	font-size: 10px; color: #999;  
}
.form-group label.custom-file-label { height: 40px; padding: .5rem; }
.custom-file-label::after { height: 40px; content: 'Izaberi'}	


.form-group p {  padding: 10px 0; }
.form-group a:not([class]) { color: #000; text-decoration: underline; }
.form-group a:not([class]):hover { text-decoration: none; }

.page-form .button-read-more { margin-top: 25px; }
.page-form .form-inline .button-read-more { margin-top: 0px; margin-left: 20px; }

/*.page-form .form-control:-moz-read-only { background: transparent!important; border: none; box-shadow: none; color: #000; }*/

.page-form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.page-form .custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 10pt;
}
.page-form .custom-file-input:hover::before {
  border-color: black;
}
.page-form .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.input-group-text {
	background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #0a583f;
}

/*************** Custom checked~radio  ***************/ 
.custom-radio .custom-control-label {
	cursor: pointer;
}
.custom-radio .custom-control-label::before {
    border-radius: 0!important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1764a7;
    background-color: #1764a7;
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d; opacity: .5;
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef; opacity: .5;
}

/*************** download ***************/ 
.download-wrapper {
	margin: 2rem 0;
}
.download-wrapper .card-img {
	max-width: 30px;
}
.download-wrapper a {
	text-decoration: none!important;
}
.download-wrapper .card:hover .card-body {
	background: #dcedfd
}

/*************** Modal ***************/ 
.swal2-modal h2 {
	line-height: normal!important;
	margin-bottom: 2rem!important;
	font-family: "FuturaStd-Book";

}
.swal2-modal a:not([class]) {
	color: #1764a7;
}
.swal2-modal a:not([class]):hover {
	text-decoration: underline;
}

.modal-header {
	background: #fff;
   border-bottom: none;
   text-align: center;
}
.modal-content {
	border-radius: 0; 
	background: #e8ecef;
 	box-shadow: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.17);
 	max-height: 90vh; 
 	overflow: auto;
}
.modal-title  {
	font-weight: 400!important;
	font-size: 1.75rem!important;
	margin: 0!important;
	color: #000;
	text-align: center;
}
.notlogin-page .modal-body .page-form { margin: 20px 0!important; }
.modal-body p {
    clear: both;
    color: #000;
    font-size: 1rem;
    line-height: 1em;
    margin: 0;
    padding: 0.5rem 0;
}
.modal-body .form-group a:not([class]) { color: #000; text-decoration: underline }
.modal-body .form-group a:not([class]):hover { text-decoration: none; }
.modal-body .btn {
	text-transform: uppercase;
	padding: 1rem 2rem;
}


.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content {
	background: transparent;
	padding-top: 0;
	max-width: 80vw;
}
.ekko-lightbox .modal-title {	
	padding: 0; margin: 0;
	display: none;
}
.ekko-lightbox .modal-header {
	width: 100%;
	margin: 0;
}
.ekko-lightbox .modal-content {
}
.ekko-lightbox .modal-body {	
	padding: 0; margin: 0;
}


.alert-danger {
	font-size: 1rem;
	text-align: center;
}
.alert-danger p { color: #fff; }
.alert-danger a { color: #fff; text-transform: uppercase; font-weight: 700; }
.alert-danger a:hover { color: #d1dadf; }


/*.sidebar { padding: 0 30px 0 0; }*/


/********************************************************
	5. RIGHT SIDE
********************************************************/
.side-wrapper {
	
}


.cookieNotice {
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em 2em;
    box-sizing: border-box;
    z-index: 999999;
    background-color: #000;
    color: #fff;
    text-align: center;    
}
.cookieNotice p {
	color: #d6d6d6; font-size: 12px;
	padding: 0; margin: 0;
}
.cookieNotice a {
	color: #fff; font-weight: bold;
}


/********************************************************
	5. FOOTER
********************************************************/
footer {
	z-index: 100;
	position: relative;
}
footer.content-wrapper {
	margin: 0; padding: 2.5rem 0 0 0;
	border-top: solid 1px #999999;
	background-color: #f3f3f3;
} 
#site-footer {} 

footer .brand-wrapper {
}
footer .brand-wrapper p {
 	color: #000;
 	font-size: 1rem;
 	padding: 0;
}
footer .navbar-logo {
	display: inline-block;
	height: 60px; width: 210px;
	padding: 10px; margin-bottom: 2rem;
}
footer .navbar-brand {
	display: block;
	position: relative;
	padding: 0; margin: 0 0 0 0 ;
	height: 40px; width: 170px;
  	background-image: url('../../images/logo.svg?v=1');
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-size: auto 100%; 
}
footer .navbar-logo:hover { /*background: #0a583f;*/}
footer .navbar-logo:hover .navbar-brand {
	background-image: url('../../images/logo-color.svg?v=1');
}

footer .newsletter p {
	font-size: 0.875rem; color: #cbcbcb;	
}
footer .page-form .form-control {
	background: transparent;
	border: none;
	outline: 0;
	border-bottom: solid 1px #cbcbcb;
	height: 40px; 
}
footer .btn {
	border: solid 1px #cbcbcb;
	background: transparent;
	color: #000; margin-left: 20px;
} 

footer .footer-info-wrapper { margin-bottom: 0rem;  }
footer .footer-info-wrapper h4 { font-size: 1.125rem; color: #000; text-transform: uppercase }
footer .footer-info-wrapper p { color: #000; font-family: "FuturaStd-Book"; }
footer .footer-info-wrapper strong { color: #000; font-family: "Futura-Med"; text-transform: uppercase; font-weight: 400;   }
footer .footer-info-wrapper a { color: #000; text-decoration: none;  }
footer .footer-info-wrapper a:hover { text-decoration: underline; }
footer .footer-info-wrapper .row &gt; div:first-child { padding-left: 0!important;  }
footer .social-share { border: none; padding: 0; color: #000; }

#site-copyright { 
	margin-top: 1rem; padding: 1rem 0; 
	color: #fff; 
	font-size: 0.875rem;
	background: #000;
}
#site-copyright p { color: #fff; font-size: 0.875rem; }
#site-copyright a { color: #d3d3d3; text-decoration: underline; }
#site-copyright a:hover { text-decoration: none;  }


/********************************************************
	6. RESPONSIVE
********************************************************/
/* Medium c-md */
@media screen and (min-width: 768px) {
	.product-wrapper-height {
		/*min-height: 2730px;*/
		overflow: visible;
	}
	 
}
/* Large -lg */
@media screen and (min-width: 992px) {
	
	.header-contact #searchForm {
		position: relative;
	}
	.header-contact #collapseSearch {
		left: -220px; 
		position: absolute;
		/*	position: absolute;
		background: #f0f0f0;
		top: 65px; left: 0;
		z-index: 100;
		width: 100%;*/
	}

	.navbar-main {
		height: 74px;
	}
	.navbar-main .navbar-expand-lg .navbar-nav {
		height: 68px;
		margin-top: 6px;
	}
	/* alow dropdown with 100% page */
	.navbar-main, .navbar, .dropdown-horisontal {
		position: static !important; /* for IE */
		position: initial !important; /* IE not support*/
	}
	.dropdown-horisontal .dropdown-content {
		left: 0; top: 72px; z-index: 14;
  		transition: all .3s ease-in-out;
  		border-radius: 0;
  		overflow: hidden; 
  		background: rgba(255, 255, 255, 1);
  		width: 100%;
  		padding-top: 1rem; padding-bottom: 2rem; 
	}
	/*.dropdown-horisontal .dropdown-content .row &gt; div { 
		padding: 0 .5rem;
		margin-bottom: .5rem;
	}*/
	.dropdown-horisontal .dropdown-item {
		color: #757575; white-space: normal;
	}
	.dropdown-horisontal .dropdown-item:hover {
		color: #000; background: transparent;
	}
	.dropdown-horisontal .dropdown-item::before {
		content: '';
		margin: 0.5rem 0.5rem 0 0;
		display: block;
		float: left;
		width: 10px;
		height: 10px;
	}
	
	.dropdown-horisontal .active .dropdown-item {
		background: #f8f9fa;
	}
	.dropdown-item.active, .dropdown-item:active {
		background: transparent	
	}
	.dropdown-horisontal .dropdown-content .st {
		margin: .5rem 0;
		position: relative;
	}
	.dropdown-horisontal .dropdown-content .st .dropdown-item span {
		color: #e87624;	
	}
	.dropdown-horisontal .dropdown-content .st.haveRd {
		margin: 1.5rem 0;
	}
	.dropdown-horisontal .dropdown-content .st span.dropdown-item {
		font-family: "FuturaStd-Book";
		text-transform: uppercase;
		color: #000;
	}
	.dropdown-horisontal .dropdown-content .st.haveRd:after {
		content: '';
		top: calc(100% - 1px); left: 0%;
		position: absolute; z-index: -1;
		width: calc(100% - 30px); height: 1px;
		background: #a9bed0;
	}
	.dropdown-horisontal .dropdown-content .st .divScroll {
		max-height: 500px;
		overflow: auto;
		margin-bottom: .5rem;
	}
	.dropdown-horisontal .dropdown-content .nd {
		padding-left: 0rem;
	}
	.dropdown-horisontal .dropdown-content .nd a {
		padding-left: .5rem;
		font-family: "Futura-Med";

	}
	.dropdown-horisontal .dropdown-content .nd a:before {
		content: ''; margin: 0.5rem 0.5rem 0 0;
		display: block; float: left;
		width: 10px; height: 10px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: auto 100%; 
		background-image: url(../../images/icon/arrow-right.svg?v=1);
	}
	
	.dropdown-horisontal.dropdown-vertical .col-auto {
		position: relative;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu&gt;.dropdown-item:focus {
		background: #000;
		color: #fff;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu&gt;.dropdown-item {
		position: relative;
		word-wrap: break-word;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu&gt;.dropdown-item::after {
    	content: "";
    	overflow: hidden;
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 10px;
    	background: url(../../images/icon/arrow-right.svg?v=1) 0 0 no-repeat;
    	background-size: 100% auto; 
    	width: 7px; height: 15px;
    	border: none;
	}
	.dropdown-vertical  .dropdown-submenu&gt;.dropdown-menu {
    	position: absolute;
    	top: 0;
    	left: 100%;
    	padding: 0!important;
    	margin: 0!important;
    	border: none;
    	border-right: solid 1px #000;
    	border-radius:0;
	}
	.dropdown-vertical  .dropdown-submenu .dropdown-menu .dropdown-item {
		word-wrap: break-word;
		white-space: nowrap;
	}
	
	
	.navbar-fixed-top {
		-webkit-box-shadow: 0 4px 20px 0 #000;
 		box-shadow: 0 -2px 20px 0 #000;
 		background-color: rgba(255, 255, 255, 1)!important;
		position: fixed; top: 0;
		z-index: 1000;
			-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
	}
	.navbar-fixed-top .navbar-icon {
		display: none;
	}
	.navbar-fixed-top .dropdown-horisontal .dropdown-content {
    	top: 90px;
    }
    
    .carousel-indicators {
		justify-content: flex-end;
	}
	.carousel-indicators .active {
		width: 20px; height: 20px; margin-top: 0px;	
	}
	
	#home-search {
		padding: 0;
		position: absolute;
		z-index: 12; top: 5rem; left: 5rem;
	}
	#welcome-note {
		padding: 0;
		position: absolute;
		z-index: 10; bottom: 130px;
		width: 100%;
	} 
	#welcome-note  p {
		color: #fff; font-size: 1.875rem;
		
		padding: 0; margin: 0;
	}
	#welcome-note   h1 {
		color: #fff; font-size: 1.875rem;
		font-weight: 700;
		padding: 0; margin: 0;
	}
	#home-action {
		margin-top: -50px;
		margin-bottom: 5rem;
		z-index: 11; position: relative;
	}
	#home-search .sizeSearch {
		margin-top: 44px;
		max-width: 60vw;
	}
	#home-search #tiresSize .tiresSizeBox.size-half {
		width: 50%;
	}
	#home-search #tiresSize .tiresSizeBox.size-quarter {
		width: 25%;
	}
	#top-search #tiresSize .tiresSizeBox.size-half {
		width: 50%;
	}
	#top-search #tiresSize .tiresSizeBox.size-quarter {
		width: 25%;
	}

}

@media screen and (min-width: 1200px) {
	#calendar .body {
		max-height: 80vh;
		overflow-y: auto;
		overflow-x: hidden;
    	margin: 0 -15px;
    	padding: 0 15px;
	}
	#home-search .sizeSearch {
		max-width: 60vw;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link {
		white-space: normal!important;
	}
	
	.header-contact .navigation-top-left {
		width: 420px;
	}
	
}
@media screen and (min-width: 1400px) {
	/*.container-fluid {
    	max-width: 100%;
	}*/
	#home-search .sizeSearch {
		max-width: 65vw;
	}
	#calendar #days .day span {
		font-size: 20px;
	}
	
	
}
@media screen and (min-width: 1500px) {
	/*.container-fluid {
    	max-width: 1424px;
	}*/
}
@media screen and (min-width: 1600px) {
	/*.container-fluid {
    	max-width: 1524px;
	}*/
}
@media screen and (min-width: 1800px) {
	/*.container-fluid {
    	max-width: 1724px;
	}*/
}
@media screen and (min-width: 820px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) and (max-width: 1499px) {

	body { font-size: 14rem; }
	h1 {font-size:2rem;}
	h2 {font-size:1.75rem;}
	h3 {font-size:1.75rem;}
	h4 {font-size:1.75rem;}
	.main {font-size:0.875rem }
	div {font-size:0.875rem }
	p {font-size:0.875rem }
	.btn {font-size:0.875rem }
	.breadcrumb { font-family: 1rem;	}
	.row-big-title { font-size: 2rem; }
	
	.container-title h2 {font-size:2rem;}
	#home-footer .card-text h2, #home-footer .card-text h3  {font-size:2rem;}
	#home-action, #home-offer, #home-recomend, .home-solutions, #home-brand, #home-secured { margin-bottom: 3rem; }
	
	.product-wrapper .product-title .name h3 {font-size: 1rem;}
	.product-wrapper .product-title .name p {font-size:0.875rem}
	.product-wrapper .product-price .price {  }
	.product-wrapper .program .action { font-size: 0.75rem; }
	/*.product-wrapper .product-img .image { height: 260px; }
	.product-wrapper .product-data { height: 80px; padding: 0 .5rem; }*/

	
	#product-page-wrapper .page-header h1 {font-size:1.5rem;}
	#product-page-wrapper label {	font-size: 0.875rem; }
	#product-page-wrapper .price { font-size: 1.25rem; }
	#product-page-wrapper .old { font-size: 1rem; }
	#product-page-wrapper .old:before { top: 0.875rem; }
	
	#header-category .btn { padding: 0.75rem }
	#top-search .size { padding: 0.5rem 1.25rem; }
	#top-search button {padding: 0.875rem 0.5rem; }
	
	#banner h1, #banner .h1 {font-size:2rem;}
	#home-action .nav-tabs .nav-link { padding: 1rem 0.5rem; padding-right: 62px; }

	.hp-page-wrapper h5.card-title {
    	font-size: 1.5rem;
	}
	.hp-page-wrapper .card-body .info {
    	font-size: .875rem;
	}
	
	
	#home-search { top: 2rem; left: 2rem; }
	
	#welcome-note { bottom: 100px; }
	#welcome-note p { font-size: 1.25rem!important; }
	#welcome-note h1 { font-size: 1.25rem!important; }
	
	.shop-wrapper .product-wrapper .brand-image,

	
	.header-contact .navbar-icon .link {
	 	line-height: 1.2rem;
    	font-size: 1rem;
	}
	
	.page-header h1 { font-size: 2.5rem; }
	#gallery-page-wrapper .slick-gallery div {
		height: 250px
	}
	
}
@media screen and (max-width: 1350px) {
	.container-fluid {
    	/*max-width: 1024px;*/
    	max-width: 100%;
	}
	.product-wrapper {
    	height: 550px;
    }
	.product-wrapper .product-data {
    	height: 70px;
   }

	
	#home-search {
    	top: 2rem;
    	left: 2rem;
	}
	.link-big .card-body strong {
    	font-size: 1.2rem;
    }
    #home-secured .card-img {
    	height: 15vw;
	}
	#home-secured .card-body {
   	height: 15vw;
	}
	.product-wrapper .product-data {
    	padding: 0rem .5rem;
	}
	
	
	/* Horizontal */ 
	.horizontal .product-wrapper {
		height: 120px;
	}
	.horizontal .image-wrapper {
		height: 120px;
	}
	.horizontal .product-wrapper .brand-image { 
		height: 20px; width: 120px;
	}
	.horizontal .product-wrapper .product-img .image { 
		height: 160px; 
	}
	.horizontal .product-wrapper .product-buy .form-control {
    	font-size: 1rem;
    	height: 40px;
	}
	.horizontal .product-wrapper .product-buy .row {
   	padding: 0; margin: 0
	}
	.horizontal .product-wrapper .product-buy .btn-number {
    	width: 20px; height: 40px;
    	padding: 2px;
	}
	.horizontal .product-wrapper .product-buy .btn-primary {
 		height: 40px;
	}	
	
 	
}

@media screen and (max-width: 1199px) {
	.container-fluid {
    	/*max-width: 924px;*/
    	max-width: 100%;
	}
	#calendar #days .day {
		position: relative;
	}
	#calendar #days .day &gt; div {
	   -webkit-transform: rotate(-90deg);
    	-moz-transform: rotate(-90deg);
    	-ms-transform: rotate(-90deg);
    	-o-transform: rotate(-90deg);
    	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    	left: 0px;
    	top: 35px;
    	position: absolute;
	}
	.product-wrapper .product-data {
    	height: 55px;
    }
	
}

@media screen and (max-width: 1112px) {
	
}

@media screen and (max-width: 991px) {
	
   .header-contact #searchForm {
	}
	.header-contact #collapseSearch {
		position: absolute;
		background: #f0f0f0;
		top: 65px; left: 0;
		z-index: 100;
		width: 100%;
	}

  .product-wrapper .product-title .wishlist-info { font-size: 1rem; }
    
 	header .navbar-logo {
		height: 50px; width: 150px;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	header .navbar-brand {
		height: 35px; width: 150px;
		margin: 0; padding: 0;
	}
 	footer .navbar-logo {
		height: 60px; width: 195px;
		margin: 0;
		padding: 1rem 1rem;
	}
	footer .navbar-brand {
		height: 35px;
		margin: 0;
	}
	.container-fluid {
    	max-width: 100%;
	}
	.header-contact .navbar-icon {
		margin-top: 10px;
	}
	.header-contact .navbar-icon .link {
		font-size: 1rem;
	}
	
	.navbar-main .container-fluid {
		padding: 0;
	}
	.navbar-main .navbar-collapse {
		text-align: left;
	}
	
	.navbar-light .navbar-toggler {
    	border-color: #fff;
    	background: #fff;
    	border-radius: 0;
    	padding: .75rem .75rem;
    	color: #000; 
    	margin: 10px 0 0 0; 
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	
	
	.navbar-product .navbar-light .navbar-toggler {
    	border-color: #fff;
    	background: #000;
    	color: #000;
	}
	.navbar-product .navbar-light .navbar-nav .nav-link {
		line-height: 1em; margin-right: .25rem;
		padding: 1rem .5rem; font-size: 1.15rem;
	}
	
	.navbar-main .navbar-light .navbar-nav .nav-item {
		border-top: solid 1px;
		border-color: #999999;
		padding: 0;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link {
		padding: 0.75rem 1rem;
		/*justify-content: left!important;*/
		display: block!important;
	}
	
	.navbar-main .navbar-light .navbar-nav .nav-link:hover {
		border-color: transparent; 
	}
	.navbar-main .navbar-light .navbar-nav .nav-link:hover {
		border-color: transparent; 
	}
	
	.navbar-main .navbar-light .navbar-nav .nav-item.show .nav-link {
		color: #fff;	
	}
	/*.navbar-main .navbar-light .dropdown-toggle::after {
		border: none;
    	display: block;
    	float: right;
    	width: 1rem;
    	height: 1rem;
    	margin: 2px 0 0 .5rem;
    	background: url(../../images/icon/arrow-next.svg?v=1) 0 0 no-repeat;
    	background-size: auto 100%;		
	}
	.navbar-main .navbar-light .nav-item.show .dropdown-toggle::after {
		margin-top: 5px;
    	background: url(../../images/icon/arrow-down-white.svg?v=1) 0 0 no-repeat;
	}*/
	.navbar-main .navbar-light .navbar-nav .dropdown-menu {
		border-radius: 0;
		border: none;
		background-color: #fff;
	}
	dropdown-horisontal .dropdown-content .st .divScroll {
 		max-height: 80vh;
 		overflow: auto;
 		margin-bottom: 0.5rem;
	}
	.navbar-main .navbar-light .navbar-nav .dropdown-menu .row {
		margin: 0;
	}
	.navbar-main .navbar-light .navbar-nav .dropdown-menu .row &gt; div {
		padding: 0;
	}
	.navbar-main .navbar-light .navbar-nav .st.haveRdA &gt; .dropdown-item {
	 	padding: .5rem;
    	font-weight: 700;
	 	background-color: #f3f3f3;
		color: #000!important;
		border: none; text-transform: uppercase;
		border-bottom: solid 1px #000;
	}
	.navbar-main .navbar-light .navbar-nav .nd &gt; .dropdown-item {
	 	padding: .5rem .75rem;
    	font-weight: 400;
	 	background-color: transparent;
		color: #000!important;
		border-bottom: solid 1px #dfdfdf;
	}
	.dropdown-horisontal .dropdown-content .st .dropdown-item span {
    color: #e87624;
}
	
	.dropdown-horisontal .dropdown-content .ads { 
		margin-bottom: 0rem;
		padding-right: 0rem;
	}

	.navbar-main .navbar-light .navbar-nav .dropdown-menu .ads .row &gt; div  {
		padding: .5rem;
	}
	.navbar-main .navbar-light .navbar-nav .dropdown-menu .ads .card-img-top {
		max-height: 40vw;
	}
	.navbar-main .navbar-light .navbar-nav .dropdown-menu .ads .card-body {
		padding: .25rem;	
	}
	
	
	.container-title h2 {
    	font-size: 2rem;
	}
	
	.link-big .card-body  {
		padding: .5rem .5rem;
		padding-right: 0;
		font-size: 1rem;
	}
	.link-big .card-body:after {
		width: 30px; margin-left: 0.5rem; 
	}
	.link-big .card-body a {
		font-size: 1rem;
		padding-right: 40px;
	}
	.link-big .card-body strong {
		font-size: 1.2rem; 
	}

	
	.slider .article-thumb {
		height: 100%;
		background: rgba(255,255,255,0.5);
	}
	.slider .article-thumb:before {
		content: '';
		position: absolute;
		height: 100%; width: 100%;
		background: rgba(0,0,0,0.3);
	}
	.slider .carousel-item {
		height: 80vw;
	}
	.slider .carousel-indicators {
		bottom: 10vw;	
	}
	.slider .carousel-caption p {
		font-size: 1.5rem; padding: 0 0 .5rem 0;
		text-align: center;
	}
	.slider .carousel-caption .row &gt; div {
		text-align: center;
	}
	
	.card { margin-bottom: .875rem }
	.card-img-overlay { position: relative; padding: .5rem 0; }
	.card-title { font-size: 1.875rem; } 
	.container-title .card-title { font-size: 2rem; margin-bottom: 0.75rem; }
	.container-title p { font-size: 1.0rem;}
	.card-title { font-size: 1.5rem; }
	.btn-arrow-right { line-height: 1rem; padding-left: 50px; }
	.btn-arrow-right::before { width: 36px; height: 40px; }
	.content-wrapper .container-box-title h3 { font-size: 1.5rem; 	}
	
	.home-big-banner .card-img-overlay {
    	position: absolute; padding: 1rem;
    	top: auto; bottom: 1rem;
	}
	#home-offer .card-img-overlay {
    	position: absolute; /*padding: 1rem;
    	top: auto; bottom: 1rem;*/
	}

	#home-social .article-thumb-wrapper {	height: 50vw; }
	#home-social .article-thumb { height: 100%; display: block; }

	
	#home-action {
		margin-bottom: 3rem;
	}
	#home-action .card-img-top {
    	height: 15vh;
	}
	
	#home-offer .primary .card-img-top {
    	height: 75vw;
	}
	#home-offer .secondary .card-img-top {
    	height: 50vw;
	}
	/*#home-offer .card-img-overlay a { padding: .5rem; text-transform: uppercase; color: #000; border-color: #000; }
	#home-offer .card-img-overlay a:hover { border-color: #000; color: #fff; background: rgba(27,46, 63, 0.5); }*/
	
	#home-blog, 
	.home-solutions &gt; .container-fluid {
    	padding: 1rem 0 0 0;
	}
	
	#home-blog .article-thumb-wrapper { max-height: 80vw; height: auto; }
	#home-blog .img-cover { object-fit: contain; }
	
	#home-brand .content-brand img { height: 25px; opacity:1;}
	#home-brand .content-brand .oval { top: -1rem;}
	#home-brand .content-brand .oval img { height: 50px; }

	
	/* brand */ 
	#home-recomend,
	#home-brand {
		margin-bottom: 2rem;
	}
	#home-brand .oval { top: 0rem;}

	
	#home-secured .card-img {
		height: 50px;
    	padding: 1rem;
	}
	#home-secured .col:last-child .card-img {
    	padding: 1.5rem;
	}
	#home-secured .card-body {
    	height: auto;
    	padding: 1rem .5rem;
	}
	#home-secured .card-body a {
		color: #000;
		font-size: 1rem;
		vertical-align: middle;
	}
	#home-secured .card-body strong {
    	font-size: 1rem;
	}
	#home-footer .card-img {
    	height: 50vh;
	}
	#home-footer .card-text h2, #home-footer .card-text h3 {
    	font-size: 2rem;
	}
	
	#home-newsletter {
		padding-top: 2rem;
    	padding-bottom: 2rem;
	}

	
	footer .navbar-brand {
		width: 70%; margin: .5rem auto;
		background-position: 50% 50%;
	}
	footer.content-wrapper {
		padding: 2rem 0 0 0;
 	}
	footer .footer-info-wrapper .row &gt; div { 
		text-align: center;
	}
	footer .footer-info-wrapper .row &gt; div:first-child { 
		padding-left: 1rem!important; text-align: center;
		border: none;
	}
	footer .bank-wrapper { text-align: center; padding-top: 1rem;}
	
	footer .social-share {
		text-align: center;
	}
	
	#product-wrapper .vertical-banner .card-text h2,
	#product-wrapper .vertical-banner .card-text h3 {
		font-size: 2rem;
	}

	.location-wrapper .row &gt; .col:last-child {	
		flex: 0 0 100%;
    	max-width: 100%;
	}
	
	/* Horizontal */ 
	.horizontal .product-wrapper {
		height: 190px;
	}
	.horizontal .image-wrapper {
		height: 90px; overflow: hidden;
	}
	.horizontal .product-wrapper .product-buy .btn-number {
    	height: 30px;
	}
	.horizontal .product-wrapper .product-buy .btn-primary {
 		height: 35px; 
	}
	
	
	.product-wrapper { padding: 1rem; }
	.shop-wrapper .product-wrapper .product-img .image { height: 200px; }
	.shop-wrapper .product-wrapper .product-data { padding: .5rem 0; height: auto }
	.shop-wrapper .product-wrapper .brand-image { height: 30px; width: 140px; }
 	
	#banner { min-height: 10vh; }
	#banner .article-thumb-wrapper { height: 15vh; }
	#top-main-header.topMove { margin-top: 0vh; }
	
	.page-header h1 { font-size: 2rem; }
	.page-header .lead { font-size: 1.125rem; }
	
}


@media screen and (max-width: 820px) {
	
	.header-contact .navbar-icon .link.icon.phone::before {
 		display: none;
 	}
 	.header-contact .navbar-icon .link.icon.news::before,
 	.header-contact .navbar-icon .link.icon.logo::before {
 		/*display: none;*/
 		content: '|'; margin: .15rem 0;
		width: 10px; height: 21px;
		background: transparent;
 	}
 	
	#calendar #days {
		overflow: hidden;
	}
	#inner-page-wrapper {
    	padding: 0;
	}
	#reservation {
		margin: 0 -15px;	
	}
	.row-big-title {
    	font-size: 30px;
    }
    .button-link-more {
    	font-size: 20px;
    	font-weight: 500;
    	padding: 15px 15px;
	}
	.SumoSelect &gt; .CaptionCont &gt; span {
    	font-size: 20px!important;
    }
	.SumoSelect &gt; .CaptionCont {
    	min-height: 30px!important;
	}
	.modal-title {
		font-size: 22px;
   }
   .content-wrapper .container-box {
		margin: 15px 0;
		padding: 15px;
	}
	label.info {
		display: inline-table;
	}
	.button-read-more.float {
    	display: block;
    }
    
    
}

@media screen and (max-width: 767px) {
	
	.header-contact .box-form .form-control {
		background: #f0f0f0;
	}
	
	.header-contact .navbar-icon .link {
		padding-right: .25rem;
	}
	.header-contact .navbar-icon .link.icon::before {
		/*float: none;*/
	}
	.header-contact .navbar-icon .dropdown {
		margin-left: 0;
		margin-right: 0;
	} 
	.page-header .lead {
		font-size: 1rem;
		font-family: "FuturaStd-Medium";
		font-weight: 400;
		padding: 1rem 0;		
		
	}
	#header-category .btn {
		padding: 1rem 0.5rem;
	}
	.h1, h1 {
    	font-size: 2rem;
	}
	.page-header {
		padding: 0;
 	}
 	#product_categories_id {
		font-size: 2rem;
	}
 	
	#top-search .size {
		font-size: 1.2rem;
    	padding: 1rem .5rem;
	}
	#top-search .size::after {
    	width: 25px;
    	height: 25px;
    	margin: 0.75rem 0 0 .5rem;
	}
	
	.product-wrapper {
		height: 400px;
		padding: 0; margin: 0
	}
	
	.product-wrapper .product-img .image { 
		margin: .5rem 0;
		height: 200px;
	}
	.product-wrapper .product-title {
    	height: 50px;
    	padding: 0.5rem;
	}
	.product-wrapper .brand-image { height: 25px; width: 120px; }
    .product-wrapper .brand-image a { height: 25px; width: 120px; }
    .product-wrapper .product-data {
    	height: 85px;
    	padding: 0 .5rem;
    }
    .product-wrapper .product-price {
    	height: 60px; padding: 0.35rem 0 0 0;
    }
    .product-wrapper .product-price .price {
    	font-size: 1rem; 
    }
    .product-wrapper .product-price small:after {
		display: block;
		content: '';	
    }
    .page-header .article-thumb-logo {
    	height: 20px; width: 100px;
    }
   
    #product-page-wrapper .program .banner {
    	width: 75px;
    	height: 38px;
    }
    #product-page-wrapper .img-info {
    	bottom: 1rem;
    }
    #product-page-wrapper .img-info .btn-light {
    	padding-left: 1rem;
    	padding-right: 1rem;
    }
    #product-page-wrapper .img-info .btn-light .svg-icon.w30 {
    	width: 20px;
    	height: 20px;
    }
    #product-page-wrapper .product-img .image {
    	height: 50vh; padding-bottom: 1rem;
    }
    #product-page-wrapper .brand-image {
    	height: 40px;
    	width: 160px;
	}
    #product-page-wrapper .page-header h1 {
    	font-size: 1.5rem;
    }
    
    #shop-page-wrapper #descCard {
    	max-height: none;
    }
     
    .product-wrapper .product-price .price {
    	display: block;
    }
    #product-page-wrapper .product-wrapper-data { padding: 1rem ; }
    #product-page-wrapper .old {
    	font-size: 1.25rem;
    }
    #product-page-wrapper .price { font-size: 1.5rem; }
    #product-page-wrapper .btn-shop {
    	margin-top: 1rem;
    	padding: .5rem;
    	font-size: 1.25rem;
	}
	#product-page-wrapper label { font-size: 1rem; padding-right: 5px; }
    
		/* Horizontal */ 
		.horizontal .product-wrapper {
			height: auto;
		}
		.horizontal .image-wrapper {
			height: 90px; overflow: hidden;
		}
		.horizontal .product-wrapper .product-buy .btn-number {
    		height: 30px;
		}
		.horizontal .product-wrapper .product-buy .btn-primary {
 			height: 35px; 
		}
 
	
	 #banner.snippet { height: auto; }
	 #banner.snippet .article-thumb-wrapper { height: auto; }
	 #banner .article-thumb-wrapper {
    	position: relative;  
    }
	 #banner .card-img-overlay {
	 	position: relative;
	 	background: #1764a7;
	 }
	 #banner .container-fluid &gt; div {
    	padding-bottom: 1rem;
	}
	 #banner h1, #banner .h1 {
    	font-size: 1.5rem; margin-bottom: 0;
    }
	 #banner h2, #banner h3 {
	 	padding-top: 1rem;
	 	font-size: 1.5rem;
	 }
	 #home-action .nav-tabs .nav-link {
	 	padding-top: 1rem;
	 	padding-bottom: 1rem;
	 	width: 100%;
	 	border-left: solid 1px #999999;
	 }
	 #home-action .nav-tabs {
	 	padding-bottom: 2rem;
	 }
	 #gallery-page-wrapper .slick-gallery div {
    	height: 65vw;
    }
    
    #location-page-wrapper #map-canvas {
    	height: 80vh;
    }
    #location-page-wrapper .location-wrapper {
    	height: auto;
    }
    
}

@media screen and (max-width: 550px) {
	
	.modal-dialog {
		width: 90%;
	}
	
}

@media screen and (max-width: 375px) {

}


</pre></body></html>