.extended_offer {
	border:1px solid #F0F0F2;
	border-right:0;
	display:table;
	table-layout: fixed;
	width:100%;
}
.extended_offer .price-new, .extended_offer .price-old, .extended_offer .price-save, .extended_offer .price-regular  {
	border-right:1px solid #F0F0F2;
	padding:15px 20px;
	display:table-cell;
}
.extended_offer .price-new {
	color:#2d6095;
}
.extended_offer .price-old .amount {
	text-decoration:line-through;
	font-weight:inherit;
}
.extended_offer .price-save {
	color: #B40404;
}
.extended_offer .amount {
	display:block;
	margin-top:5px;
	font-size:20px;
}

.deals {
 	margin-bottom:30px;

}
.deals .image {
	display:table-cell;
}
.deals .image img {
	display:block;
	margin-bottom:30px;
}
.deals .rating {
	display:table-cell;
	vertical-align:top;
	padding:10px 20px 0 0;
}

.deals .info {
	display:table-cell;
	vertical-align:top;
	padding:10px;
}
.deals .name {
	font-size:24px;
	margin-bottom:2px;
}
.deals .description {
	line-height:21px;
	color:#595959;
	border-top:1px solid #f0f0f2;
	padding:15px 0;
	margin:15px 0 0;
	display:block;
}
.deals .offer {
	background-color: #2d6095;
 margin:0;
color: #fff;
	padding:15px 20px;
	
	display:table;
	width:100%;
}
.deals .hurry {
	padding:10px 20px;
	border:1px solid #f0f0f2;
	background:#f5f5f5;
	font-size:13px;
	height: 100%;
}
.deals .hurry:before {
  display: table;
  content: " ";
}
.deals .hurry .items_sold {
	color:#952c2c;
}
.deals .cart {
	margin-top:19px;
}
.deals .button {
	padding-top:8px;

}
.deals .button.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.deals .button.btn:focus,
.deals .button.btn:active:focus,
.deals .button.btn.active:focus,
.deals .button.btn.focus,
.deals .button.btn:active.focus,
.deals .button.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.deals .button.btn:hover,
.deals .button.btn:focus,
.deals .button.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.deals .button.btn:active,
.deals .button.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.deals .btn-cart {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.deals .btn-cart:focus,
.deals .btn-cart.focus {
  color: #ffffff;
  background-color: #217dbb;
  border-color: #16527a;
}
.deals .btn-cart:hover {
  color: #ffffff;
  background-color: #217dbb;
  border-color: #2077b2;
}
.deals .btn-cart:active,
.deals .btn-cart.active,
.deals .open > .dropdown-toggle.btn-cart {
  color: #ffffff;
  background-color: #217dbb;
  border-color: #2077b2;
}
.deals .btn-cart:active:hover,
.deals .btn-cart.active:hover,
.deals .open > .dropdown-toggle.btn-cart:hover,
.deals .btn-cart:active:focus,
.deals .btn-cart.active:focus,
.deals .open > .dropdown-toggle.btn-cart:focus,
.deals .btn-cart:active.focus,
.deals .btn-cart.active.focus,
.deals .open > .dropdown-toggle.btn-cart.focus {
  color: #ffffff;
  background-color: #1c699d;
  border-color: #16527a;
}
.deals .btn-cart:active,
.deals .btn-cart.active,
.deals .open > .dropdown-toggle.btn-cart {
  background-image: none;
}
#deal_of_day {

}

#deal_of_day .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  padding: 20px
}
#deal_of_day .modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px;
}
#deal_of_day .modal-header .close {
  margin-top: -2px;
}
#deal_of_day .modal-title {
  margin: 0;
  line-height: 1.846;
}
#deal_of_day .modal-body {
  position: relative;
  padding: 15px;
}
#deal_of_day .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

#deal_of_day .modal-dialog { 
  max-width:100%;
}

.deals .hidden-xs{display:inline-block!important;margin-left:10px}
.deals .btn-cart{width:auto!important}
.deals .btn{padding:10px 30px;margin:5px}