
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Oswald:400,700);




/**** XL  ****/

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}








#owl-demo-5 .owl-item .item {
    margin-left: 0px;
    margin-right: 0px;
}



.margin-5{
	margin-left: 5px;
	margin-right : 5px;
}

/*=== Featured Categories ===*/
.cat-title{
	overflow: hidden;
	background: rgba(195, 217, 65, 0.68);
	padding: 10px;
	border-top: 1px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
}

.cat-title .title-sep{
	width: 12px;
	height: 12px;
	background: #E74C3C;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 2px;
}

.cat-title h4{
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 13px;
	font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #424242;
	float: left;
}



/**** card  ****/

.item-card > .thumb {
  width: 90px;
  margin-right: 10px;
  float: left;
}

.overlay {
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.item-card > .card-content {
  float: left;
  width: calc(100% - 100px);
  padding-top: 4px;
  overflow: hidden;
}

.item-card {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(195, 217, 65, 0.07);
  -webkit-box-shadow: 0 0 1px 0px #AAA, 0 2px 0px 0px #999,0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px #aaa, 0 2px 0px 0px #999999,0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px #AAA, 0 3px 0px 0px #999,1 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s linear .1s;
  -moz-transition: all .1s ease-in-out .1s;
  transition: all .1s ease-in-out .1s;
   margin-bottom: 10px;
  height: 90px;
    padding-right:10px;
}

.img-card{
	width: 90px;
	height: 90px;
}
.item-card > div > .description{
	color : black;
	font-size :12px;
}
.item-card > .card-content > .name{
	color: rgb(252, 252, 252);
	cursor: auto;
	/* display: inline; */
	font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;	
	margin-bottom: 4px;
	margin-top: 4px;
}


.item-card > .card-content > .name:hover {
  color: #909090 !important;
}

.item-card > .card-content > .name:visited {
  color: #D2CFCF !important;
}

.item-card > .card-content > .name  {
  text-decoration: none;
  color: #757474;
  transition: all 0.2s ease 0s;
  outline: 0;
}

/*** ellipsis ****/

.ellipsis1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 1.2em;       /* fallback */
}

.ellipsis2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 2.4em;       /* fallback */
}


/**** widget ****/


.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-title {
  background: #2F343D;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}


.widget ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-title h4 {
  font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 0;
}

/*=== Popular Categories ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li{
	padding: 0;
	margin: 0;
	border-bottom: none !important;
	padding: 0 !important;
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
	line-height: 1.2;
}

.widget_popular_categories ul li a{
	padding: 5px 0;
	display: inline-block;
}

.widget_popular_categories .cat{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;	
}

.widget_popular_categories .count{
	margin-left: 5px;
	line-height: 1;
	font-weight: 400;
	color: #999999;
	font-size: 13px;
}

.widget_popular_categories ul li a {
  padding: 5px 0;
  display: inline-block;
}

aside {
  display: block;
}

.pointer {
	cursor: pointer !important;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
}

li.dropdown.language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

li.dropdown.language > a {
  color: #ddd;
  font-size: 13px;
  padding: 10px 1px 12px 5px;
}

li.dropdown.language > a > img {
  margin-bottom: 2px;
}

li.dropdown.language > a > i {
  font-size: 16px;
}

li.dropdown.language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
}

.dropdown-menu {
  margin-top: 3px;
}

/* extended dropdowns */
.dropdown-menu.extended {
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
  background-color: #ffffff !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
  border-bottom-color: #ddd !important;
}

.dropdown-menu.extended li a{
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended li i{
  margin-right: 3px;
}

.dropdown-menu.extended li a{
   font-size: 13px;
   padding: 10px !important;
   background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  filter:none;
}

.dropdown-menu.extended li p{
  padding: 10px;
  background-color: #eee;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.dropdown-menu.extended li a{
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4 !important;
  font-size: 12px;
  text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
  border-top: 1px solid white !important;
  border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li.external > a {
  font-size: 13px;
  font-weight: 400;  
}

.dropdown-menu.extended li.external > a > i{
  margin-top: 3px;
  float: right;
}




/* enable arrow for dropdown menu */
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}






/**** image rolloever  ****/
.fusion-image-wrapper
{
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fusion-image-wrapper > img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(top, rgba(160,206,78,0.925) 0%, rgba(160,206,78,0.925) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(160,206,78,0.925)), color-stop(1, rgba(160,206,78,0.925)));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0ce4e, endColorstr=#a0ce4e), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, rgba(160,206,78,0.925) 0%, rgba(160,206,78,0.925) 100%);
  background-image: -moz-linear-gradient(top, rgba(160,206,78,0.925) 0%, rgba(160,206,78,0.925) 100%);
  background-image: -ms-linear-gradient(top, rgba(160,206,78,0.925) 0%, rgba(160,206,78,0.925) 100%);
  background-image: -o-linear-gradient(top, rgba(160,206,78,0.925) 0%, rgba(160,206,78,0.925) 100%);
}

.fusion-image-wrapper:hover .fusion-rollover
{
	moz-transform: translateX(0%);
	ms-transform: translateX(0%);
	opacity: 0.8;
	o-transform: translateX(0%);
	transform: translateX(0%);
	webkit-backface-visibility: hidden;
	webkit-transform: translateX(0%);
	webkit-transform-style: preserve-3d;
}
.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover
{
	display: block;
}
.fusion-rollover-icon{
	font-size: 30px;
  	color : white;
 	 
	padding: 7.5px;
}
.fusion-rollover
{
	background-image: linear-gradient(to top, #aad75d, #d1e990);
	background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: -ms-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aad75d), color-stop(1, #d1e990));
	background-image: -webkit-linear-gradient(bottom, #aad75b, #d1e990);
	height: 100.1%;
	left: 0;
	line-height: normal;
	moz-transform: translateX(-100%);
	moz-transition: all 0.3s ease-in-out;
	ms-transform: translateX(-100%);
	ms-transition: all 0.3s ease-in-out;
	opacity: 0;
	o-transform: translateX(-100%);
	o-transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out;
	webkit-backface-visibility: hidden;
	webkit-transform: translateX(-100%);
	webkit-transform-style: preserve-3d;
	webkit-transition: all 0.3s ease-in-out;
	width: 100%;
}
.fusion-rollover:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.no-csstransforms .fusion-rollover
{
	display: none;
}
.fusion-rollover-content
{
	display: inline-block;
	height: auto;
	padding: 10px;
	vertical-align: middle;
	width: 90%;
}
.fusion-rollover-content .fusion-rollover-title, .fusion-rollover-content .fusion-rollover-categories, .fusion-rollover-content .price
{
	color: #333;
	font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
	line-height: normal;
	margin: 0;
}
.fusion-rollover-content .fusion-rollover-title
{
	margin-bottom: 3px;
	margin-top: 10px;
}
.fusion-rollover-content .fusion-rollover-categories a
{
	font-size: 11px;
}
.fusion-rollover-content .fusion-rollover-categories a:hover
{
	color: #444;
}
.fusion-rollover-content .price
{
	display: inline-block;
}
.fusion-rollover-content .fusion-product-buttons
{
	height: 40px;
	left: 0;
	width: 100%;
}
.fusion-rollover-content .fusion-product-buttons a
{
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
	max-width: 100%;
	padding-left: 20px;
	text-align: left;
	width: auto;
}
.fusion-rollover-content .fusion-product-buttons a:first-child
{
	float: left;
}
.fusion-rollover-content .fusion-product-buttons a:first-child:before
{
	content: '\f07a';
	font-family: 'icomoon';
	margin-left: -20px;
	position: absolute;
}
.fusion-rollover-content .fusion-product-buttons a:last-child
{
	float: right;
}
.fusion-rollover-content .fusion-product-buttons a:last-child:before
{
	content: '\e623';
	font-family: 'icomoon';
	margin-left: -20px;
	position: absolute;
}
.fusion-rollover-sep
{
	display: inline-block;
	height: 36px;
	vertical-align: middle;
	width: 5px;
}
.fusion-rollover-link,.fusion-rollover-gallery
{
	background-clip: padding-box;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	height: 50px;
	margin: 0;
	moz-background-clip: padding;
	moz-border-radius: 50%;
	opacity: 0.9;
	position: relative;
	/* text-indent: -10000px; */
	vertical-align: middle;
	webkit-background-clip: padding-box;
	webkit-border-radius: 50%;
	width: 50px;
}
.fusion-rollover-link:hover,.fusion-rollover-gallery:hover
{
	opacity: 1;
}
.fusion-rollover-link:before,.fusion-rollover-gallery:before
{
	color: #fff;
	font-family: 'icomoon';
	font-size: 15px;
	left: 50%;
	line-height: 36px;
	margin-left: -7.5px;
	position: absolute;
	text-indent: 0;
	text-shadow: none;
	webkit-font-smoothing: antialiased;
}




@media (max-width: 767px){
	.header .nav > li > .dropdown-menu.language:after, 
	.header .nav > li > .dropdown-menu.language:before {
		margin-right: 180px;
	}

	.header .nav > li > .dropdown-menu.language {
  		margin-right: -180px;
	}
	
	.hidden_on-xs{
		display: none
	}
}


/***** Main content List  ******/

.main-content-cards{
	padding-top:15px; 
	margin-left:15px; 
	margin-right:15px;
}


@media (max-width: 767px){
	.main-content-cards{
		padding-top: 0px; 
		margin-left: 0px; 
		margin-right: 0px;
	}
}


[class*="header_"] .menu_wrap {
    background: #212121;
}

/* COOKIES */
.cookies-box {
	position:fixed;
	bottom:0;
	min-height:110px;
	width:100%;
	background: rgba(86, 86, 86, 0.85);
	color:white;
	text-align:center;
	padding:8px 10%;
}
.cookies-legal, .cookies-legal:hover {
	color:white;
	text-decoration:underline;
}
.cookies-btn {
	margin: 5px;
	padding: 2px 10px;
	color: white;
}
.cookies-btn-accept {
	background: #7AA503;
}
.cookies-btn-cancel {
	background: #AD2222;
}