
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;z-index: 100000000;}
#country-list li{padding: 10px; background: #fff; border-bottom: #bbb9b9 1px solid;text-align: left;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}
#search-box{padding: 12px;border: #fff 1px solid;border-radius:2px;}
.program_box_content {
    width: 100%;
    margin: 15px 0px;
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    border: solid 0.5px #eeeeee;
    background-color: #ffffff;
}

.info
{
	margin-top: 30px;
}

.program_box_content  .info-title
{
	font-weight: bold;
}

.program_box_content .info-block i
{
	color: #d4a005;
	font-size: 20px;
	margin-right: 10px;
}

.offers_icons_list
{
	margin-top: 20px;
	padding-left: 0px;
}

.offers_icons_list .offers_icons_item {
    display: inline-block;
    margin-right: 15px;
    
}

.offers_icons_list img
{
    width: 20px;
    opacity: .25;
}
#shopping-cart {
	margin: 40px;
}

#product-grid {
	margin: 40px;
}

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

#shopping-cart table td {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 2%;
}

.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 .txt-heading {
	margin-bottom: 18px;
}

.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: 16px;
}

.tbl-cart th {
	font-weight: bold;
	padding: 1% 0;
	text-align: center;
}

.product-title {
	margin-bottom: 20px;
}

.product-price {
	float:left;
}

.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: 100px;
    height: 100px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    
    margin: auto;
    display: block;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

th{
background-color: #ddd;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
