body {
	font-family: Arial;
	color: #211a1a;
	font-size: 1.65em;
}

.custom-btn {
    background: #e0e0e0;
    position:relative;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #211a1a;
    float: right;
    text-decoration: none; 
}

.custom-btn:active{
    background: #9b9b9b;
}

.custom-btn__text {
    color: #000;
    transition: all 0.2s;
}

.custom-btn--loading .custom-btn__text{
    visibility: hidden;
    opacity: 0;
}

.custom-btn--loading::after{
    content: "";    
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e0e0e0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #000;
    border-radius: 50%;
    animation: custom-btn-loading-spinner 1s ease infinite;
}

@keyframes custom-btn-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }

.rounded-image{
    border-radius: 50px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

#shopping-cart {
	margin: 40px;
}

#product-grid {
	margin: 40px;
}

#shopping-cart table {
	width: 100%;
	background-color: #F0F0F0;
}

#shopping-cart table td {
	background-color: #FFFFFF;
}

.txt-heading {
	color: #211a1a;
	border-bottom: 1px solid #E0E0E0;
	overflow: auto;
    font-size: 1.4em;
}

.app-title{
    overflow: auto;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
}

#btnEmpty {
	background-color: #ffffff;
	border: #d00000 1px solid;
	padding: 5px 10px;
	color: #d00000;
	float: right;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0px;
}

#product-grid .txt-heading {
	margin-bottom: 18px;
}

.product-item {
	float: left;
	background: #ffffff;
	margin: 30px 30px 0px 0px;
	border: #E0E0E0 1px solid;
}

.product-image {
	height: 250px;
	width: 250px;
	background-color: #FFF;
}

.clear-float {
	clear: both;
}

.demo-input-box {
	border-radius: 2px;body {
        font-family: Arial;
        color: #211a1a;
        font-size: 0.9em;
    }
    
    #shopping-cart {
        margin: 40px;
    }
    
    #product-grid {
        margin: 40px;
    }
    
    #shopping-cart table {
        width: 100%;
        background-color: #F0F0F0;
    }
    
    #shopping-cart table td {
        background-color: #FFFFFF;
    }
    
    .txt-heading {
        color: #211a1a;
        border-bottom: 1px solid #E0E0E0;
        overflow: auto;
    }
    
    #btnEmpty {
        background-color: #ffffff;
        border: #d00000 1px solid;
        padding: 5px 10px;
        color: #d00000;
        float: right;
        text-decoration: none;
        border-radius: 3px;
        margin: 10px 0px;
    }
    
    .btnAddAction {
        padding: 5px 10px;
        margin-left: 5px;
        background-color: #efefef;
        border: #E0E0E0 1px solid;
        color: #211a1a;
        float: right;
        text-decoration: none;
        border-radius: 3px;
        cursor: pointer;
    }
    
    #product-grid .t0.9em
    .product-item {
        float: left;
        background: #ffffff;
        margin: 30px 30px 0px 0px;
        border: #E0E0E0 1px solid;
    }
    
    .product-image {
        height: 155px;
        width: 250px;
        background-color: #FFF;
    }
    
    .clear-float {
        clear: both;
    }
    
    .demo-input-box {
        border-radius: 2px;
        border: #CCC 1px solid;
        padding: 2px 1px;
    }
    
    .tbl-cart {
        font-size: 0.9em;
    }
    
    .tbl-cart th {
        font-weight: normal;
    }
    
    .product-title {
        margin-bottom: 20px;
    }
    
    .product-price {
        float:left;
    }
    
    .cart-action {
        float: right;
        padding: 1px;
    
    }
    
    .product-quantity {
        padding: 5px 10px;
        border-radius: 3px;
        border: #E0E0E0 1px solid;
    }
    
    .product-tile-footer {
        padding: 15px 15px 0px 15px;
        overflow: auto;
    }
    
    .cart-item-image {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: #E0E0E0 1px solid;
        padding: 5px;
        vertical-align: middle;
        margin-right: 15px;
    }
    .no-records {
        text-align: center;
        clear: both;
        margin: 38px 0px;
    }
    
	border: #CCC 1px solid;
	padding: 2px 1px;
}

.tbl-cart {
	font-size: 1.2em;
}

.tbl-cart th {
	font-weight: normal;
}


.product-text {
	float:left;
    font-weight: bold;
    font-size: 1.075em;
}

.cart-action {
	float: right;
}

.product-quantity {
    padding: 5px 10px;
    border-radius: 3px;
    border: #E0E0E0 1px solid;
}

.product-tile-footer {
    padding: 15px 15px 0px 15px;
    overflow: auto;
}

.cart-item-image {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}