/* Add here all your css styles (customizations) */

.loading {
    position: fixed;
    top: 190px;
    left: 50%;
    z-index: 1000;
    display: none;
}

#fancy_notification {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 4px solid #cccccc;
    display: none;
    height: auto;
    z-index: 9;
    padding: 8px;
}

#loading_animation {
    display: none;
    margin: 8px 0 0 6px;
}

#fancy_notification #fancy_notification_content {
    display: none;
    width: 258px;
    height: auto;
    text-align: center;
    margin: 0 !important;
}

#fancy_notification #fancy_notification_content a {
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .list-product-description img {
        padding-right: 0;
        border-right: none;
    }
}

#flashMessage {
    text-align: center;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.shopping-cart .billing-info-inputs .form-control::placeholder {
    color: #ccc;
}

.stars-ratings label {
    color: #FFD597;
    transition: color 0.3s;
}

.stars-ratings input+label:hover,
.stars-ratings input+label:hover~label {
    color: #F90;
}

.stars-ratings input:checked~label {
    color: #F90;
}

.product-ratings li .rating-selected {
    color: #F90;
}

.product-ratings li .rating {
    color: #FFD597;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #3FB8AF;
}

.sidebar-checkbox label {
    display: block;
    font-weight: normal;
}

.breadcrumbs-v4 {
    padding: 15px 0;
}

ul.parsley-errors-list {
    list-style: none;
    color: #E74c3c;
    padding-left: 0;
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC !important;
    border: 1px solid #E85445 !important;
}

.mt15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.p5 {
    padding: 5px;
}

.foot-link {
    padding: 10px 0;
    border-top: 1px solid #dedede;
}

.content-label {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .04em;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.select-dropdown {
    position: relative;
    background-color: #e6e6e6;
    width: auto;
    float: left;
    max-width: 100%;
    border-radius: 2px;
}

.select-dropdown select {
    font-family: "helvetica neue", helvetica;
    font-size: 1rem;
    font-weight: 200;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
}

.bg-dark{
    background:#B8B8B8;
}

.bg-dark:hover{
    background:#ccc !important;
}

/* offcanvas sidebar */

.filter-sidebar {
	width: 25%;
}	
@media (max-width: 480px) { 

	/* The side navigation menu */
	.filter-sidebar {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 100; /* Stay on top */
	top: 0; /* Stay at the top */
	right: 0;
	background-color: #fff; 
	overflow-x: hidden; /* Disable horizontal scroll */
	padding: 20px 0px 0px 0px; 
	transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
	}

	/* The navigation menu links */
	/*
	.filter-sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	}*/

	/* When you mouse over the navigation links, change their color */
	.filter-sidebar a:hover {
		color: #f1f1f1;
		text-decoration: none;
	}

	/* Position and style the close button (top right corner) */
	.filter-sidebar .closebtn {
		position: absolute;
		top: 25px;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		color: #fff;
	}

}

/* offcanvas sidebar */

/** logo css **/
@media (max-width: 480px) {
    #logo-header{
        margin-left: 13px;
        margin-top: 0;
    }
} 


@media (max-width: 480px) {
    .breadcrumb-v5 > li {
        font-size: 13px;
    }
}

.btn-f {
    background-color: #d7dbe0;
    color: rgb(8, 33, 72);
    border: 1px solid rgb(21, 20, 19);
    border-radius: 2px;
    padding: 7px 13px;
}

.sticky-valid{  background-color: #68b828; }  

.sticky-valid .gritter-top {
	background-color: #68b828;
}
			
.sticky-valid .gritter-item {
	background-color: #68b828;
} 

.sticky-valid .gritter-bottom {
	 background-color: #68b828;
} 
			  
.sticky-valid .gritter-item p {
	color:#fff;
}  

.sticky-error{  background-color: #f2233b; }  

.sticky-error .gritter-top {
	background-color: #f2233b;
}
			
.sticky-error .gritter-item {
	background-color: #f2233b;
} 

.sticky-error .gritter-bottom {
	 background-color: #f2233b;
} 
			  
.sticky-error .gritter-item p {
	color:#fff;
} 

.sticky-notice{  background-color: #ffba00; }  

.sticky-notice .gritter-top {
	background-color: #ffba00;
}
			
.sticky-notice .gritter-item {
	background-color: #ffba00;
} 

.sticky-notice .gritter-bottom {
	 background-color: #ffba00;
} 
			  
.sticky-notice .gritter-item p {
	color:#fff;
}