.bg-light0{background-color:#abdee6;}
.bg-light1{background-color:#cbaacb;}
.bg-light2{background-color:#ffffb5;}
.bg-light3{background-color:#ffccb6;}
.bg-light4{background-color:#f3b0c3;}
.bg-light5{background-color:#c6dbda;}
.bg-light6{background-color:#fee1e8;}
.bg-light7{background-color:#fed7c3;}
.bg-light8{background-color:#f6eac2;}
.bg-light9{background-color:#ecd5e3;}
.bg-light10{background-color:#ff968a;}
.bg-light11{background-color:#ffaea5;}
.bg-light12{background-color:#ffc5bf;}
.bg-light13{background-color:#ffd8be;}
.bg-light14{background-color:#ffc8a2;}
.bg-light15{background-color:#d4f0f0;}
.bg-light16{background-color:#8fcaca;}
.bg-light17{background-color:#cce2cb;}
.bg-light18{background-color:#b6cfb6;}
.bg-light19{background-color:#97c1a9;}
.bg-light20{background-color:#fcb9aa;}
.bg-light21{background-color:#ffdbcc;}
.bg-light22{background-color:#eceae4;}
.bg-light23{background-color:#a2e1db;}
.bg-light24{background-color:#55cbcd;}


.search-field:focus{border-color: #ced4da;}
.home.mordern-box{padding:25px 25px;background-color:#f8f8f8;margin-top:30px;margin-bottom:40px}
.page-link {padding: 25px 20px !important;}
.branch{
	position: relative;
    bottom: 20px;
    left: 5px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff4c3b;
    border-color: #ff4c3b;
}

.brand-logo{
	position: absolute;
    margin-right: -50%;
    top: 10px;
}
.product-catalog{position: relative; left:0px; top:0px;}
.container-logo{padding:60px 0 !important; border-bottom:1px solid #e0e0e0;}



@media only screen and (max-width: 577px){
	.alert {
		right: 0 !important;
		left: 0;
		max-width: 100% !important;
	}
	
	.product-catalog{position: relative; left:100px; top:32px;}
	.btn-solid, .btn-outline {padding: 4px 15px;}
}

@media only screen and (max-width: 767px){
	.cart-section tbody tr td:nth-last-child(-n+4) {
		display: table-cell;
	}
	
	.cart-section .cart-table thead th:nth-last-child(-n+4) {
		display: table-cell;
	}
}