#floating-cart {
  background-color: #fff;
  border: 1px solid #697c8d;
  box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
  display: none;
  min-width: 300px;
  padding: 15px 15px 0;
  position: absolute;
  right: 0;
  top: 29px;
  width: 433px;
  z-index: 9999;
  text-align:left;
}
#floating-cart .dropdown-arrow {
    background: url(ysw-dropdown-arrow_11434580372.png) no-repeat;
    position: absolute;
    top: -7px;
    right: 22%;
    width: 14px;
    height: 7px
}
#floating-cart .fc-header {
    color: #333c45;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: bold
}
#floating-cart .ysw-fc-error-msg p {
    color: red;
    font-size: .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 #close-fc-mobile {
    background: url(ysw-mm-tablet-close_11434580372.png) no-repeat;
    display: none;
    width: 34px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2
}
#floating-cart .floating-cart-items .single-item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}
#floating-cart .floating-cart-items {
    color: #333c45
}
#floating-cart table.single-item {
    width: 100%;
    border-bottom: 1px solid #eeefea;
    font-family: "Open Sans Condensed", 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
}
#floating-cart table.single-item tr td.item-name-qty {
    width: 57%;
    padding: 0 3% 0 5%;
    color: #495056;
    line-height: 1.3em
}
#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: .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: "Open Sans", sans-serif;
    font-size: .85em;
    font-weight: 600;
    padding: 3px 0 0 0
}
#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: #bd141b
}
#floating-cart table.single-item tr td.remove {
    color: #d1d1cf;
    font-family: "Open Sans", 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: #fff;
    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: .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: .85em;
    color: #333c45;
    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
}
#floating-cart .floating-cart-pricing .total {
    color: #bd141b;
    font-weight: bold;
    font-size: 1.1em
}
#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:hover {
    opacity: .9
}
#floating-cart .floating-cart-checkout .keep-shipping {
    float: left;
    text-transform: uppercase;
    font-size: .8em;
    padding-top: 8px
}
#floating-cart .floating-cart-checkout .keep-shipping a {
    color: #9b9b9b;
    text-decoration: none;
    cursor: pointer
}
#floating-cart .floating-cart-checkout .keep-shipping a:hover {
    text-decoration: underline
}
#floating-cart .fc-message {
    color: #687c8d;
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    padding: 7px 0
}
#floating-cart .fc-message span {
    text-transform: uppercase;
    color: #333c45;
    font-size: 1.6em;
    font-family: "Open Sans Condensed", sans-serif
}