_woo.scss 2.37 KB
.woocommerce-page,
.woocommerce-input-wrapper{
  .select2-container--default .select2-selection--single,
  select,
  input{
  border:1px solid #aaa !important;
  border-radius:0px;
  }
}


.return-to-shop{
  display: none !important;
}

.woocommerce-orders{
  .woocommerce-message{
    .woocommerce-Button{
      display:none !important;
    }
  }
}


.woocommerce-form-register{
  .error{
      color: red;
  }
}
.alert, .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table,.list-group,
.btn{
  border-radius:0px;
}

.btn:not(.btn-light), .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit]{
  text-align: center;
  background-color: #0484B8;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  border-width: 0px;
  margin-right: 10px;
  display: inline-block;
}
.btn:not(.btn-light):hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover, .wpcf7 input[type=submit]:hover{
background-color: #2C2C2C;
color: #fff;
}

#customer_details{
margin-bottom: 60px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: #ffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
  display: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{

  border: 1px solid rgba(0,0,0,.1);
}
.wc_payment_methods.payment_methods.methods{
  padding: 0px !important;
}
label[for=payment_method_stripe]{
  color: #0484b8;
  font-size: 29px;
  line-height: 32px;

}

.woocommerce-page{
.hero-container{
  display: none;
}
#full-width-page-wrapper{
  margin:50px 0px  ;
}
}
.product-thumbnail{
  display: none;
}
#my_custom_checkout_field{
  margin-top: 40px;
  .optional{
    display: none;

  }

  #my_staff_checkout_field{
    display: none;
  }
  #coupon-form{
    display: none;
  }
}