@font-face {
   font-family: 'lato';
   src: url(../../../assets/font/lato.ttf) format("truetype");
}
.az-loading {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: 0px;
    text-align: center;
    background: rgba(8, 13, 113, 0.72);
    z-index: 999999;
    display: none;
}
.az-loading div {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100% ;
}

.bom-content-wrapper {
	margin-bottom: 20px;
	position: relative;
}
	.bcw-desc {
		padding: 8px;
		background: #fff;
	}
	.bom-content-wrapper:hover .bcw-desc {
		background: #ddffdd;
	}
	.bcw-desc-name {
		min-height: 40px;
		font-weight: bold;
		line-height: 1.2;
	}
	.bcw-desc-detail {
		float: right;
    	margin-top: -20px;
	}
.bom-content {
	display: none;
}

.container-order-cart h3 {
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.container-order-cart {
	background: #fff;
	padding: 12px;
	margin-bottom: 10px;
	border-left: 5px solid #5cb85c;
}
.bcw-action {
	padding-top: 5px;
    text-align: center;
}

.bcw-action-pm {
	display: none;
	position: relative;
	margin-bottom: 5px;
}
.btn-action-minus {
	position: absolute;
	top: 0px;
	left: 0px;
}
.btn-action-plus {
	position: absolute;
	top: 0px;
	right: 0px;
}

.form-control {
    
    width: 100% ;
    background: #FFF8DC;
}
.qty-product-pm {
	text-align: center;
}
.container-slide-image img {
        padding: 5px;
	width: 100%;
        height: 225px;
}
.container-slide-txt {
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background: #dcdcdc;
}

.container-product {
	margin-top: 10px;
}

.bcw-image img {
	height: 160px;
	width: 100%;
}

body {
	background: #ececec;
	font-family: 'lato';
}

#order_table {
	width: 100%;
}
	#order_table tbody tr {
		border-bottom: 1px solid #f1f1f1;
	}
#order_table td {
	padding: 2px;
	font-size: 15px;
}
	#order_table td:nth-child(1) {
		padding-right: 4px;
		text-align: right;
		width: 10px;
	}
	#order_table td:nth-child(3) {
		text-align: right;
		width: 60px;
	}

#order_table tfoot .txt-order-grand-total td {
	font-weight: bold;
	font-size: 22px;
	color: #5cb85c;
}
.btn-add-product {
	width: 100%;
}
.btn-order-finish {
	width: 100%;
    font-size: 21px;
    padding: 15px 10px;
}

.footer {
	margin-top: 30px;
	padding: 10px;
	font-size: 12px;
	background: #dcdcdc;
	text-align: center;
	line-height: 1;
}

.container-login {
	text-align: center;
	margin-top: 20px;
}
.txt-login {
	font-size: 16px;
	margin-bottom: 10px;
}
.box-login {
	display: inline-block;
	padding: 20px;
	background: #fff;
	width: 300px;
	margin-top: 10px;
}
	.box-login button {
		margin-top: 10px;
	}

.container-filter {
	position: relative;
	padding-bottom: 10px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
	.container-filter button {
		position: absolute;
		right: 0px;
		top: 0px;
	}

.box-pagination {
	text-align: right;
}
	.box-pagination .pagination {
		margin: 0px;
	}

.container-success {
	margin-top: 20px;
}

.wadah-mengetik
{
	font-size: 22px;
	width: 280px;
	white-space:nowrap;
	overflow:hidden;
	-webkit-animation: ketik 5s steps(50, end);
	animation: ketik 5s steps(50, end);
}

@keyframes ketik{
		from { width: 0; }
}

@-webkit-keyframes ketik{
		from { width: 0; }
}
/* pagination */

.pagination {
    height: 36px;
    margin: 18px 0;
    color: #129929;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgb(64, 163, 24);
    -moz-box-shadow: 0 1px 2px rgb(64, 163, 24);
    box-shadow: 0 1px 2px rgb(64, 163, 24);
}

.pagination li {
    display: inline;
    color: #129929;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    color: #129929;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #40a318;
    color: #ffffff;
}

.pagination a:focus {
    background-color: #129929;
    color: #ffffff;
}


.pagination .active a {
    color: #ffffff;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    color: #129929;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
    color: #129929;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    color: #129929;
    background-color: #3c8005;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #129929;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #129929;
}


/* end */
