/* @font-face {
  font-family: 'Lato';
  src:url('font_new/Lato-Light.ttf') format('truetype');	
  font-weight: 100;
  font-style: normal;
} */

@font-face {
  font-family: 'Lato';
  src: local('Lato Light'), local('Lato-Light'),
      url('font2/Lato-Light.woff2') format('woff2'),
      url('font2/Lato-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


/* @font-face {
  font-family: 'Lato';
  src:url('font_new/Lato-Regular.ttf') format('truetype');	
  font-weight: 600;
  font-style: normal;
} */

@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'),
      url('font2/Lato-Regular.woff2') format('woff2'),
      url('font2/Lato-Regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* @font-face {
  font-family: 'Lato';
  src:url('font_new/Lato-Black.ttf') format('truetype');	
  font-weight: 700;
  font-style: normal;
} */

@font-face {
  font-family: 'Lato';
  src: local('Lato Black'), local('Lato-Black'),
      url('font2/Lato-Black.woff2') format('woff2'),
      url('font2/Lato-Black.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Lato';
  src:url('font_new/Lato-SemiBold.ttf') format('truetype');	
  font-weight: 800;
  font-style: normal;
} */

@font-face {
  font-family: 'Lato';
  src: local('Lato SemiBold'), local('Lato-SemiBold'),
      url('font2/Lato-SemiBold.woff2') format('woff2'),
      url('font2/Lato-SemiBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Lato';
  src:url('font_new/Lato-ExtraBold.ttf') format('truetype');	
  font-weight: 900;
  font-style: normal;
} */

@font-face {
  font-family: 'Lato';
  src: local('Lato ExtraBold'), local('Lato-ExtraBold'),
      url('font2/Lato-ExtraBold.woff2') format('woff2'),
      url('font2/Lato-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: local('Font Awesome 5 Free'), local('Font Awesome 5 Free 2'),
      url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
      url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


html, body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  font-size: 15px;
  /*background: #EAE4D4;*/
  font-family: 'Lato';
  font-weight: 600;
  margin: 0;
  padding:0;
}

.h-inherit{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

.articles-title {
	font-size: 26px;
 /* margin-left: 1.5%;*/
}
.articles-description {
  /*margin-left: 1.5%;*/
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.row {
    margin-right: 0px !important;
    margin-left:  0px !important;
}

.padding-left-none {
	padding-left:0px;
}
.padding-right-none {
	padding-right:0px;
}


.padding-left-card-none {
	padding-left:0px;
}
.padding-right-card-none {
	padding-right:0px;
}


.margin-top-neg-90 {
	margin-top: -90px;
}

#fragment-content {
	min-height:300px;
}

#doc-all {
	z-index: 2;
	position: relative;
	overflow-y: hidden;
  display: flex;
	flex-direction: column;
}


#doc-container {

}


.video-container video {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    width: 100%;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
}

.video-parallax {
    -webkit-transition-position: fixed;
    position: fixed;
}



#logo-video {
	width: 240px;
	height: 240px;
	position: fixed;
    top: calc( 50% - 120px);
    left: calc( 50% - 120px);
    object-fit: contain;

  cursor: pointer;

}


/**** BEGIN - HEADER ****/


/**
  *  Header language switcher - 06/12/2019
  */



#header {
    padding-top: 10px;
    width: 100%;
}

#header-top {
	height:100px;
	margin-bottom:10px;

    display: flex;
    flex-wrap: nowrap;
}

.left-side {
	/*float: left;*/
    display: flex;
    width: auto;
    flex-grow: 1;
}

.right-side {
	/*float: right;*/
    display: flex;
    z-index: 10000;
}

.right-side .outer{
    position: relative;
}

.right-side .lang-switcher {
  display: block;
  position: relative;
  margin-top: 14px;
  margin-left: 10px;
  padding-right: 15px;
  cursor: pointer;
  margin-right: 14px;
}

.right-side .lang-switcher a{
    color: #000;
    text-decoration: none;
}
.right-side .lang-switcher a:hover{
    text-decoration: none;
}


.right-side .lang-switcher:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f107";
  top: 11px;
  right: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -10px;
}

.right-side .lang-switcher .current-language {
  width: 12px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.right-side .lang-switcher ul li:hover {
  background-color: rgba(0, 144, 144, 0.1);
}

.right-side .lang-switcher .current-language img {
    width: 100%;
}

.right-side .lang-switcher:hover ul {
    display: block;
}

.right-side .lang-switcher ul {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  padding: 0px 0px;
  background: #fff;
  box-shadow: 2px 2px 8px
  rgba(0,0,0,0.3);
  min-width: 40px;
}

.right-side .lang-switcher ul > li {
    display: block;
    width: auto;
    margin: 5px 0;
    text-align: center;
}

.right-side .lang-switcher ul > li img {
    width: 32px; /* half icon size for retina display */
}


.header-nav {
	position: relative;
}

.header-item {
	color: #181818;
}

.hover-item a:hover {
  background-color: rgba(0, 144, 144, 0.1);
}


.hover-item a {
  padding: 10px;
}


#header .make-it-brbl {
	color: #5A3A2F;
	text-transform: uppercase;
	float: left;
	margin:10px 0px 10px 20px;
	font-size:26px;
}


.header-item a, .menu-item a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

.header-item a:not(:first-child) {
  padding: 10px;
}
.popupheader{ /* Header Language Switcher - 06/12/2019 */
    background: white;
    opacity: 0;
    display:none;
    transition: all 0.5s;
    width: 280px;
    height: auto;
    position: absolute;
    right: -90px;
    top: 55px;
    padding: 10px;
    z-index: 9999;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

#a:hover + #b {
    opacity:1;
    display: inline-block;
}
.right-side .header-item{
  margin:10px 0px 10px 12px;
  /* font-family: 'roboto.thin';*/
  font-size:16px;
  line-height: 32px;
  position: relative;
  font-weight: 600;
}

.left-side .header-item{
	margin:10px 0px 10px 40px;
	font-size:26px;
	text-transform: uppercase;
}

.right-side .thin {
}

.right-side .header-item img{
	max-height: 30px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 8px;
}

#logo {
	float: left;
}

#logo img {
    height: 100px;
    width: auto;
}

/**
 *  Header Language switcher - 06/12/2019
 */

.navigation .row-main > div {
    display: flex;
    flex-wrap: nowrap;
}

.navigation .list-inline{
    display: flex;
    flex-grow: 1;
}

.navigation .search-container{
    height: 100%;
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    margin-top: 7px;
    margin-right: 5px;
    margin-bottom: 12px;
}

.navigation {

	z-index: 2;
	position: relative;
}

.header-nav  .navigation-line {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 0;

}

.navigation-bg-white {
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index:0;
}


.navigation ul{
	padding-top:10px;

}



.navigation ul li{
  color: #181818;
  transition: color 0.4s ease 0s;
  text-align:center;
  display: inline-block;
  /* padding: 0 25px; */
  margin-right: 35px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 15px;
  font-weight: 100;
}

.navigation ul li:hover {
  color: #3783a0;
}

.dropdown-menu a:hover {
  color: #3783a0;
}

.imageheader{
  height:30px;
  width: auto;
  position: relative; /* Header Lang Switcher - 06/12/2019 */
  /*right:155px;*/
  margin-top:8px;
}
.textheader{
  position:relative;
  margin-left:10px;
  margin-top:15px;
}
/*.imageheader2{
  position:absolute;
  right:0;
  margin-top:15px;
  width:30px;
  height:auto;
}*/
.header-user {

}


.header-nav-video {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


.basket-qty {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 60%;
  line-height: 16px;
  background: #fff;
  color: #ffffff;
  text-align: center;
  background-color: #ea163a;
  position: absolute;
  right: -3px;
  top: -4px;
}



/**** END - HEADER ****/

/**** BEGIN - MAIN ****/



.container-video {
	margin-top: -370px;
	height:450px;
	overflow: hidden;
	  display: flex;
    align-items: center;
}


#main-container {
	margin-top: 20px;
	margin-bottom: 50px;
	min-height:300px;
}


.hero-banner {
	width:100%;
	height:500px;
	background: #EAE4D4 ;
	margin-bottom:40px;
	position: relative;
	margin-top: -370px;

}
.hero-banner  .hero-banner-img {
	padding-left: 0px !important;

}
.hero-banner  .hero-banner-img img {
	height:100%;
	max-width: 100%;
	object-fit: cover;

}


.hero-banner-line {
    position: absolute;
    top: 70px;
    right: -75px;
    width: 65px;
    height: 40px;
}


.hero-banner-content {
	position: absolute;
    top:50%;
  /*  left:80%;*/
  right:-100px;
    width:350px;
    transform: translate(-50%, -50%);
}

.hero-banner-content h1 {
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align:center;
  color: #ffffff;
  font-size: 45px;
  line-height: 44px;
  letter-spacing: 0.1 lem;
}
.hero-banner-content p {
	 color: #FFFFFF;
	 font-size: 26px;
	 margin-bottom: 15px;
	 text-align:center;
}
.hero-banner-content p strong {
	 font-size: 26px;

}

.hero-banner-btn {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: 1px solid white;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: transparent;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.hero-banner-img {
	width:100%;
	height:100%;
	object-fit: cover;
}


/**** END - MAIN ****/

/**** BEGIN - DROPDOWN MENU ****/


.dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF; /*#d0c2a5;*/
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1111;
  margin-top: -1px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;

}

.dropdown-menu .list {
    padding-left: 10px;
}


.dropdown-menu a {
    color: #333; /*#59372b*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /*text-transform: uppercase;*/
    padding: 5px 10px;
}


.dropdown-menu  ul {
	margin-top: 10px;
	margin-bottom: 20px;
  list-style-type: none;
}


.dropdown-menu ul.itemChildren {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.dropdown-menu li.itemChildren {
  display: block;
}
.dropdown-menu a.itemChildren  {
  float: left;
  min-width: 150px;
}

.dropdown-menu li.item {
  float: left;
  margin-right: 45px;
}



.dropdown-menu .itemChildrenName {
  margin-bottom: 15px;
}
.dropdown-menu {

} */


/**** END - DROPDOWN MENU ****/

/**** BASKET OVERVIEW ****/
  .overviewstyle{
    float: right;
    font-size: 18px !important;
    font-weight: bold;
  }
  .leftstyle{
    font-size: 18px !important;
  }
  .linestyle{
    margin-top:28px;
  }
  .linestyle1{
    margin-top: 28px;
  }
  .linestyle2{
    border-top: 1px solid #eee;
  }
  .linestyle3{
    border-top: 1px solid #eee;
  }
  .linestyle4{
    margin-top: 41.4286px;
  }
/* BEGIN - NASLOVNICA - ARTICLES  */
.naslovnica-articles {
	/*
	margin-bottom: 100px;
	margin-top: 30px;
*/
}

.box-shadow {
  /*
   -moz-box-shadow: 1px 2px 4px rgba(68, 68, 68, 0.4);
    -webkit-box-shadow: 1px 2px 4px rgba(68, 68, 68, 0.4);
    box-shadow: 1x 2px 4px rgba(68, 68, 68, 0.4);
    background: #EAE4D4;
	*/
}

.naslovnica-articles .card {
	float:left;

	position: relative;
	width:100%;

}
.naslovnica-articles .card img
{
	width:100%;
	height:100%;
	object-fit: cover;

}


.img-contain
{
	object-fit: contain !important;

}

.card-overlay {
	position: absolute;

    left: 0;
    bottom:0px;
	width:100%;
	height:75px;
	background: #D2C3A2;
	  opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.card-overlay2 {
	  opacity: 0;
}

.naslovnica-articles .card .card-container {
	position: absolute;

    left: 0;
    bottom:0px;
	width:50%;

	top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;

}

.naslovnica-articles .card .card-container2 {

}

.naslovnica-articles .card .card-title {
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-top: 0px !important;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid white;
    align-items: center;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color:  rgba(176, 214, 62, 0.7); /* Color change - 16/12/2019 */
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.naslovnica-articles .card:hover .card-title {
    background-color:  rgba(176, 214, 62, 1); /* Color change - 16/12/2019 */
}

.naslovnica-articles .card .card-button {
	position: absolute;
    left: 0;
    bottom:0;
	width:100%;
	height:40px;
	background: #503329;
	display: none;
}

.naslovnica-articles .card .card-button .card-button-title{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;

}
.naslovnica-articles .card-arrow {
}






/* END - NASLOVNICA - ARTICLES  */

.savedscreen{
  width:100%;
}
.savedimg1{
  position:relative;
  top:0;
  left:0;
  height: auto;
  width: 100%;
}
.savedimg2{
  position:absolute;
  top:200px;
  left:60px;
  height: 40px;
  width: 550px;
}
.text1{
  position:absolute;
  top:220px;
  left:60px;
  font-size: 25px;
}
.text2{
  position: absolute;
  top: 320px;
  left:60px;
  font-size: 25px;
}
.savedlink{
  position:absolute;
  top:330px;
  left:60px;
}
.savedlink1{
  position:absolute;
  top:330px;
  left:200px;
}
.savednote{
  top:100px;
  font-weight:900;
  font-size: 50px;
  position: absolute;
  left: 60px;
}
/* BEGIN -  LISTOFITEMS  */
#listofitems {
	margin-top: 30px;
}

#listofitems:after {
	content: "";
  display: table;
  clear: both;
}

.article-title {
	color: #d1c299;
	text-transform: uppercase;
}

.articles-nav, .articles-container {
	padding-left: 0px;
	padding-right: 0px;
  margin-bottom: 30px;
}


.articles-nav ul {

	 list-style-type: none;
	 padding-left: 0px;
}



.articles-nav ul li {
	margin-top:10px;
	margin-bottom:20px;
}

.articles-nav ul li a{
	color: #191919;
	text-decoration: inherit;
	font-weight: bold;
	font-size: 16px;

}
.list-item-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


.articles-header {
	margin-bottom:10px;
	font-size: 20px;
}

.article-header-title {
	display: inline-block;
	float:left;
}

.article-header-sortby {
	display: inline-block;
	float:right;
}

.listofitems  {
	/*margin-bottom: 100px;*/
	margin-top: 30px;
}

.gridDiv {
	/*padding-right: 8px !important;*/
	padding-left: 0px !important;
}

.gridDiv .item-img {
	background: #FFF;
	min-height: 260px;
	position: relative;
	text-align:center;
}

.listofitems .gridDiv {
	margin-bottom: 30px;
	height: 455px;
}

.listofitems .gridDiv img {
	width:100%;

	object-fit: contain;
	min-height: 1px;
	margin-bottom: 25px;
	max-width: 80%;
	max-height: 300px;
}
.listofitems .gridDiv .item-img {
	width:100%;
	overflow: hidden;
	height:300px;
	line-height: 300px;
}
/*
.listofitems .gridDiv img {
	width:100%;
	height:300px;
	object-fit: contain;			object-fit: contain;
	min-height: 1px;
	margin-bottom: 25px;			margin-bottom: 25px;
	max-width: 80%;			max-width: 80%;
	max-height: 300px;
}
.listofitems .gridDiv .item-img {
	width:100%;
	overflow: hidden;
	height:300px;
	line-height: 300px;
}
*/
@media screen and (min-width:0\0) {
     .listofitems .gridDiv {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }
 .listofitems .gridDiv img{

   /*max-width: 100% !important;*/
   height: auto;
   margin:0;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .list-item-title{
   width:250px;
 }
}

.multiple-items   {

	margin-top: 40px;
}
.listofitems.multiple-items  .gridDiv .item-img {
	min-height: auto;
}
.listofitems.multiple-items  .gridDiv img {

/*	height:128px !important; */
	object-fit: contain;
	margin-bottom: 25px;
	max-width: 80%;
}

.item-discount {
 /*  height: 34px;
  background: transparent;
  width: 100%;
  color: #fff;
  text-align: center; */
}

.item-discount-text {
/* 	margin-right: 10px;
	font-size: 18px;
	line-height: 34px;
	color: #b4242a;
	width: 100%;
	font-family: 'Poppins Light';
	text-align: center; */
}



.listofitems .gridDiv.col-md-5ths-big img {
	width:100%;
	height:540px;
	object-fit: cover;
}

.listofitems .gridDiv img, .listofitems .gridDiv.col-md-5ths-big img
{

}

.listofitems  .item-overlay {
	background: #025f26;
	width: 100%;
	height: 10px;
}

.gridDiv .item-description-left
{
	display:inline-block;

	overflow: hidden;

   /* max-width: 80%;*/
   width: 100%;
}
.multiple-items .gridDiv .item-description-left
{
	display:inline-block;
	overflow: hidden;
    width: 100%;

}
.gridDiv .item-description-right
{
	display:inline-block;
	width:100%;
	text-align: center;
}

.gridDiv .item-price {
	font-size:24px;
	margin-right: 10px;
  margin-bottom: 8px;
}

.gridDiv .item-container {
	margin-top:10px;
}

.gridDiv .item-title {
	margin-left: 10px;
}

.gridDiv .item-cat {
	margin-left: 10px;
	margin-top: 2px;
}

.articles-nav .not-active a{
}



.filter-content {
  padding-right: 40px;
}

ul.filter-content {
  margin: 0px;
  padding: 0px;
}

#list-sizes{
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  justify-content: flex-start;
}

ul#list-colors {
  padding: 15px;
}

#slider-distance {
  margin: 15px;
}

.filter-item {
  width: 342px;
  margin-bottom: 30px; 
  padding-bottom: 30px;
  border-bottom: 1px solid #F2F2F2;
}

.filter-item:first-child {
  width: 342px;
  margin-bottom: 15px; 
  padding-bottom: 15px;
}

#resetBrandFilter, #resetSizeFilter, #resetColorFilter, #resetPriceFilter {
  color: #bdbdbd;
}

.filter-item:last-child {
  border-bottom: 0px;
}

.filter-item:after {
  content: "";
  display: table;
  clear: both;
}

.filter-item .group {
  margin-bottom: 16px;
  padding: 15px;
}

.filter-item .group:after {
  content: "";
  display: table;
  clear: both;
}

.filter-item .group a {
  color: inherit;
  float: left;
  text-decoration: none;
}

.filter-item .group span {
  float: right;
  cursor: pointer;
  color: #828282;
}

.filter-item ul {
  margin: 0px;
  padding: 0px;
}



.filter-checkbox {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.sort-by {
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	background: #d1c299;
	font-size: 16px;
}

.size-filter-select {

  padding: 5px 10px;
  position: relative;
  color: #444;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  margin-left: 4px;
  margin-bottom: 8px;
}


.size-filter-select label div {
  font-size: 12px;
  color: #191919;
  padding: 0px;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
}

.article-size-text{
  position: relative;
  font-size: 12px;
}

.filtercolor.selected .article-size-text:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 29px;
  width: 29px;
  background: transparent center no-repeat url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjMzMyA1bC05LjE2NiA5LjE2N0wzIDEwIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE2LjMzMyA1bC05LjE2NiA5LjE2N0wzIDEwIiBzdHJva2U9IiNGMkYyRjIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
}

.filtersize:hover {
  background: rgba(49, 149, 242, 0.1);
  border: 1.5px solid #3783a0;
}

.filtersize.selected,
li.size-filter-select.checked  {
  border: 1.5px solid #3783a0;
  text-align:center;
}

.filtersize.selected  span {
  color: #3783a0 !important;
}

li.size-filter-select label{

  width: auto;
/*   padding: 5px;
  min-width: 37px;
  margin-top: 2px; */
}

li.size-filter-select {
  border: 1.5px solid #333333;

}

li.size-filter-select.checked label .article-size-text {
 /*  margin-top: 0px; */
 color: #2D9CDB;
}
/*
li.size-filter-select label div{
	background: #EEE;
}

li.size-filter-select.checked label div{
	background: #ddd;
}
*/



.couponMsgMargin{
  margin-top:10px;
  color: #ea163a;
  font-weight: 900;
  margin-left: -15px;
}


li.color-filter-select {
  margin: 0px !important;
  padding-top: 7px;
  display: inline-block
}


li.color-filter-select div.test99 {
	float: left;
	padding: 0;
	position: relative;
	text-align: center;
	color: #444;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 0px !important;
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-right: 7px !important;
}

.color-filter-select div.test99 div {
    font-size: 12px;
    background: #EEE;
    font-weight: 400;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    height: 100%;
	border-radius: 29px;
}

li.color-filter-select.checked div.test99 div{
	    -webkit-box-shadow:inset 0px 0px 0px 2px #006da4;
    -moz-box-shadow:inset 0px 0px 0px 2px #006da4;
    box-shadow:inset 0px 0px 0px 2px #006da4;
}





li.color-filter-select.checked div.test99 {
	margin-top: 0px;
}




.price-old {
   text-decoration: line-through;
    color: #b4242a;
    margin-right: 10px;
}

/* START BREADCRUMBS  */
.responsiveBreadcrumbs ul {
	padding-bottom: 0;
}

.responsiveBreadcrumbs li {
  display: inline-block;
  color: #2F80ED !important;
}
.responsiveBreadcrumbs li a{

  color: #2F80ED !important;
}

.breadcrumbs li:not(:last-child):after, .responsiveBreadcrumbs li:not(:last-child):after {
    content: ' \003e';
}
/* END BREADCRUMBS   */




/* END -  LISTOFITEMS  */




/* BEGIN - ARTICLE */
#article {
	height: 500px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;

	display: -webkit-box;
	/*display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	*/height: auto;
	padding-bottom:50px;
}

.article-hero-img {
	/* height: 100%; */
	margin-top: 40px;
	width:100%;
	height:400px;
	line-height:400px;
	text-align: center;

}
.article-hero-img img  {

	max-height: 100%;
	max-width: 100%;

	vertical-align: middle;

}


.article-container {
/* 	margin-top:50px; */
}

#article .item-description-left
{
	display:inline-block;
	float:left;
	overflow: hidden;

}
#article .item-description-right
{
	display:inline-block;
	float:right;
	text-align: right;
}

#article .item-description-bottom {
	margin-top:30px;
	margin-bottom:50px;
	text-align: justify;
}

#article  .item-price {
  font-size:23px;
  margin-top: 15px;

}

#article .item-description-left .item-title {
		font-size: 24px;
}

.item-color-container, .item-size-container {
	width: 100%;
	margin-top: 20px;
	/* border-bottom: 1px solid rgba(25,25,25,0.2); */
	margin-bottom: 1px;
}

.size-refine-sizes {
    clear: both;
}

.size-refine-sizes>div:nth-child(odd) {
    margin-top: 5px;
}

.size-refine-sizes ul {
    list-style: none;
    margin: 0;
    position: relative;
    width: auto;
    border: 0;
    overflow: hidden;
    padding-left: 0px;
    margin-top: 5px;
}

.size-refine-sizes ul li {
    float: left;
    min-height: 26px;
    min-width: 26px;

   
    text-align: center;
    color: #444;

    overflow: hidden;
	cursor: pointer;
	height: 49.32px; /*FIXME: dodano*/
}


.pakiranjelist {
	border:2px solid transparent;
}
.pakiranjelist.selected label div {
  
  /* border: solid 2px rgb(0, 109, 164) !important; 006da4 */
  border: solid 2px #3783a0 !important;
/* 	width: 129px; */
}

.pakiranjelist label div:hover {
  background: rgba(49, 149, 242, 0.1);
  border: solid 2px #3783a0 !important;
}

.pakiranjelist label {
	margin-top: 2px;
}

.size-refine-sizes ul li label div {
    font-size: 12px;
    border: 1px solid #3783a0;

    padding: 10px 5px; /*FIXME: dodano*/
    /* padding: 10px; */
    cursor: pointer;
	white-space: nowrap;
	width: 95px; /*FIXME: dodano*/
}

.size-refine-sizes ul li  input {
   margin: 0 !important;
   bottom: 0 !important;
}


.item-size-container .filter-name, .item-color-container .filter-name {

    margin-top: 16px;
    font-size:16px;
}

.item-size-container .size-refine-sizes {
	/*display: inline-block;*/
}

.showmobile{
  display:none;
}

/* COLOR */
ul.color-refine-colors li ul li {
    width: 66px;
    height: 60px;
    margin-right: 8px;
    float: left;
    position: relative;
    margin-bottom: 8px;
    background: #FFF;
    border: 2px solid #FFF;
}

ul.color-refine-colors li label {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0,0,0,0);
    border: 0;
}

ul.color-refine-colors li ul li img {
    width: calc(100% - 2px);
    height: 100%;
    object-fit: contain;
    padding: 4px;
    position: absolute;

    left: 1px;
    top: 0;
    z-index: 1;
    font-size: 12px;
    box-shadow: inset 0 0 0 3px #fff;
}


.box-colors ul{
	padding-left: 0px;
}



.article-description-menu {
	margin-top: 20px;
}


.article-menu {
	margin-top: 4px;
	margin-bottom: 4px;
}

.article-menu-header
{
	width: 100%;
	padding: 12px;
	text-transform: uppercase;
	color: #5A3A2F;
	background: #D0C2A5;
	margin: 0px;
	cursor: pointer;
	font-size: 18px;
}

.article-submenu-header {
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  color: #191919;
  margin: 0px;
  margin-top: 4px;
  cursor: pointer;
  font-size: 16px;
 /*  border-top: 1px solid #191919; */
  padding-top: 24px;
}

.article-menu-text {
	font-size:16px;

	 text-align: justify;
	 margin-top: 15px;
	 margin-bottom: 20px;
}

.btn:hover{
	color:  #000000;
	background: #FFFFFF4D;
	/* background: #FFFFFF; */
	border: 1px solid black;
}

.btn-item-buy {
	margin-top: 20px;
	margin-bottom: 20px;
  background: #3783a0;
	text-transform: uppercase;
  height: 50px;
  cursor: pointer;
	width: 100%;
	text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.btn-item-buy:hover {
  color: #ffffff;
  background-color: #000;
  border-color: transparent;
}

.btn-item-buy.btn.disabled, .btn-item-buy.btn[disabled], fieldset[disabled] .btn.btn-item-buy {
  background: transparent !important;
  border: 2px solid #3783a0;
  color: #3783a0;
}

.btn-item-buy:focus{
  background-color:#006262;
  border-color: transparent;
  border: 0px;
  outline: 0px;
  color: #ffffff;
}

.btn-item-buy span {
	text-align: center;

	width: 100%;
	}

/**
 * Added red button variant for out of stock state - Radovan 17/03/2020
 */

.btn-item-buy.red{
    background: #b32222;
    color: #fff;
}


li.pakiranjelist.oos  div {
	background:url("data:image/svg+xml;utf8,<svg version='1.1' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 50 50'><line fill='none' stroke='%23000' x1='50' y1='0' x2='0' y2='50' style='stroke:rgb(130,130,130); stroke-width:2' /></svg>") 0 0/100% 100% no-repeat ;
}

ul.color-refine-colors li ul li.oos div.stock-state{background:no-repeat #FFF;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0;z-index:12;pointer-events:none}

.product-price-discount {
  float: right;
  margin-top: 3px;
  padding: 0px 15px;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  background: #ea163a;
  margin-right: -10px;
  font-weight: 700;
}


.product-price-old {
  font-size: 20px;
   text-decoration: line-through;

}

.product-price-new {
  margin-right: 15px;
}

/* END - ARTICLE */


/* BEGIN - BASKET  */

.cart_area  {
	margin-top:20px;

}

.cart_area .row{
	width: 100%;
}


.cart-table .table {
    position: relative;
}

.cart_product_img a, .cart_product_img img {
   width: 100%;
}

.cart-table .table thead,
.cart-table .table tbody,
.cart-table .table tfoot {
    width: 100%;
    display: block;
}

.cart-table .table tr,
.cart-table .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.cart-table .table tfoot tr {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cart-table .table tr th,
.cart-table .table tr td {
    border-top: 1px solid #e9ecef;
    padding: 12px;
    padding: 12px;
    padding: 12px;
    padding: 0.75rem;
    text-align: center;
    vertical-align: middle;
    width: 16.6666666667%;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
}

.cart-table .cart_product_desc h5 {
    font-size: 14px;
    margin: 0;
}

.cart-table .qty-minus,
.cart-table .qty-plus {

    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.cart-table .qty-minus i,
.cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px;
    /* margin-left: -16px; */
}

.cart-table .qty-text {

    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
}
.cart-table {
	margin-top: 30px;
}
.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    /* padding-left: 10px; */
    border-bottom: 1px solid #000000;
}

.cart-table .price span,
.cart-table .total_price > span,
.cart-table .action > a {
    font-size: 14px;
}


.cart_area .update-checkout {
	margin-bottom: 60px;
}

.cart_area .update-checkout a:first-child {
    background-color: #503229;
    color: #fff;
}

.cart_area .update-checkout a:last-child {
    background-color: #503229;
    color: #fff;
}

.cart_area .update-checkout a:first-child:hover,
.cart_area .update-checkout a:last-child:hover {
    background-color: #3a3a3a;
    color: #fff;
}

#couponFld:hover {
	border: 1px solid #191919;
	border-right:none;

}
#couponFld {
	float:left;
	border: 1px solid rgba(25,25,25,0.2);
	border-right:none;
	color: #191919;
	padding: 16px;
	min-width:180px;
	font-size:15px;
  height: 52px;
  margin-left: -15px;
}
#addcoup:hover {
	/* background-color: #191919; */
}
#addcoup {
	float:left;
	width: auto !important;
	margin-top:0px;
	font-size:15px;
	background-color: #fff;
	border: 1px solid #191919;
	font-size:15px;
  height:52px;
  outline: 0px;
  text-transform: none;
}

#addcoup span {
  color: #000000;
}

#couponField label {
	width: 100%;
	text-align: left;
	font-weight: 100;
  margin-bottom: 20px;
}

.cart_product_img a  {
/*  border: 1px solid rgba(25, 25, 25, 0.2); */
 display:block;
 padding:10px;
}
.cart_product_img img {
    max-height: 100px;
    width: 100%;

    object-fit: contain;
}


.cart_product_desc {
	text-align: left;
}
.cart_product_img img {
    vertical-align: middle;
    border-style: none;
}

.cart_product_img {
	background: #FFF;
}
.cart_product_img a{
	width: 100%;
	height: 100%;
}

.col-cart-sum {
  float: right;
  margin-top: 40px;
}

.col-cart-sum-values {
  text-align: right;
  margin-bottom: 20px;
}


.cart-footer {
	margin-top: 60px;
}

.back-to-shop a, .action a{
	color: #333333;
}

.cart-table tfoot tr{
	width: 600px;
    display: inline-block;
    float: right;
    margin-right: 40px;
}

tfoot.order-foot tr{
	width: 800px;
}



#couponField {
	display: inline-block;
  float: left;
  margin-top: 35px;
}

#couponField:after {
	content: "";
  display: table;
  clear: both;

}

.bigshop-btn {
	background: #d8203f;
	color: #FFF;
	border-radius: 0px;
	font-weight: 900;
	width: 100%;
	height: 45px;
	font-size: 13px;
		text-transform: uppercase;
}

.update-checkout {
  width: 365px;
  float: right;
  margin-top: 35px;
}
.shop-menu ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}


.cart-menu-first  {
	margin-left: 190px  !important;;
}

.payment-method-radio {
	margin-bottom: 15px;
	margin-left: 5px;
}

.payment-method-radio h3 {
  color: #333333;
  font-size: 16px;
}

.payment-method-radio h4 {
  color: #4F4F4F;
  font-size: 14px;
}

.payment-method-radio .total-price, .payment-method-radio .currency {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.locksvg {
 font-size: 13px;
 color: #FFF;

}

button:hover .locksvg {
 font-size: 13px;
 color: #000;

}


.overview-content {
	background: #EAE4D4;
}

.box {
    padding: 0 5px 0 5px;
}

.box-left{
    padding-left: 0px;
}

.box-right{
    padding-right: 0px;
}

.box .inner {
	padding: 5px 20px 10px 20px;
}


.table-overview tr td, .table-overview tr th {
	width: 20% !important;
	flex: 0 0 20% !important;
}

.orderlist {
	width: 100%;
}

#order-history-cart {
	overflow: hidden;
}

.table-basket {
	text-align: center;

}
.cart-item {
	margin-top: 10px;
  padding: 25px;
  border: 1px solid #E0E0E0;
}
.table-top {
	padding: 10px;
}

.cart-item-row {
	/*
	 * text-align: left;
  */
}
.cart-item-row .price, .cart-item-row .price span {
	text-align: right;

}

.cart-item-row .qty {
	text-align: center;

}

.product-price-cross {
  color: #3783a0;
  font-weight: 700;
}

.saleRedText {
  color: #3783a0;
  font-weight: 700;
  /* font-family: 'Lato Bold';
  font-size: 18px !important;
  margin-right: 10px; */
}

.darkGrayText {
 /*  color: #828282;
  font-size: 14px !important; */
}

.table-top {
 /*  border-bottom: 1px solid rgba(25,25,25,0.2); */
}


.table-header {
	text-align: center;
}
/* END - BASKET  */



/* BEGIN - ORDER HISTORY */
.table-order-history tr td, .table-order-history tr th{
	-ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
}

#order-history-cart {
	padding-left: 15px;
	padding-right: 15px;
}
/* END - ORDER HISTORY*/


/* BEGIN - CUSTOM RADIO BUTTON */
/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 26px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #191919;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.register-chboxs {
	margin-top: 20px;
	margin-bottom: 10px;
}

.font-bold {
}

.container-chbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    line-height:25px;
    margin-left: 15px;
    cursor: pointer;
   /* font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.container-chbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-chbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #828282;
}

/* On mouse-over, add a grey background color */
.container-chbox:hover input ~ .checkmark-chbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chbox input:checked ~ .checkmark-chbox {
    background-color: #191919;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-chbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-chbox input:checked ~ .checkmark-chbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-chbox .checkmark-chbox:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* END - CUSTOM RADIO BUTTON */



/* BEGIN - FOOTER  */
#footer{
  background: #333333;
  min-height:438px;
  flex-grow: 1;
}

#footer .shopInformations {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 10px;
}

#footer .contactInfo {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 60px;
  padding: 10px;
}

#footer .shopOpeningHours {
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  padding: 10px;
}

#footer .shopLinks {
  margin-top: 60px;
}

#footer .shopLinks ul {
  padding: 10px;
  margin: 0px;
  list-style: none;
}

#footer .shopLinks li {
  margin-bottom: 20px;
  font-weight: 700;
}

#footer .shopLinks li a:hover{
  color: #CCC;
  text-decoration: underline;
}


#footer .registerInvite {
  border: 1px solid #FFFFFF;
  padding: 35px;
  text-align: center;
}

#footer .registerInvite .button {
  border: 1px solid #ea163a;
  box-sizing: border-box;
  border-radius: 2px;
  color: #ea163a;
  padding: 8px 30px;
  font-weight: 900;
  font-size: 16px;
  margin-top: 60px !important;
}

#footer .registerInvite .button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ea163a;
}

#footer .extraContent  {

}

#footer .extraContent p.title {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 25px;
}

#footer .extraContent ul {
  padding: 10px;
  margin: 0px;
  list-style: none;
}

#footer .extraContent ul li {
  margin-bottom: 5px;
  font-weight: 900;
  display: inline-block;
  margin-right: 30px;
}

#footer .extraContent ul li a:hover{
  color: #CCC;
  text-decoration: underline;
}


#footer .contactInfo span.phoneNumber{
 font-size: 18px;
 color: #ffffff;
 font:700;
 display: block;
 margin-bottom: 10px;
}
#footer .contactInfo span.phoneNumber .fas {
  margin-right: 10px;
}

#footer-bottom {
  background: #1C1C1C;
  min-height: 45px;
  color: #828282;
  line-height: 45px;
}

#footer-container {
	color:#BDBDBD;
	float: none;
	display: inline-block;
	margin-top: 30px;

}

.footer-banner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-menu ul {
	list-style-type: none;
	padding-left: 0px;
}



.footer-menu-title {
	font-size: 20px;
		text-transform: uppercase;
}

.footer-menu-item a {
	color: inherit;
	text-decoration: inherit;
	font-size: 16px;
}
/* END - FOOTER  */



/**** BEGIN - FORM ****/
.form-container {
	border: 1px solid #181818;
	width: 100%;
}

.form-header-text {
  margin-bottom: 30px;
}

.form-row input {
	background-color: #F2F2F2;
}
.form-row  {
	margin-top: 10px;
}

.form-row input, .form-row label{
	width: 100%;


}


.form-btn:hover {
    width: 100%;
    background: #181818;
    color: #FFF;


    margin-top: 10px;
   border-radius: 0px;
}

.form-btn {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  background: #ea163a;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 21px;
  border-radius: 2px;
}

.form-error {
    color: red;
}

.form-link {
	margin-top: 40px;


}

.form-checkbox {
	margin-top: 20px;
}

.form-left, .form-right {
	margin-top: 0px;
	margin-bottom: 5px;
}

.form-left {

}

.form-redirect-text {
	margin-bottom: 20px;
}

.form-container-userprofile {

	margin-bottom: 100px;
}
.form-container-userprofile .form-row{
  margin-bottom: 15px;
}

.header-user {
	text-align: center;
}

.header-user .user-name {

}


.form-contact {
}

.form-textarea {
	width: 100%;
	height: 80px;
}

.contact-radio {
	font-size: 12px;
}
/**** END - FORM ****/



/**** BEGIN - CONTENT_LIST ****/

/* FIRST */
.content-event-first {
	height: 450px;
	margin-bottom: 30px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.content-event-first .content-left{
	padding-left: 0px !important;
	padding-right: 0px !important;
	height: 100%;
}

.content-event-first .content-left img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-event-first .content-left .content-left-overlay {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(223, 211, 173, 0) ,rgba(223, 211, 173, 1));
}


.content-event-first .content-right {
	padding: 50px;
}

.content-event-first .content-right .header {
	/*text-align: right;*/
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #5A3A2F;
}

.content-event-first .content-right .text {
	text-align: justify;
	margin-bottom: 30px;
	/* font-family: 'roboto.thin';*/
	color: #5A3A2F;
	 overflow: hidden;
	 height: 230px;

}


/* OTHERS */
.content-event {
	margin-bottom: 30px;

}
.content-event img{
	width: 100%;
    height: 250px;
    object-fit: cover;

}

.content-event .header {
	background: #d1c299;
	color: #FFF;
	margin: 0px !important;
	/*padding: 25px;*/
	text-align: center;
	height: 90px;
	display: table;
    width: 100%;
}

.content-event .header .header-text {
	margin-top: 0px !important;
	display: table-cell;
    vertical-align: middle;
    padding: 10px;
    /* vertical-align: baseline; */
    font-size: 22px;
}

.content-event .text {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 20px;
	/* font-family: 'roboto.thin';*/
	 overflow: hidden;
	height: 140px;
	 padding: 20px;
	 font-size: 14px;
	color: #5A3A2F;

}

.content-event .space-line{
	height: 5px;
}


.con-event-all {
	background: #dfd3ad;
}

.event-padding-left-none {
	padding-left: 0px !important;
}

.event-padding-right-none {
	padding-right: 0px !important;
}


/**** END - CONTENT_LIST ****/



/**** BEGIN - IMAGE SLIDER ****/
.thumbnail-slider {

	margin: 0 15px 0 5px;
}

#thumbnail-prev {
	left: -25px;
	color: #191919;

}

#thumbnail-next {
	right: -25px;
	color: #191919;

}

.thumbnail-slider-wrapper {
	border: 0px;
	-webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
}

.thumbnail-item {
	width: 80px !important;
	margin: 5px;
	border: 1px solid rgba(25,25,25,0.2) !important;
	height: 80px;
	background: #FFF;
}

.thumbnail-item-selected {
	border: 1px solid #006da4 !important;
}

.thumbnail-item img{
	width: 70px !important;
	height: 100% !important;
	object-fit: contain;
	padding-left: 8px;
}
.item-title {
	font-size: 26px;
}





.overlay-img {
  z-index: 11;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
	visibility: hidden;
  opacity: 0;
}
.overlay-img:target {
  visibility: visible;
  opacity: 1;
}

.popup-img {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  height: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-img h2 {
  margin-top: 0;
  color: #333;
}
.popup-img .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-img .close:hover {
  color: #06D85F;
}
.popup-img .content {
  height: 100%;
}
.popup-img img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	object-fit: contain;
}






/**** END - IMAGE SLIDER  ****/


/**** BEGIN - 404 ERROR PAGE  ****/
#error-container {
	margin-top: 100px;
	width: 80%;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 200px;
}

#error-container #error-content  {
	color: #7f7f7f;/*#5A3A2F*/
	text-align: center;
	padding-bottom: 20px;
	/* background: #dfd3ad; */
}

#error-container  #error-content .error-title  {
	font-size: 100px;
	display: block;
}

#error-container  #error-content .error-text  {
	font-size: 20px;
	display: block;
}

#error-container #error-img {
	position: absolute;
	top: 0px;
	left: -140px;
	height: 250px;
	z-index: -1;


}




/**** END - 404 ERROR PAGE  ****/


/**** BEGIN - POSEBNA VSEBINA  ****/



.vsebina-banner {
    width: 100%;
    height: 500px;
    background: #EAE4D4;
    margin-bottom: 40px;
    position: relative;
    margin-top: -370px;
     display: flex;
	justify-content: center;
	align-items: center;
}


.vsebina-banner .vsebina-banner-img {
    padding-left: 0px !important;
}

.vsebina-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     position: absolute;
     top: 0;
     left: 0;
}

.vsebina-banner-content {
	z-index: 10;
	position: relative;
    width: 80%;
    font-size: 36px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
}

.vsebina-banner-content p{
	margin: 0px;
}

#technology-container {
	margin-bottom: 100px;
}

.technology-box1, .technology-box2 {
	height: 430px;
	background: #dfd3ad;
}


.technology-box1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5A3A2F;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.4);
    box-shadow: 2x 2px 4px rgba(68, 68, 68, 0.4);
}
.technology-box1 .tb-content
{
	text-align: justify;
	font-size: 18px;
	padding: 30px;
}



.technology-box2 {
	padding-left: 0px;
	padding-right: 0px;
	color: #5A3A2F;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.4);
    box-shadow: 2x 2px 4px rgba(68, 68, 68, 0.4);
}

.technology-box2 .tb-title{
	background: #3b718f;
	color: #FFF;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
}


.technology-box2 .tb-img img{
	width: 100%;
	height: 230px;
	object-fit: containt;
}
.technology-box2 .tb-content
{
	/*font-family: 'roboto.thin';*/
	text-align: center;
	font-size: 18px;
	padding: 20px 20px;
}



#sustain-container {
	margin-bottom: 100px;
}

.sustain-box {
	height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sustain-box .sus-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sustain-box .sus-title
{
    z-index: 10;
    position: relative;
	color: #5A3A2F;
	text-align: center;
	font-size: 20px;
}

.sustain-box .sus-title p, .sus-bottom-text  p
{
    margin: 0px;
}


.sustain-box .sus-overlay
{
    z-index: 5;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(223, 211, 173, 0.8);
}

.sustain-box .sus-overlay-hover
{
	background: rgba(223, 211, 173, 0.3);
}


.sus-bottom-text {
	font-size: 22px;
	color: #5A3A2F;
	text-align: center;

}

.sustain-container-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
	font-size: 34px;
	color: #5A3A2F;
}


.levels-container-title {
	margin-bottom: 10px;
	/*font-family: 'roboto.thin';
	font-size: 26px;*/
	text-align: left;
	font-size: 30px;
	color: #5A3A2F;
}

.levels-box {
	height: 450px;
	padding-left: 0px;
	padding-right: 0px;
	 -moz-box-shadow: 1px 2px 4px rgba(68, 68, 68, 0.4);
    -webkit-box-shadow: 1px 2px 4px rgba(68, 68, 68, 0.4);
    box-shadow: 1x 2px 4px rgba(68, 68, 68, 0.4);
}

.levels-box .levels-img img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.levels-box .levels-text
{
	height: 160px;
	text-align: center;
	padding: 40px;
	color: #FFF;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.levels-box .levels-title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: #dfd3ad;
	font-size: 20px;

}

.levels-box .levels-title .levels-title-bold{
	color: #dfd3ad;
	font-size: 20px;
	font-weight: bold;
	padding-right: 5px;
}

.level-bottom-banner {
	margin-top: 30px;
}

.level-touch-title {
	background: #0e581f;
}

.level-touch-text {
	background: #6ba06b;
}

.level-adapt-title {
	background: #193a5b;
}

.level-adapt-text {
	background: #737c98;
}


.level-shield-title {
	background: #b4242a;
}

.level-shield-text {
	background: #d4806f;
}
.levels-box .card-button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #503329;
    display: block;
    cursor: pointer;
}

.levels-box .card-button .card-button-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}


#listing-overview, .listing-titlebar-title {
  color: #191919;
  font-size: 28px;
  text-align: left;
  margin-top: 35px;
}
.listing-titlebar-title {
    text-transform: uppercase;
}
#listing-overview {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}


/**** END - POSEBNA VSEBINA  ****/


/**** INTERNET EXPLORER ****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .thumbnail-item img{
     height:auto!important;
     max-height: 100%;
     line-height: 80px;
     position: relative;
     top: 50%;
     transform: translateY(-50%);
   }
   ul.color-refine-colors li ul li img{
     position: relative;

   }
   ul.color-refine-colors li ul li {
     line-height: 50px;

   }
   .imgexpl{
     max-height: 50px;
   }
   .cart_product_img img {
     width: auto !important;
     max-width: 100%;

   }
   .colorslist{
     display: flex;
  align-items: center;
  justify-content: center;
   }
   .box-colors{
     margin-top:25px;
   }
   .listofitems.multiple-items .gridDiv img{
     height: auto!important;
     max-width: 200px!important;
     max-height:180px!important;
     width: auto;
   }
   .colorselector{
     margin: 0px !important;
   }
  .newsletter{
    line-height: 8vh;
    vertical-align: middle;
  }
}
/**** FIREFOX ****/
@-moz-document url-prefix() {
  .linestyle2{
    margin-top: 25px !important;
  }
  .linestyle3{
    margin-top: 25px !important;
  }
  .linestyle4{
    margin-top: 45.4286px;
  }
}

/**** BEGIN - MOBILE MENU  ****/

#overlay-mobileMenu {
  /* height: calc(100% - 56px); */
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1112;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

/* .m-header::before {
  display: none;
}
 */

#close-menu-icon {
  float: right;
  padding: 10px 15px;
  font-size: 20px;
  color: #828282;
  cursor: pointer;
}

#overlay-mobileMenu-content {
    position: relative;
    width: 60vw;
    margin-top: 80px;
    margin-left: 20vw;
    margin-bottom: 50px;
}

.m-pillows {
  background-color: #5A3A2F;
  padding-bottom: 0;
  list-style-type: none!important;
  margin-left: 0;
  margin-top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-pillows .m-item {
   border-top: 1px solid rgba(25,25,25,0.2); 
  background-color: #fff;
  cursor: pointer;
}
.m-pillows .m-item:first-child  {
border-top: 0px;
}


.m-header:before {
  content: 'x';
  color: #5A3A2F;
}

.m-pillows h3.m-header {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    margin: 0;
    padding: 15px 5px;
    padding-left: 10px;
    line-height: 1;
    z-index: 1;
    position: relative;
    pointer-events: cursor;
    font-size: 16px;
    background-color: #fff ;
    color: #191919;
}
.m-pillows .m-header:before {
    position: absolute;
    top: 50%;
    right: 5px;
    height: 20px;
    margin-top: -10px;
    color: #191919;
    font-size: 25px;
    line-height: 0.75;
    margin-right: 10px;
}


.m-pillows .m-item.m-closed .m-header:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin-top: -6px;
  font-weight: 600;
  content: "\f107";
}

.m-pillows .m-item .m-header:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 16px;
  font-weight: 600;
  margin-top: -6px;
}

.m-pillows .m-item.m-link {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  margin: 0;
  padding-left: 30px;
  line-height: 1;
  z-index: 1;
  position: relative;
  pointer-events: cursor;
  font-size: 16px;
  background-color: #FFF;
  color: #000000;
}

.m-pillows .m-item .m-link:not(:first-child) {
    border-top: 0px solid rgba(25,25,25,0.2);
    background-color: #FFF;
}

.m-pillows .m-item.m-link a {
    padding: 15px 5px;
    text-decoration: inherit;
}

.m-pillows .m-item.m-link a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #000000;
    display: block;
    width: 90%;
    height: 100%;
    display: inline-block;
}

.m-pillows .m-content
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-menu {
	height: 56px;
	width: 100%;
	min-width: 320px;
	background: #fff;
	color: #FFF;
	display: none;
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 1111;
}

#mobile-menu #mobile-logo-img {
	height: 50px;
	margin-bottom: 10px;
}

#menu-icon {
	float: right;
	display: inline-block;
  margin-top: 10.5px;
	margin-right: 20px;
}
#basket-icon i{
	font-size: 30px;
	color: #000;
}
#basket-icon {
	float: right;
	display: inline-block;
  margin-top: 10.5px;
	margin-right: 20px;
	position: relative;
}
#menu-icon img{
	height: 35px;
  cursor: pointer;
}
#mobile-logo {
	margin-left: 20px;
	width: 250px;
	display: inline-block;
}

#mobile-logo-text {
	color: #EAE4D4;
	line-height: 60px;
	font-size: 30px;
	margin-left: 10px;
}


.m-header-none:before {
	display: none;
}

.m-item img{
	height: 20px;
	display: inline-block;
	margin-bottom: 5px;
    margin-right: 5px;
}
/**** END - MOBILE MENU  ****/




.overlay {
  z-index: 11;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
/*  opacity: 0;*/
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}




.btn-skip-video {
   border-radius: 100px;
  display: block;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}





.link-no-decoration, .link-no-decoration:hover, .link-no-decoration:visited {
	color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
 /*  margin-left: 15px; */
}

.margin-left-none {
	margin-left: 0px;
}

.margin-right-none {
	margin-right: 0px;
}

.margin-top-neg-50 {
	margin-top: -50px;
}
.margin-top-neg-100 {
	margin-top: -100px;
}

ul {
  list-style-type: none;
}

.hidemobile li {
  list-style-type: circle;
}
.showmobile li {
  list-style-type: circle;
}

.copy-container li {
  list-style-type: circle;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}


.article-hero-img {
	background-color: #fff;
}

.size-refine-sizes ul li label div {
	border-color: #191919 !important;
}



@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-md-5ths-big {
		  width: 50%;
    }
    .col-md-5ths-big-right{
        float: right;
    }
    .col-md-5ths-big-left{
        float: left;
    }

	.listofitems .gridDiv.col-md-5ths-big img {
		height:220px;
	}

  .col-sm-4 {
    width: 43.33333333333333% !important;
  }
 

}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
  
     .col-md-5ths-big {
		  width: 40%;
    }
    .col-md-5ths-big-right{
        float: right;
    }
    .col-md-5ths-big-left{
        float: left;
    }

    	.listofitems .gridDiv.col-md-5ths-big img {
		height:540px;
  }

  #overlay-mobileMenu{
    display:none !important;
  }


}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

     .col-md-5ths-big {
		  width: 40%;
    }
    .col-md-5ths-big-right{
        float: right;
    }
    .col-md-5ths-big-left{
        float: left;
    }

    #mce-EMAIL{
      width: 300px;
    }

}

@media (max-width: 846px) {
	.qty-minus,
	.qty-plus,
	.qty-text,
	#couponField{
		z-index:100;
	}
}


/* MOBILE */
@media (max-width: 992px) {
    .container-main {
      padding:0;
      margin:0;
      width: 100% !important;
      min-width: 100% !important;
    }
    .row-main {
		margin: 0px;
    }

    body {
      padding:0;
    }

    .hero-banner-content {
	  /*  left:80%;*/
	  right:-150px;
	}

	.card-frame {
		padding-left: 0px;
		padding-right: 0px;
	}

	.card .card-overlay {
		bottom:40px  !important;
	}
	.card .card-container {
		bottom:40px !important;
	}
	.card .card-button {
		display: block  !important;
	}

	.card-frame {
		padding-left:15px;
		padding-right:15px;
	}
	  .listofitems .gridDiv.col-md-5ths-big img {
		height:220px;
	}
		.hero-banner-line {
		display: none;
	}

	.make-it-brbl {
		display: none;
	}


	#header .right-side {
		width: 500px;
	}

	.event-padding-left-none {
		padding-left: 15px !important;
	}

	.event-padding-right-none {
		padding-right: 15px !important;
	}

	#article {
		display: block;
	}


	.cart-table .table thead, .cart-table .table tbody, .cart-table .table tfoot {
		width: 85%;
	}

  .linestyle3{
    margin-top: 41.4286px;
  }

	.overlay-img {
		z-index: -1 !important;
		visibility: hidden !important;
		opacity: 0 !important;
	}

	#error-container {
		width: 90%;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#error-container  #error-content .error-title  {
		font-size: 50px;
	}

	#error-container  #error-content .error-text  {
		font-size: 14px;
	}

	#error-container #error-img {
		display: none;
	}


	.levels-box .card-button {
		display: block !important;
	}

	#overlay-mobileMenu {
		display: block;
	}
	#overlay-mobileMenu-content {
		display: block !important;
	}

	#mobile-menu {
    display: block;
	}

	.con-mobile-main
	{
		margin-top: 30px;
	}

	.header-nav, #header {
		display: none;
	}

	.filter-content {
		padding-right: 0px;
	}
	.articles-nav {
		padding: 15px;

	}


	.gridDiv-odd{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.gridDiv-even {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.vsebina-banner-content {
		font-size: 24px;
	}

	.article-title {
		margin-left: 15px;
		width: 80%;
	}

	.box-right, .box-left {
		padding-right: 0px;
		padding-left: 0px;
  }
  .hidemobile{
    visibility: hidden;
    display: none;
  }
  .showmobile{
    display: inline;
  }

  #mc-embedded-subscribe-form span{
    font-size:14px !important;
  }
  /* TODO:tomato */
  .newsletter #mce-EMAIL, .newsletter input{
    margin-left:9px !important;
    font-size:13px !important;
  }
.savedimg1{
  height:470px;
  margin-top: 60px;
}
.savedlink{
  top:370px;
}
.savedlink1{
  top: 370px;
}
.savedimg2{
  width:280px;
  top:100px;
}
.savednote{
  font-size: 30px;
  margin-right: 100px;
}
.text1{
  top:200px;
  margin-right:100px;
}
.text2{
  top:450px;
  margin-right:100px;
}
.savedscreen{
  width:110%;
  margin-left:-30px;
}

}


@media (max-width: 768px) {
	.card-frame {
		padding-left:0px;
		padding-right:0px;
	}

	.gridDiv {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.card-frame {
	    padding-left: 15px;
		padding-right: 15px;
	}

	.cart-item {
		border-bottom: 1px solid #5A3A2F;
	}

	.col-cart-sum .row {
		padding-left: 0 !important;
	}

}

@media (max-width: 400px) {
	.col-md-12{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  #couponFld{
    min-width: 140px !important;
    width: 140px !important;
  }

  .hero-banner-content a{
	  max-width:240px;
	  margin: auto;
  }
  #mce-EMAIL{
    font-size:12px !important;
    width:200px;

  }
  .linestyle1{
    margin-top: 53px;
  }
}




@media (max-width: 1200px) {
	.cart-menu-first {
		margin-left: 10px !important;
  }

  #couponFld{
    width: 180px !important;
  }

}



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

  .popup{
    width: 70%;
  }
  .swatchDiv {
    height: auto !important;
  }
}

input[type=text],input[type=email],input[type=password],input[type=tel] {
	padding: 15px;
	border: none;
	font-size: 16px !important;
  font-weight:500;
  line-height:1.1;
}

/** NASLOVNICA SLIDER */

	.banner-img-bg {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.slide-item  {
		height: 550px;
	}

	.hero-banner {
		margin-top: 0;
			height: 550px;
	}
	.hero-banner-line {
		width: 60px !important;
	}

	.slider-section {
		margin-top: -387px;
		margin-bottom: 30px;
	}

	.display-imp {
		display: block !important;
	}
	.display-imp p{
		display: block !important;
	}

	.hero-banner-content  {
		left: 70%;
		font-size: 16px;
		width: 400px;
	}

	.hero-banner-content {

		padding: 30px;
	}
	.hero-banner-content h1  {
		font-size: 38px;
		line-heigth: 38px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}

	.hero-banner-text {
		font-weight: 600;
		font-size: 15px;
	}




	@media (max-width: 992px) {
		.hero-banner-content  {
			left: 50%;
		}
	}



.sustain-box {
		display: block;
		margin-bottom: 20px;
		background: #5A3A2F;
		height: 310px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.sustain-box .sus-img img {
		position: relative;
		height: 200px;
	}

	.sustain-box .sus-title {
		color: #dbd2b5;
		height: 110px;
		display: table;
		width: 100%;
	}
	.sus-title-content {
		display: table-cell;
		vertical-align: middle;
		text-align: center;

	}


.slider-section-cat {
	margin-top: -370px;
	margin-bottom: 40px;
}

span.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 4px;
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #d01414;
    border-radius: 20px;
    z-index: 90;
}



/*$tl: 0.6s; // transition length*/




.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px !important;
  height: 40px !important;
  border: none;
  cursor: pointer;
  background: rgba(235, 235, 235, 0);
  & + label .search-icon {    color: black    }
  &:hover {
    background: rgba(200, 200, 200, 0);
    & + label .search-icon {    color: white    }
  }
  &:focus {
    transition: width 0.6s, cubic-bezier(0,1.22,.66,1.39), border-radius 0.6s, background 0.6s;
    border: none;outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 300px !important;
    border-radius: auto;
    background: rgba(235, 235, 235, 0);
    color: black;
    & + label .search-icon {    color: black;    }
  }
  &:not(:focus) {    text-indent:-5000px;    } /* for more-graceful falling back (:not browsers likely support indent)*/
}

#search-submit {
  position: relative;left: -5000px;
  display: none;
}

.search-icon {
  position: relative;
  left: -30px;
  color: #5A3A2F;
  cursor: pointer;
}

.search-box-visible {
	width: 200px !important;
	  background: #EAE4D4;
}
.search-box:focus {
	border: none !important;
}
.payment-list img {
	max-height: 20px !important;
	padding: 1px;
}
.payment-list{
	float:right;
}
.greenday a {
	text-transform: uppercase;
	text-decoration: none;
	color: #ea163a;
  font-size: 18px;
}

.greenday a p {
  margin: 5px 0px;
  padding: 0px;;
}
.fontpadding {
  vertical-align: baseline;
  border-top: 2px solid #ea163a;
  border-bottom: 2px solid #ea163a;
}

.greenday {
	background-color: transparent;
  text-align: center;
 
}


.article-menu-img-plus, .article-menu-img-minus {
    width: 15px;
    float: right;
    vertical-align: middle;
    display: inline-block;
    margin-left: auto;
    margin-right: 8px;

}

.article-menu-content {
  /* border-bottom: 1px solid; */
}
.input {
	margin: 5px 10px;
	background: #edf5d5;
}
.newsletter span {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}
.blagovneznamke {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 900;
  color: #a5a5a5;
  margin: 20px auto;
}
.blagovneznamke img:first-child {
	margin-left:  30px;
}
#brandlogos{
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.blagovneznamke img {
	max-height: 60px;
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin: 20px 15px;
}

/**
 * Header Language switcher - 06/12/2019
 */

.search-container{
    height: 100%;
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    margin-top: 7px;
}

.searchtop{
  width:15em;
  height:28px !important;
  background-color:white;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #BDBDBD !important;
  padding: 0  10px !important;
  border-radius: 15px;
  margin-bottom: 5px;
}

.imgsize{
  height: 15px;
  width: 15px;
  position: absolute;
  top: 7px;
  left: 5px;
}

.searchmobile{
  background-color:white;
  height: 2.875em;
  /*padding-left: 17px !important; */
  padding: 0 !important;
}

.inputmobile{
  width:100%;
  height:2.875em !important;
  background-color: white !important;
  padding: 0 0 0 10px !important;
}

.imagesizemobile{
  height: 25px;
  width: 25px;
  position: absolute;
  top: 11px;
  left: 5px;
  background-color: white;
  border: none !important;
}

.inputmobile:focus{
  outline: none !important;
}

.showmobile{
  display: none;
}

@media (max-width: 992px) {
  .showmobile{
    display: block;
  }

  .articles-title {
    width: 100%;
   }
}

@media (max-width: 340px) {
	#mobile-logo{
		width:215px;
	}
	.hero-banner-content h1{
		font-size:28px;
  }

}


/* SPLIT COLORS START */
.swatchDiv {
    /* float: left;
    margin: 12px 16px 8px; */
    padding: 3px;
    padding-left: 0px;
    padding-right: 0px;
    /* width: 207px; */
    height: 31px;
    overflow: hidden
}
.phone .tip,
.swatchDiv ul li a {
    display: block
}
.swatchDiv ul {
    width: auto
}

.swatchDiv ul li {
    float: left;
    width: 30px;
    height: 15px;
    margin-left: 1px;
    margin-bottom: 1px;
    overflow: hidden
}

.swatchDiv li.hover {
    outline: #bbb solid 1px;
    outline-offset: 1px
}

.swatchDiv li.focus,
.swatchDiv li.hover:hover {
    outline: #7bb801 solid 2px;
    outline-offset: 1px
}
.swiper-slide .swatchDiv ul {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide .swatchDiv {
    margin: 4px auto 0
}
.newProductCards .swatchDiv,
.responsiveCategory .swatchDiv {
    float: none;
    width: auto;
    margin: 4px 14px 0
}

.newProductCards .cardBottom,
.newProductCards .productCard,
.newProductCards .swatchDiv,
.responsiveCategory .cardBottom,
.responsiveCategory .productCard,
.responsiveCategory .swatchDiv {
    box-sizing: content-box
}

.newProductCards .swatchDiv ul,
.responsiveCategory .swatchDiv ul {
    padding-bottom: 0
}

.newProductCards .swatchDiv ul li,
.responsiveCategory .swatchDiv ul li {
    float: none;
    display: inline-block
}

@media screen and (max-width:480px) {
	.responsiveCategory .swatchDiv.showMore li,
    .responsiveCategory.responsiveCards .gridDiv .product-snipe,
    .responsiveCategory.responsiveCards .quickviewbutton,
    .responsiveCategory.responsiveCards .swatchDiv.showNone li {
        display: none
	}

	.responsiveCategory.responsiveCards .swatchDiv.touched {
        position: absolute;
        z-index: 2;
        background-color: #FFF;
        border: 1px solid #CCC;
        padding: 5px;
        margin: 0;
        left: 0;
        right: -100%;
        top: 100%;
        border-radius: 7px;
        text-align: left
    }
    .responsiveCategory.responsiveCards .swatchDiv.touched li {
        display: inline-block;
        border-radius: 20px
    }
    .responsiveCategory.responsiveCards .swatchDiv.touched li.more,
    .responsiveCategory.responsiveCards .swatchDiv.touched span.moreColorsButton {
        display: none
    }
    .responsiveCategory.responsiveCards .showChipsHover {
        margin-bottom: 17px
    }
    .responsiveCategory.responsiveCards .swatchDiv {
        margin-top: 7px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: 20
    }
    .responsiveCategory.responsiveCards .swatchDiv img {
        width: 42px
    }
    .responsiveCategory.responsiveCards .swatchDiv ul li {
        width: 42px;
        height: 21px
    }
    .responsiveCategory.responsiveCards .swatchDiv.touched {
        height: auto
	}

	.suggestiveSearch .gridDiv_search .product-snipe,
	.suggestiveSearch .quickviewbutton,
	.suggestiveSearch .swatchDiv.showMore li,
	.suggestiveSearch .swatchDiv.showNone li {
    	display: none
	}
	.suggestiveSearch .swatchDiv.touched {
		position: absolute;
		z-index: 2;
		background-color: #FFF;
		border: 1px solid #CCC;
		padding: 5px;
		margin: 0;
		left: 0;
		right: -100%;
		top: 100%;
		border-radius: 7px;
		text-align: left
	}

	.suggestiveSearch .swatchDiv.touched li {
		display: inline-block;
		border-radius: 20px
	}

	.suggestiveSearch .swatchDiv.touched li.more,
	.suggestiveSearch .swatchDiv.touched span {
		display: none
	}
	.suggestiveSearch .swatchDiv {
		margin-top: 7px;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 20
	}

	.suggestiveSearch .swatchDiv img {
		width: 42px
	}

	.suggestiveSearch .swatchDiv ul li {
		width: 42px;
		height: 21px
	}

	.suggestiveSearch .swatchDiv.touched {
		height: auto
	}
	.newProductCards .swatchDiv,
    .responsiveCategory .swatchDiv {
        float: none;
        width: auto;
        margin: 4px 4px 0
    }
}

.newProductCards .swatchDiv,
.responsiveCategory .swatchDiv {
    height: 23px
}

.naslovnica_slider_item2 .swatchDiv {
    height: 32px!important;
}
/* SPLIT COLORS END */

/*@media only screen and (max-width: 1300px) and (min-width: 993px)  {
  .search-container{
    right: 5%;
  }
}*/

.newsletter{
  min-height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter form{
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter #mce-EMAIL{
  float: left;
  border: 1px solid #E8E8E8;
  border-right: none;
  color: #191919;
  padding: 16px;
  min-width: 180px;
  height: 38px;
  margin: 0 0 0 20px;
  background: white;
}

.newsletter #news-subscribe2{
  float: left;
  color: white;
  width: auto !important;
  margin: 0px;
  padding: 0 30px;
  border: 1px solid #E8E8E8;
  font-size: 15px;
  height: 38px;
  background-color: #484848;
  text-transform: none;
}
#news_aggrement{
  text-transform: none;
  text-decoration: none;
  color: black;
  font-size: 15px;
}
#news_aggrement:hover{
  text-decoration: underline;
}
.newsletter input{
  margin-left:20px;
  margin-top: 0;
}
.newscheckbox{
  width:20px;
  height:20px;
  line-height: 26px;
  vertical-align: middle;
}
/* input:not(:placeholder-shown):invalid {
  border: 2px solid red !important;
} */
.payment-method-radio input.error + span{
    border: 2px solid red !important;
}

input[type=checkbox]:checked + a {
  color: red;
}
#news_aggrement.error{color:red}

.divider{
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 850px) {
  .newsletter form{
    flex-direction: column;
  }
  #mc-embedded-subscribe-form > *{
    margin-top: 4px;
  }


}
.slick-dots li button{
  height: 1px !important;
  width:1px !important;
  left:-20000px !important;
  display:none !important;
}

#u{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ieObjectFit{
  height:260px;
  width:200px;
}

.ieObjectFitImg{
  min-height:190px;
  min-width:175px;
}

.display-imp p{
	color:inherit !important;
}

/**
 *  Advert popup on intersect trigger - 11/12/2019
 **/





.popup-intersect {
  display: none;
  width: 294px;
  height: 114px;
  position: fixed;
  bottom: 74px;
  right: 2%;
  z-index: 10000;
  background-color: #1F1F1F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; /* seperate definitions to not interfere with the inline override of image */
}

@media (max-width: 767px) {
    .popup-intersect {
      display: none;
      width: 100%;
      height: 114px;
      position: fixed;
      bottom: 72px;
      right: 0;
      background-color: #1F1F1F;
    }
}

.popup-intersect a {
    display: block;
    height: 100%;
    width: 100%;
}

.popup-intersect button.close{
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 1;
    color: #828282;
    text-shadow: none;
}

.popup-intersect button.close:after{
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    color: #828282;
    font-weight: bold;
    text-shadow: none;
    font-size: 26px;
    top: 0;
    left: 0;
}

.popup-intersect .content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
}

.popup-intersect h4 {
    display: block;
    text-transform: uppercase;
    margin-top: 0;
}

.popup-intersect picture {
    padding: 18px;
    width: 122px;
    height: 114px;
    display: flex;
}

.popup-intersect .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/**
 *  END advert popup on intersect trigger
 **/


/**
 *  No register login
 **/

.pt-49{
    padding-top: 49px;
}

/**
 * END No register login
 **/


/**
 * Contacst layout fix
 */

.imgcontact{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: 13px
}

.imgcontact .number{
    color: #191919;
    margin-top: 10px;
}

/**
 * END Contacst layout fix
 */

.js-open{
    display: block !important;
    visibility: visible !important;
}

/**
 * Luminus fix
 */
.lum-lightbox.lum-open{
    z-index: 10000;
}

.article-hero-img { 
    display: block;
}


/**
 * Dropdown wrapper
 */

.dropdown-wrapper{
    position: relative;
}

.dropdown-wrapper:after {
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;

    font-size: 12px;

    height: 100%;
    display:flex;

    align-items: center;
    align-content: center;
}

.dropdown-wrapper select:focus,
.dropdown-wrapper select{
    -webkit-appearance: none;
    background: #F2F2F2;
    box-shadow: none;

    padding: 8px;
    border: none;

    font-size: 16px !important;
    font-weight: 500;

    line-height: 1.1;
 
    width: calc(100% - 16px);

    box-sizing: content-box;
}

.login-title {
	width: 95%;
	margin-top: 55px;
	background-color: #4472C4;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #2F528F;
}

.row > .login-title {
	margin-top: 10px;
}

.center-box {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.center-box img {
	width: 100%;
	margin-bottom: 35px;
}

.articleConutDownText .text {
  color: #ea163a;
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}


.countdown {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

.banner-box {
	position: relative;
}

.article-overlay {
	position: absolute;
	top: 70px;
	right: 50px;
	color: red;
	font-size: 17px;
}

.error-field {
  border: 2px solid red !important
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
 /*   display: block; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev, .slick-next {
   font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 12px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-position: center;
    background-size: cover; 
}
.slick-prev {
    left: -40px;
    background-image: url(../img/prev.png);

}
.slick-next {
    right: -40px;
     background-image: url(../img/next.png);
}

.countdown-counter {
	background-color: #D7D7D7;
	padding: 15px;
	color: #000000 !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.countdown-counter .text {
	margin-bottom: 5px;
	font-size: 17px;
}

.countdown-counter .counter {

}

.countdown-counter .counter-labels {
	margin-top: -5px;
	font-size: 12px;
}

.countdown-counter .counter span {
	margin: 0px 7px;
}

.countdown-counter .counter-labels span {
	margin: 0px 8px;
	
}

.countdown-counter .counter span:first-child,  .countdown-counter .counter-labels span:first-child{
	margin-left: 0px;
}

.countdown-counter .counter-labels span:not(:first-child):before {
	content: "\00a0 ";
}

.itemsLeftBox {
	border-radius: 10px;
	height: 30px;
	margin-left: 25%;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	color: #000000 !important;
	background: rgb(255,172,36);
	background: linear-gradient(0deg, rgba(255,172,36,1) 0%, rgba(246,233,140,1) 100%);
}

.item-content {
	margin-bottom: 10px;
}

.product-viewers {
  margin-top: 25px;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
/*   text-align: center;
  font-size: 17px;
  padding: 11px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
  background-color: #3783a0; */
}

.itemsLeftText {
  font-size: 14px;
  padding: 8px;
  margin-top: 10px;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
  background-color: #B9D137;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  display: none;
}

.itemsLeft {
  display: inline-block;
}

.top-countdow-banner {
  height: 80px;
  width: 100%;
}

.top-countdow-banner-center {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.top-countdow-banner .countdown-counter-box {
  width: 200px;
  margin-top: 15px;
  margin-left: 25px;
}

.top-countdow-banner .countdown-counter-values {
  font-size: 22px;
  font-weight: bold;
  color: #86B7CB;
  margin-bottom: -4px;
}

.top-countdow-banner .counter-labels-name {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.top-countdow-banner .counter-labels-name span {
  margin-left: 20px;
}


.top-countdow-banner .counter-labels-name span:first-child {
	margin-left: 0px !important;
}

.top-countdow-banner .counter-labels-name span:last-child {
	margin-left: 16px !important;
}


.top-countdow-banner .banner-title {
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
  line-height: 80px;
}

.top-countdow-banner .redirect-btn {
  display: inline;
  background-color: #86B7CB;
  text-align: center;
  float: right;
  padding: 10px 40px;
  margin-top: 16px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
}

.box-l, .box-c, .box-r {
  height: 70px;
  flex-grow: 1;
}

.box-l, .box-r 
  {
    width: 27%;
  } 

  .box-c {
    width: 45%;
  }


@media (max-width: 1100px) 
{
  .top-countdow-banner-center {
    width: 98%;
    margin-left:1%;
  }

}

@media (max-width: 1000px) {
  .top-countdow-banner-center {
    margin-top: 80px;
  } 

  .recent-actions .action img {
    width: 100%;
    height: auto !important;
    object-fit: cover !important;
  }
}

@media (max-width: 700px) {
  
  .top-countdow-banner-center {
    flex-direction: column;
  }
  .top-countdow-banner {
    height: auto;
  }

  .box-l, .box-c, .box-r {
   width: 100%;
   height: 65px;
  }

  .top-countdow-banner .banner-title {
    line-height: 65px;
  }

  .top-countdow-banner .redirect-btn {
    float none;
    width: 100%;

  }
  
  .top-countdow-banner .btn-center-fix {
    margin: 0 auto;
    width: 200px;
  }

  .top-countdow-banner .countdown-counter-box {
    margin: 0 auto;
    width: 160px;
  }

 

}

.sort-articles-box {
  float: right;
}

.sort-articles-box .sort-articles {
  border: solid 1px #CCCCCC;
  background-color: #F9F9F9;
  color: #44445F;
  padding: 10px 15px;
  cursor: pointer;
}

.cx-copy{
  float: left !important;
  padding-left: 0px;
}

.responsiveBreadcrumbs {
  height: 60px;
  line-height: 60px;
}

.responsiveBreadcrumbs:after {
  content: '';
  display: block;
  clear: both;
}

.itemsLeft-text-1, .itemsLeft-text-2, .itemsLeft-text-3 {
  display: none;
}


/* PRENOVA */

.top-banner {
	min-height: 36px;
	color: #ffffff;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #3783a0;
  text-align: center;
}

.top-banner .row {
	line-height: 36px;
}
.top-banner .row .fas {
	margin-right:5px;
}

.recent-actions {

}

.recent-actions-title {
  text-align: center;
  color: #333333;
  font-size: 22px;
  margin-bottom: 35px;
}

.recent-actions .action {
  border: 1px solid #E0E0E0;
  margin-bottom: 35px;
  height: 245px;
}

.recent-actions .action .image {
  position: relative;
}
.recent-actions .action .image .hover-promotions {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 180px;
  width: 100%;
  display: none;
  text-align: center;
  font-weight: 700;
  padding-top: 35px;
  background-color: rgba(0, 0, 0, 0.7);
}

.recent-actions .action .image .hover-promotions span {
  display: block;
  margin: 10px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.recent-actions .action .image .hover-promotions span.link {
 cursor: pointer;
}

.recent-actions .action .image .hover-promotions span.link:hover {
  text-decoration: underline;
}

.recent-actions .action .image:hover > a .hover-promotions {
  display: block;
}

.recent-actions .action .button {
  border: 1px solid #ea163a;
  box-sizing: border-box;
  border-radius: 2px;
  color: #ea163a;
  padding: 8px 20px;
  font-weight: 900;
}

.recent-actions .action .button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ea163a;
}


.recent-actions .action p {
  margin-top: 30px;
}


.recent-actions .action.center {
  text-align: center;
  padding: 35px;
}

.recent-actions .action img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.recent-actions .action .title {
  display: block;
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  padding: 10px;
}

.recent-actions .action .time {
  float: left;
  font-size: 13px;
  padding: 0px 10px;
  font-weight: 900;
}
.recent-actions .action .time .actionCountdown {
  display: inline-block;
}

.recent-actions .action .time .far {
  margin-right: 5px;
}

.recent-actions .action .discount-text {
  float: right;
  color: #ea163a;
  font-weight: 900;
  padding: 0px 10px;
  padding-right: 0px;
}
.recent-actions .action .last-row::after {
  content: "";
  display: table;
  clear: both;
}

.brand-scroll {
	display: block;
  overflow: hidden;
  height: 150px;
  margin: 40px 0px;
  margin-top: -20px;
}

.brand-scroll .br-article img {
  height: 100px;
  margin-top: 25px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.brand-scroll .wrapper {
	position: relative;
}

.brand-scroll .br-title {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.8px;
	text-transform: uppercase;
	color: #efc220;
	line-height: 46px;
	cursor: default;
}

.brand-scroll .br-navi {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	line-height: 43px;
	cursor: default;
}

.brand-scroll .br-navi a {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	background-color: transparent;
	color: #fff;
	font-size: 10px;
}

.brand-scroll .br-navi a:before {
	display: block;
	content: '';
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #efc220;
	border-radius: 50%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.brand-scroll .br-navi a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.brand-scroll .br-navi a i {
	display: block;
	position: relative;
	z-index: 2;
}

.brand-scroll .br-navi a:hover {
	color: #232323;
}

.brand-scroll .br-article-list {
	display: block;
	position: absolute;
  left: 0px;
	top: 0;
	right: 0;
	line-height: 46px;
	font-size: 12px;
	overflow: hidden;
}

.brand-scroll .br-article-list:after,
.brand-scroll .br-article-list:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100%;
	width: 100px;
	height: 100%;
	content: '';
}

.brand-scroll .br-article-list:before {
	left: auto;
	right: 100%;
}

.brand-scroll .br-article-list a {
	color: #c6c6c6;
	display: inline-block;
	line-height: inherit;
}

.brand-scroll .br-article-list a:not(.post-title-comment) strong {
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	line-height: 14px;
	vertical-align: middle;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.brand-scroll .br-article-list a:not(.post-title-comment):hover strong {
	border-color: #ccc;
}

.brand-scroll .br-article-list a strong {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	font-weight: 900;
}

.brand-scroll .br-article-list a.post-title-comment {
	color: #efc220;
	margin-left: 5px;
	display: inline-block;
	font-weight: 700;
}

.brand-scroll .br-article-list a.post-title-comment i {
	padding-right: 3px;
	width: 19px;
}

.brand-scroll .br-article-list a.post-title-comment:hover {
	color: #fff;
}

.brand-scroll .br-article {
	display: inline-block;
	white-space: nowrap;
	margin-right: 24px;
	position: relative;
}

.brand-scroll .br-article:before {
	display: block;
	position: absolute;
	content: '\f111';
	font-family: "FontAwesome";
	font-size: 4px;
	padding-top: 1px;
	right: -15px;
	color: rgba(255,255,255,0.2);
}

.brand-scroll .br-article:last-child:before {
	display: none;
}

.brand-scroll .br-article-list-inner {
	display: block;
	white-space: nowrap;
  position: relative;
  cursor: move;
}

.listOfProducts  {
  margin-bottom: 35px;
}
.listOfProducts .listOfProductsTitle{
  text-align: center;
  color: #333333;
  font-size: 22px;
  margin-bottom: 35px;
}



.listOfProducts a {
text-decoration: none;
color: inherit;
}

.listOfProducts .singleProduct {
  padding: 0px;
  position: relative;
  
  margin-bottom: 35px;
  height: 325px;
  overflow: hidden;
}

.listOfProducts .singleProduct .images {
  height: 250px;
  position: relative;
}

.listOfProducts .singleProduct .images img.productImage {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 25px;
  max-height: 90%;
  object-fit: contain;
}

.listOfProducts .singleProduct .images img.productBrandImage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  z-index: 10;
}

.listOfProducts .singleProduct .remainingProducts {
 
  position: absolute;
  top:0px;
  left:0px;
  font-size: 13px;
  margin-left: -10px;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #DF7A0A;
  z-index: 100;
  font-weight: 700;
}

.listOfProducts .singleProduct .sizes {
  position: absolute;
  bottom:0px;
  left:0px;
  width: calc(100% + 20px);
  height: auto;
  margin-left: -10px;
  padding: 10px;
  display: none;
  color: #333333;
  background-color: white;
}

.listOfProducts .singleProduct .sizes p {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 12px;
  color: #333333;
}

.listOfProducts .singleProduct .sizes span {
  font-size: 12px;
  padding-right: 5px;
  display: inline-block;
}

.listOfProducts .singleProduct .title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
}

.listOfProducts .singleProduct .inlineInformations::after {
  content: "";
  display: table;
  clear: both;
}

.listOfProducts .singleProduct .price {
  float: left;
  padding: 5px;
  padding-left: 0px;
  font-weight: 900;
  color: #3783a0;
  font-size: 16px;
  margin-bottom: 5px;
}

.listOfProducts .singleProduct .oldPrice {
  float: left;
  padding: 5px;
  padding-left: 0px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: line-through;
}

.listOfProducts .singleProduct .discount {
  float: right;
 
  border-radius: 30px;	
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 10px;
  line-height: 30px;
  text-align:center;
  margin-right:10px;
  background: #ea163a;
  
}

.listOfProducts  .sizesMobile {
  display: none;
  text-align: center;
}


.listOfProducts  .sizesMobile span {
  font-size: 12px;
  padding-right: 5px;
  display: inline-block;
}

@media (max-width: 550px) {

  #filterBox .title {
    width: 250px !important;
  }

  .filter-item {
    width: 230px !important;
  }

  [slider] {
    width:  100% !important;
  }

  .listOfProducts .singleProduct  {
    height: 325px;
  }

  .listOfProducts .singleProduct .price {
    float: none;
    display: block;
  }

  .listOfProducts .singleProduct .oldPrice {
    margin-left: 0px;
    padding: 0px;
  }
  
  .listOfProducts .singleProduct .discount {
    margin-top: -3px;
  }

  .listOfProducts .col-xs-6 {
    padding: 5px;
  }

  .listOfProducts  .sizesMobile {
    display: block;
  }

  .listOfProducts .singleProduct .images {
    height: 200px;
  }

  .listOfProducts .singleProduct .discount {
    float: right;
    margin-top: 0px;
    padding: 0px 4px;
    height: 16px;
    line-height: 17px;
  }

  .listOfProducts .singleProduct .images img.productImage {
    max-height: 200px;
  }

  .gridDiv-even {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
}

@media (max-width: 1200px) {
  .listOfProducts .singleProduct {
   /*  min-height: 460px; */
  }
}
@media (max-width: 770px) {
  .listOfProducts .singleProduct .images img.productImage {
    max-height: 90%;
  }
  .listOfProducts .singleProduct .images img.productBrandImage {
    left: 0px !important;
  }

  .productBrand {
    float: right;
    margin-left: 30px;
  } 
  
  .productBrand a img {
    width: 100px !important;
    margin-bottom: 0px !important;
  }

  .item-title {
    font-size: 20px;
    min-height: 70px;
  }

  .product-price-discount {
    line-height: 20px;
    height: 20px;
    padding: 0px 10px;
    margin-top: 8px;
  }

  .itemsLeftText {
    margin-left: -45px;
   
  }
  
}

@media (max-width: 400px) {
  .itemsLeftText {
    padding-left: 30px;
  }
}

.listOfProducts .singleProduct .colors {
  padding-left: 0px;
}

.listOfProducts .singleProduct .colors .multipleColor{
  border-radius: 13px;
  border-width: 8px;
  border-style: solid;
  height: 0px;
  width: 0px;
  margin: 2px;
  display: inline-block;
}

.listOfProducts .singleProduct .colors .singleColor{
  border-radius: 13px;
  border-width: 8px;
  border-style: solid;
  height: 0px;
  width: 0px;
  margin: 2px;
  display: inline-block;
}

.listOfProducts .singleProduct .colors .moreColors{
  vertical-align: 6px;
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
}

.groupProduct:after {
  content: '';
  display: block;
  clear: both;
}

#bottomNavigation {
  position: fixed;
  height: 72px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 10000;
  text-align: center;
  background-color: #01214C;
}

#bottomNavigation img {
  margin: 0 auto;
  display: block;
  height: 26px;
  margin-top: 12px;
}

#bottomNavigation .title {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  margin-top: 7px;
  text-transform: uppercase;
}

#bottomNavigation .basket-qty {
  left: 18px;
  top: 6px;
}
#bottomNavigation .basketCompact {
  position: relative;
  display: inline-block;
  width: 26px;
}
@media (max-width: 992px) {
  #bottomNavigation {
    display: block;
  }
}

#logoutButton {
  position: absolute;
  width: 120px;
  background: transparent;
  bottom: 90px;
  padding: 5px 0px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  margin-left: calc(75% - 60px);
}
#editprofileButton {
  position: absolute;
  width: 120px;
  background: transparent;
  bottom: 90px;
  padding: 5px 0px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  margin-left: calc(25% - 60px);
}

#logoutButton a {
  color: inherit;
}

#loginRegisterForm {
  margin-top: 45px;
}

#loginRegisterForm .title {
  text-align: center;
  font-size: 24px;
  color: #1A1A1A;
  padding: 10px;
  margin-bottom: 15px;
}


#loginRegisterForm .col-sm-6:first-child {
  border-right: 1px solid #E0E0E0;
}

@media (max-width: 770px) {
  #loginRegisterForm .col-sm-6:first-child {
    border-bottom: 1px solid #E0E0E0;
    border-right: 0px;
    padding-bottom: 45px;
  }
}

.loginViaSocailMediaButton {
  border: 1px solid #828282;
  border-radius: 2px;
  padding: 10px 25px;
  color: #4F4F4F;
  text-align: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-bottom: 10px;
}

.loginViaSocailMediaButton .image {
  float: left;
  width: 15%;
}

.loginViaSocailMediaButton .text {
  float: right;
  width: 85%;
  text-align: left;
}

.loginViaSocailMediaButton:after {
  content: '';
  display: block;
  clear: both;
}

.loginViaSocailMediaButton:hover {
  background-color: #F2F2F2;
} 

#loginRegisterForm label {
  display: block;
  font-size: 12px;
}

#loginRegisterForm input {
  padding: 15px;
}

#loginRegisterForm #forgottenPassword {
  text-align: right;
  color: #4F4F4F;
  font-size: 12px;
  text-decoration: underline;
  text-underline-position: under;
}

#loginRegisterForm #forgottenPassword a {
  color:inherit
}

#loginRegisterForm .form-btn {
  background: rgba(216, 32, 63, 0.8);
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  padding: 6px 45px;
  width: auto;
  font-size: 16px;
}

#loginRegisterForm .form-btn:hover {
  outline: 0px;
  border-color: transparent;
  background-color: rgba(216, 32, 63, 0.6);
}

#loginRegisterForm .centerElement {
  display: flex; 
  justify-content: center;
  align-items: center;
}

#loginRegisterForm p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

#loginRegisterForm #registerText {
  margin-top: 15px;
}

#loginRegisterForm a.form-btn {
text-decoration: none;
}

#loginRegisterForm .checkmark-chbox {
  border: 1px solid #828282;
}



.sorthButton {
  border: 1px solid #828282;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 14px;
  cursor: pointer;
  margin-right: 15px;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

.sorthButton img {
  padding-left: 5px;
  margin-top: -1px;
}

.sorth-dropdown {
  padding: 0px;
  margin-top: -5px;
  border-radius: 0px;
  min-width: 150px;
}

.sorth-dropdown .dropdown-item {
  padding: 15px;
}

.sorthSelect .dropdown-item {
  padding: 7px;
  line-height: initial;
} 

.sorthSelect .dropdown-item:hover  {
  background: rgba(49, 149, 242, 0.1);
} 

.dropdown-menu-right {
  right: 0;
  left: auto;
  width: auto;
}

.filterButton {
  padding: 8px 10px;
  line-height: 0px;
  cursor: pointer;
  background-color: #3783a0;
  color: #ffffff;
  display: inline-block;
  margin-top: -2px;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

.filterButton img {
  margin-left: 5px;
}

#filterBox {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 0px;
  background-color: white;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999;
}

#filterBox::-webkit-scrollbar {
  width: 6px;
}

#filterBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#filterBox::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#656768; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#filterBox::-webkit-scrollbar-thumb:window-inactive {
background: #232526
}

#filterBox .title {
  padding: 15px;
  width: 332px;
  border-bottom: 1px solid #F2F2F2;
}


#filterBox .title:after {
  content: "";
  display: table;
  clear: both;
}

#filterBox .title .text {
  float: left;
}

#filterBox .title .close {
  float: right;
  opacity: 0.7;
}

/* START PRICE / DISCOUNT SILDER*/

.c-slider {
  width: 300px;
  position: relative;
  height: 5px;
  margin: 45px 0 10px 0;
  margin-top: 15px;
}

.c-slider > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}
  
.c-slider> div > .c-slider-inverse-left {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}
  
.c-slider > div > .c-slider-inverse-right {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

.c-slider > div > .c-slider-range {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #3783a0;
}
 
.c-slider > div > .c-slider-thumb {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -18px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  cursor: all-scroll !important;
}

.c-slider > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
  cursor: all-scroll !important;
}

div.c-slider > input[type=range]:focus::-moz-range-track{
  background: transparent;
  border: transparent;
}

div.c-slider > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div.c-slider > input[type=range]:focus {
  outline: none;
}

div.c-slider > input[type=range]::-moz-range-thumb{
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #3195F2;
  -webkit-appearance: none;
}

div.c-slider > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #3195F2;
  -webkit-appearance: none;
}

div.c-slider > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div.c-slider > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div.c-slider > input[type=range]::-ms-tooltip {
  display: block;
}

.c-slider > div > .c-slider-sign {
  opacity: 1;
  position: absolute;
  margin-left: -20px;
  top: 20px;
  z-index:3;
  color: #CCC;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.c-slider > div > .c-slider-sign > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  margin-left: -8px;
  color: #333;
}

.c-slider:hover > div > .c-slider-sign {
  opacity: 1;
}

/* END PRICE / DISCOUNT SILDER*/

ul.brand-filter, ul.group-filter-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  justify-content: flex-start;
}

ul.brand-filter li, ul.group-filter-list li {
  padding: 5px 10px;
  position: relative;
  color: #444;
  overflow: hidden;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  border: solid 1.5px black;
}

ul.brand-filter li label, ul.group-filter-list li label {
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
}

.filterbrand {
  border: 1.5px;
}

ul.brand-filter li.filterbrand.checked, ul.group-filter-list li.tag-filter.checked {
  border: 1.5px solid #3783a0;
}

li.filterbrand.checked span{
  color: #3783a0 !important;
}

.filterbrand:hover {
  background: rgba(49, 149, 242, 0.1);
  border: 1.5px solid #3783a0;
}


.basketTitle {
  text-align: left;
  font-size: 28px;
  margin-bottom: 25px;
}

.basketSizeAndColor {
  font-size: 14px;
}

.basketItemDiscount {
  margin-top: 3px;
  padding: 0px 10px;
  height: 22px;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  background: #ea163a;
  display: table;
  margin-left: 35px;
}

.basketRemoveItem {

}

.basketRemoveItem img {
  margin-right: 5px;
  margin-top: -2px;
}

.basketTotal {

  margin-top: 15px;
  float: left;
}

.sideMenuEditProfile {
  margin-top: 40px;
}

.selectCountry {
  box-sizing: inherit !important;
  height: 60px !important;
}

.dropdown-wrapper:after {
  right: 10px !important;
}

.form-container-userprofile .checkmark-chbox {
  border: solid 1px black;
}

.listOfOrdersBox {
  border: 1px solid #E0E0E0;
}

.listOfOrdersBox .headerBox {
  padding: 20px 0px;
}
.listOfOrdersBox .headerBox:after {
  content: "";
  display: table;
  clear: both;
}
.listOfOrdersBox .headerBox .status {
  text-align: right;
}

.listOfOrdersBox .headerBox .purchaseAmountMobile {
  display: none;
}

.listOfOrdersBox .headerBox span {
  display: block;
  margin-bottom: 10px;
}
.listOfOrdersBox .headerBox span.bold {
  font-weight: bold;
}

.listOfOrdersBox .headerBox .text-left {
  float: left;
}

.listOfOrdersBox .headerBox .arrow-right {
  float: right;
}
.listOfOrdersBox .headerBox .arrow-right svg{
  margin-top: 25px;
  cursor: pointer;
}

.listOfOrdersBox .separatorLIne {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}

.listOfOrdersBox .content {
  display: none;
  padding: 45px;
}

.listOfOrdersBox .content span {
  display: block;
  margin-bottom: 10px;
}

.listOfOrdersBox .content .orderedProduct {
  padding: 25px;
  height: 230px;
  border: solid 1px #E0E0E0;
  display: inline-block;
  width: 49%;
  margin-top: 15px;
}

.listOfOrdersBox .content .orderedProduct:after {
  content: "";
  display: table;
  clear: both;
}

.listOfOrdersBox .content .orderedProduct .left {
  float: left;  
  width: 40%;
  height: 100%;
  vertical-align: middle;
}

.listOfOrdersBox .content .orderedProduct .left img {
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.listOfOrdersBox .content .orderedProduct .right {
  float: right;
  width: 57%;
}

.listOfOrdersBox .content .orderedProduct span {
  margin-bottom: 7px;
}

.listOfOrdersBox .content .orderedProduct .price {
  text-align: right;
  margin-top: -15px;
}

.listOfOrdersBox .content .orderedProduct .price .old {
  font-size: 14px;
  color: #828282;
  text-decoration: line-through;
}

.listOfOrdersBox .content .orderedProduct .price .actual {
  font-size: 17px;
}

.separatorLIneFirst {
  display: none;
}


@media (max-width: 700px) {
  .listOfOrdersBox .headerBox .status b{
    display: block;
  }

  .listOfOrdersBox .headerBox .purchaseAmount {
    display: none;
  }
  
  .listOfOrdersBox .headerBox .purchaseAmountMobile {
    display: block;
  }

  .listOfOrdersBox .headerBox .text-left {
    float: none;
    display: block;
  }
  
  .listOfOrdersBox .headerBox .arrow-right {
    float: none;
    display: block;
    text-align: right;
    margin-right: 20px;
  }

  .listOfOrdersBox .content .orderedProduct {
    width: 100%;
  }

  .sideMenuEditProfile {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  
  .sideMenuEditProfile li {
    margin: 0px !important;
  }

  .sideMenuEditProfile li a {
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #E0E0E0;
  }

  .sideMenuEditProfile li a:hover {
    color: #ea163a;
  }

  .sideMenuEditProfile li:first-child a {
    border-top: 1px solid #E0E0E0;
  }

  .listOfOrdersBox .content {
    padding: 10px;
  }
  
  .listOfOrdersBox .content .orderedProduct .price {
    margin-top: 15px;
  }

  .listOfOrdersBox .content .orderedProduct {
    height: 220px;
  }

  .listOfOrdersBox .headerBox {
    padding: 10px 0px;
  }

  .listOfOrdersBox {
    border: 0px;
  }

  .testNekaj [class*="col-"], .testNekaj  [class^="col-"]
  { 
    padding-left: 0;
    padding-right: 0;
  }

  .separatorLIne {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    width: calc(100% + 30px) !important;
  }

  .separatorLIneFirst {
    display: block;
    height: 1px;
    background-color: #E0E0E0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    width: calc(100% + 30px) !important;
  }

  .c-slider {
    width: 100%;
  }

}

.contactPage {

}

.contactPage .content {
  padding: 35px;
}
.contactPage .content span {
  display: block;
}

.contactPage .content .phoneNumber {
  font-size: 20px;
  color: #003A70;
  font-weight: 900;
  margin-top: 40px;
}

.contactPage .content .phoneNumber svg {
  margin-right: 10px;
  margin-top: 15px;
}

.contactPage .content .phoneNumberDescription {
  margin-top: 10px;
}

.contactPage .content .openingHours {
  margin-top: 35px;
}

.contactPage .content .map {
  margin-top: 35px;
}

.contactPage h3 {
  text-align: center;
  text-transform: none;
  margin-bottom: 35px;
}

.contactPage .rightBorder {
  border-right: 1px solid #E0E0E0;
}

.form-contact input {
  padding: 15px !important;
}
.form-contact .form-row {
  margin-top: 15px;
}


.form-contact .form-row input {
  border-radius: 3px;
}

.form-contact .form-row textarea {
  margin-bottom: 15px;
  border-radius: 3px;
  border: 0px;
  background-color: #F2F2F2;
}

.form-contact .form-row button {
  width: auto;
  float: right;
  font-size: 19px;
  border-radius: 3px;
}

@media (max-width: 992px) {
  .contactPage .rightBorder {
    border: 0px;
  }
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.x-nav--categories {
  margin-bottom: 35px;
}

.shoppingOverviewRightBox {
  float: right;
  padding-left: 50px;
}

.btnConfirmOrder {
  display: inline-block;
  float: right;
  width: auto;
}

.btnConfirmOrder:hover {
  display: inline-block;
  float: right;
  width: auto;
}

.purchaseOverviewAside .row {
  margin-bottom: 20px;
}

.bottomCartData {
  padding: 25px;
}

.productTitleMobile {
  display: none;
}

.productTitleNormal {
  display: block;
} 

@media (max-width: 770px) {
  .purchaseOverviewAside {
    display: none;
  }

  .bottomCartData {
    padding: 0px;
  }

  .bottomCartData .col-sm-6 {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .productTitleMobile {
    display: block;
  }

  .productTitleNormal {
    display: none;
  } 

  
  .productBrand {
    float: right;
    margin-left: 30px;
  } 
}

.basketTable {
  color: #333333;
}

.basketTable table {
  width: 100%;
}


.basketTable table tr:not(:first-child) {
  border-bottom: 1px solid #E0E0E0;
}

.basketTable table tr:first-child th {
  padding-bottom: 25px;
}

.basketTable table tr:not(:first-child) td {
  padding: 20px;
}

.basketTable table tr th.basketTableCol-1 {
  width: 200px;
}

.basketTable table tr th.basketTableCol-2 {
  width: 250px;
}

.basketTable table tr th.basketTableCol-3 {
  width: 250px;
}

.basketTable table tr th.basketTableCol-4 {
  width: 90px;
}

.basketTable table tr th.basketTableCol-5 {
  width: 125px;
}

.basketTable table tr th {
  text-align: center;
}

.basketTable .productImage {
  width: 200px;
}

.basketTable .productImage img {
  width: 100%;
  max-height: 170px;
  vertical-align: middle;
  object-fit: contain;
}

.basketTable .productDescription {
  width: 250px;
}

.basketTable .productDescription .productTitle {
  margin-bottom: 10px;
}

.basketTable .productDescription .productTitle a {
  text-decoration: none;
  color: #333333;
}

.basketTable .productDescription .productTitle a:hover {
  color: #ea163a;
}

.basketTable .productDescription .productColor {
  font-weight: 900;
}

.basketTable .productDescription .productSize {
  font-weight: 900;
}

.basketTable .productDescription .productQuantityMobile {
  display: none;
  font-weight: 900;
}

.basketTable .productDescription .productPriceDetailsMobile {
  display: none;
}

.basketTable .productPriceDetails {
  text-align: center;
}

.basketTable .productPriceDetails .productPrice {
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
  font-size: 18px;
}

.basketTable .productPriceDetails .productOldPrice {
  display: inline-block;
  text-decoration: line-through;
}

.basketTable .productPriceDetails .productPriceDiscount {
  display: inline-block;
  background: #ea163a;
  color: #ffffff;
  line-height: 40px;
  border-radius: 20px;
  height: 40px;
  width:40px;
  font-size: 11px;
}

.basketTable .productQuantity {
  text-align: center;
}

.basketTable .productTotalPrice {
  text-align: center;
  display: inline-block;
  margin-left: 15px;
}

.basketPriceOverviewTable {
  padding: 5px;
}

.basketPriceOverviewTable .basketPriceOverviewTableData:after  {
  content: "";
  display: table;
  clear: both;
}

.basketPriceOverviewTable table {
  float: right;
  margin-top: 10px;
}

.basketPriceOverviewTable table tr td {
  padding: 10px 20px;
}

.basketPriceOverviewTable table tr td:nth-child(1) {
  width: 400px;
}

.basketPriceOverviewTable table tr td.small:nth-child(1) {
  width: 230px;
}

.basketPriceOverviewTable table tr td:nth-child(2) {
  width: 155px;
  text-align: right;
}

.basketPriceOverviewTable table tr td:last-child {
  /*font-weight: bold;*/
}

.basketPriceOverviewTable .finalPrice {
  color: #003A70;
  font-weight: 900;
}

.basketPriceOverviewTable .moneySaving {
  color: #ea163a;
  font-weight: 900;
}

.basketPriceOverviewTable .basketOverviewOptions {
  float: right;
  width: 535px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 65px;
}

.basketPriceOverviewTable .basketOverviewOptions:after  {
  content: "";
  display: table;
  clear: both;
}

.productRemoveProductMobile {
  display: none;
}

.productQuantityMobile {
  display: none;
}

@media (max-width: 850px) {
  
  .basketTable {
    margin-left: -5px;
    margin-right: -5px;
  }

  .basketTable .productImage {
    width: 100%;
  }

  .basketTable .productDescription {
    width: 100%;
  }

  .basketTable .productDescription .productQuantityMobile {
    display: block;
  }

  .basketTable table tr th.basketTableCol-1, .basketTable table tr td:nth-child(1) {
    width: 50%;
  }

  .basketTable table tr th.basketTableCol-2, .basketTable table tr td:nth-child(2) {
    width: 50%;
  }

  .basketTable table tr th.basketTableCol-3, .basketTable table tr td:nth-child(3) {
    display: none;
    width: 0px;
  }
  
  .basketTable table tr th.basketTableCol-4, .basketTable table tr td:nth-child(4) {
    display: none;
    width: 0px;
  }
  
  .basketTable table tr th.basketTableCol-5, .basketTable table tr td:nth-child(5) {
    display: none;
    width: 0px;
  }

  .basketTable .productDescription .productPriceDetailsMobile {
    display: block;
    text-align: right;
    margin-top: -30px;
  } 
  
  .basketTable .productDescription .productPriceDetailsMobile .productOldPriceMobile{
    text-decoration: line-through;
  } 
  
  .basketTable .productDescription .productPriceDetailsMobile .productPriceMobile{
    font-size: 18px;
    font-weight: 900;
  }  
  
  .basketTable .productDescription .productPriceDetailsMobile .productPriceDiscountMobile {
    display: inline-block;
    background: #ea163a;
    padding: 2px 8px;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
  }

  .basketPriceOverviewTable table {
    width: 100%;
  }

  .basketTable .productImage img {
    max-height: 100%;
  }

  .basketPriceOverviewTable {
    padding: 0px;
  }
  
  .basketPriceOverviewTable table tr td {
    padding: 10px 0px !important;
  }

  .basketPriceOverviewTable table tr td:nth-child(1) {
    width: 80%;
  }
  
  .basketPriceOverviewTable table tr td:nth-child(2) {
    width: 20%;
  }

  .basketPriceOverviewTable table.small tr td:nth-child(2) {
    width: 50%;
  }

  .basketPriceOverviewTable table.small {
    width: 50%;
    margin-top: 35px;
  }

  .basketPriceOverviewTable .basketOverviewOptions {
    width: 100%;
    padding: 0px;
  }

  .update-checkout {
    width: 50%;
  }

  .productRemoveProductMobile {
    display: inline-block;
    float: right;
    margin-top: -10px;
  }
  
  .productQuantityMobile {
    display: inline-block;
    margin-top: 15px;
  }

  .productQuantityMobile select {
    padding: 5px;
  }

}

.basket-dropdown {
  width:360px; 
  height:auto; 
  background:transparent;
  position:absolute; 
  right:0px; 
  z-index:9999;
  top:104px; 
  display:none;

}

.basket-dropdown .header-top {
  width: 100%;
  height: 30px;
  background-color: transparent;
} 

.basket-dropdown .content {
  width: 100%;
  height: auto;
  margin-top: -15px;
  padding-bottom: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 4px rgba(196,196,196,0.53);
  -moz-box-shadow: 0px 0px 9px 4px rgba(196,196,196,0.53);
  box-shadow: 0px 0px 9px 4px rgba(196,196,196,0.53);
} 

.triangle {
  width: 250px;
  height: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px #C4C4C4;
}

.triangle:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  transform: rotate(45deg);
  top: 8px;
  left: 100px;
  box-shadow: -1px -1px 10px -2px #C4C4C4;
}

.basket-dropdown .content .title {
  border-bottom: solid 1px #E0E0E0;
}

.basket-dropdown .content .title span {
  padding: 15px;
  display: block;
  font-weight: bold;
}

.basket-dropdown-table {
  font-size: 12px;
  max-height: 270px;
  overflow-y: scroll;
}

.basket-dropdown-table table {
  width: 100%;
}

.basket-dropdown-table table::after {
  content: "";
  display: table;
  clear: both;
}

.basket-dropdown-table table tr td {
  width: 50%;
  padding-top: 20px;
  padding-right: 15px;
}

.basket-dropdown-table table .productImage {
  width: 100%;
  padding-left: 15px;
}

.basket-dropdown-table table .productImage img {
  width: 100%;
}

.basket-dropdown-table table tr td span {
  display: block;
}

.basket-dropdown-table table .productTitle {
  margin-bottom: 6px;
}

.basket-dropdown-table table .productTitle a {
  color: inherit;
  font-size: inherit;
  font-size: 13px;
}

.basket-dropdown-table .productSize {
  margin-bottom: 6px;
  font-weight: 900;
}

.basket-dropdown-table .productColor {
  font-weight: 900;
}
.basket-dropdown-table .productPriceGroup {
  float: right;
  margin-top: -20px;
  text-align: right;
}

.basket-dropdown-table .productPriceGroup .oldPrice{
  text-decoration: line-through;
}

.basket-dropdown-table .productPriceGroup .price{
  font-size: 15px;
  font-weight: 900;
}

.basket-dropdown-table .productRemoveProduct {
  float: right;
  margin-top: -5px;
}

.basket-dropdown-table table tr:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

table.basket-dropdown-total {
  width: 100%;
  border-top: solid 1px #E0E0E0;
  font-weight: bold;
}

table.basket-dropdown-total tr td {
  width: 50%;
  padding: 15px;
}

table.basket-dropdown-total tr td:last-child {
  text-align: right;
}

.basket-dropdown .button-to-basket, .basket-dropdown .button-to-finish {
  border-radius: 2px;
  padding: 10px 20px;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: bold;
}

.basket-dropdown .button-to-basket {
  background-color: #000000;
}

.basket-dropdown .button-to-finish {
  background-color: rgba(216, 32, 63, 0.8);
}

.basket-dropdown .basket-dropdown-controls a {
  display: block;
  text-align: center;
}
.basket-dropdown .basket-dropdown-controls a:hover {
 text-decoration: none;
}

#basket-dropdown-num-of-items {
  display: inline-block;
  padding: 0px;
}

@media (max-width: 994px) {
  .basket-dropdown {
    width:98%; 
    height:auto; 
    background:transparent;
    position:absolute; 
    left: 1%;
    z-index:99999999; 
    top:115px; 
    display:none;
  }
  
  .triangle {
    display: none;
  }

  .recent-actions {
    margin: 0px !important;
    padding: 0px !important;
  }

  .promotionsMobile {
    padding-left: 5px;
    padding-right: 5px;
  }

}

#overlayAll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index:9999;
  opacity: 0.6;
  display: none;
}

.bannerBottomOfNavigation {
  background-repeat: no-repeat; 
  height:175px; 
  width:100%; 
  display: block;  
  position: relative;
  margin-bottom: 25px;
  background-size: 100%;
  background-position: center;
}

.bannerBottomOfNavigation.firstPage{
  height:330px; 
}


.bannerBottomOfNavigation .description {

  position: absolute;
  bottom: 20%;
  left: 5%;
  font-size: 28px;
  max-width: 360px;
  width: 360px;
  padding: 17px;
  color: #ffffff;
  font-weight: 700;
}

.bannerBottomOfNavigation .description a {
  color: inherit;
  text-decoration: none;
}

.bannerBottomOfNavigation .description a.linkButton {
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  display: block;
  color: #000000;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.bannerBottomOfNavigation .join-newsletters {
  background: white;
  border-radius: 4px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  padding: 8px 18px;
  font-weight:bolder;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}

.bannerBottomOfNavigation .join-newsletters img {
 margin-left: 20px;
}

.bannerBottomOfNavigation .countdownDateTimeAnimation {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 4px;
  right: 12px;
  padding: 12px;
  color: #ffffff;
}

.bannerBottomOfNavigation.firstPage .countdownDateTimeAnimation {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 14px;
  bottom: 0px !important;
  right: 12px;
  padding: 12px;
  height: 50px;
  color: #ffffff;
}

.bannerBottomOfNavigation .countdownDateTimeAnimation {
  font-weight: normal;
}

.bannerBottomOfNavigation .countdownDateTimeAnimation .fa-clock {
  margin-right: 5px;
}

.bannerBottomOfNavigation .countdownDateTimeAnimation .dateTime {
  font-weight: 600;
}

#registerModal, #loginModal {

}

#registerModal .modal-header, #loginModal .modal-header{
  width: 100%;
  text-align: right;
  border: 0px;
  background-color: #ffffff;
}
#registerModal .modal-header .modal-close, #loginModal .modal-header .modal-close {
  display: inline-block;
  color: #828282;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

#registerModal .modal-content, #loginModal .modal-content {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow:none;
  padding: 45px;
  border: 0px;
  padding-top: 5px;
}


#registerModal .modal-content span, #loginModal .modal-content span {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

#registerModal .modal-content a, #loginModal .modal-content a {
  text-decoration: underline;
  color: inherit;
}

#registerModal .modal-content .logo, #loginModal .modal-content .logo {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#registerModal .modal-content .logo img, #loginModal .modal-content .logo img {
  width: 100%;
}

#registerModal .modal-content .footer-text, #loginModal .modal-content .footer-text {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.button {
  cursor: pointer;
}

.registerModal-input-row-space {
  margin-bottom:108px;
}

@media screen and (min-width: 768px) { 
  #registerModal .modal-dialog, #loginModal .modal-dialog {
    width: 550px
  }
}

@media screen and (max-width: 768px) { 
  .registerModal-input-row-space {
    margin-bottom:0px;
  }
}



.greyBorder {
  box-shadow: inset 0px 0px 0px 1px lightgrey;
}

#form-register .error{
  color: #ea163a;
}

#form-register-popup {

}

#form-register-popup .error {
  font-weight: 500;
  color: #ea163a;
}

#errorPaswdShort, #errorPaswdNotSame{
  font-weight: 500;
  color: #ea163a;
  text-align: center;
  display: none;
}

#loginModal {


}

#loginModal .loginModalError {
  font-weight: 500;
  color: #ea163a;
  text-align: center;
  display: none;
}

#registerModal .registerModalError {
  font-weight: 500;
  color: #ea163a;
  text-align: center;
  display: none;
}
.promotions {

}

.promotions h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.promotions h3:first-child {
  margin-top: 15px;
}

.outOfStock {
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.box-s {
  width: 280px;
  height: auto;
  background-color: white;
  color: #000000;
  padding: 15px;
  position: absolute;
  margin: 40px;
  left: 395px;
  bottom: -20px;
  display: none;
  text-align: center;
  border: 1px solid #BDBDBD;

}

.box-s.arrow-bottom:after {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  bottom: -13px;
  width: 25px;
  height: 25px; 
  background: #FFFFFF;
  border-right:1px solid #BDBDBD;
  border-bottom:1px solid #BDBDBD;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
#infoBox:hover .box-s {
  display:block;
}

form.login input.error {
  border: solid 1px red;
}

section {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1198px) {
  section {
    width: 100%;
    margin: 0px;
  }

  .action {
    height: auto !important;
  }
}

.bannerDurationText {
  position: relative;
  bottom: 10px;
  color: #ffffff;
  font-size: 14px;
}

.fistPage-banner-desktop {
  display: block;
}

.fistPage-banner-mobile {
  display: none;
}

.above-products-desktop {
  display: block;
}

.above-products-banner-mobile {
  display: none;
}

@media (max-width: 400px) {
  .fistPage-banner-desktop {
    display: none;
  }
  .fistPage-banner-mobile {
    display: block;
  }


  .above-products-desktop {
    display: none;
  }
  
  .above-products-banner-mobile {
    display: block;
  }

  .bannerBottomOfNavigation .countdownDateTimeAnimation {
    bottom: 35px;
  }
  
  .bannerBottomOfNavigation .countdownDateTimeAnimation {
    bottom: 35px;
    left: 1%;
    right: 1%;
    text-align: center;
  }
  
  .fistPage-banner-mobile .bannerBottomOfNavigation {
    height: 600px;
    background-size: contain !important;
  }

  .fistPage-banner-mobile .bannerBottomOfNavigation .description {
    display: none;
  }
   countdownDateTimeAnimation
  .fistPage-banner-mobile .bannerBottomOfNavigation .countdownDateTimeAnimation {
    left: 10px; 
    right: 10px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
  }

  .bannerBottomOfNavigation .join-newsletters {
    left: 10px; 
    right: 10px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
  }

 .action svg{
   margin-top: 10px;
  }

  .basketTable {
    margin-left: 5px;
    margin-right: 5px;
  }

  #couponFld {
    margin-left: -10px;
  }
}

.top-page-container-icone {
  margin-top: -3px;
  margin-right: 5px;
}

.cookieinfo {
  background-color: #01214C !important;
}
.cookieinfo span {
  font-weight: 100 !important;
  padding: 10px !important;
}
.cookieinfo .cookieinfo-close {
  background-color: #ea163a !important;
  border-radius: 0px !important;
  padding: 5px 30px !important;
  color: #ffffff !important;
  font-weight: 400;
  margin: 15px;
}

.cookieinfo span a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.countdownStyle {
  font-weight: 600;
  color: #4F4F4F;
}

img.clockIcone {
  height: 16px !important;
  width: 16px !important;
  margin-top: -4px;
  margin-right: 5px;
}

.topBannerCoundown {
  font-size: 22px;
  font-weight: bold;
  color: #86B7CB;
  margin-bottom: -4px;
  line-height: 80px;
}

@media (max-width: 992px) 
{
  .top-countdow-banner {
    height: auto;
  }

  .box2 {
    flex-direction: column;
    align-items: center !important;
    padding-bottom: 15px;
  }

  .banner-title {
    line-height: 0px !important;
  }

  .topBannerCoundown {
    line-height: 80px !important;
    margin-top: -15px;
  }

} 

.box2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.box2:first-child {
    align-self: center;
}
     


/* START PRICE FILTER STYLE */
.zn_product_subcategory { text-align:center; }

.price-range button {
  background:#CD2122;
  font-size:13px !important;
  padding:6px 20px;
  font-weight:600;
  color:#fff;
  text-transform:uppercase;
  text-shadow:none;
  border-radius:3px;
  box-shadow:none;
  position:relative;
  border:0;
  display:inline-block;
}


.price-range button:hover { 
  background-color:#a41a1b; 
}

.price-range { 
  position:relative; 
  width: 300px;
  padding: 15px;
}

.price-range-slider {
  height:4px;
  background:red;
  border-radius:4px;
  margin-bottom:30px;
}

.price-range-slider .ui-slider-range {
  background:yellow;
  border-radius:4px;
}

.price-range-slider .ui-slider-handle {
  border-radius:9px;
  background-color:#ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  width:17px;
  height:17px;
  margin-top:-6px;
  outline:0;
  cursor:pointer;
}

.price-range-slider .ui-slider-handle:active { 
  outline:0; 
}

.price-range .price-result {
  border:0;
  background:0 0;
  max-width:70px;
  font-size:13px;
  color:#535353;
  outline:0;
  height:32px;
}

.price-range:hover .price-range-slider {
  background:#3783a0; 
}

.price-range:hover .price-range-slider .ui-slider-range { background:#c1c1c1; }

.ui-widget-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.ui-slider {
  position:relative;
  text-align:left;
}

.ui-slider .ui-slider-handle {
  position:absolute;
  z-index:1;
  width:1.2em;
  height:1.2em;
}

.ui-slider .ui-slider-range {
  position:absolute;
  z-index:1;
  font-size:.7em;
  display:block;
  border:0;
  background-position:0 0;
}

.price-range .filter {
  position:absolute;
  right:20px;
}

.price-range span {
  color:#535353;
  display:inline-block;
  font-size:0.9rem;
}

.pr-result {
  display: none;
}

.showMinPrice, .showMaxPrice {
  position: absolute;
  margin-left: 8px;
  margin-top: -15px;
}

/* END PRICE FILTER STYLE */

#discountSlider {
  margin: 15px;
}

.itemsCenter {
  display: flex;
  justify-content: center;
}

.firstPageShowAllItems {
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 6px 15px;
  color: #000000;
}

.firstPageShowAllItems:hover {
  background-color: #3783a0;
  border-color: #3783a0;
  color: #ffffff;
}

.genderFilter {
  display: flex;
  justify-content: center;
}

.genderFilter ul {
  list-style: none;
  margin-top: -82px;
  z-index: 10;
}

.genderFilter ul li {
  font-weight: 600;
  color: #828282;
  padding: 10px 15px;
  cursor: pointer;
  display: inline-block;
}

.genderFilter ul li:hover {
  color: #333333;
}

.genderFilter ul li.selected {
  color: #333333;
  font-weight: 800;
}

.mobileCategoryHeader {
  display: none;
}

.desktopCategoryHeader {
  display: block;
}


.email-nw {
  padding: 15px;
  border: none;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.1;
  background-color: #F2F2F2;
  width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 992px) 
{
  .mobileCategoryHeader {
    display: block;
    margin-top: -30px;
  }
  
  .desktopCategoryHeader {
    display: none;
  }

  .mobileCategoryHeader .articles-description {
    padding-top: 15px;
    margin-left: 0.5%;
  }
  
  .genderFilter ul {
    margin-top: 0px;
    padding: 0px;
  }

  .listofitems {
    margin: 0px;
  }

  #listofitems {
    margin: 0px;
  }

  .mobileCategoryHeader .articles-nav, .articles-container {
    margin: 0px;
  }
  
  .mobileCategoryHeader .cs_container-crocs {
    margin: 0px;
  }

  .genderFilter {
  /*   display: contents;
    text-align: center; */
    width: 100%;
    margin-bottom: -30px;
  }

  .email-nw {
    width: 100%;
  }

}

#payment_form input {
  border: solid 1px black;
}

#number_div iframe, #cvv_div iframe{
  height: 50px;
  width: 100%;
}

#payment_form_submit {
  padding: 8px;
  border-color: transparent;
}


#paymentSuccess {
  margin-left: 15px;
}


.greyBorder{
	box-shadow: inset 0px 0px 0px 1px lightgrey;
}

.full-height{
	height:100% !important;
	max-height:100% !important;
}

#vec{
	text-align:right;
	margin-top:20px; 
	text-transform:lowercase;
}


@media only screen and (min-width: 992px) {
	#list-sizes{
		max-height:auto;
		overflow:hidden;
	}
	#vec{
		display:block;
	}
}

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

	.plus{
		display:inline-block;
		width:auto;
	}
	#vec{
		display:none !important;
	}
}

.login-error {
  text-align: center;
  color: red;
  margin-top: 15px;
}

.retryPayButton {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  background: #ea163a;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 21px;
  border-radius: 2px;
  padding: 8px 10px;
  margin-top: 25px;
}

.retryPayButton:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

.retryPayMessage {
  display: block;
  color: #ea163a;
  margin-bottom: 25px;
}

.order-benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.order-benefits .box {
  border: 1px solid #E0E0E0;
  padding: 8px 20px;
}

.order-benefits .box .icone {
  float: left;
}

.order-benefits .box .icone img {
  width: 14px;
  margin-right: 8px;
}

.order-benefits .box .text {
  float: right;
  font-size: 13px;
}


.fixedCategoriesNav {
  position: fixed !important;
  background: #ffffff !important;
  width: 1100px !important;
  z-index: 1000 !important;
  top: 0px;
}

.fixedGenderFilterCategoriesNav {
  position: fixed !important;
  z-index: 100000000 !important;
  left: 50%;
  transform: translateX(-50%);
  top: 92px;
  height: 100px;
}

.fixedGenderFilterCategoriesNavMobile {
  position: fixed !important;
  top: 0px;
  z-index: 1000 !important;
  left: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}


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

  .order-benefits .box {
    padding: 8px 10px;
  }

  .fixedCategoriesNav {
    width: 900px !important;
  }
 
 
}


.extraColorText {
  display: inline-block;
  position: relative;
  top: -6px;
}

input.error {
  border: solid 1px red;
}

.error-404-title {
  font-weight: 700;
  text-align: center;
}

.error-404-text {
  text-align: center;
}

a.button-theme-1 {
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 315px;
  border-radius: 5px;
  background-color: rgba(216, 32, 63, 0.8);
}

a.button-theme-1:hover{
  color: #ffffff;
  text-decoration: none;

  background-color: rgba(216, 32, 63, 1);
}

.search-button {
  display: inline-block;
  float: right;
  margin-top: 10px;
  background: rgba(216, 32, 63, 0.8);
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  border: solid 1px rgba(216, 32, 63, 0.8);
  padding: 2px 50px;
}

.search-button:hover {
  background: rgba(216, 32, 63, 0.6);
  border: solid 1px rgba(216, 32, 63, 0.6);
}

#form-register label.error {
  display: none !important;
}
.topheader-full {
	/*
    background-color: #35aba2;
    background-image: linear-gradient(45deg, #bdeafb, #8A8A8A 90%);	
	/* background-color: #bdeafb; */
}
