.cart .your-year
{
    margin-bottom: 20px;
    text-align: right;
}
.cart .your-year p
{
	margin-top: 0;
    margin-right: 170px;
    font-size: 15px;
    line-height: 1;
}
.cart .your-year .ui-selectmenu-button
{
    float: right;
    margin-top: -48px;
    width: 160px !important;
}
.cart .page-title {
    position: relative;
    min-height: 50px;
    border: none;
}

.cart .page-title h1 {
    float: none;
    text-align: center;
    color: #414141;
    font: 20px 'LatoSemibold', sans-serif;
    text-transform: capitalize;
}
.cart .page-title p
{
    text-align: center;
    font-size: 15px;
    color: #4a4a4a;
}
.cart .page-title .checkout-but {
    margin: 0 auto;
    display: block;
    float: right;
}

.cart .cart-item {
    overflow: hidden;
    border-bottom: 1px solid #afb2b7;
    font-size: 0;
    position: relative;
}

.cart .cart-item:nth-of-type(1),
.cart .cart-item.first {
    line-height: 30px;
}

.cart .cart-item:nth-of-type(1) > *,
.cart .cart-item.first > * {
    display: inline-block;
    text-align: left;
    color: #686868;
    font: 12px 'LatoRegular', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.cart .product-image,
.cart .product-details,
.cart .custom-options-container,
.cart .product-price-container,
.cart .remove-item-container,
.cart .product-checkbox,
.cart .product-left
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cart .product-image { width: 15%; }
.cart .product-details { width: 25%; }
.cart .custom-options-container { width: 45%; padding-right: 10px;}
.cart .product-price-container { width: 10%; }
.cart .remove-item-container { width: 5%; }
.cart .product-checkbox { width: 6%; padding-top: 20px; vertical-align: top;}
.cart .product-left { width: 16%; color: #d00101; font: 14px 'LatoBold', sans-serif;}

.cart.refill-landing .product-details
{
    width: 27% !important;
}
.cart.refill-landing .custom-options-container
{
    width: 25% !important;
}
.cart.refill-landing .product-price-container
{
    width: 14%;
    text-align: right;
}
.cart.refill-landing .product-left {
    width: 14%;
    text-align: center;
}
.cart.refill-landing .product-left .remaining {
    display: none;
}
.cart-item.first .product-price-container {
	text-align: center;
}

.cart .product-image {
    border: none;
}
.cart .product-image img
{
    width: 100%;
    max-width: 140px;
    height: auto;
}
.cart .product-details {
    padding: 20px 10px 20px 0;
}

.cart .product-details p {
    margin: 0;
}

.cart .product-details .product-name {
    color: #188ad9;
    font: 16px 'LatoHeavy', sans-serif;
}

.cart .product-details .generic {
    color: #3f3f3f;
    font: 16px 'LatoMedium', sans-serif;
    margin-top: 5px;
}

.cart .product-details .manufacturer {
    color: #373737;
    font: 14px 'LatoRegular', sans-serif;
    margin-top: 10px;
}

.cart .product-details .country {
    color: #696969;
    font: 12px 'LatoRegular', sans-serif;
    margin-top: 8px;
}

.cart .product-details .prescription {
    font: 12px/20px 'LatoRegular', sans-serif;
    margin-top: 12px;
}

.cart .custom-options {
    color: #040404;
    font: 12px 'LatoRegular', sans-serif;
}

.cart .custom-options .price {
    font-family: 'LatoHeavy', sans-serif;
}

.cart .product-price-container .price {
    color: #040404;
    font: 15px 'LatoHeavy', sans-serif;
}

.cart .remove-item-container {
    text-align: right;
}

.cart .remove-item {
    height: 23px;
    width: 23px;
    background: url('../../images/icons/remove-item.png') 0 0 no-repeat no-repeat;
    display: inline-block;
}

.cart .remove-item:hover {
    background-position: 0 -23px;
}

.cart .totals {
    overflow: hidden;
    margin-bottom: 20px;
}

.cart #shopping-cart-totals-table td {
    text-align: right;
    height: 50px;
    border-bottom: 1px solid #afb2b7;
}

.cart #shopping-cart-totals-table td.a-right {
    text-align: right;
    padding-right: 30px;
    width: 85%;
}

.cart #shopping-cart-totals-table tfoot td {
    border: none;
}

.cart #shopping-cart-totals-table td .price {
    color: #188ad9;
    font: 15px 'LatoHeavy', sans-serif;
}

.cart #shopping-cart-totals-table td .shipping {
    color: #188ad9;
    font: 15px 'LatoHeavy', sans-serif;
}

.cart #shopping-cart-totals-table tfoot {
    color: #040404;
    font: 16px 'LatoRegular', sans-serif;
    text-transform: uppercase;
}

.cart #shopping-cart-totals-table tfoot .price {
    color: #018f83;
    font-size: 17px;
}
.cart .ui-selectmenu-menu .ui-menu
{
  font-family: "LatoRegular", sans-serif;
  font-size: 13px;
}
.cart .count
{
  display: inline-block;
  height: 35px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
    .checkout-cart-refillupdate .header .phone-info,
    .checkout-cart-refillupdate .header #search_mini_form,
    .checkout-cart-refillupdate .header .quick-access,
    .checkout-cart-getrefill .header .phone-info,
    .checkout-cart-getrefill .header #search_mini_form,
    .checkout-cart-getrefill .header .quick-access
    {
        display: none;
    }
  .cart .cart-item:nth-of-type(1), .cart .cart-item.first
  {
      display: none;
  }
  .cart .cart-item
  {
      text-align: center;
  }
  .cart .product-details,
  .cart .custom-options-container,
  .cart .product-price-container,
  .cart .remove-item-container,
  .cart .product-checkbox,
  .cart .product-left,
  .cart.refill-landing .product-details,
  .cart.refill-landing .custom-options-container
  {
      display: block;
      width: 100% !important;
      text-align:left;
  }
  .cart .product-image
  {
      width: auto;
  }
  .cart .product-details
  {
      padding: 10px 0 10px;
  }
  .cart .product-checkbox
  {
    padding-top: 0;
    position: absolute;
    top: 10px;
    width: 25px;
    height: 25px;
  }
  .cart .product-details .product-name
  {
        margin-left: 30px;
  }
  .cart .custom-options-container, .cart .product-price-container, .cart .remove-item-container, .cart .product-left
  {
      line-height: inherit;
      margin-bottom: 10px;
  }
  .cart .remove-item-container
  {
      text-align: left;
  }
  .cart .remove-item
  {
      background-position: bottom;
  }
  .cart.refill-landing .product-price-container
  {
    display: none;
  }
  .cart.refill-landing .product-left .remaining {
      display: inline;
  }
}
@media only screen and (max-width: 860px)
{
  .cart #shopping-cart-totals-table td.a-right
  {
    width: 75%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 630px) {
    .cart .page-title .checkout-but, .cart button.orange-inner-square.f-right
    {
        display: block;
        margin: 0 auto;
        float:none;
    }
}
@media only screen and (max-width: 550px)
{
  .cart #shopping-cart-totals-table td.a-right
  {
    width: 65%;
  }
}
@media only screen and (max-width: 490px)
{
/*	
  .cart #shopping-cart-totals-table td.a-right
  {
    width: 58%;
  }
*/
    .cart .your-year .ui-selectmenu-button
	{
	    margin-top: 0;
	    float: none;
	}
	.cart .your-year p
	{
	    margin-right: 0;
	}
}
