

/* Place order align center
   ========================================================================== */

.page-id-327 .button.alt{
width: 100% !important;
    float: none;
   background-color: #1b7284;
    border-color: #1b7284;
    border-style: solid;
    border-width: 2px;
     color: #ffffff !important;
  font-weight: bold;
text-align: center;
}


.page-id-327 .button.alt:hover{
 background-color: transparent;
    border-color: #1b7284;
    border-style: solid;
    border-width: 2px;
     color: #1b7284 !important;
  font-weight: bold;
text-align: center;
}

/**** Cross sells cart page****/
.woocommerce-cart .cart-collaterals {
    display: -webkit-flex!important;
    -webkit-flex-direction: column-reverse!important;
    display: flex!important;
    flex-direction: column-reverse!important;
}
/**** Cross sells cart page****/
.woocommerce-cart .cart-collaterals .cart_totals {
    position: relative!important;
    left: 100%!important;
    transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
}

@media only screen and (max-width: 450px) {
/* Checkout button cart page button */
.woocommerce-cart .checkout-button {
  width:100% !important;
}}

@media only screen and (max-width: 450px) {
/*  buttons cart page button */
.woocommerce-cart .button {
text-align:center !important;
}}



.yikes-custom-woo-tab-title {
  display: none;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount,
.woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount,
.woocommerce form.checkout table.shop_table span.amount, 
.woocommerce table tr td, 
.woocommerce form.checkout table.shop_table tfoot tr.order-total th {
   font-weight: bold;
}

.woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount ,
.woocommerce form.checkout table.shop_table tfoot tr.order-total th {
    color: #1b7284 !important;
  font-weight: bold;
  font-size: 20px;
}



/* Checkout forms on one column 
   ========================================================================== */

.woocommerce > form.woocommerce-checkout .col-1{
  width: 100%;
  float: none;
}
.woocommerce > form.woocommerce-checkout .col-2{
  width: 100%;
  float: none;
}

/* Coupon input cart page 
   ========================================================================== */
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	 border-color: #1b7284;
    border-style: solid;
    border-width: 2px;
border-radius:2px;
}


/* 2 columns iPhone
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce ul.products li.product:nth-child(3n), .woocommerce ul.products li.product.last {    
    width: 49% !important;    
    margin-right: 1% !important;
  }
  }


.page-id-327 .footer_bottom_holder {
display: none;
}



/*to align apple pay button on cart page computer*/
.woocommerce-cart .apple-pay-button {
margin-top: 10px;
}

.add_to_cart_button{ display: none !important; }


