.button-panel{
	border-top:1px dotted #F0F0F0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.fa-whatsapp-square{
	color:rgba(130, 201, 30, 0.75);
}
.fa-whatsapp-square:hover{
	color:rgba(130, 201, 30, 1);
}

.articleDetails{
	min-width: 300px;
	max-width: 300px;
}

.price-col,
.col-price{
	min-width:55px!important;
}
.col-price,
.col-quantity{
	border-right: 1px dotted #ddd;
}
.quantity-col,
.col-quantity{
	text-align: center;
	min-width:62px!important;
}

/* PAGINATION */

.start,
.end,
.currentpage a,
.page a{
	min-width: 32px;
	text-align: center;
}
.article{
	background-color:white;
	border-top: 1px solid rgba(0,0,0,0.6);
	border-left: 1px solid rgba(0,0,0,0.6);
	border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	position: relative;
}


.article::before,
.article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.article::before {
    border-width:5px;
    border-left-color: rgba(0,0,0,0.7);
    border-top-color: rgba(0,0,0,0.7);
}
.bg-light-grey{
	background-color:#F5F9FC;
}
.bg-light-yellow-6{
	background-color:rgba(240,243,61,0.6);
}
.bg-light-green-6{
	background-color:rgba(177,255,156,0.6);
}
.cmode .bg-light-green-6{
	background-color:rgba(177,255,156,1);
}
.cmode .bg-light-green-6{
	background-color:rgba(177,255,156,1);
}
.bg-green{
	background-color: rgba(40,167,69,1);
}
.bg-green-7{
	background-color: rgba(40,167,69,0.65);
}
.cmode .bg-green-7{
	background-color: rgba(40,167,69,1);
}
.bg-red{
	background-color: rgba(220,53,69,1);
}
.bg-red-7{
	background-color: rgba(220,53,69,0.65);
}
.cmode .bg-red-7{
	background-color: rgba(220,53,69,1);
}
.border-top-2{
	border-top:2px solid #ccc; 
}
.border-red{
	border-color: rgba(220,53,69,1);
}
.border-green{
	border-color: rgba(40,167,69,1);
}