a.added_to_cart {
    display: none!important;
}
/* span.page-numbers,
a.page-numbers{
  display: none!important;
} */

.loader {
   background-image: url(../img/Ripple.gif);
height: 100vmin;
left: 40%;
display: none;
top: calc(50% - 10vmin);
width: 100vmin;
z-index: 1;
background-repeat: no-repeat;
position: relative;
}

.btnGreenBold {
    background-color: rgb(16, 122, 77) !important;
    display: block !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(16, 122, 77) !important;
    line-height: 1 !important;
    font-weight: bold !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    width: 100% !important;
}

.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row.woocommerce-validated input.input-text{
  padding: 10px 0 !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #707070 !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #000 !important;
}
.woocommerce form .form-row label{
  color: #107a4d !important;
}