/* CART */
/*empty*/
p.uc-cart-empty:before{
  content: '';
  display: block;
  background: url('../images/cart-empty.png') no-repeat center center;
  background-size: contain;
  height: 33vmin;
  width: 60%; 
  margin: 40px auto;
}
p.uc-cart-empty{
  text-align: center;
  font-family: 'tablet-gothic-compressed';
  color: #171717;
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0;
  color: transparent;
  font-size: 0;
}


/*full*/
#cart-form-pane{
  max-width: 850px; margin: 0 auto;
}
#cart-form-pane:before{
  content: 'My Cart';
  display: block;
  font-family: 'tablet-gothic-compressed';
  color: #171717;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  color: #171717;
  font-size: 2.25em;
  font-weight: bold;
  line-height: normal;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
}

#cart-pane tbody,
#cart-form-pane tbody{
  border-top: 1px solid #171717;
}
#cart-pane thead tr th,
#cart-form-pane thead tr th{
 font-weight: 300;
 color: #aeaeae;
 padding: 1em;
 border-bottom: 0;
}
#cart-pane thead tr th:first-child,
#cart-form-pane thead tr th:first-child{text-align: left; }
#cart-pane thead tr th:last-child,
#cart-form-pane thead tr th:last-child{text-align: right; }

abbr[title] {border-bottom: 0;}

#cart-pane table,
#cart-form-pane table{
  text-align: center;
}
#cart-pane tr.even,
#cart-form-pane tr.even,
#cart-pane tr.odd,
#cart-form-pane tr.odd{
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}
#cart-pane tr:last-child,
#cart-form-pane tr:last-child{
  border-bottom: 0;
}
#cart-pane tr:nth-last-child(2) ,
#cart-form-pane tr:nth-last-child(2) {
  border-bottom: 1px solid #171717;

}
#cart-pane td,
#cart-form-pane td{
  padding: 1.25em 0;
  vertical-align: middle;
}
#cart-pane td.remove input,
#cart-form-pane td.remove input{
  width: 35px; height: 35px;
  color: #ffffff; 
  font-family: 'FontAwesome';
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 15px;
}
#cart-pane td.desc,
#cart-form-pane td.desc{
  text-align: left;
  color: #666;
  font-weight: 300;
  vertical-align: middle;
}

#cart-pane td.image img,
#cart-form-pane td.image img{
  float: none;
  display: block;
  margin-left: 1em;
  padding-right: 0;
  height: 50px;
  width: 38px;
}

#cart-pane td.qty input,
#cart-form-pane td.qty input{
  background: #e8e8e8;
  text-align: center;
  border: 0;
  padding: 0;
  width: 35px;font-weight: bold;
}
#cart-pane td.price,
#cart-form-pane td.price{
  padding: 0 1em;
}
#cart-pane td.subtotal,
#cart-form-pane td.subtotal{
  font-family: 'tablet-gothic-compressed';
  text-transform: uppercase;
  font-size: 1.5em;
  color: #171717;
  font-weight: bold;
}
#cart-pane td.subtotal .uc-price,
#cart-form-pane td.subtotal .uc-price{
  color: #f3bb0c;
  font-weight: bold;
  letter-spacing: .5px;
  margin-left: .5em;
}


.entity.entity-uc-cart-item.uc-cart-item-uc-cart-item.clearfix{display: none;}

#uc-cart-view-form #edit-continue-shopping {
  margin: 0;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  width: 48%;
  display: inline;

}
#uc-cart-view-form #edit-update {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  width: 48%;
  display: inline;
  margin: 0;
}
#uc-cart-view-form input:last-child {

}
#uc-cart-view-form #edit-actions:before,
#uc-cart-view-form #edit-actions:after{
  content: '';
  display: table;
  clear: both;
}
#uc-cart-view-form #edit-actions{
  clear: both;
  width: 320px;
  float: right;
  margin-bottom: 50px;
}


@media (max-width: 420px) {
  #cart-form-pane td.image{
    display: none;
  }
  #cart-form-pane thead tr th:nth-last-child(3){display: none;}
  #cart-form-pane thead tr th{
    padding: .5em;
  }
  #uc-cart-view-form #edit-actions{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

















/*Checkout*/
#uc-cart-checkout-form label, 
#uc-cart-checkout-form td.field-label{
  margin-top: 1em;
}

.uc-cart-checkout-form fieldset{
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}

.address-pane-table .field-default_shipping td.field-label{display: none;}
.address-pane-table .field-default_billing td.field-label,
.address-pane-table .field-delivery_country td.field-label,
.address-pane-table .field-delivery_zone td.field-label,
.address-pane-table .field-billing_country td.field-label,
.address-pane-table .field-billing_zone td.field-label,
#quotes-pane input[type="submit"]
{display: ;}

#billing-pane .fieldset-description,
#delivery-pane .fieldset-description,
#comments-pane .fieldset-description,
#comments-pane legend,
#coupon-pane .fieldset-description
{display: none;}


#comments-pane{border-bottom: 0;}
label[for="edit-panes-comments-comments"]:after{
  content: '(Optional)';
  color: #898989;
  font-size: 18px;
  display: inline;
}
label[for="edit-panes-comments-comments"]{
  padding-top: 30px;
}

#edit-panes-comments-comments + .grippie{display: none;}
#edit-panes-comments-comments{
  height: 150px;
  resize: none;
}

.address-pane-table table{border-collapse:separate; border-spacing:15px;}
.address-pane-table td.field-label{display: block; text-align: left;}
.address-pane-table td.field-label span.form-required{display: none;}
.address-pane-table td.field-field{display: inline;}
#delivery-pane select, #billing-pane select{width: 100%;}
#delivery-pane label, #billing-pane label{text-align: left;}





.section-cart .home-hide{display: none;}
.uc-cart-checkout-form fieldset .fieldset-title,
.uc-cart-checkout-form fieldset legend span{font-size: 2.25em; font-family: 'tablet-gothic-compressed'; text-transform: uppercase;color: #171717; font-weight: bold; line-height: 1;}
.uc-cart-checkout-form fieldset legend {display: block; text-align: center; padding-top: 35px; padding-bottom: 10px; width: 100%;}
.uc-cart-checkout-form fieldset{padding: 0 0 45px 0;}
.fieldset-description a{color: #f3bb0c;}
.uc-cart-checkout-form .fieldset-description,
.uc-cart-checkout-form .description,
#payment-details p{
  font-family: 'ColaborateMediumRegular'; color: #222; margin: 5px 0 15px 0; text-align: center;
  line-height: 1.5; font-size: 16px;
}
.uc-cart-checkout-form .form-type-checkbox{text-align: center;}
.uc-cart-checkout-form .fieldset-wrapper{width: 100%; max-width: 450px; margin: 0 auto;}






  /*cart pane*/
  #cart-pane .fieldset-wrapper{width: 100%; max-width: 850px;}
  table.cart-review td{vertical-align: middle; text-align: left;}
  table.cart-review td.subtotal{text-align: right;}
  table.cart-review td.qty{padding: 1.25em !important;}
  #cart-pane ul.product-description li{list-style-type: none;}
  

  /*customer pane*/
  #customer-pane .fieldset-wrapper a{color: #f3bb0c;}
  #customer-pane .fieldset-description{display: none;}

  #edit-panes-customer-new-account{
    padding: 0;
    margin: 0;
    margin-top: 50px;
  }
  #edit-panes-customer-new-account .fieldset-wrapper{width: 100%;}

  #edit-panes-customer-new-account legend{
    text-align: left; position: relative; width: 100%; height: 37px; padding: 1.5em 0; border-top: 1px solid #e8e8e8;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    cursor: pointer;
  }
  #edit-panes-customer-new-account legend span{
    margin-top: -10px;
    display: inline-block;
    font-size: 1.75em; height: 37px; line-height: 37px;
  }

  #edit-panes-customer-new-account legend span:after{
    content: '(Optional)';
    color: #898989;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 37px;
  }

  #edit-panes-customer-new-account legend span:before{
    content: 'Register';
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    height: 37px;
    border: 2px solid #ffc72a;
    background: transparent;
    color: #ffc72a;
    text-align: center;
    padding: 0 36px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 0; top: 50%;
    margin-top: -16.5px;
    font-weight: bold;
  }
  
  #edit-panes-customer-new-account.unhide legend span:before{
    content: '\f00d';
    font-family: 'FontAwesome';
    padding: 0 10px;
  }

  @media (max-width: 480px) {
    p.uc-cart-empty:before{ width: 100%;}
    #edit-panes-customer-new-account legend {padding-bottom: 70px;}
    #edit-panes-customer-new-account legend span:before{
      display: block;
      right: 0; top: ;
      bottom: 1em !important;
      width: 100%;
      margin: 10px 0;
    }
    #edit-panes-customer-new-account legend span:after {display: inline; top: 0; position: relative;}

  }

  #edit-panes-customer-new-account > .fieldset-wrapper{
    height: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  #edit-panes-customer-new-account.unhide > .fieldset-wrapper{
    max-height: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    padding-bottom: 1.5em;
  }
  

  /*address panes*/
  .address-pane-table table {border-spacing: 0;}
  .address-pane-table tr {display: block;}
  .uc-cart-checkout-form .address-pane-table table{width: 100%; text-align: center;}
  .uc-cart-checkout-form .address-pane-table table input{width: 100%; text-align: center;}
  .form-type-uc-addresses-address-select{text-align: center;}
  .form-item.form-item-panes-billing-copy-address, .form-item.form-item-panes-delivery-copy-address{margin-bottom: 15px;}
  

  /*coupon pane*/ 
  #coupon-pane{text-align:center;}
  #coupon-pane .description,
  .form-item-panes-coupon-code > label{display: none !important;}
  .form-item-panes-coupon-code input{width: 100%;}
  #coupon-pane .fieldset-wrapper{clear: both; margin-top: 15px;}
  .form-item-panes-coupon-code{
    width: 80%; float: left;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  input[name="uc-coupon-apply"]{width: 15%; float: right; margin: 0; padding: 0;}
  #edit-panes-coupon-coupons{
    padding: 15px 0;
  }
  #edit-panes-coupon-coupons label{
    font-family: 'ColaborateMediumRegular';
    text-transform: none;
    font-weight: normal !important;
    font-size: 16px; 
    position: relative;
    top: -3px;
  }
  input[name="uc-coupon-remove"]{
    max-width: 150px; margin: 0 auto;
  }
  #uc-coupon-active-coupons{
    margin-top: 15px;
  }

  

  /*payment pane*/
  span#paypal-includes{display: none;}
  table#uc-order-total-preview{width: 100%;}
  table#uc-order-total-preview tbody{border: 0;}
  #line-items-div{
    color: #171717;
    margin: 30px auto 20px auto; float: none; border: 0;
  }
  #line-items-div td{ padding: 7px 10px;}

  #line-items-div tr.line-item-total{
    font-family: 'tablet-gothic-compressed';
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
    font-size: 20px;
  }
   #line-items-div tr.line-item-total td{
    padding: 10px;
   }
  #line-items-div tr:not(.line-item-total) td.title{font-weight: normal;}
  #line-items-div tr.line-item-total td.price{
    color: #f3bb0c;
    font-weight: 600;
  }

  #payment-details{border-color: #e8e8e8;}
  [id^="edit-panes-payment-payment-method"] > .form-item{
    padding: 10px;
  }
  .payment-details-credit label {
    clear: left; 
    top: calc(50% + 8px);
    margin: 0; 
    padding-top: 0; 
    width: auto; 
  }
  .payment-details-credit input, .payment-details-credit select {
    float: none;
    margin: 0;
    width: 100%;
  }

  .form-item-panes-payment-details-cc-exp-month{width: 45%; float: left; }
  .form-item-panes-payment-details-cc-exp-year{width: 45%; float: right;}

  .form-item-panes-payment-details-cc-cvv{
    position: relative;
    clear: both;
    max-width: 150px;
  }
  .form-item-panes-payment-details-cc-cvv > .field-suffix{    
    position: absolute;
    left: 110%;
    top: calc(50% + 8px);
  }
  .payment-details-paypal_wps{text-align: center;}



  /*shipping pane*/
  #edit-panes-quotes-quote-button,
  #edit-panes-quotes-quote-button--2
  {display: none;}
  #quote label.option{clear: both;}
  #quote{
    font-family: 'tablet-gothic-compressed';
    text-transform: uppercase;
    color: #171717;
    font-size: 20px;
    padding: 0;
    border: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    line-height: 36px;
    min-height: 36px;
    word-spacing: -1;
  }
  #quote .form-item.form-type-radio{
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 5px 10px;
    line-height: normal;
    font-size: 16px;
  }
  #edit-panes-quotes-quotes-quote-option,
  #quote .form-item.form-type-radio:nth-last-child(3) {border-bottom: 0;}


  

  /*submit*/
  .uc-cart-checkout-form #edit-actions{
    margin: 0;
  }
  .uc-cart-checkout-form #edit-continue{
    margin-left: 20px;
    max-width: 450px;
    margin: 0 auto;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    display: block;
    margin-bottom: 100px;
  }
  .uc-cart-checkout-form #edit-cancel{display: none;}
  




/*cart*/
#uc-cart-view-form td{vertical-align: middle; text-align: center;}
#uc-cart-view-form td.subtotal{text-align: right;}
#uc-cart-view-form td.qty input{width: 45px; text-align: center;}
#uc-cart-view-form img {float: none; display: block; margin: 0 auto; padding-right: 0;}

#uc-cart-view-form #edit-actions #edit-update{float: right;}
#uc-cart-view-form #edit-continue-shopping {margin-left: 0;}

#uc-cart-view-form #edit-actions #edit-checkout--2,
#uc-cart-view-form #edit-actions #edit-checkout
{float: right; margin-top: 15px; clear: left;}

#uc-cart-pane-coupon form{padding-bottom: 20px;}



/*checkout review*/
#review-instructions{font-family: 'colaboratelightregular'; text-align: center; width: 75%; margin: 15px auto;}
.order-review-table{width: 75%; margin: 20px auto;}
.order-review-table table{width: 100%;}
.order-review-table tr.pane-title-row{font-family: 'onrampregular'; font-size: 24px;}
tr:not(.pane-title-row) td{padding: 5px 0;}
tr:not(.pane-title-row) td.data-col{font-family: 'ColaborateLightRegular'; padding-left: 10px; white-space: normal; width: 50%;}
tr:not(.pane-title-row) td.title-col{padding-right: 10px; font-weight: normal; white-space: normal; padding-left: 10px; width: 50%;}
.order-review-table tr.review-button-row td{padding: 10px;}
.order-review-table #edit-back{float: left;}


/*user*/
.page-user .description{font-family: 'ColaborateLightRegular'; font-size: 14px; max-width: 400px;}
.page-user .form-item{margin: 15px 0;}
.page-user .home-hide{display: none;}
.description a{color: #f3bb0c;}
.password-suggestions.description{display: none !important;}
.page-user .form-type-checkbox{font-family: 'ColaborateLightRegular';}
.cancel-address-link{display: block; padding: 20px; text-align: center;}
#user-profile-form .form-actions{clear: both; height: 100px;}
#user-profile-form #edit-submit{float: right;margin: 10px 0;}
#user-profile-form #edit-cancel{float: left;margin: 10px 0;}


#edit-uc-addresses{text-align: center;}
#uc-addresses-get-address-form{width: 50%; margin: 0 auto;}
#uc-addresses-get-address-form #edit-submit{width: 100%; margin-top: 20px;}
#edit-uc-addresses table input,
#edit-uc-addresses table
{width: 100%; margin: 0 auto;}
#edit-uc-addresses table input[type="checkbox"]{width: auto; margin: 0 auto;}
.address-book {padding-bottom: 100px;}
.address-book a{color: #f3bb0c;}
.address-book h3{color: #4c4c4c;}

.additional-addresses .list-address-wrapper{border: 1px solid #CCCCCC; padding: 10px 13px; margin-top: 58px;}

.view-uc-orders-user table{width: 100%;}


@media only screen and (max-width: 480px) {

  /*checkout*/
  #edit-panes-payment-details-cc-number{width:100%;}
  .uc-cart-checkout-form #edit-actions{width: 100%; }
  .uc-cart-checkout-form #line-items-div{width: 100%;}
  .uc-cart-checkout-form fieldset legend{font-size: ;}
  .uc-cart-checkout-form .fieldset-wrapper{width: 100%;} 
  .uc-cart-checkout-form fieldset{min-width: auto;}
  .uc-cart-checkout-form .form-type-uc-addresses-address-select select{max-width: 100%;}


  /*cart*/
  #uc-cart-view-form td{padding: 10px 0;}
  #uc-cart-view-form td.image{display: none;}
  #uc-cart-view-form th{text-align:center;}
  #uc-cart-view-form th:empty{display: none;}
  #uc-cart-view-form td.remove input{font-size: 14px; padding: 0 10px;}
  #uc-cart-view-form td.qty input{font-size: 14px; width: 30px; padding: 0;}
  #uc-cart-view-form #edit-actions input
  {margin: 5px 0 !important; width: 100%; float: none;}

  /*review*/
  .order-review-table{width: 100%; margin: 20px auto;}
  .order-review-table .data-col {padding-right: 0;}
  .order-review-table .title-col {padding-left: 0;}


}



@media only screen and (max-width: 768px) {
  #SC-row,
  .chart{margin-top: 1em;}

}



@media only screen and (min-width: 768px) {
  .address-pane-table > table > tbody{clear: both;}
  .address-pane-col{
    width: 48% !important;
    float: left;
  }
  .address-pane-col:last-child{
    width: 48% !important;
    float: right;
  }
  .address-pane-col tbody,
  .address-pane-col tr,
  .address-pane-col td{
    display: block;
  }

  .uc-cart-checkout-form .address-pane-table table input {text-align: left;}

  #delivery-pane .fieldset-wrapper,
  #billing-pane .fieldset-wrapper{
    max-width: 850px;
    margin: 0 auto;
  }


}




