#header {
  background-image:url(https://sep.turbifycdn.com/ty/cdn/prehistory/header-new-2020-desktop.jpg);
}

#vc {
  padding-left:0;
  padding-top:13px;
}

#vc .ysw-header-fc-elements {
  float:right;
  position:relative;
}

#vc .ysw-header-fc-elements .total {
  float:left;
  color: #c2240b;
  font-weight: bold;
  padding: 5px 10px 0 0;
}

#vc .ysw-header-fc-elements .count {
  float:left;
  padding: 5px 10px 0 0;
}

#vc .ysw-header-fc-elements .cart {
  float:left;
  margin-top:-17px;
}

#vc .ysw-header-fc-elements .cart img {
  visibility:visible;
  cursor:pointer;
}

#floating-cart,
#floating-cart * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#floating-cart {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 999;
  width: 400px;
  min-width: 300px;
  border: 3px solid #55822a;
  padding: 15px 15px 0 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
}
#floating-cart .fc-header {
  color: #55822a;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#floating-cart .ysw-fc-error-msg p {
  color: #FF0000;
  font-size: 0.9em;
}
#floating-cart .ysw-fc-atc-status div {
  color: green;
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size: 1em;
}
#floating-cart .ysw-fc-atc-status img {
  padding-bottom: 10px;
  margin-left: -5px;
  cursor: default;
}
#floating-cart .floating-cart-items .single-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#floating-cart .floating-cart-items {
  color: #484848;
  font-size:13px;
}
#floating-cart table.single-item {
  width: 100%;
  border-bottom: 1px solid #eeefea;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
#floating-cart table.single-item tr td {
  vertical-align: top;
}
#floating-cart table.single-item tr td.item-image {
  width: 18%;
}
#floating-cart table.single-item tr td.item-image img {
  cursor: default;
  visibility:visible;
}
#floating-cart table.single-item tr td.item-name-qty {
  width: 57%;
  padding: 0 3% 0 5%;
  color: #272727;
  font-size: 12px;
  line-height: 1.2em;
}
#floating-cart table.single-item tr td.item-name-qty span.name {
  display: block;
}
#floating-cart table.single-item tr td.item-name-qty span.qty {
  font-size: 0.9em;
  font-style: normal;
}
#floating-cart table.single-item tr td.item-price {
  width: 25%;
  text-align: right;
  color: #495056;
  line-height: 1.3em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
#floating-cart table.single-item tr td.item-price span.slashed-price {
  text-decoration: line-through;
}
#floating-cart table.single-item tr td.item-price span.price {
  color: #55822a;
}
#floating-cart table.single-item tr td.remove {
  color: #d1d1cf;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  padding-left: 5%;
}
#floating-cart table.single-item tr td.remove .remove-item {
  cursor: pointer;
  display: inline-block;
}
#floating-cart table.single-item tr td.remove span.x {
  width: 13px;
  height: 13px;
  color: #ffffff;
  background-color: #cececc;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
}
#floating-cart table.single-item tr td.remove em {
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
#floating-cart table.single-item tr td.remove em a {
  color: #D1D1CF;
}
#floating-cart .floating-cart-pricing {
  border: 3px solid #eeefea;
  font-size: 12px;
  color: #484848;
  padding: 7px;
}
#floating-cart .floating-cart-pricing:after {
  display: block;
  clear: both;
  content: "";
}
#floating-cart .floating-cart-pricing .row {
  width: 45%;
  float: right;
  clear: right;
}
#floating-cart .floating-cart-pricing .subtotal, #floating-cart .floating-cart-pricing .shipping, #floating-cart .floating-cart-pricing .total {
  display: inline-block;
  width: 48%;
}
#floating-cart .floating-cart-pricing .price {
  display: inline-block;
  width: 48%;
  text-align: right;
}
#vc .ysw-header-fc-elements #floating-cart .floating-cart-pricing .total {
  color: #55822a;
  font-weight: bold;
  font-size: 1.1em;
  padding:0;
}
#floating-cart .floating-cart-checkout {
  border-bottom: 1px solid #eeefea;
  height: 64px;
  padding: 15px 0 15px 0;
}
#floating-cart .floating-cart-checkout:after {
  display: block;
  clear: both;
  content: "";
}
#floating-cart .floating-cart-checkout .checkout-btn {
  float: right;
}
#floating-cart .floating-cart-checkout .checkout-btn a {
  display: inline-block;
  width: 135px;
  height: 35px;
  background-color: #dd7328;
  color: #FFF;
  font-family: Arial;
  font-size: 1em;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#floating-cart .floating-cart-checkout .checkout-btn a:hover {
  opacity: 0.9;
}
#floating-cart .floating-cart-checkout .keep-shopping {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 8px;
}
#floating-cart .floating-cart-checkout .keep-shopping a {
  color: #9b9b9b;
  text-decoration: none;
  cursor: pointer;
}
#floating-cart .floating-cart-checkout .keep-shopping a:hover {
  text-decoration: underline;
}



/*** Media Queries ***/

@media (max-width: 1100px) {
  #header {
      background-image: url('https://sep.turbifycdn.com/ty/cdn/prehistory/header-resp.png');
      background-position: bottom right;
      position: relative;
  }
  .vccol:first-child {
      width: 40%;
      padding-top: 18px;
  }
  .vccol {
    float: left;
    width: 60%;
  }
}

@media (max-width: 900px) {
  .vccol:first-child {
      display:none;
  }
  .vccol {
    width:100%;
  }
}

@media (max-width: 640px) {
  #header {
      background-image: url('https://sep.turbifycdn.com/ty/cdn/prehistory/header-resp-640.png');
  }
  #floating-cart {
    width:100%;
  }
  #floating-cart .floating-cart-pricing .row {
    width:60%;
  }
}

@media (max-width: 450px) {

  #vc .ysw-header-fc-elements .total,
  #vc .ysw-header-fc-elements .count {
    /*color:#ffffff;*/
  }

}