/*********************************************************
	Company: Kauffman
	Date (create): 23-02-2023
	Date (update): 23-02-2024
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE
	
*********************************************************/

/****************Fonts****************/
/*
TITLE 
TEXT 
	300 - Light
	400 - Regular
	700 - Bold
	900 - Black
	
font-family: 'Hanken Grotesk', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('bootstrap-extra.css');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #1b2e3f;
	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 #1b2e3f; /* 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: 50%; left: 50%;
	position: absolute; z-index: -1;
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #1b2e3f;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
}


p { color: #1b2e3f; }
.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);
 	background-size: 50% 50%;
 	background-position: 50% 50%;
 	background-repeat: no-repeat   
}


/****************Page****************/
.page-link {
	color: #1b2e3f; font-weight: 700;
	background: #fff;
	border-color: #c3d4e6!important;
	border-radius: 0!important; 
	/*margin-right: 1rem;*/
	padding: .75rem 1rem;
}
.page-link:hover {
	color: #1b2e3f;
	background: #fff;
	border-color: #1b2e3f!important; 
}
.page-link.disabled {
	opacity: 0.5;
}

.page-item.active .page-link {
	color: #fff;
	background: #1b2e3f;
	border-color: #1764a7!important; 
}
.page-link	.svg-icon {
	height: 20px; width: 20px;	
}

/****************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>.bar-step:nth-child(5) > .label-txt,
.progress>.bar-step:first-child > .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) 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; 
}

.button-link-more {
	color: #fff; font-size: 1.625rem;
	font-weight: 500; text-align: center;
	display: block;
	padding: 1rem 2rem;
	margin: 1rem auto 0 auto;
	background-color: #1764a7;
	outline: none;
}
.button-link-more:hover
, .button-link-more:focus
, .button-link-more:active
, .button-link-more.active {
	background-color: #0f497b;
	text-decoration: none;
}
.button-link-more.disabled {
	background-color: #f4f6f7;
	border: solid 1px #c2d4e5;
	color: #848f99;
	text-decoration: none;
}
.button-link-more a { color: #fff!important; text-decoration: none!important; display: block }

.button-read-more {
	font-weight: 700; text-align: center;
	display: table; text-transform: uppercase;
	padding: 15px 35px;
	margin: 15px 0;
	background-color: #1764a7!important;
	color: #fff!important;
	border: none;
	outline: none!important;
	position: relative; z-index: 10;
}
.button-read-more a { text-decoration: none!important; color: #fff!important; display: block; }
.button-read-more i { 
	color: #fff!important;
	font-size: 1.25rem;
	padding-right: 10px;
	vertical-align: middle;
}
.button-read-more:hover
, .button-read-more:focus
, .button-read-more:active {
	background-color: #0f497b!important;
	color: #fff!important;
	text-decoration: none;
}
.button-read-more:hover i { 
	color:  #fff!important;
}
.button-read-more.invert {
	background-color: #fff!important;
	color: #1b2e3d!important;
	border: solid 1px #c3d4e6;
}
.button-read-more.invert:hover {
	background-color: #0f497b!important;
	color: #fff!important;
	border: solid 1px #1764a7;
}
.button-read-more.invert:hover a {
	background-color: #fff!important;
	color: #1b2e3d!important;
	border: solid 1px #1764a7;
}
.button-read-more.invert i { color: #1b2e3d!important; }
.button-read-more.invert:hover i { color: #1b2e3d!important; }

.button-read-more.disabled,
.button-read-more.disabled:hover {
	background-color: #fcfcfd!important;
	color: #8d969f!important;
	border: solid 1px #c3d4e6;
	font-weight: 300!important;
	cursor: not-allowed!important;
}
.button-read-more.disabled i { color: #8d969f!important; }
.button-read-more.disabled:hover i { color: #8d969f!important; }

button.button-read-more { padding: 15px 30px; cursor: pointer }
.button-read-more.float {
	display: inline-block;
	margin: 10px 20px 10px 0;
	line-height:  45px;
	padding: 0 15px;
}

.button-read-more.arrow-add,
.button-read-more.arrow-left,
.button-read-more.arrow-right {
	padding-top: 12px; 	
}
.button-read-more.arrow-add:hover,
.button-read-more.arrow-left:hover,
.button-read-more.arrow-right:hover { 
}
.button-read-more.arrow-add::after,
.button-read-more.arrow-left::after,
.button-read-more.arrow-right::after {
	content: "";
	background: url(../../images/icon/arrow-right.svg) 0 0 no-repeat;
	background-size: 100% auto; 
	width: 15px; height: 15px;
	display: inline-block;
	margin-left: 10px;
}
.button-read-more.arrow-left::after {
	content: "";
	background: url(../../images/icon/arrow-left.svg) 0 0 no-repeat;
	background-size: 100% auto; 
	width: 15px; height: 15px;
	display: inline-block;
	margin-left: 10px;
}
.button-read-more.limit { max-width: 150px; }
/****************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 & scrollbutton****************/
.pagination .page-item {
	margin: 0 1rem 1rem 0; 	
}
/*location*/
.breadcrumb {
	padding: 1rem 0; margin: 0;
	background: transparent;
	border: none;
	color: #1b2e3f;   
	font-size: 1.125rem;
}
.breadcrumb > li > a { color: #1b2e3f!important; text-decoration: none!important; }
.breadcrumb > li > a:hover { color: #1b2e3f!important; text-decoration: underline!important;  }
.breadcrumb > .active > a  { color: #1b2e3f!important;}

.breadcrumb > .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: #00aeef;
  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: #fff;
}
.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: #1764a7;
  border: 0px none #e8ecef;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1764a7;
}
::-webkit-scrollbar-thumb:active {
  background: #1764a7;
}
::-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: #1b2e3f;
}
figcaption p {
	color: #1b2e3f!important; text-align: center!important;
	position: absolute;
	bottom: 10px;
}
figcaption div {
	color: #1b2e3f!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: #1764a7!important; 
	padding: 0.5rem;
	display: inline-block;
	width: 45px; height: 45px;
	text-align: center;
	background: #fff;
	margin-left: .25rem;
	border: solid 1px #c2d4e5;
	
	font-size: 1.125rem;
}
.social-share a:hover {
	color: #fff!important;
	text-decoration: none;
	background: #1b2e3f;
}
.social-share a:hover .svg-icon { filter: brightness(0) invert(1); }

footer .social-share a {
	color: #fff!important;
	font-size: 1.5rem;
	display: inline-block;
	width: 40px; height: 40px;
	background: #1764a7;
	padding: 0.25rem; margin: .75rem .75rem 0 0; 
}
footer .social-share .facebook { background: #3B5998; }
footer .social-share .instagram { background: #bc2a8d; }
footer .social-share .twitter { background: #55ACEE; }

footer .social-share a:hover {
	color: #1b2e3f!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 #c2d4e5;
    border-top: 0;
}
.side-wrapper .list-group-item:first-child {
   border-top: 1px solid #c2d4e5;
}
.side-wrapper .list-group-item.active {
    z-index: 2;
    color: #fff!important; font-weight: 700;
    background-color: #1b2e3f;
}
.side-wrapper .list-group-item a { 
	color: #1b2e3f;
	display: block;
	padding: .75rem 1.25rem;
}
.side-wrapper .list-group-item a:hover { color: #1b2e3f }
.side-wrapper .list-group-item.active a { color: #fff }

.side-wrapper .list-group-item:hover { background-color: #c2d4e5; }
.side-wrapper .list-group-item.active:hover { background-color: #1b2e3f; }

.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;
	clear: both;
	display: flex !important;
}
.slick-dots li {
	margin: 0px 0 0 0;
	flex: 1 1 auto !important;
}
.slick-dots button {
	padding: 0; margin: 0;
	cursor: pointer;
	background-color: #d3d3d3;
	border: none;
	display: inline-block;
	width: 100%; height: 2px;
	border-radius: 00%;
	-ms-border-radius: 0%;
	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 {
	/*background-color: #007dc6;*/
/*    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;*/
    
/*	-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: #007dc6;
	border: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	border: solid 1px #d9d9d9;
	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);
	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);
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	border: solid 1px #1b2e3f;
	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.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: 1.5rem; 
	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);
}
.icon-home {
	background-image: url(../../images/icon/home.svg);
}
.icon-pol {
	background-image: url(../../images/icon/pol.svg);
}
.icon-velicina {
	background-image: url(../../images/icon/velicina.svg);
}
.icon-boja {
	background-image: url(../../images/icon/boja.svg);
}
.icon-biciklo {
	background-image: url(../../images/icon/biciklo.svg);
}
.icon-offroud {
	background-image: url(../../images/icon/offroud.svg);
}
.icon-sport {
	background-image: url(../../images/icon/sport.svg);
}
.icon-town {
	background-image: url(../../images/icon/town.svg);
}
.icon-road {
	background-image: url(../../images/icon/road.svg);
}
.icon-return {
	background-image: url(../../images/icon/return.svg);
}
.icon-guarantee {
	background-image: url(../../images/icon/guarantee.svg);
}
.icon-time-color {
	background-image: url(../../images/icon/time-color.svg);
}
.icon-map-pin {
	background-image: url(../../images/icon/map-pin.svg);
}
.icon-map-pin-color {
	background-image: url(../../images/icon/map-pin-color.svg);
}
.icon-unlock {
	background-image: url(../../images/icon/unlock.svg);
}
.icon-lock {
	background-image: url(../../images/icon/lock.svg);
}
.icon-shop {
	background-image: url(../../images/icon/shopping-cart.svg);
}
.icon-shop-white {
	background-image: url(../../images/icon/shopping-cart-white.svg);
}
.icon-search {
	background-image: url(../../images/icon/search.svg);
}
.icon-sort-desc {
	background-image: url(../../images/icon/sort-desc.svg);
}
.icon-sort-asc {
	background-image: url(../../images/icon/sort-asc.svg);
}
.icon-cart {
	background-image: url(../../images/icon/cart.svg);
}
.icon-cart-offer {
	background-image: url(../../images/icon/cart-offer.svg);
}
.icon-steering-wheel {
	background-image: url(../../images/icon/steering-wheel.svg);
}
.icon-facebook {
	background-image: url(../../images/icon/facebook.svg);
	background-position: 100% 100%;
	background-size: auto 80%; 
}
.icon-facebook-white {
	background-image: url(../../images/icon/facebook-white.svg);
	background-position: 100% 100%;
	background-size: auto 80%; 
}
.icon-instagram {
	background-image: url(../../images/icon/instagram.svg);
	background-size: auto 60%; 
}
.icon-instagram-white {
	background-image: url(../../images/icon/instagram-white.svg);
	background-size: auto 60%; 
}
.icon-twitter {
	background-image: url(../../images/icon/twitter.svg);
	background-size: auto 60%; 
}
.icon-twitter-white {
	background-image: url(../../images/icon/twitter-white.svg);
	background-size: auto 60%; 
}
.icon-linkedin {
	background-image: url(../../images/icon/linkedin.svg);
	background-size: auto 80%; 
}
.icon-linkedin-white {
	background-image: url(../../images/icon/twitter-linkedin.svg);
	background-size: auto 80%; 
}
.icon-parts {
	background-image: url(../../images/icon/parts.svg);
}
.icon-location {
	background-image: url(../../images/icon/location.svg);
}
.icon-user {
	background-image: url(../../images/icon/user.svg);
}
.icon-download {
	background-image: url(../../images/icon/download.svg);
}
.icon-login {
	background-image: url(../../images/icon/user.svg);
}
.icon-login-color {
	background-image: url(../../images/icon/login-color.svg);
}
.icon-brend {
	background-image: url(../../images/icon/brend.svg);
}
.icon-program {
	background-image: url(../../images/icon/program.svg);
}
.icon-klasa {
	background-image: url(../../images/icon/klasa.svg);
}
.icon-cena {
	background-image: url(../../images/icon/cena.svg);
}
.icon-pakovanje {
	background-image: url(../../images/icon/delivery-box.svg);
}
.icon-payment {
	background-image: url(../../images/icon/payment.svg);
}
.icon-pay-cart {
	background-image: url(../../images/icon/money-cart.svg);
}
.icon-pay-money {
	background-image: url(../../images/icon/money-cash.svg);
}
.icon-pay-finance {
	background-image: url(../../images/icon/money-bank.svg);
}
.icon-pay-card {
	background-image: url(../../images/icon/push-cart.svg);
}
.icon-delivery-box {
	background-image: url(../../images/icon/delivery-box-full.svg);
}
.icon-eu-label {
	background-image: url(../../images/icon/eu-label.svg);
}
.icon-arrow-back {
	background-image: url(../../images/icon/arrow-back.svg);
}
.icon-arrow-next {
	background-image: url(../../images/icon/arrow-next.svg);
}
.icon-arrow-up {
	background-image: url(../../images/icon/arrow-up.svg);
}
.icon-arrow-down {
	background-image: url(../../images/icon/arrow-down.svg);
}
.icon-arrow-right {
	background-image: url(../../images/icon/arrow-right.svg);
}
.icon-arrow-left {
	background-image: url(../../images/icon/arrow-left.svg);
}
.icon-minus-light {
	background-image: url(../../images/icon/minus.svg);
}
.icon-plus-light {
	background-image: url(../../images/icon/plus.svg);
}
.icon-plus-squer {
	background-image: url(../../images/icon/plus-squer.svg);
}
.icon-plus-circle {
	background-image: url(../../images/icon/plus-circle.svg);
}
.icon-minus {
	background-image: url(../../images/icon/minus-bold.svg);
}
.icon-plus {
	background-image: url(../../images/icon/plus-bold.svg);
}
.icon-view {
	background-image: url(../../images/icon/view.svg);
}
.icon-edit {
	background-image: url(../../images/icon/edit.svg);
}
.icon-delete {
	background-image: url(../../images/icon/delete.svg);
}
.icon-move {
	background-image: url(../../images/icon/move.svg);
}
.icon-time {
	background-image: url(../../images/icon/bell.svg);
}
.icon-service {
	background-image: url(../../images/icon/service.svg);
}
.icon-service-tires {
	background-image: url(../../images/icon/service-tires.svg);
}
.icon-wishlist {
	background-image: url(../../images/icon/wishlist.svg);
}
.icon-wishlist-del {
	background-image: url(../../images/icon/wishlist-full.svg);
}
.icon-compare {
	background-image: url(../../images/icon/compare.svg);
}
.icon-compare-del {
	background-image: url(../../images/icon/compare-del.svg);
}
.icon-delivery {
	background-image: url(../../images/icon/delivery.svg);
}
.icon-store {
	background-image: url(../../images/icon/store.svg);
}
.icon-store-color {
	background-image: url(../../images/icon/store-color.svg);
}
.icon-quick-view {
	background-image: url(../../images/icon/quick-view.svg);
}
.icon-vrsta {
	background-image: url(../../images/icon/vrsta.svg);
}
.icon-barcode {
	background-image: url(../../images/icon/bar-kod.svg);
}
.icon-primena {
	background-image: url(../../images/icon/primena.svg);
}
.icon-oblik {
	background-image: url(../../images/icon/oblik.svg);
}
.icon-klasa {
	background-image: url(../../images/icon/klasa.svg);
}
.icon-dimenzija {
	background-image: url(../../images/icon/dimenzija.svg);
}
.icon-kvadratura {
	background-image: url(../../images/icon/kvadratura.svg);
}
.icon-komada {
	background-image: url(../../images/icon/komada.svg);
}
.icon-dizajn {
	background-image: url(../../images/icon/dizajn.svg);
}
.icon-boja {
	background-image: url(../../images/icon/boja.svg);
}
.icon-debljina {
	background-image: url(../../images/icon/debljina.svg);
}
.icon-poreklo {
	background-image: url(../../images/icon/poreklo.svg);
}

.icon-premium {
	background-image: url(../../images/icon-premium.svg);
}
.icon-delivery-color {
	background-image: url(../../images/icon-delivery-color.svg);
}
.icon-pay-cart {
	background-image: url(../../images/icon-pay-cart.svg);
}
.icon-pay-finance {
	background-image: url(../../images/icon-pay-finance.svg);
}
.icon-pay-money {
	background-image: url(../../images/icon-pay-money.svg);
}
.icon-payment-color {
	background-image: url(../../images/icon-payment-color.svg);
}
.icon-payment {
	background-image: url(../../images/icon-payment.svg);
}
.icon-cart-color {
	background-image: url(../../images/icon-cart-color.svg);
}
.icon-bill {
	background-image: url(../../images/icon-bill.svg);
}
.icon-bill-color {
	background-image: url(../../images/icon-bill-color.svg);
}
.icon-invoice-color {
	background-image: url(../../images/icon-invoice-color.svg);
}
.icon-mail {
	background-image: url(../../images/icon-mail.svg);
}
.icon-mail-color {
	background-image: url(../../images/icon-mail-color.svg);
}
.icon-lock {
	background-image: url(../../images/icon-lock.svg);
}
.icon-lock-color {
	background-image: url(../../images/icon-lock-color.svg);
}
.icon-info {
	background-image: url(../../images/icon-info.svg);
}
.icon-address {
	background-image: url(../../images/icon-address.svg);
}
.icon-phone {
	background-image: url(../../images/icon-phone.svg);
}
.icon-phone-color {
	background-image: url(../../images/icon-phone-color.svg);
}

/****************Header Contact****************/
.header-contact {
	padding: 0;
	background-color: #fff;	
	width: 100%;
}
.header-contact .navigation-top-left {
	display: inline-block;
	/*width: 420px;*/
	padding: 0;
	border-left: solid 1px #b4c5d8;
	border-right: solid 1px #b4c5d8;
	background: #fff;
}
.header-contact .navigation-top-left p {
	color: #1b2e3f; font-size: 1rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 1rem 0 0 0;
}

/* icons*/
.header-contact .navbar-icon {
	background: #eaf2f6;
	border-bottom: solid 1px #b4c5d8;
	width: 100%;
}
.header-contact .navigation-top-right {
	padding-top: 25px;
}

.header-contact .navbar-icon .link {
	color: #1b2e3f; text-decoration: none;
	font-weight: 400; font-size: 1rem;
	padding: 4px 0.5rem 0;
}
.header-contact .navbar-icon .link:hover {
	color: #ef384f;	
}
.header-contact .navbar-icon i {
	color: #1b2e3f; font-size: 1rem;
	margin: 0.25rem 0.5rem;
}
.header-contact .navbar-icon .dropdown {
	margin: 0 .75rem;
	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: 18px; height: 18px;
	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);
}
.header-contact .navbar-icon .link.icon.news::before {
	background-image: url(../../images/icon/news.svg);
}
.header-contact .navbar-icon .link.icon.logo::before {
	background-image: url(../../images/icon/logo.svg);
}
.header-contact .navbar-icon .link.icon.user::before {
	background-image: url(../../images/icon/user.svg);
}
.header-contact .navbar-icon .link.icon.profile::before {
	background-image: url(../../images/icon/user-profile.svg);
}
.header-contact .navbar-icon .link.icon.login::before {
	background-image: url(../../images/icon/user.svg);
}
.header-contact .navbar-icon .link.icon.logout::before {
	background-image: url(../../images/icon/unlock.svg);
}
.header-contact .navbar-icon .link.icon.wishlist::before {
	background-image: url(../../images/icon/wishlist.svg);
	background-size:  100% auto; 
}
.header-contact .navbar-icon .link.icon.cart::before {
	background-image: url(../../images/icon/cart.svg);
}

.header-contact .box-form {
	padding: 20px 0 0 0;
}
.header-contact .box-form .form-control {
	border: solid 1px #b4c5d8;
	box-shadow: none!important;
	border-radius: 0!important;
	background: #fff;
	height: 45px; width: 300px;
}
.header-contact #top_search_wrapper {
	background: transparent;
	color: #1b2e3f;
	padding: 0.5rem 0;
	margin: 0;
}
.header-contact .box-form .btn {
	border: solid 1px #b4c5d8;
	border-left: none;
	width: 45px; height: 45px;
	background: #fff url(../../images/icon/search.svg) 50% 50% no-repeat;
	background-size: 33% auto;
}

#searchFormaIP input {
	background: #fff; 
	border-radius: 0;
	color: #1b2e3f;
	padding: 0.5rem;
	margin: 0;
	width: calc(100% - 55px); height: 50px;
}
#searchFormaIP .btn {
	width: 55px; height: 50px;
	background: #fff url(../../images/icon/search.svg) 50% 50% no-repeat;
	background-size: 33% auto;
}

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

header .navbar-logo {
	display: inline-block;
	height: 80px; width: 357px;
	padding: 20px 50px; margin-right: 50px;
	background: #fff;
	border-left: solid 1px #b4c5d8;
	border-right: solid 1px #b4c5d8;
}

header .navbar-brand {
	display: block;
	position: relative;
	padding: 0; margin: 0;
	height: 40px; width: 100%;
  	background-image: url('../../images/logo.svg?v=1');
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-size: auto 100%; 
}
.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 {
}
.navbar-light .navbar-nav .nav-item:nth-child(2) {
}
.navbar-light .navbar-nav .nav-link {
	color: #1b2e3f; font-weight: 400;
	font-size: 1.25rem;
}

/* Navigation */
#navbarMain {
	z-index: 20;
}
.navbar-main {
	background: #eaf2f6;
}
.navbar-main .navbar-light {
	background: transparent!important;
	padding: 0;
}
.navbar-main .navbar-light .navbar-nav .nav-item {
}
.navbar-main .navbar-light .navbar-nav .nav-link {
	color: #fff; 
	line-height: 1.5em;
	padding: 24px 1.5rem;
	white-space: nowrap; font-size: 1.15rem;
	font-weight: 300; text-transform: uppercase;
}
.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: #1b2e3f; 
	background: #eaf2f6;
}
.navbar-main .navbar-light .navbar-nav .active .nav-link {
	color: #1b2e3f; 
}
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link {
	color: #fff;
	background: #1a2737;
	width: 355px;
}
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:before {
	content: '';
	width: 25px; height: 25px;
	margin-right: 10px;
	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(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:hover {
	background: #eaf2f6;
	color: #1a2737;
}
.navbar-light .navbar-nav .nav-item:nth-child(1) .nav-link:hover:before {
	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(26,39,55, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 

	/* 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: 	#1b2e3f;
		color: #1b2e3f;
	}
	.dropdown-horisontal .ads .dark .card-img-overlay a:hover {
		border-color: 	#1b2e3f;
		color: #fff;
		background: rgba(27,46, 63, 0.5);
	}


/********************************************************
	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;*/
	height: 500px;
}
.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;
	background-image: url(../../images/bg_overview_video.png);
	background-position: center;
}
.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 > div  {
	position: relative;
	text-align: left;
}

.slide .carousel-caption h2 {
	font-size: 3.0em;
	margin-bottom: .5em;
	letter-spacing: .005em;
	line-height: .9;
	color: #fff;
	font-weight: 700;
}
.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:#910533;
	background-color:#910533;
}
.slide .carousel-caption .btn-primary:hover
{
	color:#1b2e3f!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%;
	display: none;
}
.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);
}
.carousel-control-prev-icon {
    background-image: url(../../images/arrow-back-white.svg);
}

.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: 260px;	
}
.location-address .card-title {
	font-size: 1.5rem;	
}
.location-address .card-body .card-text a:not([class]) {	color: #1b2e3f }
.location-address .card-body .card-text a.wtm {	color: #1b2e3f }

/**************** Home Banner ****************/
.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%;
    height: 65vh; 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-image: url(../../images/bg_overview_video.png);
	background-position: center;
	height: 65vh;
	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 {
	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;
    font-family: Light;
    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;
    font-family: Light;
    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 > 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: #1b2e3f;
    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: 2rem 2rem;
	z-index: 10;
	background: #eaf2f6;	
}
#top-main-header.topMove {
	margin-top: -20vh;
}

#top-main-header .page-header { text-align: center;}



/********************************************************
  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: left;
	text-transform: uppercase;
	font-weight: 700!important;
	box-shadow: none!important;
   /*background: transparent!important; */
   color: #1b2e3f!important;
   border: none;
}
#sidebarCollapse:before {
	content: '';
	display: block;
	float: right;
	width: 25px; height: 25px;
	background-image: url(../../images/icon/close.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#sidebarCollapse.active:before  {
	background-image: url(../../images/icon/menu.svg);
	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 #c2d4e5;*/
	margin-bottom: 0;
}
#sidebar>.card:last-child {
	/*border-bottom: solid 1px #c2d4e5;*/
}
#sidebar.active .card { display: none; }

#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: 600px;
	overflow: auto;	
}
#sidebar.active .card-body { display: none; }

#sidebar .card-body a {
	color: #1b2e3f; 
	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;
	font-weight: 600; 
	box-shadow: none!important;
	border: none!important;
	letter-spacing: 0;
}
#sidebar .card-header .btn.noicon:before {
	display: 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);
	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);
}
#sidebar:not(.active) .card-header .btn:before {
	background-image: url(../../images/icon/arrow-next.svg);
	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 > .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 > .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: #1b2e3f; 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: #1b2e3f;
	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);
}
#home-search .tab-pane .simbol.winter.active::before {
	background-image: url(../../images/icon/winter-white.svg);
}
#home-search .tab-pane .simbol.summer::before {
	background-image: url(../../images/icon/summer.svg);
}
#home-search .tab-pane .simbol.summer.active::before {
	background-image: url(../../images/icon/summer-white.svg);
}
#home-search .tab-pane .simbol.summer-winter::before {
	background-image: url(../../images/icon/summer-winter.svg);
}
#home-search .tab-pane .simbol.summer-winter.active::before {
	background-image: url(../../images/icon/summer-winter-white.svg);
}

#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) 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) 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 > .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 #c2d4e5;
}
#header-category h1 {  text-align: center }
#header-category h1 strong { font-weight: 700; }

#header-category .btn {
	background: #fff;
	border: solid 1px #c6cbcf;
	color: #1b2e3f;
	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);
}
#header-category .simbol.winter.active::before {
	background-image: url(../../images/icon/winter-white.svg);
}
#header-category .simbol.summer::before {
	background-image: url(../../images/icon/summer.svg);
}
#header-category .simbol.summer.active::before {
	background-image: url(../../images/icon/summer-white.svg);
}
#header-category .simbol.summer-winter::before {
	background-image: url(../../images/icon/summer-winter.svg);
}
#header-category .simbol.summer-winter.active::before {
	background-image: url(../../images/icon/summer-winter-white.svg);
}
#top-search .simbol.sort-asc::before, 
#header-category .simbol.sort-asc::before {
	background-image: url(../../images/icon/sort-asc.svg);
}
#top-search .simbol.sort-asc.active::before, 
#header-category .simbol.sort-asc.active::before {
	background-image: url(../../images/icon/sort-asc-white.svg);
}
#top-search .simbol.sort-desc::before, 
#header-category .simbol.sort-desc::before {
	background-image: url(../../images/icon/sort-desc.svg);
}
#top-search .simbol.sort-desc.active::before,
#header-category .simbol.sort-desc.active::before {
	background-image: url(../../images/icon/sort-desc-white.svg);
}

/* 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: #1b2e3f;  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) 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);
}
#top-search .sizeType.byDimension.active::before {
	background-image: url(../../images/icon/tire-size-white.svg);
}
#top-search .sizeType.byAH::before {
	background-image: url(../../images/icon/energy.svg);
	background-size: auto 100% ;
	background-position: 50%  0;
}
#top-search .sizeType.byAH.active::before {
	background-image: url(../../images/icon/energy-white.svg);
	background-size: auto 100% ;
	background-position: 50%  0;
}
#top-search .sizeType.byCars::before {
	background-image: url(../../images/icon/car-side.svg);
}
#top-search .sizeType.byCars.active::before {
	background-image: url(../../images/icon/car-side-white.svg);
}
#top-search .sizeType.byTown::before {
	background-image: url(../../images/icon/besplatna-isporuka.svg);
	background-size: auto 100%; 
}
#top-search .sizeType.byShow::before {
	background-image: url(../../images/icon/menu2.svg);
	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 > .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: 80px;	
}

.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;
	/*border: solid 1px #c2d4e5;*/
	margin-bottom: 2rem;
	height: 550px; overflow: hidden;
}

.product-wrapper .product-title {
	height: 60px; overflow: hidden; padding: 0.5rem 1rem;
	position: relative;
}
.product-wrapper .product-title a { color: #1b2e3f; text-decoration: none }
.product-wrapper .product-title a:hover { color: #1764a7; }

.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: 1.25rem; line-height: 1rem; margin-top: .5rem; 
font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }
.product-wrapper .name p {  font-size: 1rem; color: #1b2e3f; padding: 0; margin: 0;}
.product-wrapper .name a { color: #1b2e3f; text-decoration: none }
.product-wrapper .name a:hover { color: #1764a7; }


.product-wrapper .brand-image { 
	height: 40px; width: 160px;
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	overflow: hidden;
	padding: 0; margin: 0;
}
.product-wrapper:hover .brand-image { 
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.product-wrapper .program {
	position: absolute;
	z-index: 5;
	top: 10px; left: 10px;
}

.product-wrapper .product-img .wishlist-info {
	 position: absolute;
    z-index: 5;
    top: 10px; right: 10px;
}

.program .action {
	margin-bottom: .5rem;
	padding: 5px 10px; font-size: 0.875rem;
	font-weight: 700;
	color: #fff; text-transform: uppercase;
	background-color: #1b2e3f;
	/*background-image: url(../../images/icon/note-bg-navy.svg);*/
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	display: block;
}
.program .action.discount { background-color: #1c467b;  /*background-image: url(../../images/icon/note-bg-red.svg);*/ }
.program .action.recommend { background-color: #1766a8; background-image: url(../../images/icon/note-bg-yellow-light.svg); color:#000 }
.program .action.new { background-color: #039834; background-image: url(../../images/icon/note-bg-green.svg); }
.program .action.outlet { background-color: #1766a8;background-image: url(../../images/icon/note-bg-blue.svg); }
.program .action.at169 { background-color: #d0b001;background-image: url(../../images/icon/note-bg-gold.svg); }
.program .action.at911 { background-color: #9b59b6; background-image: url(../../images/icon/note-bg-navy.svg); }


.product-wrapper .program .action.garancija { 
	background-image: url(../../images/icon/guarantee.svg);
	color: #1b2e3f; font-weight: 700;
	background-position: 0% 50%;
	padding-left: 30px;
}

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

.product-wrapper .img-info {
	position: absolute;
	bottom: 2rem;
}
.product-wrapper .product-img { 
	position: relative;
	border: solid 1px #c2d4e5;
	margin-bottom: 1rem;
}
.product-wrapper .product-img .image { 
	margin: 0;
	height: 350px; overflow: hidden;
	display: block; 
	border: none;
	position: relative;
}
.product-wrapper .product-img .image img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
	background: #fff;
}
.product-wrapper .product-img .image:hover img.image-hover {
	opacity: 1;
}
.product-wrapper .product-data { 
	height: 85px; overflow: hidden; padding: .15rem .5rem;
	background: rgba(255,255,255,0.75);
	z-index: 2;
}
.product-wrapper .price { font-weight: 500; }
.product-wrapper .old {
	margin-left: 0.5rem;
	color: #ef384f; font-weight: 300;
	position: relative; display: inline-table;
}
.product-wrapper .old:before {
	content: ''; display: block; position: absolute;
	top: 50%; z-index: 2;
	height: 1px; width: 100%; background: #ef384f;
}

.product-wrapper .product-price {
	background: #fff;
	height: 80px; overflow: hidden; padding: .15rem 1rem;
	z-index: 3; 
}
.product-wrapper .product-price a { text-decoration: none!important; }
.product-wrapper .product-price .price { font-size: 1.5rem;  }
.product-wrapper .product-price .price small { font-weight: 400; }
.product-wrapper .product-price .old { font-size: 1.15rem; }

.product-wrapper .product-buy {
	background: #fff;
	border-top: solid 1px #c2d4e5; 
	overflow: hidden; padding: 0;
 }
.product-wrapper .product-buy .btn-number {
	width: 30px; height: 50px;
	padding: 5px 7px;
}
/*.product-wrapper .product-buy .btn-number:disabled {
	opacity: 0.3;
}*/
.product-wrapper .product-buy .form-control {
    font-size: 1rem; font-weight: 700;
    text-align: center;
    padding: 0;
    height: 50px;
    background: #fff;
    border: none;
    outline: none;
}
.product-wrapper .product-buy .btn-primary {
    width: 100%; height: 50px;
    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 #c2d4e5; 
	-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 {
    min-height: 100px; height: auto; overflow: hidden;
    border-bottom: solid 1px #c2d4e5;
}
.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: 10px 10px;
    font-size: 0.75rem;
}
.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;
        border: none;
}
.horizontal .product-wrapper .product-img .image { 
	height: 75px; 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 #313131;*/
	padding: 0;
}
.horizontal .product-wrapper .read-more .form-control {
    text-align: center;
    border: solid 1px #313131;
}
.horizontal .product-wrapper .product-buy .btn-primary {
    height: 50px; 
}
 
/* 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 #c2d4e5; 	
}
.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 #c2d4e5!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 #c2d4e5;
	border-bottom: solid 1px #c2d4e5;
}
.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: #1b2e3f; 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;
	background: #fff;
}
#product-page-wrapper .product-wrapper-image {
	position: relative;
}
#product-page-wrapper .product-wrapper-data {
	/*border: solid 1px #c2d4e5;
	background: #fff; */
	padding: 1rem 3rem;
	position: relative;
}
#product-page-wrapper .page-header h1 {
    font-size: 2.25rem;
}
#product-page-wrapper .slick-slider .article-thumb {
	border: solid 1px #c2d4e5;
	cursor: crosshair;
}
#product-page-wrapper .slider-nav .img-contain {
	border: solid 1px #c2d4e5;
	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.2rem; font-weight: 700;
	color: #fff;
	margin-top: 2rem;
	padding: 1rem;
	border-bottom: solid 1px #b4c5d8;
	background: #1c467b;
	cursor: pointer;
}
#product-page-wrapper .title-mode.collapsed {
	background: #b4c5d8;
}
#product-page-wrapper .title-mode:after {
	content: '';
	display: block; float: right;
	width: 25px; height: 25px;
	background-image: url(../../images/icon/minus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
#product-page-wrapper .title-mode.collapsed:after {
	background-image: url(../../images/icon/plus.svg);
}
#product-page-wrapper .text-desc {
	margin: 1.5rem 0;
	color: #1b2e3f;
}
#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: #96a1ad; padding-right: 10px;
}
#product-page-wrapper .shop-more {
	margin-bottom: 70px;
}

#product-page-wrapper .price {
	font-size: 1.5rem;
	font-weight: 500;
}
#product-page-wrapper .price small { font-weight: 400; }
#product-page-wrapper .old {
	margin-left: 0.5rem;
	font-size: 1.15rem;
	color: #ef384f; font-weight: 300;
	position: relative;
	display: inline-table;
	text-decoration: none;
}
#product-page-wrapper .old:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5rem;
    z-index: 2;
    height: 1px;
    width: 100%;
    background: #ef384f;
}
#product-page-wrapper .product-wrapper-data .old:before {
    top: 0.75rem;
}

#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: 0.75rem 1rem;	
	font-size: 1.15rem;
	background: #1c467b;
	border-color: #1c467b;
}
#product-page-wrapper .btn-shop:hover {
	background: #1a2737;
	border-color: #1a2737;
	color: #fff;
}
#product-page-wrapper .btn-shop i {
	padding-right: 1rem;
}

#product-page-wrapper .product-buy {
	
}
#product-page-wrapper .product-buy .btn-number {
	border: solid 1px #c2d4e5!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 #c2d4e5;
	border-bottom: solid 1px #c2d4e5;
}

#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);
	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 #c2d4e5;
	padding: 0; margin: 10px 0;
	font-size: 0.875rem;
	position: relative;
	overflow: hidden;
}
.shop-wrapper-header > div {
	padding-right: 0;
}
.shop-wrapper-header .image { height: 80px; display: block;  }
.shop-wrapper-header .price {
	color: #1b2e3f;
}
.shop-wrapper-header .article-slide-desc a {
	color: #1b2e3f;  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 #c2d4e5;
}
#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: #1b2e3f;
	font-size: 1.125rem;
	background: #dcedfd;
	border-radius: 0%;
	border: solid 1px #c6cbcf;
	padding: 1rem .75rem;
	margin: 0.5rem 0.75rem 0.5rem 0rem;
}
#shop-page-wrapper .nav-link .round {
	border-color: #1b2e3f;
}
#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: 700;
	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: 2rem; line-height: 1em; color: #1b2e3f;
	word-break: keep-all; font-weight: 700; 
	margin-bottom: 1rem; padding-bottom: 0!important;
}
.row-small-title {
	font-size: 1.25rem;
	line-height: 1em;
	color: #1b2e3f;
	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: #1b2e3f;
	font-size: 24px;
	margin: 0 auto;
	padding-bottom: 20px;
   line-height: 1;
}
.article-slide-desc h2 a { color: #1b2e3f; }
.article-slide-desc h2 a:hover { color: #1b2e3f; }
.article-slide-desc h3 a {color: #1b2e3f;}
.article-slide-desc h3 a:hover {color: #1b2e3f;}

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


/****************Product & 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);
	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);
}
#product-search-filter .panel-title {
	padding: 0 0 10px 0; margin: 0;
	font-size: 1rem; font-weight: 400;
	color: #1b2e3f;
}
#product-search-filter .panel-collapse {
	margin: 0; padding: 0;
	max-height: 60vh;
	overflow: scroll;
}
#product-search-filter .panel-collapse > div {
	margin: 5px 0 5px 10px; 
	font-size: 0.875rem;
}
#product-search-filter .panel-collapse > .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: #1b2e3f;	
}
.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 #c2d4e5;
}
#home-action .col:first-child  .card {
	border-left: solid 1px #c2d4e5;
}


#home-action .nav-tabs .nav-link {
	background: #fff;
	border: solid 1px #c2d4e5;
	border-left: none;
	margin: 0; 
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2rem 1rem;
	padding-right: 82px;
	color: #1b2e3f;
	font-size: 1.125rem;
	position: relative;
}
#home-action .nav-tabs .nav-link:first-child {
	border-left: solid 1px #c2d4e5;
}
#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 #c2d4e5;
    background-image: url(../../images/icon/arrow-next.svg);
    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 {
	background: #e5edf6;
	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: 	#1b2e3f;
	color: #1b2e3f;
}
#home-offer .card-img-overlay.dark a:hover {
	border-color: 	#1b2e3f;
	color: #fff;
	background: #fff;
}

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



/* .home-solutions */ 
.home-solutions {
	padding: 1rem 0 0 ;
}
.home-solutions > .container-fluid {
	/*border-top: solid 1px #d3d3d3;
	padding: 3rem 0 0 0;*/
}
.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  #c2d4e5;
}


#home-brand {
	padding: 5rem 0;
	min-height: 300px; overflow: hidden;	
}
#home-brand img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity:1;
}
#home-brand img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#home-brand .content-brand img { height: 120px; border: solid 1px #b4c5d8; padding: 15px 30px; }
/*#home-brand .content-brand:nth-child(3) img { height: 50px; opacity: .85; }
#home-brand .content-brand:nth-child(2) img { height: 55px; opacity:1;}*/

#home-brand img {
	height: 30px;	
}


/* Blog */ 
#home-blog {
    padding: 3rem 0 0;
}
#home-blog .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}    
#home-blog .card-body strong {
    text-transform: none;
}
#home-blog .article-thumb-wrapper { height: 30vw; padding: 0 .875rem; }



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

#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: #1b2e3f;
    text-transform: uppercase;
}
#home-secured .bank-wrapper { color: #1b2e3f;}
#home-secured .bank-wrapper .row > 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);
	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 #c2d4e5; 
}
#calendar .header .custom-checkbox {
	border-right: solid 1px #c2d4e5;
	padding: 10px 15px; margin-left: 15px;
}
#calendar #days>.row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #c2d4e5;
}
#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 > div {
	background: #fff;
	border: solid 1px #c2d4e5;	
	color: #1b2e3f; text-align: center;
	height: 60px; padding-top: .5rem; 
	position: relative;
}
#calendar #days .time .hour:hover > div {
	background: #1764a7;
	color: #fff;
}
#calendar #days .time .disabled {
	cursor: not-allowed;
}
#calendar #days .time .disabled > 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 > 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: 4rem 0;
	margin-bottom: 4rem;
}

#inner-page-wrapper .nav-tabs .nav-link {
	background: #fff;
	border: solid 1px #c6cbcf;
	color: #1b2e3f;
	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 #c2d4e5;
}
.shopbylook-wrapper.card-middle .article-thumb-wrapper {
	height: 500px;
}
.shopbylook-wrapper.card-middle .card-body {
	padding: 2rem; border-top: solid 1px #c2d4e5;
}

/**************** 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 #c2d4e5;
}
.news-wrapper.card-middle .article-thumb-wrapper {
	height: 300px;
}
.news-wrapper.card-middle .card-body {
	padding: 2rem; border-top: solid 1px #c2d4e5;
}

/**************** 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 #1b2e3f;
	padding: 1rem;
}
.content-wrapper .container-box-title {
	margin: 0;
	background: transparent;
	padding: .75rem;
}
.content-wrapper .container-box-title h3 {
	font-size: 2rem; color: #1b2e3f;
	padding: 0; margin: 0;
}

.content-wrapper .container-box .row-line {
	border-top: solid 1px #c2d4e5;
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.content-wrapper .container-box .border-top {
	border-top: solid 1px #c2d4e5;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.content-wrapper .container-box .border-bottom {
	border-bottom: solid 1px #c2d4e5;
	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);
}
.content-wrapper .container-box .edit {
	color: #1b2e3f; 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) 0 0 no-repeat;
	width: 20px; height: 20px;
	margin-left: 1rem;
}
.content-wrapper .container-box .more {
	color: #1b2e3f; 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) 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: #1b2e3f; }

.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: #1b2e3f!important;*/
}
.page-header h1 {
	font-size: 2rem; line-height: 1em; color: #1b2e3f;
	word-break: keep-all; 
	margin-bottom: 1rem; padding-bottom: 0!important;	
	font-weight: 700;
}
.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 #c2d4e5;
	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: #1b2e3f;
	font-size: 1.125rem;
	font-weight: 500; 
}
.main p {
	color: #1b2e3f;
	line-height: 1.50em;
	
}
.main p strong {
	font-weight: 700;
}
.main a:not([class]), 
.main a.wtm { 
	color: #1b2e3f;
	text-decoration: underline;
}
.main a:not([class]):hover,
.main a.wtm:hover
 { 
	text-decoration: none!important;
}

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



.main table,
.main th,
.main td {
	border: none;
}
td a { color: initial; text-decoration: underline; }
td a:not([class]):hover { color: initial; text-decoration: none!important; }

.main table {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
}
.main th,
.main td {
	border-collapse: collapse;
	padding: 10px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */        
}
td.text-unlock  {
	-webkit-touch-callout: text; 
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: text; /* Konqueror HTML */
       -moz-user-select: text; /* Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
            user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.text-lock th,
.text-lock td {
	-webkit-touch-callout: none; 
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.main td {
    color: #131212; font-size: 13px;
    word-break: break-all;
}
th.w-5, td.w-5 {width: 5%!important;}
th.w-10, td.w-10 {width: 10%!important;}
th.w-15, td.w-15 {width: 15%!important;}
th.w-20, td.w-20 {width: 20%!important;}
th.w-25, td.w-25 {width: 25%!important;}
th.w-50, td.w-50 {width: 50%!important;}

.w-50px {width: 50px!important;}
.w-100px {width: 100px!important;}
.w-150px {width: 150px!important;}
.w-200px {width: 200px!important;}
.w-250px {width: 250px!important;}
.w-300px {width: 300px!important;}
.w-350px {width: 350px!important;}
.w-400px {width: 400px!important;}

.main tbody > tr > td {
	vertical-align: middle!important;
	padding: 5px 10px;
        word-break: keep-all;
        word-wrap: break-word;
        
}
.main td p {
	margin: 0; padding: 0;
	color: #000;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */  
}
/* PriceList */
.DivPriceList {
  display: block;
  max-height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
table.PriceList tbody {
  display: block;
  max-height: 60vh;
  overflow-y: scroll;
}
table.PriceList thead, table.PriceList tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table>thead>tr>th {
    padding-right: 10px!important;
    border-bottom: none;
}
.table>thead>tr>th.select div {
    width: 30px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}
td.footable-sortable>span.fooicon, th.footable-sortable>span.fooicon {
	margin-top: -15px!important;
}
.main td.name {
	color: #131212;
	font-size: 14px; font-weight: 400;
}
.main td.report {
	text-transform: uppercase;
	width: 10%;	
}
.main td .status { text-transform: uppercase; font-weight: 700; } 
.main td .pending { color: #2e63a3;  } 
.main td .approved { color: green;  } 
.main td .declined { color: #1764a7; } 
.main td .deleted { background-color: #1764a7; color: #fff; padding: 0px 2px; }  

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

.main table > thead > tr {
  background-color: #1c467b;
}
.main table > thead > tr > th {
	color: #fff; font-weight: 600;
	font-size: 0.75rem;
}
.main table > thead > tr > th > a { color: #fff!important; }
.main table > thead > tr > th > a:hover { text-decoration: underline; }

.main table > thead > tr > th > a > i { opacity: 0.5 }
.main table > thead > tr > th > a:hover > i { opacity: 1 }

.main table > tbody > tr:nth-of-type(even) {
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5; 
}
.main table > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
  border-bottom: solid 1px #e5e5e5; 
}
.main table > tbody > tr:hover {
  background-color: rgba(23,100,167,0.1)!important;
}
.main table > tbody > tr:hover td {
  color: #000!important;
}
.main table > tbody > tr[data-expanded="true"],
.main table > tbody > .footable-detail-row {
/*  background-color: #a3dcff!important;*/
}

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

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>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>tbody>tr>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>tbody>tr>td:nth-child(2) {
	width: 80%!important;
}

/* 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: #1b2e3f;
	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 #c2d4e5;
}
.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 #c2d4e5;
}
.page-form textarea.form-control {
	height: 100px;
}
.page-form select.form-control option { color: #1b2e3f; }


.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: #1b2e3f;
}
.page-form.form-inline .btn {
	height: 50px; padding: .5rem 1rem; 
	min-width: 50px;
}
.form-control::-moz-placeholder {
	color: #1b2e3f;
	
	opacity: 0.5;
}
.form-control:-ms-input-placeholder {
	color: #1b2e3f;
	
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #1b2e3f;
	
	opacity: 0.5;
}
.page-form .form-control:focus {
	background: #fff;
	color: #1b2e3f;
	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: #1b2e3f;
}


.form-group label { color: #1764a7; font-weight: 400; }
.form-group .form-control:focus + .form-group label, .form-group select:focus + label, .form-group textarea:focus + label {
	font-size: 10px; color: #999; text-transform: uppercase;
}
.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: #1b2e3f; 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: #1b2e3f; }*/

.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: #c2d4e5;
    border: 1px solid #c2d4e5;
    color: #1764a7;
}

/*************** 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;
}
.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: #1b2e3f;
	text-align: center;
}
.notlogin-page .modal-body .page-form { margin: 20px 0!important; }
.modal-body p {
    clear: both;
    color: #1b2e3f;
    font-size: 1rem;
    line-height: 1em;
    margin: 0;
    padding: 0.5rem 0;
}
.modal-body .form-group a:not([class]) { color: #1b2e3f; 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 {
	
}
.side-wrapper .card {
	border: solid 1px #c2d4e5;
}
.side-wrapper .card-title {
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}
.side-wrapper .card-body p { color: #698fc3; }
.side-wrapper .card-body strong { color: #1b2e3f; font-weight: 400; }
.side-wrapper .card-body a { color: #1b2e3f; }
.side-wrapper .card-body a:hover { color: #698fc3; }

.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: #222a3a;
    color: #fff;
    text-align: center;    
}
.cookieNotice p {
	color: #d6d6d6; font-size: 12px;
	padding: 0; margin: 0;
}
.cookieNotice a {
	color: #fff; font-weight: bold;
}
.cookieNotice .button-read-more {
	background: #1764a7;
	color: #4d3900;
	float: right;
	margin: 0 15px; padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;	
}

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

footer .footer-info-wrapper { margin-bottom: 0rem;  }
footer .footer-info-wrapper h4 { font-size: 1.125rem; color: #c2d4e5; font-weight: 700; text-transform: uppercase }
footer .footer-info-wrapper p { color: #fff; font-size: 0.875rem  }
footer .footer-info-wrapper strong { color: #fff; font-weight: 500;  }
footer .footer-info-wrapper a { color: #fff; text-decoration: none;  }
footer .footer-info-wrapper a:hover { text-decoration: underline; }
footer .footer-info-wrapper .row > div:first-child { padding-left: 0!important;  }
footer .social-share { border: none; padding: 0; color: #fff; }

#site-copyright { 
	margin-top: 1rem; padding: 1rem 0; 
	color: #fff; 
	font-size: 0.875rem;
	background: #1a2737;
}
#site-copyright p { color: #fff; font-size: 0.875rem; }
#site-copyright a { color: #00aeef; 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) {
	.navbar-main {
		height: 77px;
	}
	.navbar-expand-lg .navbar-nav {
		height: 77px;
	}
	/* 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: 155px; 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 > div { 
		padding: 0 .5rem;
		margin-bottom: .5rem;
	}*/
	.dropdown-horisontal .dropdown-item {
		color: #000; white-space: normal;
	}
	.dropdown-horisontal .st > .dropdown-item {
		font-weight: 700;
	}
	.dropdown-horisontal .dropdown-item:hover {
		color: #00aeef;
		background: transparent;
	}
	.dropdown-horisontal .active .dropdown-item {
		background: #f8f9fa;
	}
	.dropdown-item.active, .dropdown-item:active {
		background: transparent;
		color: #000;
	}
	.dropdown-horisontal .dropdown-content .st {
		margin: 1.5rem 0;
		position: relative;
	}
	.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: 400px;
		overflow: auto;
		margin-bottom: .5rem;
	}
	.dropdown-horisontal .dropdown-content .nd {
		padding-left: 0rem;
	}
	.dropdown-horisontal .dropdown-content .nd a {
		padding-left: .5rem;
	}
	.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);
	}
	
	.dropdown-horisontal.dropdown-vertical .col-auto {
		position: relative;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu>.dropdown-item:focus {
		background: #1b2e3f;
		color: #fff;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu>.dropdown-item {
		position: relative;
		word-wrap: break-word;
	}
	.dropdown-horisontal.dropdown-vertical .dropdown-submenu>.dropdown-item::after {
    	content: "";
    	overflow: hidden;
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 10px;
    	background: url(../../images/icon/arrow-right.svg) 0 0 no-repeat;
    	background-size: 100% auto; 
    	width: 7px; height: 15px;
    	border: none;
	}
	.dropdown-vertical  .dropdown-submenu>.dropdown-menu {
    	position: absolute;
    	top: 0;
    	left: 100%;
    	padding: 0!important;
    	margin: 0!important;
    	border: none;
    	border-right: solid 1px #1b2e3f;
    	border-radius:0;
	}
	.dropdown-vertical  .dropdown-submenu .dropdown-menu .dropdown-item {
		word-wrap: break-word;
		white-space: nowrap;
	}

	.navbar .dropdown-menu {
		border-radius: 0;
	}
	.navbar .dropdown-menu.category-nav {
		width: 355px;
	}
	.home-page .navbar .dropdown-menu.category-nav {
		width: 355px; height: 502px;
		overflow: hidden;
		overflow-y: auto;
	}
	.category-page .navbar .dropdown-menu.category-nav {
		width: 355px; height: 502px;
		overflow: hidden;
		overflow-y: scroll;
	}

	.navbar .dropdown-item {
		padding-top: 10px;	
		padding-bottom: 10px;	
	}
	/*
	.navbar .dropdown-item::before {
		content: '';
		display: block; float: left;
		width: 25px; height: 25px;
		margin-right: 10px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: auto 100%; 
	}
	.navbar .dropdown-item.nav111::before {
		background-image: url(../../images/icon/nav-ceramic.svg);	
	}
	.navbar .dropdown-item.nav112::before {
		background-image: url(../../images/icon/nav-vine.svg);	
	}
	.navbar .dropdown-item.nav113::before {
		background-image: url(../../images/icon/nav-clean-dishes.svg);	
	}
	.navbar .dropdown-item.nav114::before {
		background-image: url(../../images/icon/nav-cooking.svg);	
	}
	.navbar .dropdown-item.nav115::before {
		background-image: url(../../images/icon/nav-living-room.svg);	
	}
	.navbar .dropdown-item.nav116::before {
		background-image: url(../../images/icon/nav-bear.svg);	
	}
	.navbar .dropdown-item.nav117::before {
		background-image: url(../../images/icon/nav-candle.svg);	
	}
	.navbar .dropdown-item.nav118::before {
		background-image: url(../../images/icon/nav-window-cleaner.svg);	
	}
	.navbar .dropdown-item.nav119::before {
		background-image: url(../../images/icon/nav-attachments.svg);	
	}
	.navbar .dropdown-item.nav120::before {
		background-image: url(../../images/icon/nav-glass-window.svg);	
	}
	*/	

	
	.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 }
	
	.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 { font-size: 1.25rem; }
	.product-wrapper .program .action { font-size: 0.75rem; }
	
	#product-page-wrapper .product-title h1 {font-size:2.5rem;}
	#product-page-wrapper .product-title h2, #product-page-wrapper .product-title h3 { font-size: 1rem; }
	#product-page-wrapper .product-data .value {font-size: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; }

	/*
        header .navbar-brand {
		height: 40px;
	}
	header .navbar-logo {
		height: 40px; width: 250px;
	}
        */
	.navbar-main .navbar-light .navbar-nav .nav-link {
		line-height: 1em;
		padding: 2rem .75rem;
		white-space: pre-line;
		height: 92px; overflow: hidden;
		font-weight: 500;
	}
	.product-wrapper .product-img .image {
    	height: 260px;
    }
	.product-wrapper .product-data {
    	height: 80px;
    	padding: 0 .5rem;
    }
	#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,
	.product-wrapper .brand-image {
		height: 32px;
    	width: 128px;
	}
	.header-contact .navbar-icon .link {
	 	line-height: 1.2rem;
    	font-size: 1rem;
    	padding: 1rem .75rem 0;
	}
	
	.page-header h1 { font-size: 2.5rem; }
	#gallery-page-wrapper .slick-gallery div {
		height: 250px
	}
	
}
@media screen and (max-width: 1250px) {
	.container-fluid {
    	/*max-width: 1024px;*/
    	max-width: 100%;
	}
	
	#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 > 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;
	}
	
}

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

@media screen and (max-width: 991px) {
        
  .product-wrapper .product-title .wishlist-info { font-size: 1rem; }
    
  	.header-contact .navigation-top-left {
		display: none!important;
	}
 
	header .navbar-logo {
		height: 56px; width: 195px;
		margin: 0;
		padding: 1rem 1rem;
	}
	header .navbar-brand,
	header .navbar-brand-01 {
		height: 24px;
		margin: 0;
	}
	header .navbar-brand-02 {
		height: 32px;
		margin: 0;
	}
	.container-fluid {
    	max-width: 100%;
	}
	.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;
    	margin: 0 0 0 auto;
	}
	.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='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.navbar-main .navbar-light .navbar-nav .nav-item {
		border-top: solid 1px;
		border-color: #c2d4e5;
		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-light .navbar-nav .nav-item:nth-child(2) .nav-link:hover {
		border-color: #00aeef; 
		color: #00aeef;
	}
	.navbar-main .navbar-light .navbar-nav .nav-item.show {
		background: #00aeef; color: #fff;		
	}
	.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) 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) 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 > div {
		padding: 0;
	}
	.navbar-main .navbar-light .navbar-nav .st > .dropdown-item {
	 	padding: .5rem;
    	font-weight: 700;
	 	background-color: #f3f3f3;
		color: #1b2e3f!important;
		border: none; text-transform: uppercase;
		border-bottom: solid 1px #1b2e3f;
	}
	.navbar-main .navbar-light .navbar-nav .nd > .dropdown-item {
	 	padding: .5rem .75rem;
    	font-weight: 400;
	 	background-color: transparent;
		color: #1b2e3f!important;
		border-bottom: solid 1px #dfdfdf;
	}
	
	.dropdown-horisontal .dropdown-content .ads { 
		margin-bottom: 0rem;
		padding-right: 0rem;
	}

	.navbar-main .navbar-light .navbar-nav .dropdown-menu .ads .row > 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 > 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-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: #1b2e3f; border-color: #1b2e3f; }
	#home-offer .card-img-overlay a:hover { border-color: #1b2e3f; color: #fff; background: rgba(27,46, 63, 0.5); }*/
	
	#home-blog, 
	.home-solutions > .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 {
		display: none;
	}
	
	/* brand */ 
	#home-recomend,
	#home-brand {
		margin-bottom: 4rem;
	}
	
	#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: #1b2e3f;
		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 > div { 
		text-align: center;
	}
	footer .footer-info-wrapper .row > 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 > .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 > .CaptionCont > span {
    	font-size: 20px!important;
    }
	.SumoSelect > .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 .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;
	} 
	
	#header-category .btn {
		padding: 1rem 0.5rem;
	}
	.h1, h1 {
    	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: 500px;
	}
	
	.product-wrapper .product-img .image { 
		margin: .5rem 0;
		height: 240px;
	}
	.product-wrapper .product-title {
    	height: 60px;
    	padding: 0.5rem;
	}
	.product-wrapper .brand-image {
    	height: 25px;
    	width: 140px;
    }
    .product-wrapper .product-data {
    	height: 70px;
    	padding: 0 .5rem;
    }
    .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 > 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 #c2d4e5;
	 }
	 #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) {

}


