.cart-empty-msg{
  color: #3a98e9;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}


#cart-empty{
  padding-top: 7px;
  padding-left: 13px;
}

#cart-active{
  padding-top: 7px;
  padding-left: 13px;
  overflow: hidden;
}


#cart-arrow {
  position: absolute;
  right: 13px;
  top: 77px;
  z-index: 1000;
}

.arrow-fixed {
  top: 36px !important;
}


#cart_total {
  overflow: hidden;
  float: left;
  padding-bottom: 3px;
  color: #fff;
  height: 40px;
  min-width: 9px;
  min-height: 18px;
  background: url("/static/images/cart/shopping_card_active_bottom.png") 0 14px repeat-x;

}


.cart_total {
  overflow: hidden;
  float: left;
  padding-bottom: 3px;
  font-size: 21px;
  height: 40px;
  color: #444444;
  min-width: 9px;
  min-height: 18px;
  margin-top: 1px;
}

#cartt #cart_total,
#cartt #tax_total{
  float: left;
}

#column2 #cart_total,
#column2 #tax_total{
  font-size: 21px;
  color: #444444;
}

#cart-content {
  /*display: block!important;*/
  padding: 25px;
  width: 250px;
  position: absolute;
  top: 45px;
  right: -29px;
  background-color: #FFF;
  z-index: 999;
  border: 1px solid #647483;
  -webkit-box-shadow: 1px 1px 9px 0px rgba(55, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 9px 0px rgba(55, 50, 50, 0.75);
  box-shadow: 1px 1px 9px 0px rgba(55, 50, 50, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}


#cart-content .text-secure{
  text-align: center;
  margin-top: 25px;
}

#cart-content .cart-content-block{
  overflow: hidden;
  width: 100%;
}

#cart-content .bx-wrapper {
  overflow: hidden;
  width: 100% ;
}

#cart-content .bx-viewport{
  width: 100%;;
  overflow: hidden;
  position: relative;
}

.cart-content-block {
  width: 240px;
}

.cart-content-block .cart-item-thumb{
  float: left;
}

.slide{
  height: 65px;
  float: none;
  list-style: none;
  position: relative;
  width: 240px;
  margin-bottom: 5px;
  clear: both;
}

.cart-content-block ul{
  position: relative!important;
  top: auto!important;
  width: auto!important;
}

.cart-content-block .cart-item-name{
  margin-left: 85px;
}

.secure_cart_footer {
  background: #ffffff url("../images/shopping-cart_dropdawn.png") 0px 0px no-repeat;
  cursor: default;
  height: 53px;
  text-align: center;
}

.cart_purchase {
  background-color: #3a98e9;
  margin-bottom: 10px!important;
  cursor: pointer;
  padding: 6px 6px 25px!important;
  width: 100%;
  height: 14px;
  display: block;
  color: #FFFFFF;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  text-decoration: none;
  behavior: url('/www/css/pie/PIE.htc');
  position: relative;
}
.cart_purchase:hover{
  color: #FFFFFF!important;
}


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-prev {
  margin-left: 34%;
  top: 3px;
  background: url(../images/top_noact.png) no-repeat;
}

.bx-wrapper .bx-next {
  top: 91%;
  margin-left: 34%;
  background: url(../images/bottom_noact.png) no-repeat;
}

.bx-has-controls-direction .bx-default-pager{
}

.cart-item-name{
  color: #6eb2ed;
}

.cart-item-quantity{
  margin-left: 85px!important;
  margin-top: 10px!important;
  color: #3d3d3d!important;
}


@media only screen and (max-width: 690px) {
  .sh-bill_addr .first-name,
  .sh-bill_addr .last-name{
    width: 100%;
  }

  #AddressBillingForm .country,
  #AddressBillingForm .state,
  #AddressBillingForm .zip,
  #AddressBillingForm .phone-number,
  .sh-bill_addr .country,
  .sh-bill_addr .state,
  .sh-bill_addr .zip,
  .sh-bill_addr .phone-number{
    width: 100%;
  }

  .new_payment .name-card,
  .new_payment .expires,
  .new_payment .cart-number,
  .new_payment .security-code{
    width: 100%;
  }

  .shopping input.qtyminus{
    width: 27px;
    height: 25px;
  }

  .shopping .qty {
    width: 27px;
    height: 25px;
    display: block;
    text-align: center;
  }

  .shopping td{
    vertical-align: middle;
  }

  .description-ship .shipto-input{
    width: 49%;
  }

  .flash-msg-error .errorSummary p {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }

  .flash-msg-error ul{
    overflow: hidden;
    clear: both;
  }

  .flash-msg-error li{
    float: left;
    margin-right: 0;
  }

  .flash-error {
    position: relative;
  }

  .flash-msg-error #close{
    position: absolute;
    top: 35%;
    right: 0%;
  }

  .wrapper-shop .secure{

  }


  .secure .pict{
    height: 50px;
    padding-top: 20px;
    overflow: hidden;
  }

  .secure .pict .secure{
    float: left;
    overflow: hidden;
  }

  .secure ul.caption .rew {
    margin-left: 57px;
  }

  .secure ul.caption .ord {
    margin-left: 59px;
  }

  .caption .lo{
    margin-left: 37px;
  }

  .secure ul.caption {
    margin-left: 0;
    /*overflow: hidden;*/
    clear: both;

    padding-top: 15px;
  }

  .secure ul.pict li {
    /*float: none;*/
  }

  .secure ul.caption li {
    float: left;
    text-align: center;
    color: #000000 ;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .caption .pay{
    margin-left: 53px;
    width: 40px;
  }
  .caption .rew{
    margin-left: 61px;
    width: 40px;
  }

  .caption .ord{
    width: 40px;
    margin-left: 64px;
  }

  .secure ul.pict .dotteds {
    float: left;
    width: 23px;
    height: 2px;
    margin-top: 13px;
    background: url(//hahndev.livingstonesurfaces.com/static/images/loggedin/dotteds.png) no-repeat;
  }

  .secure ul.pict .check {
    float: left;
    margin-top: 5px;
    height: 20px;
    width: 20px;
    margin-left: 7px;
    background: url(/static/images/loggedin/checkround_small.jpg) no-repeat;
  }

  .secure ul.pict .arrow {
    float: left;
    margin-top: 11px;
    width: 53px;
    height: 14px;
    background: url(//hahndev.livingstonesurfaces.com/static/images/loggedin/next_step.png) no-repeat;
  }

  .secure ul.pict .green {
    float: left;
    margin-top: 5px;
    text-align: center;
    height: 20px;
    width: 20px;
    background: url(/static/images/loggedin/blue_ball_small.jpg) no-repeat;
    color: #ffffff ;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
  }

  .secure ul.pict .grey {
    float: left;
    margin-top: 5px;
    text-align: center;
    height: 20px;
    width: 20px;
    background: url(/static/images/loggedin/grey_ball_small.jpg) no-repeat;
    color: #ffffff ;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
  }

  .secure ul.pict li.sec_con {
    float: none;
  }



}

