@charset "UTF-8";
/* CSS Document */

#shop {
	width: 100%;
    max-width: 1280px;
    margin: 20px auto 0;
}

/*MENU*/
#shop-menu {
	
}

#shop-menu-title {
	/*width:100%;*/
	padding:5px 0;
	margin:0px 10px;
	text-transform:uppercase;
	border-bottom:1px solid #1D1D1B;
	cursor:pointer;
}


#shop-menu-content {
/*	border-bottom:1px solid #1D1D1B;*/
	min-height:0;
    margin: 0px 10px;
	/*display:none;*/
}

#filter-form{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	}

.filter-item {
    position: relative;
	height:auto;
	min-height:100px;
	padding:10px;
	box-sizing:border-box;
    flex-grow: 1;
	flex: 1;
    
}

.filter-btn{
    display: inline;
    float: left; 
    clear: both;
}

#filter-right{
    display: block;
    float: right;
}

#filter-drop-down{
    float:left;
}

.filter-right-item{
    display: inline-block;
    float: right;
    padding: 5px;
}

.right-active{
    
}


.borderFilter{
    border-bottom-width: 2px;
    background-color: #eee;
}

.disableFilter{
    display: none;
    position: absolute;
    right: 5px;
}

/*shop button active*/
.clicked{
    background-color: #000;
    color: #fff;
}


.slidermin, .slidermax {
	pointer-events:none;	
	border:none;
	position:relative;
    margin: 0 !important;
    padding: 0 !important;
}

.slidermin {
	float:left;
}

.slidermax{
	float:right;
	text-align:right;
}

.ui-slider{
	width:100% !important;
    display:inline-block;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	
	border:none;
}

.sliderwrapper {
	display:block;
	width:100%;
}

.sliderwrapper input {
	display:inline-block;
	width:50%;
}

#shop-menu-content hr {
	margin:0px 20px;
	border:none;
	
}

/*ITEMS*/

#shop-item-wrapper {
/*	width:100%;*/
	display:flex;
	flex-flow:row wrap;
}

.shop-item {
	width:33.33%;
	height:auto;
	min-height:100px;
	padding:10px;
	box-sizing:border-box;
}

.shop-item-image-wrapper {
	width:100%;
	height:auto;
	position:relative;
	cursor:pointer;
}

.shop-item-image-wrapper a {
	display:none;
}

.shop-item-image-wrapper a:first-child {
	display:inline;
}

.shop-item-image {
	position:relative;
}

.shop-item-image img{
	width:100%;
	height:auto;
	float:left;
}

.shop-item-image-over {
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	position:absolute;
	padding:10px;
	box-sizing:border-box;
	color:#fff;
	transition:ease-in-out 0.5s;
	opacity:0;
}

.shop-item-image-wrapper:hover .shop-item-image-over {
	opacity:1;
}

.shop-item-info {
	border-bottom:1px solid #1D1D1B;
	width:100%;
	padding:5px 0;
}

.shop-item-info-number {
	float:left;
	width:50%;
	text-align:left;
}

.shop-item-info-price {
	float:right;
	text-align:right;
}

#shop_spinner{
	width: 100%;
	height: 100px;
	background-color: red;
}

/* List view*/

#content-list{
	width: 100%;
	border-bottom: 1px solid #333;
	margin: 10px;
	padding-bottom: 10px;
}

#content-list-right{
	width: 70%;
    padding: 20px 10px;
    float: right;
	height: 100%;
}
#content-list-left{
	width: 30%;
    padding: 0 10px;
    float: left;
}
#content-list-right-main{
	height: 90%;
	
}
#title-block-list{
	display: inline-block;
	width: 40%;
}

#content-list-right h2{
	text-align: center;
	margin-top: 0;
}
#description-list{
	display: inline-block;
	width: 50%;
	padding: 10px 10px;
}
#specs-list{
	padding: 10px 10px;
}
#title-list{
	padding: 0 10px;
	text-decoration: none;
	color: #333;
}


#icon-wrapper{
	position: relative;
	bottom: 14px;
}

#icon-wrapper .icon{
	/*float: right;*/
}


#user-buttons{
	display: flex;
/*	margin-left: 10px;*/
	justify-content: flex-end;
}

#user-buttons #profile, #user-buttons #cart, #user-buttons #logout, #user-buttons #account, #search_btn {
	padding: 5px;
	cursor: pointer;
}

#account{
	/*margin-top: 2px;*/
	/*margin-right: 5px;*/
}
#profile, #search_btn{
	/*margin-top: 2px;*/
}
#edit-profile{
	display: inline-block;
    cursor: pointer;
}

#logout{
	margin-top: -4px;
	/*float: right;*/
	font-size: 22px;
	/*margin-left: 15px;*/
}

#cartmarker{
	padding-top: 2px;
	background-color: #DABDBA;
}

#cart{
	/*margin-top: 2px;*/
	/*margin-right: 15px;*/
}


#username{
	padding-right: 8px;
}


.old {
	text-decoration:line-through;
}

.add-to-cart{
	/*float:right;*/
	width:50%;
}

.cart-item:not(:last-of-type) .cart-item-price{
	margin-top: 8px !important;
}

.new:hover, .new:hover i, .ondemand:hover {
/*	text-decoration:underline;*/
	cursor:pointer;
}

.ondemand, .unknown {
	float: right;
}



.filter_label{
	margin-bottom: 10px;
}

/* subscription table*/


.form-left {
	width:48%;
	margin-right:2%;
	float:left;
	margin-bottom:20px;
	box-sizing:border-box;
	height:50px;
}

.form-right {
	width:48%;
	float:right;
	margin-bottom:20px;
	box-sizing:border-box;
	height:50px;
}

.text-left{
		width: 100%;
		margin-right: 0;
		float: none
	}
.text-right{
	width: 100%;
	margin-right: 0;
	float: none
}

.text-left {
	width:48%;
	margin-right:2%;
	float:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.text-right {
	width:48%;
	float:right;
	margin-bottom:15px;
	box-sizing:border-box;
}



.pager .far{
	font-weight: 200 !important;
}

.pager nav a, .pager nav span{
	padding: 5px !important;
	color: #69697C;
}
.pager nav a:hover{
	color: #519096;
}
#shop-pager{
	margin: auto;
}

.validate-coupon{
    margin-bottom: 25px;
}
.validate-coupon:hover{
    margin-bottom: 25px;
}

.fc-list-event-title a{
	cursor: pointer !important;
}

.fc-day-past {
    background: #FFF;
}

.fc-day-future {
    background: #FFF;
}

.fc-daygrid-day-number {
    color: #2C3E50;
    pointer-events: none;
}

.related-product-item {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #999;
	/*border-bottom: none;*/
	min-height: 75px;
}

.related-product-item.active {
	background-color: #E3E7E9;
}

.related-product-item + .related-product-item {
	/*border-bottom: 1px solid #999;*/
	border-top: none;
}

.related-product-item:hover {
	background-color: #E3E7E9;
	transition: all ease-in-out 0.5s;
}

.related-product-item-image {
	flex: 1;
}

.related-product-item-title {
	flex: 6;
}

.related-product-item-price {
	flex: 1;
    text-align: right;
}

.related-product-item-plusmin {
	flex: 1;
	color: #519096;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}

.related-product-title {
	padding: 5px;
	margin-top: 25px;
}

#related_products_container{
	margin-bottom: 25px;
}


/* ITEMS HOMEPAGE */

#shop-wrapper {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

#shop-grid{
	flex-wrap: wrap;
    display: flex;
}

#shop{
	margin-top: 0;
}

.item {
	flex:1 33.33%;
	max-width:33.33%;
	padding:5px;
	box-sizing:border-box;
	cursor:pointer;
}

.item a {
	color: #414141;
    text-decoration: none;
}

.item a:hover {
	color: #C467A5;
     text-decoration: none;
}

.item-image-frame {
	width:100%;
	overflow:hidden;
	background-color: #DABDBA;
	
}

.item-image {
	width:100%;
	padding-bottom:75%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
}



.item:hover .item-image {
  	filter: opacity(.8);
	
	text-decoration: none;
}

.item a:hover { 
	text-decoration: none;
}

.item-info {
	width:100%;
	padding:10px 0;
	font-size:16px;
	display:flex;
}

.item-info-left {
	flex:1 60%;
	max-width:60%;
}

.item-info-right {
	flex:1 40%;
	max-width:40%;
	text-align:right;
}

/* MEDIA QUERIES SCREEN */

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

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.shop-item, .filter-item  {
	width:33.33%;
	flex: auto;

}

}

/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
 #shop{
        margin: 0px auto;
    }
    
.shop-item, .filter-item  {
	width:50%;
	flex: auto;

}


#shop-menu-content-left {
	width:100%;
}

#shop-menu-content-right {
	width:100%;
}

.menu-filters {
	padding-bottom:20px;
}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) iPhone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {
   
    
    .shop-item, .filter-item  {
        width:100%;
		flex: auto;

    }
    #shop-menu-content {
        display:none;
	}    
}