/* MAIN CHANGES STYLE CART PAGE */

#shopping-cart-table thead {
	border: 0px;
	background: #ebebeb;
	line-height: 1em;
}

.discount-form button, #shopping-cart-table .btn-update{
	background: #ebebeb;
	border: 0px;
	color: #595959;
}

 #shopping-cart-table .btn-update:hover{
  background: #009ddc;
  color: #fff;
 }
.cart .cart-collaterals .discount label, .cart .cart-collaterals .shipping label {
	text-transform: none;
	letter-spacing: 0.5px;
}


.cart .cart-collaterals .cart-totals{
	border: solid 0.5px #595959;
}

.cart-collaterals .cart-totals #shopping-cart-totals-table{
	color: #595959;
}

.cart .cart-collaterals .cart-totals .btn-proceed-checkout{
	background: #FF5C02;
	border: 0px;
	width: 100%;
}

.cart .cart-collaterals .cart-totals .btn-proceed-checkout:hover{
  background: #d34f09;
}

.cart-collaterals .discount h2{
  color: #595959;
}
.cart-collaterals .discount h2:after{
  background: #595959;
}

.cart .cart-collaterals .discount .discount-form, .cart .cart-collaterals .discount .shipping-form, .cart .cart-collaterals .shipping .discount-form, .cart .cart-collaterals .shipping .shipping-form{
  padding-top: 0;
}


/*paypal stuff */
.cart-totals .paypal-logo {
display: block ;
width: 100%;
}

.checkout-types .paypal-logo a {
  width: 100%;
  background: #e1e1e1;
  text-align: center !important;
  color: #595959;
  padding: 4px;
}


.checkout-types .paypal-logo a:hover {
  background: #ababab;
}

/* hidding original h1*/
.checkout-cart-index .page-title  h1{
  display: none;
}


/* creating new h1 in different spot */
.checkout-cart-index .shopping-cart-page-title h1, h1.onestepcheckout-title{
  font-weight: lighter;
  font-size: 4em !important;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}




/* CART ICON SECTION TOP */

.selling-points{
  margin-top: 20px;
}

.shopping-cart-icons {
  padding: 10px 0px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
}

.shopping-cart-icons div {
  border-right: 1px solid #ebebeb;
/*  margin: 0px;
  padding: 0px;*/
}

.shopping-cart-icons div:last-child {
  border-right: none;
}

.selling-points h3, .selling-points h4{
  color: #8c8b8b;
  line-height: 12pt;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
}

.selling-points h3{
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: underline;
}

.selling-points h4{
	font-size: 8pt;
  padding-top: 5px;
  letter-spacing: 0.75px;
}

.selling-points img{
	max-height: 20px;
}


.shopping-cart-icon-left{
  float: left;
  width:15%;
  border: none !important;
}

.shopping-cart-icon-right{
  float: left;
  border: none;
}

.shipping-car-icon{
  margin-right: 10px !important;
}




@media (max-width: 1199px) {

  .shopping-cart-icons{
    border: none;
    padding: 0;
  }
  .shopping-cart-icons div:first-child{
    border-bottom: 1px solid #ebebeb;
  }

  .shopping-cart-icons div{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .shopping-cart-icons .middle-point{
    border-bottom: 1px solid #ebebeb;
    border-right: none;
  }

}



@media (max-width: 570px) {

.shopping-cart-icon-image-set{
    border-bottom: 1px solid #ebebeb;
  }

}




/* CHECKOUT PAGE */

p.onestepcheckout-login-link, p.onestepcheckout-description {
  text-align: center;
  margin: 0;
}

div.checkoutcontainer.onestepcheckout-threecolumns{
  margin-top: 20px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle, div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
  padding-top: 15px;
}

div.checkoutcontainer.onestepcheckout-threecolumns div.onestepcheckout-column-right{
  margin-top: 0;
}


.checkoutcontainer .onestepcheckout-numbers {
  background: none;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.shipment-methods dd{
  padding-bottom: 10px;
}


.checkoutcontainer .discount h2{
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}


#onestepcheckout-place-order{
  border-radius: 0;
  padding: 15px 25px;
  font-weight: 600;
  text-shadow: none;
}

.onestepcheckout-column-right div.onestepcheckout-place-order-wrapper{
  text-align: left;
}

#onestepcheckout-login-popup .onestepcheckout-popup-contents{
  background: white;
}



#onestepcheckout-login-popup p.close, #onestepcheckout-toc-popup p.close{
  top: 4px !important;
}


.onestepcheckout-popup-contents #onestepcheckout-login-popup-contents-login  h1, .onestepcheckout-popup-contents #onestepcheckout-login-popup-contents-forgot h1{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em !important;
  letter-spacing: 2px;
}


#onestepcheckout-login-table .input-box label, #onestepcheckout-forgot-table .input-box label{
  font-weight: bold;
  text-transform: uppercase;
}


#onestepcheckout-login-table .input-button button, .input-button #onestepcheckout-forgot-button{
  padding: 10px 20px;
  letter-spacing: 2px;
}

#onestepcheckout-login-popup-contents-forgot p{
  line-height: 15px;
}











