.CartItemQuantity div.selector span, .DetailRow.qty .selector span {
  height: auto;
  line-height: 9px;
  margin: 0;
}
.BlockContent.PageContent table td object, .BlockContent.PageContent table td object embed {
  display: block;
  height: 263px;
  margin: auto;
  width: 360px;
}



/* Large Screens */

@media only screen and (min-width: 1200px) {

}

/* End of min 1200px */


/* Tab landscape */

@media only screen and (max-width: 1199px) {
.ExpressCheckoutContent .HorizontalFormContainer dd {
  float: left;
}

}

/* End of max 1199px */


/* Tab portrait */

@media only screen and (max-width: 991px) {
.CartCode .CouponCode .CouponCode > p, .CartCode .GiftCertificate .GiftCertificateCode > p {
  min-height: 63px;
}
/*.Content .PageContent td {
  display: inline-block;
  float: left;
  height: 158px;
  width: 50%;
}*/
.BlockContent.PageContent table td object, .BlockContent.PageContent table td object embed {
  display: block;
  height: 176px;
  margin: auto;
  width: 240px;
}
.BlockContent.PageContent p iframe {
  height: 1262px;
  width: 100%;
}

}

/* End of max 991px */


/* Mobile  landscape */

@media only screen and (max-width: 767px) {
.AccountOrderStatusList li.li-list .btns > form {
  margin-right: 10px;
  width: auto;
}
#ReorderForm .btn {
  margin-bottom: 10px;
}
}

/* End of max 767px */


/* Mobile portrait */

@media only screen and (max-width: 479px) {
.ExpressCheckout .SelectShippingAddress #uniform-sel_shipping_address.selector, .ExpressCheckout #uniform-sel_billing_address {
  width: 100% !important;
}
.Content .BlockContent embed {
  height: 215px;
  width: 100%;
}
.ExpressCheckoutContent table.CartContents tbody tr td {
  padding: 10px 6px;
}
#CheckoutStepPaymentDetails input[type="submit"] {
  width: auto;
}
.BlockContent .HorizontalFormContainer dd {
  margin-bottom: 20px;
}
.BlockContent .HorizontalFormContainer dd div.selector, .BlockContent .HorizontalFormContainer dd div {
  margin-bottom: 0px;
}


}

/* End of max 479px */