/*-----------------------------------
	General Styles
-----------------------------------*/

ul{
	list-style-type: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:hover {
	text-decoration:none;
}


/*-----------------------------------  
	Logo and description 
----------------------------------- */


.col-md-5.col-sm-12{
	padding: 0;
}

.col-md-5.col-sm-12 h1{
	color: #595c5f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:30px;
	text-align: left;
}

.col-md-5.col-sm-12 p{
	color: #898e92;
	line-height: 1.5;
	max-width: 400px;
	text-align: justify;
}


/*-----------------------------------  
	Cart items list
-----------------------------------*/

.col-md-7.col-sm-12{
	padding-left: 50px ;
	margin-bottom: 72px;
}

.col-sm-2 {
	width: 14.2% !important;
}

.rowCart{
	box-shadow: 0 1px 0 #e1e5e8;
	padding-bottom :0;
	padding-left: 15px;
	background-color: #ffffff;
	margin-bottom: 11px;
}

.row span{
	padding: 20px 0 6px 0;
}

/* Items */

.itemName{
	color: #727578;
	font-size :13px;
	font-weight: bold;
	float: left;
	padding-left:25px;
    margin-top: 10px;
    margin-left: 8px;
}


.quantity{
	color: #4ea6bc;
	font-size :18px;
	font-weight: bold;
	float : left;
    width:20px;
	padding-left: 7px;
    margin-left:8px;
    margin-top: 5px;
}

.quantityButton{
    color: #4ea6bc;
    font-size :20px;
    font-weight: bold;
    float : left;
    padding-left: 7px;
}

.quantityButton.increment{
    color: #4ea6bc;
    font-size :18px;
    font-weight: bold;
    float : left;
    padding-left: 7px;
    margin-left:0px;

}

.btn-lg{
    padding: 5px 10px;
}



.arrow{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #858e97;
}

.price{
	color: #f06953;
	font-size :18px;
	font-weight: bold;
	float: right;
}

.oldPrice{
    color: #000000;
    font-size :18px;
    float: right;
    text-decoration:line-through;
}

.oldPriceReceipt{
    color: #858e97;
    font-size :18px;
    float: right;
    position: absolute;
    right: 30px;
    margin-top: -20px;
    text-decoration:line-through;
}

.discount{
    color: #f06953;
    font-size :18px;
    font-weight: bold;
    float: left;
}


/* Totals */

.totals{
	background-color: #f2f6f9;
}

.totals.discountBox span{
    padding: 10px 15px 10px 0;
}

.totals span{
	padding: 40px 15px 40px 0;
}


.totals.digitalReceipt span{
    padding: 10px 15px 10px 0;
}

.totals .price{
	float: left;
}

.discountBox .price{
    float: left;
    margin-left:10px;
}

.totals .itemName{
	margin-top: 1px;
}

.totals .order{
	float: right;
	padding: 0;
	margin-top: 40px;
	cursor: pointer;
}

.order.unactive a{
    background-color: #E1E3DE;
    color: #000000;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}

.order.unactive a:hover{
    background-color: #E1E3DE;
    color: #000000;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}

.order.logout a{
    background-color: #f06953;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}

.order.logout a:hover{
    background-color: #d8482c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}


.order a{
	background-color: #8cc152;
	color: #ffffff;
	font-weight: bold;
	border-radius: 2px;
	padding: 20px 30px;
}

.order a:hover{
    background-color: #74ad3b;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    padding: 20px 30px;
}


/* Popovers */

.popover{
	border-radius: 3px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	border: 0;
	background-color: #ffffff;
}

.popover.bottom{
	margin-top: -9px;
}

.glyphicon{
	width: 24px;
	font-size: 24px;
	padding: 0;
}

.glyphicon-pencil{
	color: #858e97;
	margin: 7px 12px 7px 10px;
}

.glyphicon-remove{
	color: #f06953;
	margin-right: 10px;
}


#PINform input:focus,
#PINform select:focus,
#PINform textarea:focus,
#PINform button:focus {
	outline: none;
}
#PINform {
	background: #ededed;
	position: absolute;
	width: 300px; height: 400px;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -215px;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}
#PINbox {
	margin: 3.5%;
	width: 92%;
	font-size: 4em;
	text-align: center;
	border: 1px solid #d5d5d5;
}
.PINbutton {
	background: #ededed;
	color: #7e7e7e;
	border: none;
	/*background: linear-gradient(to bottom, #fafafa, #eaeaea);
      -webkit-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);*/
	border-radius: 50%;
	font-size: 1.5em;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 7px 20px;
	padding: 0;
}
.clear, .enter {
	font-size: 1em;
}
.PINbutton:hover {
	box-shadow: #506CE8 0 0 1px 1px;
}
.PINbutton:active {
	background: #506CE8;
	color: #fff;
}
.clear:hover {
	box-shadow: #ff3c41 0 0 1px 1px;
}
.clear:active {
	background: #ff3c41;
	color: #fff;
}
.enter:hover {
	box-shadow: #47cf73 0 0 1px 1px;
}
.enter:active {
	background: #47cf73;
	color: #fff;
}
.shadow{
	-webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}

#pinPad{
	background: #ededed;
}

/*-----------------------------------  
	Media Queries 
----------------------------------- */

/* Tablet size */

@media (max-width: 992px) {

	.container.text-center{
		padding: 0 15px;
	}

	.breadcrumb{
		margin-bottom: 32px;
	}

	.bigcart{
		margin: 0 auto 40px auto;
	}

	.col-md-5.col-sm-12 h1{
		text-align: center;
	}

	.col-md-5.col-sm-12 p{
		margin: 0 auto 64px auto;
		text-align: justify;
	}

	.col-md-7.col-sm-12{
		padding-left: 10px ;
		padding-right: 50px;
	}

	.totals{
		box-shadow: 0 0 0;
	}

}


/* Mobile device size */

@media (max-width: 768px) {

	.navbar{ 
		padding:10px 0;
	}
	
	.minicart{
		margin-right: -1px;
		padding-right: 0;
	}

	.navbar-brand{
		padding-left: 0;
	}

	.breadcrumbBox{
		height:80px;
		padding-top:21px;
	}

	.col-md-5.col-sm-12 p{
		max-width: 300px;
	}

	.col-md-7.col-sm-12{
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 32px;
	}

	.col-md-7.col-sm-12 ul{
		padding-left: 15px ;
	}

	.columnCaptions span{
		padding: 0 21px 0 0;
	}

	.columnCaptions span:last-child{
		float: right;
		padding-right: 42px;
	}

	.row{
		padding-bottom:10px;
	}

	.price{
		position: absolute;
		right: 42px;
	}

    .oldPrice{
        position: absolute;
        right: 42px;
    }

	.totals{
		padding: 0;
	}

	.totals .price{
		position: static;
	}

    .totals .oldPrice{
        position: static;
    }

	/* Change Bootstrap's default popover to make it look nice on a mobile device */

	.popover.bottom>.arrow{
		left: auto;
		margin-left: 0;
		right: 5px;
	}

	.popover.bottom{
		margin-top: 7px;
		margin-left: -40px;
	}


}