/****************Customizing Woocommerce Checkout Page with CSS***************/
.woocommerce-variation.single_variation{margin-bottom: 15px;}
.woocommerce form .form-row {
    width: 100% ;
    }
    .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% ;
    padding: 8px;
    }
    .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
    }
    .custom-checkout h3 {
    background-color: #165f1c;  /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border:solid 2px #e4e4e4;
    }
    #wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
    }
    @media screen and (min-width: 980px) {
    .woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {width:100%;}
    .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 45%;
    float: left;
    }
    .woocommerce-checkout-review-order{
    width: 45%;
    float: right;
    }
    }
    @media screen and (max-width: 979px) {
    .custom-checkout h3 {
    width: 100%;
    }
    }
    /* Woocommerce Styles */
    .woocommerce-message { display: none;  }
    
    .woocommerce-checkout.full-width-content .content { max-width: 100%; }

    .woocommerce-checkout table.cart th,
    .woocommerce-checkout table.shop_table th { color: #034997; font-size: 14px;  }
    #add_payment_method .cart-collaterals .cart_totals tr td, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr td, 
    .woocommerce-checkout table.shop_table td { color: #555; font-size: 16px; }
    .woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #e6e6e6;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    }
     #add_payment_method #payment ul.payment_methods li input, 
    .woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }
     .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }
    #add_payment_method .cart-collaterals .cart_totals tr td, 
    #add_payment_method .cart-collaterals .cart_totals tr th, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr td, 
    .woocommerce-checkout .cart-collaterals .cart_totals tr th,
     .woocommerce table.shop_table th { 
    border-top: none; 
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: left;
    padding: 10px 20px;
    }

    .woocommerce-checkout table.cart td, 
    .woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }
    #add_payment_method .cart-collaterals .cart_totals tr th, 
 
    .woocommerce-checkout .cart-collaterals .cart_totals tr th { }
     .woocommerce #respond input#submit.alt, 
     .woocommerce a.button.alt, 
     .woocommerce button.button.alt, 
     .woocommerce input.button.alt {
    background: #72A40D ; 
    font-weight: 500;
    }
     .woocommerce #respond input#submit.alt:hover, 
     .woocommerce a.button.alt:hover, 
     .woocommerce button.button.alt:hover, 
     .woocommerce input.button.alt:hover {
    background: #034997 ; 
    }
  
     .woocommerce #respond input#submit, 
     .woocommerce a.button, 
     .woocommerce button.button, 
     .woocommerce input.button { background: #034997 ; color: #fff;  }
     .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25em;
    padding: 1em;
    border-radius:0;
    margin-top: .5em;
    }
     .woocommerce form .form-row-first, 
     .woocommerce form .form-row-last, 
     .woocommerce-page form .form-row-first, 
     .woocommerce-page form .form-row-last { width: 49%; }
     .woocommerce #respond input#submit.disabled, 
     .woocommerce #respond input#submit:disabled, 
     .woocommerce #respond input#submit:disabled[disabled], 
     .woocommerce a.button.disabled, 
     .woocommerce a.button:disabled, 
     .woocommerce a.button:disabled[disabled], 
     .woocommerce button.button.disabled, 
     .woocommerce button.button:disabled, 
     .woocommerce button.button:disabled[disabled], 
     .woocommerce input.button.disabled, 
     .woocommerce input.button:disabled, 
     .woocommerce input.button:disabled[disabled] { background: #ccc; }
     .woocommerce a.checkout-button.button.alt { }

     #add_payment_method table.cart td.actions .coupon .input-text, 

    .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 7px;
    width: 65%;
    }
    .woocommerce .quantity .qty{padding: 6px 0;}
     .woocommerce table.shop_table td { padding: 15px; }
     .woocommerce-checkout table.shop_table td { text-align: right;
    border-right: 1px solid #e6e6e6;   border-top: 0; }
    .woocommerce a.remove { margin: 0 auto;  }

    .woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
    .woocommerce-checkout #payment ul.payment_methods li { list-style: none; }
    .woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
    .woocommerce-checkout .woocommerce .col2-set .col-1,
    .woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
    .woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
    .woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
    .woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }
    .woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% ; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }
    .product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }
     .woocommerce table.shop_table t th, 
     .woocommerce table.shop_table tfoot td, 
     .woocommerce table.shop_table tfoot th { border-bottom: none; }
     .woocommerce form .form-row input.input-text, 
     .woocommerce form .form-row textarea { max-width: 100%; }
     .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }
    @media only screen and (max-width: 1139px) {
    .woocommerce-cart .entry-content form { width: 64%; }
    }
    @media only screen and (max-width: 980px) {
    /* .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
    }
    .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto;
    } */
     .woocommerce #content table.cart td.actions .coupon,  .woocommerce table.cart td.actions .coupon { width: 100%; }
     #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
    }
    @media only screen and (max-width: 650px) {
    /* .woocommerce-cart .entry-content form {
    width: 100%;
    }
    .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
    } */
    .woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
    .woocommerce-checkout #order_review_heading, 
    .woocommerce-checkout #order_review { width: 100%; float: none; }
    }

/*---------------------------------------------------------------------------------------------------------------------*/
    /* 
    woocommerce account page 
    */
    /* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content { 
      width: 75%;
    }
  }
  /* Style WC Account Endpoint Links */
  nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width:200px;
    font-size: 17px;
    line-height: 26px;
  }
  nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    list-style: none;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: rgba(0,0,0,0.1);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(0,0,0,0.8); cursor: default;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.1);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0,0,0,0.07);
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0,0,0,0.07);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
  }