#woocommerce-wrapper .container {
    max-width: 1275px;
}
.tax-product_cat .container h1,
.woocommerce-cart .container h1 {
    text-align: center;
}
.tax-product_cat .container h1 {
    margin-bottom: 2rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.4em;
}

#cart_count {
    min-width: 18px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    top: -8px;
    right: -7px;
    position: absolute;
    color: #fff;
    background-color: #b4183e;
    height: 18px;
    border-radius: 16px;
    padding: 0 5px;
    z-index: 1;
}

#header_basket {padding-right: 5px;}
#cart_hdr {
    display: block;
    position: relative;
	font-size: 1.4rem;
	color: #272733;
}

#cart_hdr:hover,
#cart_hdr:focus {
	text-decoration: none;
	color: #3e7abf;
}


.cart_itemplaceholder_hide {
    display: none;
}

/* Cart */
.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 0em;
}

.woocommerce table.shop_table th {font-weight: 600;}

#for_customer {
    max-width: 100%;
}

#add_products {
    font-size: 1.5rem;
}

#update_totals {
    display: none;
}

.fa-undo.resetCustomPrice {
    cursor: pointer;
}

/* Category Page */
/* Hide product on category page */
.tax-product_cat .hide_product {
    display: none;
}

.tax-product_cat .term-description {
    text-align: center;
    max-width: 737px;
    margin: auto;
    padding-bottom: 25px;
}

.tax-product_cat .category-description-bottom {
    max-width: 737px;
    margin: auto;
    padding: 60px 25px;
}

/* Product Page */
@media (max-width: 992px) {
    .header_badge {
        max-width: 45%!important;
    } 

    .phone-label {
        display: none;
    }
    #header-contact .fa {
        display: none;
    }

    #cart_hdr {
        font-size: 1.3rem;
    }

    #wrapper-navbar .container {
        /*width: 95%;*/
    }
}

/* Related products */
section.related.products {
    width: 100%;
}

/* Follow Up Emails Consent */
.woocommerce form  .followup-checkout {
    margin-top: 10px;
}
.woocommerce form  .followup-checkout .form-row label {
    line-height: 16px;
}
.woocommerce form  .followup-checkout .form-row label input {
    float: left;
}
.woocommerce form  .followup-checkout .form-row label>strong:first-of-type {
    margin-bottom: 5px;
    display: inline-block;
    width: 90%;
    margin-left: 7px;
}

/* Checkout T&Cs */
.woocommerce-checkout .woocommerce-terms-and-conditions {
    background: #fff;
}


/* Custom Account Page */
.account-grid-button {
    display: block;
    border: 1px #ddd solid;
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
    margin-bottom: 25px;
    min-height: 163px;
}

.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a:hover .account-grid-button {
    background: #efefef;
}

.woocommerce-MyAccount-navigation-link .icon {
    display: block;
    margin: auto;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 36px;
}

/* WooCommerce Breadcrumbs */
.woocommerce-breadcrumb .breadcrumb-element:first-child a {
    text-decoration: none;
}
.woocommerce-breadcrumb .breadcrumb-element:first-child a::before {
    font-family: FontAwesome;
    content: '\f015';
}


.myaccount-subtitle {
    color: #272733;
    font-size: 0.9rem;
    margin-top: 5px;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads/*,
.woocommerce-MyAccount-navigation-link--customer-logout*/{
    display: none;
}

.loyalty-discount-reminder-cart {
    background: #c0d799;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
}

.loyalty-discount-reminder-cart form.login {
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .loyalty-discount-reminder-cart {
        padding: 0 !important;
    }

    .loyalty-discount-reminder-cart .returning-customer-reminder,
    .loyalty-discount-reminder-cart .login-form {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .loyalty-discount-reminder-cart .inner {padding: 15px;}
    .returning-customer-reminder .inner {padding-left: 25px;}

    .loyalty-discount-reminder-cart .returning-customer-reminder .inner {margin-right: 15px;}
    .loyalty-discount-reminder-cart .login-form .inner {margin-left: 15px;}

}

@media (min-width: 600px) {
    .loyalty-discount-reminder-cart p.lost_password {
        position: absolute;
        right: 22px;
        bottom: 25px;
    }
}

.returning-customer-reminder .highlight {
    font-size: 200%;
    font-weight: bold;
}
.loyalty-discount-reminder-cart .disclaimer {
    font-size: 85%;
    display: block;
    font-style: italic;
}

.loyalty-discount-reminder-cart h3 {
    font-family: inherit;
    color: #272733;
    font-size: 1.45rem;
    margin-top: 5px;
    margin-bottom: 3px;
}

.loyalty-discount-reminder-cart .btn {
    background: #efefef;
    color: #1b1b1b;
    border: 1px solid #efefef;
    margin-right: 6px;
    padding: .5rem 2.5rem;
}
.loyalty-discount-reminder-cart .btn:hover {
    background: #b4183e;
    border-color: #b4183e;
    color: #fff;
}
.loyalty-discount-reminder-cart a {color: #272733;}

.returning-customer-reminder .login-msg {font-weight: bold;}

.returning-customer-reminder .login-msg,
.loyalty-discount-reminder-cart .inner p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .loyalty-discount-reminder-cart .login-form .form-row {
        width: 100%;
    }
}

.loyalty-discount-reminder-cart label:not(.inline) {font-weight: bold; margin-bottom: 0;}


.loyalty-discount-reminder-cart p.lost_password a {  font-size: 14px;
  text-decoration: underline;}

.loyalty-discount-reminder-cart .close {
    position: absolute;
    right: 6px;
    top: 3px;
}

/* Payment methods */
.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 5px; 
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp img {
    float: none;
    margin-top: -5px;
    max-width: 95px;
    margin-left: .2em;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp .payment_box {
    margin-top: 0.2em;
}

/* Fix for duplicate instalments messaging bug */
#wc-ppcp-paylater-msg-checkout {
    display: none;
}
#wc-ppcp-paylater-msg-checkout:first-of-type {
    display: block;
}