
#shops .preshop {
	float: left;
    margin-right: 40px;
    margin-bottom: 60px;
    width: 202px;
    height: 210px;
    position: relative;
    cursor: pointer;
    border: 1px solid #eee;
    
    -webkit-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
    transition: 500ms ease-out;
}

#shops .preshop.shopDisabled, ul.products li.product.shopDisabled {
    opacity: 0.5;
    border: 1px solid red;
}

@media (max-width: 733px) {
	#shops .preshop {
		margin-right: 2px;
		width: 186px;
    	height: 200px;
	}
	#shops .preshop .shop {
    	width: 183px;
    	height: 198px;
	}
	#shops .preshop .clubLogo {
    	width: 183px;
    	height: 151px;
	}
	#shops .preshop:nth-child(2n) {
	    margin-right: 0px;
	}
}

@media (min-width: 733px) and (max-width: 991px) {
	#shops .preshop:nth-child(3n) {
	    margin-right: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#shops .preshop:nth-child(4n) {
	    margin-right: 0px;
	}
}

@media (min-width: 1200px) {
	#shops .preshop:nth-child(5n) {
	    margin-right: 0px;
	}
}

#shops .preshop:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

#shops .shop {
    width: 200px;
    height: 178px;
    position: relative;
    overflow: hidden;
}

#shops:after {
    content: '';
    display: block;
    clear: both;
}


.doorImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: -2;
	background-image: url(/club/clubs/3/door.jpg);
    background-size: cover;
    background-position: center center;
    
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.shop .doorOverlay {
    background-color: #000;
    opacity: 0;
    height: 100%;
    
}
.shop:hover .doorImage {
	-webkit-transform: rotate(5deg) scale(1.25);
	-moz-transform: rotate(5deg) scale(1.25);
	-ms-transform: rotate(5deg) scale(1.25);
	transform: rotate(5deg) scale(1.25);
}
.shop:hover .doorOverlay {
	opacity: 0.5;
}

.clubName {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    display: block;
    color: black;
    
    position: absolute;
    bottom: 0;
    
	/*
    color: white;
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
	*/
}
.clubLogo {
    width: 200px;
    height: 171px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#shops .preshop.addShopBT .shop,
#shops .preshop.addTitleBT .shop {
	height: 258px;
}

#shops .preshop.addShopBT .clubLogo,
#shops .preshop.addTitleBT .clubLogo {
    border-bottom-right-radius: 0px;
    background-color: #e8e8e8;
    height: 100%;
    
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
#shops .preshop.addShopBT:hover  .clubLogo,
#shops .preshop.addTitleBT:hover  .clubLogo {
	background-color: #5d5d5d;
}
#shops .preshop.addShopBT .clubLogo:after,
#shops .preshop.addTitleBT .clubLogo:after {
	content: '+';
    display: block;
    text-align: center;
    font-size: 120px;
    line-height: 245px;
    color: #5d5d5d;
    
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}


#shops .preshop.addTitleBT .clubLogo:after {
	content: '+ title';
	font-size: 60px;
}

#shops .preshop.addShopBT:hover .clubLogo:after,
#shops .preshop.addTitleBT:hover .clubLogo:after {
    color: #fff;
}

.kdShop_layer_editor {
    background-color: red;
    color: white;
    border-radius: 8px 0 8px 8px;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
}
.kdShop_layer_editor:hover {
	color: white;
}

.kdDeleteShopBT {
	color:red;
	cursor: pointer;
	-webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}
.kdDeleteShopBT:hover {
	text-decoration: underline;
}

.kdShop_layer_editor:hover {
	color: #bca480;	
}

.kdShop_layer_remover {
    background-color: #233f8c;
    color: white;
    border-radius: 8px 0px 8px 8px;
    position: absolute;
    top: -1px;
    right: 8px;
    width: 0px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding-left: 7px;
    
	-webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}

li.product:hover .kdShop_layer_remover {
    width: 33px;
}

.woocommerce ul.products:not(.masonry-products) li.product.fakTitleRow {
    display: block !important;
    width: 100% !important;
    padding-top: 50px;
    border: none;
}

input.kdCheckbox:disabled+label {
  opacity: 0.3 !important;
}

.wp-post-image {
    -webkit-transform: none;
    transform: none;
}

.daterangepicker.show-calendar {
	z-index: 9999999999 !important;
}
.daterangepicker td, .daterangepicker th {
    height: 27px !important;
    border: none !important;
}

.daterangepicker td.start-date {
    border-radius: 6px 0 0 6px !important;
}
.daterangepicker td.end-date {
    border-radius: 0 6px 6px 0 !important;
}
.daterangepicker .range_inputs .btn {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-transform: none;
	font-size: 11px !important;
}
.fakInfoDate .fakDateS {
    background-color: #f0f0f0;
    padding: 2px 5px 2px 5px;
    border-radius: 6px;
    margin-left: 2px;
    margin-right: 2px;
}


a.kdShop_layer_editor.kdShopBtDates {
    right: 14px;
    background-color: #1e1e68;
    width: 26px;
    border-bottom-right-radius: 0;
}

.fakTitleRow .fakTitle {
    font-size: 35px;
    font-weight: bold;
}
.fakTitleRow .fakSubTitle {
    font-size: 20px;
    font-weight: 300;
    margin-top: -5px;
}
.fakAdminMode li.product.fakTitleRow {
    border-left: 1px solid red;
}

input.kdInputPosition {
    font-size: 14px;
    font-weight: normal;
    width: 60px !important;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}