a:hover {
    cursor: pointer;
}

/*                   */
/* Authenticatie.php */
/*                   */

.authentication {
    padding:0 15px;
}

#amountDate, #amountLabel {
    display: none;
}

.toggleform {
    margin-left: 10px;
    
    padding-top: 40px;
    float: right;
}

#passwordform {
    display: none;
}


.cart {
	float:left;
	max-width: 50px;
}

.winkelwagen {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom:0px;
	z-index: 999;
}

.shopping-cart-amount {
	line-height: 58px;
	font-size:110%;
}

.winkelwagen .wit {
	padding:15px 25px;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	box-shadow: 0px 0px 105px rgba(0, 0, 0, .16);
}

.winkelwagen .wit .btn-primary {
	margin-top:0px;
	float:right;
}

/*                        */
/* winkel-categorieen.php */
/* product-detail.php     */
/*                        */

.category-list ul{
    margin-left: 8px;
}

.resetPassword {
	background:#eee;
}

.list-group-item {
	border-radius: 0px !important;
}

.resetPassword:hover {
	background: #337ab7;
	color:#fff;	
}

.category-block, .product-block {
    font-size: inherit;
    margin-bottom: 30px;
}

    .category-block .category-image, .product-block .product-image {
        height: 150px;
        width: 100%;
        overflow: hidden;
    }
    
    .product-image {
	    background:#fff;
	    margin-top:15px;
	    padding:25px;
	    height: 250px !important;
    }
    
    .product-block .btn-primary {
	    margin-bottom:55px;
    }

    .category-block .category-title, .product-block .product-title {
        padding-top: 12px;
    }

    .product-block .product-title {
        font-weight: bold;
    }

.price {
	position: absolute;
    right: 0px;
    display: block;
    border-radius: 50%;
    background: #118ea3;
    padding: 50px 10px;
    color: #fff;
    text-align: center;
    height: 125px;
    width: 125px;
    font-size: 25px;
}

    .price span {
        margin-top: -18px;
        display: block;
        font-size: 16px;
    }

.add-to-shoppingcart {
	padding: 15px;
}

    .product-price {
        padding: 0 12px;
    }

    .product-price .table tr td {
        border: none !important;
    }
    
    .orderOverview {
	    width: 100%;
    }
    
    .orderOverview tr {
	    border-bottom:1px #eee solid;
    }
    
    .orderOverview tr td {
	    padding:10px 0px;
	}
    
  .btn-vieworder {
	  display: block;
	  padding:9px 14px;
	  width:45px;
	  height: 45px;
	  border-radius: 50%;
  }

#viewOrder .modal-dialog {
	width:70%;
}

#viewOrder .modal-header {
	border:0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border:0px;
}

/*                  */
/* shoppingcart.php */
/*                  */

    #shoppingcart-overview .fa-times:hover {
        color: #ff0000;
        cursor: pointer;
    }

.shoppingcart-method {
    border: 1px solid #000000;
    padding: 30px;
    padding-bottom: 15px;
}

.cart-product-title {
    font-size: 18px;
    font-weight: 500;
}

.media-object {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
    display: block;
}

    .media-object img {
        height: 100%;
    }

#delivery-details {
    display: none;
}

.ideal input {
    margin-top: 18px;
}
.ideal img, .ideal p, .ideal input {
    float: left;
    font-weight: 400;
    line-height: 50px;
    margin-right: 10px;
}

.ideal img {
    max-width: 52px;
}

.delivery_address input {
    margin-top:3px;
}

.delivery_address input, .delivery_address p {
    float: left;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.actions {
    text-align: right;
}

.date_item {
    position: relative;
}

.date_item .deleteDate {
    position: absolute;
    top: 0;
    right: 0;
}