/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
  .current-price .price-tax-excl.price {
   color: #000000;
   font-size: 28px;
 }

 .current-price .price {
   color: #37246b;
   font-size: 24px;
   display: inline-block;
 }
 
 .price-tax-label {
   color: #777;
   font-size: 12px;
   font-weight: 400;
   margin-right: 5px;
   -moz-osx-font-smoothing: grayscale;
 }
 
 .product-miniature .product-price-and-shipping .price {
   margin-bottom: 2px;
 }
 
 #product .has-discount .discount{
   margin-left: 0px;
 }
*/

#checkout #crossselling_products_container {
    display: none;
}

#checkout .cart-detailed-totals {
    left: 0;
  width: 100%;    
}

#checkout .x13recieptorinvoice {
    background-color: transparent;
    border-color: transparent;
}

#confirm_order strong {
    color: #fff !important;
    text-transform: uppercase;
}

body#checkout #tc-checkout .flex-split-vertical > div {
    box-shadow: none !important;
}