/* General */
/* Page */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body > .container {
    padding: 1px 15px 0;
}

a {
	color: #059EE7;
}

code {
  font-size: 80%;
}

h1, h2 {
	color: #484848;
	position:relative;
	margin: 20px 0 20px;
}

h1 .text-muted,
h2 .text-muted {
    color: #bcbdbd!important;
    font-size: 17px;
    font-weight: 300;
	position:absolute;
	bottom: 4px;
	right:0;
}

.fs-16 {	
	font-size: 16px;
}

.fs-18 {	
	font-size: 18px;
}

.fs-20 {	
	font-size: 20px;
}

.fs-22 {	
	font-size: 22px;
}

.btn-primary {
    color: #fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e64a4f;
    border-color: #e64a4f;
}

input:focus,
input:active,
.btn:focus,
.btn:active {
   outline: none !important;
  box-shadow: none !important;
}

input:focus,
input:active {
	border-color: #333 !important;
}


.btn-outline-success {
	color: #3b7796;
    border-color: #3b7796;	
}

.btn-outline-success:hover,
.btn-outline-success:focus {
	color: #ffffff;
	border-color: #3b7796;
	background-color: #3b7796;
}

.gradientback{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:50%;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index:10;

}

.jumbotron {
	background: #f2f2f2;
	border-radius: 2px;
}

a.jumbotron p {
	color: #484848;
}

a.jumbotron:hover {
	text-decoration: none;	
	color: #484848;
}

.headline-border-bottom {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 15px;
}

.shadow-on-hover:hover {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.strikethrough {
    position: relative;
	color: #999;
	margin-right: 10px;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.icon-loading {
	display:none;
}

/* Navbar */
.navbar {		
	background: #F7FAFB;
	border-bottom: 1px solid #eaeaea;
}

.navbar .navbar-brand {
	padding: 3px 0 0 0;
}

.nav-search input {
	border: 1px solid #EBEBEB;
}

.nav-search .btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #ebebeb;
    border: 0;
    border-left: 1px solid #ebebeb;
    position: absolute;
    right: 1px;
}

.twitter-typeahead .tt-menu {
	background: #fff;
    width: 100%;
	padding-bottom: 10px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.twitter-typeahead .group-title {
	padding: 10px 10px 0;
    text-transform: uppercase;
    font-size: 10px;
	color: #bab9b9; 
}

.twitter-typeahead .tt-suggestion {
    padding: 3px 10px;
    font-size: 14px;
	cursor: pointer;
}

.twitter-typeahead .tt-suggestion:hover {
	background: #F7FAFB;	
}

.breadcrumb {
    background-color: #fff;
	margin-top: 50px;	
}

#language_set {
    width: initial;
    margin-left: 10px;
    margin-right: 0;
	background: #F7FAFB;
	color: #7b7d7d;
	border: 1px solid #e0e0e0;
}

/* Navbar 2 */
.fixed-top-2 {
    background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    border: 0;
}

.fixed-top-2 > .container {
    position: relative;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
	margin:0;
} 

.navbar-nav .megamenu-li .nav-link {
	padding-right: 1rem;
}


.fixed-top-2 .dropdown:hover>.dropdown-menu {
  display: block;
}

.megamenu .col-lg-3 {
    overflow: hidden; 
}

.megamenu h5 {
    padding-bottom: 7px;
    border-bottom: 1px solid #cccbcb;
    white-space: nowrap;
}

.megamenu h5 a {
    font-size: 1rem;
	color: #000;
}

.megamenu .dropdown-item {
    padding: .2rem 0 0;
    font-size: 0.9rem;
    white-space: nowrap; 
}

.megamenu .dropdown-item:hover {
	background: transparent;
	text-decoration:underline; 
}

/* Homepage cat lists */
.hp-cat-sub-lists .col-lg-3 {
    padding-bottom: 50px;
}

.hp-cat-sub-lists h3 {
    line-height: 52px;
	margin-bottom: 20px;
}

.hp-cat-sub-lists .inline-image {
	float: left;  
	height: 52px;  
	width: 60px; 
	display: table-cell;    
	background-size: cover; 
	vertical-align: middle;
	margin-right: 15px;
    border-radius: .25rem;
}

.hp-cat-sub-lists h3 a {
    color: #000;
    font-size: 1.1rem;
	display: inline-block;
	width: calc(100% - 76px);
    line-height: 18px;
}

a.hp-cat-sub-list-item {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 6px 0;
}


/* Footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; 
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer a {
	color: #484848;
}

/* Results pages*/
h1.results-page-title {
    margin-bottom: 2px; 
}

.breadcrumb.title-breadcrump {
    background-color: #fff;
    margin: 0 0 10px;
    padding: 0;
	font-size: 14px;
}

.title-breadcrump .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.title-breadcrump i {
    color: #e1e1e1;
    padding-right: 4px;
    font-size: 12px;
}

/* Products */

.product-block {
    padding-left: 0px;
}

.product-block a:hover {
	text-decoration:none;
}

.product-block .card {
	border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.product-block .card .card-title {
    overflow: hidden;
    color: #434444;
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 18px;
    text-align: center;
}

.product-block .card .card-text {
    text-align: center;
    margin-bottom: 0;
    padding: 2px 5px 10px;
    font-size: 14px;
}

.product-block .card .btn-to-shop {
	font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.product-block .card .product-compare-link {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 7px;
}

.btn.load-more-products {
    color: #fff;
    background-color: #059EE7;
    border-color: #059EE7;
    padding: 10px;
    font-size: 16px;
	margin-bottom: 40px; 
	cursor: pointer;	
}

/* Category highlight block */


/* image-label-vert-block */

.image-label-vert-block .image-label-vert-block-label {
	max-width: 78%; 
	width: 78%;
}


/* Filters */

.product-filter-block .list-group-item {
	border: none;
	padding: 0px 0 20px;
}

.product-filter-block .list-group-item > div {
	width: 100%;
}

.product-filter-block .filter-title {
	background: #f7fafb;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.filter-option {
	cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 3px;
}

.filter-option:hover {
	text-decoration:underline;
}

.filter-option .close-filter-option {
    display: none;
}

.filter-option.active {
	font-weight: bold;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 5px 10px;
    cursor: auto;
}

.filter-option.active:hover {
	text-decoration:none;
}

.filter-option.active .text-muted {
	font-weight: normal;
}

.filter-option.active .close-filter-option {
    display: inline-block;
	float:right;
	color: #adafb1;
	cursor: pointer;
}

.collapse-filter {
	float: right;
    color: #565656;
    margin-bottom: 10px;
    margin-top: -18px;
}

.filter-show-all {
    padding: 3px 10px;
    /* margin-top: 10px; */
    color: #000;
    font-size: 14px;
    display: block;
}

.filter-show-all-hide-click[aria-expanded="true"] {
	display: none;
}

.filter-show-all i {
	font-size: 10px;
    vertical-align: middle;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	.nav-search {
		position: absolute;
		left: calc(50% - 186px);
	}
	
	.image-label-vert-block .image-label-vert-block-label {
		max-width: 180px;
		width: 180px;
	}

	.collapse-filter {
		display:none;		
	}
	
	#collapseFilters {
		display:initial;
	}
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

