/* YTIMES FLOATING CART STYLES */
div.clearAll {
  clear: both;
  height: 0; }

#addingItemToCartBack {
  display: none;
  z-index: 5000;
  background-color: gray;
  position: absolute;
  left: 0px;
  top: 0px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: wait; }

#addingItemToCart {
  color: white;
  font-family: Lato, sans-serif;
  font-size: 34pt;
  font-weight: bold;
  display: none;
  z-index: 5001;
  position: absolute;
  left: 0px;
  text-align: center;
  line-height: 50px; }

#ytimesRunningCart {
  display: none !important; }

#headerCart .count {
  font-weight: normal; }

#headerCart > a {
  display: block;
  text-decoration: none; }

#ytimesCartAdded {
  display: none;
  position: fixed;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10000;
  border-top: 5px solid #ff6600;
  background-color: #fff; }

#ytimesCartAdded label {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0px 10px;
  font: bold 22px 'PT Sans', sans-serif;
  color: #ff6600;
  text-transform: uppercase; }

#ytimesCartAdded #caClose {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(https://sep.turbifycdn.com/ty/cdn/tenrentea/ytimes-fc-close.png) top left no-repeat;
  cursor: pointer; }

#ytimesCartAdded #addedElements {
  display: block;
  box-sizing: border-box;
  width: 100%; }

#ytimesCartAdded #addedElements .img {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 25px);
  float: left; }

#ytimesCartAdded #addedElements .img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto; }

#ytimesCartAdded #addedElements .info {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 25px);
  float: right;
  text-align: left; }

#ytimesCartAdded #addedElements .info span.name {
  display: block;
  font: bold 14px Lato, sans-serif;
  color: #000;
  padding: 10px 0px; }

#ytimesCartAdded #addedElements .info span.options {
  display: block;
  font: normal 14px Lato, sans-serif;
  color: #000;
  padding: 0px; }

#ytimesCartAdded #addedElements .info span.qty {
  display: block;
  font: normal 14px Lato, sans-serif;
  color: #000;
  padding: 10px 0px 25px; }

#ytimesCartAdded .buttons {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 25px);
  float: right;
  text-align: center; }

#ytimesCartAdded .buttons button#caKeepShopping {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 5px);
  float: left;
  background-color: #fff;
  border: solid 1px #4d4d4d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 12px Lato, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 10px 0px; }

#ytimesCartAdded .buttons button#caViewCart {
  display: block;
  box-sizing: border-box;
  width: calc(50% - 5px);
  float: right;
  background-color: #fff;
  border: solid 1px #ff6600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 12px Lato, sans-serif;
  color: #ff6600;
  text-transform: uppercase;
  padding: 10px 0px; }

#ytimesCartAdded .buttons button#caCheckout {
  display: block;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  background-color: #ff6600;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 18px Lato, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px; }

#ytimesCartAdded .buttons a {
  clear: both;
  display: block;
  padding: 10px 0px 0px; }

#ytimesFloatingCart {
  display: none;
  box-sizing: border-box;
  width: 465px;
  position: absolute;
  top: 35px;
  right: -6px;
  padding: 5px 15px 15px 15px;
  z-index: 1000000;
  border: 2px solid #749384;
  background-color: #fff;
  box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb; }

#ytimesFloatingCart label {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font: bold 14px Lato, sans-serif;
  color: #000; }
  #ytimesFloatingCart label.added {
    background: #ffe982;
    padding: 0 5px; }

#ytimesFloatingCart #fcClose {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 13px;
  height: 13px;
  background: url(https://sep.turbifycdn.com/ty/cdn/tenrentea/ytimes-fc-close.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer; }

#ytimesFloatingCart #cartElements {
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: auto; }

#ytimesFloatingCart .cartElement {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  border-bottom: solid 1px #dfdfdf;
  box-sizing: border-box; }

#ytimesFloatingCart .cartElement .elemImage {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 65px;
  float: left;
  margin: 0px 0px 20px 0px; }

#ytimesFloatingCart .cartElement .elemImage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto; }

#ytimesFloatingCart .cartElement .elemInfo {
  display: block;
  float: right;
  box-sizing: border-box;
  width: calc(100% - 85px); }

#ytimesFloatingCart .cartElement .elemInfo span.elemRight {
  float: right;
  width: 40%; }

#ytimesFloatingCart .cartElement .elemInfo span.elemLeft {
  float: left;
  width: 60%; }

#ytimesFloatingCart .cartElement .elemInfo span.elemEdit a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #D1D1CF; }

#ytimesFloatingCart .cartElement .elemName {
  display: block;
  font: bold 13px Lato, sans-serif;
  color: #000;
  padding: 0px 0px 3px; }

#ytimesFloatingCart .cartElement .elemName a {
  font: bold 13px Lato, sans-serif;
  color: #000;
  text-decoration: none; }

#ytimesFloatingCart .cartElement .elemOptions {
  display: block;
  font: normal 12px Lato, sans-serif;
  color: #000;
  padding: 0px 0px 3px; }

#ytimesFloatingCart .cartElement .elemQty {
  display: block;
  font: normal 14px Lato, sans-serif;
  color: #000;
  padding: 0px 0px 6px; }

#ytimesFloatingCart .cartElement .elemPrice {
  display: block;
  float: right;
  font: bold 14px Lato, sans-serif;
  color: #000;
  padding: 0px 0 6px; }

#ytimesFloatingCart .subTotal {
  margin-top: 15px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 0; }

#ytimesFloatingCart .subTotal .title {
  display: block;
  float: left;
  text-align: right;
  box-sizing: border-box;
  width: calc(100% - 100%);
  font: normal 14px Lato, sans-serif;
  color: #000;
  padding: 0px 20px 0px 0px; }

#ytimesFloatingCart .subTotal .value {
  display: block;
  float: right;
  text-align: right;
  box-sizing: border-box;
  width: 100px;
  font: bold 14px Lato, sans-serif;
  color: #000;
  text-transform: uppercase; }

#ytimesFloatingCart .buttons {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0px; }

#ytimesFloatingCart .buttons button.viewCart {
  cursor: pointer;
  display: block;
  float: left;
  box-sizing: border-box;
  width: calc(40% - 5px);
  background-color: #fff;
  border: solid 1px #262743;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: bold 16px Lato, sans-serif;
  color: #262743;
  text-transform: uppercase;
  padding: 10px 0px; }

#ytimesFloatingCart .buttons button.checkout {
  cursor: pointer;
  display: block;
  float: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #b80108;
  border: 0 none;
  font: normal 15px Lato, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0px; }

button.keepshopping {
  background: #fff;
  border: 0;
  text-align: center;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px; }

#mobile-fc {
  position: fixed;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 140px;
  background: #fff;
  border: 2px solid #749384;
  background-color: #fff;
  box-shadow: 0px 2px 4px #bbb;
  -webkit-box-shadow: 0px 2px 4px #bbb;
  z-index: 100;
  display: none; }
  #mobile-fc .mobile-fc-inner {
    position: relative; }
    #mobile-fc .mobile-fc-inner .mobile-fc-close {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 13px;
      height: 13px;
      background: url(https://sep.turbifycdn.com/ty/cdn/tenrentea/ytimes-fc-close.png) center no-repeat;
      background-size: 100% 100%;
      cursor: pointer; }
    #mobile-fc .mobile-fc-inner .mobile-fc-body {
      text-align: center;
      float: left;
      width: 100%; }
      #mobile-fc .mobile-fc-inner .mobile-fc-body a {
        display: block;
        background: #b80108;
        max-width: 200px;
        margin: 15px auto 20px auto;
        line-height: 45px;
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        text-transform: uppercase; }
      #mobile-fc .mobile-fc-inner .mobile-fc-body .mobile-fc-count-row {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding-top: 25px;
        display: inline-block; }
        #mobile-fc .mobile-fc-inner .mobile-fc-body .mobile-fc-count-row div {
          float: left;
          padding-left: 5px; }
        #mobile-fc .mobile-fc-inner .mobile-fc-body .mobile-fc-count-row span {
          float: left;
          font-size: 20px; }

@media (max-width: 500px) {
  .cartBar {
    padding: 0 10px 0 10px !important;
    float: none; }
  a.fc-link {
    text-align: right; }
  #headerCart {
    position: relative;
    top: 0;
    right: 0; }
  #ytimesFloatingCart {
    left: 0;
    right: 0;
    width: auto; }
  #ytimesFloatingCart .buttons button.viewCart {
    font-size: 12px; } }

.shipmessage {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 45px;
  right: 10px;
  text-align: center;
  width: 240px; }

.tillfreeship {
  padding-bottom: 20px;
  font-size: 15px;
  color: red;
  font-weight: bold; }

/*# sourceMappingURL=maps/ytimes.runningcart.css.map */
