/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


.woocommerce-product-gallery__image--placeholder img.wp-post-image {
    display: none;
}

.woocommerce-checkout .attr-label label,
.woocommerce-checkout h2.subheading {
    font-size: 32px !important;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 5px;
    font-weight: 600;
    display: block;
}
.woocommerce-checkout h2.subheading{
    margin-bottom: 0 !important;
}
.woocommerce-checkout .profile_sec h3,
.woocommerce-checkout .beans_sec h3{
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 20px;
}
.woocommerce-checkout .brewingGuidesBox h3{
    font-style: italic;
    font-size: 16px;
}
.woocommerce-checkout .grid_7{
    width: 100%;
}
.woocommerce-checkout  .attribute-pa_plan label .title {
    font-weight: 600;
    
}
@media(min-width: 768px){
    .woocommerce-checkout  .attribute-pa_plan label .title{
        font-size: 20px;
    }
}

.woocommerce-checkout  .attribute-pa_plan .term_description {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    display: block;
}
@media(min-width: 992px){
    .woocommerce-checkout  .attribute-pa_plan .term_description{
        width: 70%;
    }
}


.radio-container,
.show_hide_list li{
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;

}
.show_hide_list li {
    margin-bottom: 10px;
}
.woocommerce-checkout  .attribute-pa_plan .radio-container{
    margin-bottom: 25px;
}
.radio-container input,
.checkout.woocommerce-checkout .checkbox-container .checkbox_input,
.woocommerce-SavedPaymentMethods-token input,
p.form-row.terms input,
.show_hide_list li input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.radio-container label,
.show_hide_list li label {
    position: relative;
}
.woocommerce-checkout .attribute-pa_quantity label span,
.woocommerce-checkout .attribute-pa_frequency label span{
    font-size: 1em;
    color: #4c4c4c;
    font-weight: 400;
}
.woocommerce-checkout .attribute-pa_quantity span.title {
    margin-right: 5px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 65px;
}
.woocommerce-checkout .attribute-pa_quantity .term_description{
min-width: 105px;
display: inline-block;
}
.woocommerce-checkout .attribute-pa_quantity .text-save{
font-weight: 300;
}

.woocommerce-checkout .attribute-pa_quantity .radio-container,
.woocommerce-checkout .attribute-pa_frequency .radio-container {
    margin-bottom: 8px;
}

.radio-container label:after,
.woocommerce-SavedPaymentMethods-new label:after,
.woocommerce-SavedPaymentMethods-token label:after,
.show_hide_list li label:after{
    position: absolute;
    top: .25rem;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border-radius: 50%;
    background: no-repeat 50%/50% 50%;
    border: #adb5bd solid 1px;
}
 .radio-container label:before,
 .woocommerce-SavedPaymentMethods-new label:before,
 .woocommerce-SavedPaymentMethods-token label:before,
 .show_hide_list li label:before{
    position: absolute;
    top: .25rem;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

.radio-container input:checked~label::before,
.woocommerce-SavedPaymentMethods-new input:checked~label:before,
.woocommerce-SavedPaymentMethods-token input:checked~label:before,
.show_hide_list li input:checked~label:before {
    /* border-width: 5px; */
    color: #fff;
    border-color: #b94f26;
}

.radio-container input:checked~label .title,
.radio-container input:checked~label .term_description,
.woocommerce-SavedPaymentMethods-new input:checked~label,
.woocommerce-SavedPaymentMethods-token input:checked~label,
.show_hide_list li input:checked~label{
    color: #b94f26;
}

.radio-container input:checked~label::after,
.woocommerce-SavedPaymentMethods-new input:checked~label:after,
.woocommerce-SavedPaymentMethods-token input:checked~label:after,
.show_hide_list li input:checked~label:after{
    box-shadow: inset 0 0 0 4px #b94f26;
    border-color: #b94f26;
  
}


.attribute-pa_frequency a.reset_variations {
    font-weight: bold;
    font-size: 16px;
    padding-left: 2rem;
    position: relative;
    display: none !important;
}

.attribute-pa_frequency a.reset_variations:before {
    content: "\f00d";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #b94f26;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font: normal normal normal 12px/1 FontAwesome;
    line-height: 18px;
}

.attribute-pa_frequency a.reset_variations:hover{
    color: #97401f;
}

.checkout.woocommerce-checkout{
    text-align: left;
}

.checkout.woocommerce-checkout br {
    display: none;
}
.checkout.woocommerce-checkout .checkbox-container label{
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 2rem;
}
p.form-row.terms label{
    position: relative;
    padding-left: 40px;
}

.checkout.woocommerce-checkout .checkbox-container label:before,
.woocommerce-shipping-fields .check_box_style .css-label::before,
p.form-row.terms label::before{
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.checkout.woocommerce-checkout .checkbox-container label:after,
.woocommerce-shipping-fields .check_box_style .css-label:after,
p.form-row.terms label::after{
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    border: 1px solid transparent;
}
p.form-row.terms label::before,
p.form-row.terms label::after{
    top: 2px;
}
.checkout.woocommerce-checkout .checkbox-container input:checked~label::before,
.woocommerce-shipping-fields .check_box_style input:checked~.css-label:before,
p.form-row.terms input:checked~label:before {
    color: #fff;
    border-color: #b94f26;
    background-color: #b94f26;
}
.checkout.woocommerce-checkout .checkbox-container input:checked~label:after,
.woocommerce-shipping-fields .check_box_style input:checked~.css-label:after,
p.form-row.terms input:checked~label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.checkout.woocommerce-checkout .checkbox-container label span {
    display: block;
    color: #8c8c8c;
}
.checkout.woocommerce-checkout .checkbox-container input:checked~label span{
    color: #b94f26;
}


.checkout.woocommerce-checkout .checkbox-container label .p_title {
    font-weight: 600;
    font-size: 18px;
}

.checkout.woocommerce-checkout .checkbox-container label span.text_1 {
    font-size: 16px;
    font-weight: 400;
}

.checkout.woocommerce-checkout .checkbox-container label span.text_2 {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}

.checkout.woocommerce-checkout span.woocommerce-input-wrapper input.input-text  {
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
}
.personal.information h2.subheading,
.woocommerce-billing-fields h2.subheading {
    margin-bottom: 25px !important;
}

#shipping_country_field .select2-selection.select2-selection--single, 
#billing_country_field .select2-selection.select2-selection--single {
    height: 50px;
}
tr.order-total.recurring-total th, tr.order-total.recurring-total td {
    padding-top: 22px !important;
}
#shipping_country_field .select2-selection__rendered, 
#billing_country_field .select2-selection__rendered {
    line-height: 50px;
    font-weight: 400;
}
#shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow, #billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.attribute-pa_plan .value .radio-container.world-classs {
    background-image: url('../images/50_cup_logo22.png');
    background-repeat: no-repeat;
    background-position: right;
}
@media(min-width: 992px){
    .attribute-pa_plan .value .radio-container.world-classs {
        max-width: 65%;
    }

}

.attribute-pa_plan {
    margin-bottom: 70px;
}

.total-desc {
    padding-left: 2rem;
    color: #b94f26;
    font-weight: bold;
    margin-top: 30px;
}
.total-desc  span.total-price {
    font-weight: bold !important;
}
.total-desc span.total-text {
    font-weight: bold !important;
    text-transform: uppercase;
    margin-right: 18px;
    display: inline-block;
}

.attribute-pa_quantity .attr-description {
    padding-left: 2rem;
    padding-top: 4px;
}

.attr-description .desc1 {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 8px;
}

.attribute-pa_quantity {
    margin-bottom: 70px;
}
a.reset_variations[style*="visibility: hidden"] {
    display: none;
}


#billing_state_field {
    display: block !important;
}

p#order_comments_field {
    display: block;
    clear: both;
}
#order_comments_field .woocommerce-input-wrapper{
    display: block;
}
#order_comments_field textarea#order_comments{
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce-checkout ul.woocommerce-error {
    list-style-type: none;
    color: #f00303;
    border: 2px solid #f00303;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 28px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-message {
    color: green;
    border: 2px solid green;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 28px;
    text-align: center;
    display: none !important;
}
.woocommerce-checkout .woocommerce-message a:hover{
    color: #97401f !important;
}

a.wc-south.opc-complete-order {
    display: none;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
}

a.wc-south.opc-complete-order:hover{
    color: #97401f;
}

p#billing_email_2_field {
    display: none;
}
.woocommerce-shipping-fields .check_box_style .css-label{
position: relative;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 40px !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #b94f26;
text-transform: uppercase;
background-image: none !important;
}

.woocommerce-shipping-fields h2.subheading,
.woocommerce-billing-fields.wstr_custom_billing_fields h2.subheading  {
    border: 0;
    font-size: 28px !important;
}
tr.order-total.recurring-total th {
    text-transform: uppercase;
    font-weight: bold;
}
tr.order-total.recurring-total td {
    color: #b94f26;
    font-weight: bold;
    
}
tr.order-total.recurring-total .first-payment-date {
    color: #4c4c4c;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
}




.woocommerce-checkout tr.shipping th, 
.woocommerce-checkout tr.cart-subtotal.recurring-total th, 
.woocommerce-checkout tr.shipping td, 
.woocommerce-checkout tr.cart-subtotal.recurring-total td {
    /* padding: 14px 0; */
    vertical-align: middle !important;
}
tr.order-total.recurring-total th, tr.order-total.recurring-total td {
    padding-top: 12px;
}
.slide .content p, .slide .content li, .slide .content span, .slide .content td {
    font-size: 16px;
}

.shop_table.woocommerce-checkout-review-order-table tr td {
    vertical-align: middle !important;
}

tbody .cart_item .product-total span.subscription-price span {
    font-weight: bold !important;
}


ul.payment_methods.methods {
    display: block !important;
    padding-left: 0;
    text-align: left;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding-left: 0;
}
.payment_method_stripe  fieldset#wc-stripe-cc-form {
    margin: 0;
    padding: 0;
    border: 0;
}

.payment_method_stripe  fieldset#wc-stripe-cc-form .form-row-first #stripe-exp-element,
.payment_method_stripe  fieldset#wc-stripe-cc-form .form-row-last #stripe-cvc-element{
    width: 100%;
}

.payment_method_stripe fieldset#wc-stripe-cc-form .stripe-card-group{
    width: 100%;
}

.payment_method_stripe  fieldset#wc-stripe-cc-form .form-row-first,
.payment_method_stripe  fieldset#wc-stripe-cc-form .form-row-last{
    width: 49%;
    display: inline-flex;
}
.payment_method_stripe  fieldset#wc-stripe-cc-form .form-row-last{
    float: right;
}

fieldset#wc-stripe-cc-form label {
    display: none !important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
    border: 1px solid #b0b0b0 !important;
    font-family: 'Open Sans', sans-serif;
    padding: 16px 10px 0px !important;
    height: 32px;
}

p.form-row.form-row-wide.create-account.create-account_hide.woocommerce-validated {
    display: none !important;
}
table.shop_table.woocommerce-checkout-review-order-table thead{
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table tbody{
    display: table-row-group;
}

.woocommerce-SavedPaymentMethods-new label,
.woocommerce-SavedPaymentMethods-token label {
    position: relative;
    padding-left: 2rem;
    font-size: 18px;
}
.woocommerce-SavedPaymentMethods-new input{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.woocommerce-SavedPaymentMethods-new label:before,
.woocommerce-SavedPaymentMethods-new label:after, 
.woocommerce-SavedPaymentMethods-token label:before,
.woocommerce-SavedPaymentMethods-token label:after{
    left: 0;
}
.woocommerce-checkout-payment {
    padding: 0;
}
input#place_order {
    display: block !important;

}
.woocommerce-checkout .beans_sec {
    padding-bottom: 0px;
}
.woocommerce-checkout .brewing-guides ul{
    padding: 25px 0 0px;
}
.woocommerce-checkout h1.product_title.entry-title,
.woocommerce-checkout .price {
    display: none;
}
.woocommerce-checkout .beans_sec .radio-container {
    margin-bottom: 12px;
}

@media(min-width: 992px){
    .fields-container,
    .payment_method_stripe fieldset#wc-stripe-cc-form {
        max-width: 50%;
    }
    
}

.variation-Plan,
.variation-Quantity,
.variation-Frequency{
    display: inline-block;
    font-size: 16px;
    width: 49%;
}
.variation-Frequency,
.variation-Quantity,
dd.variation-Plan{
    display: inline-block;
    margin: 0;
}
.woocommerce-checkout .variation-Frequency p,
.woocommerce-checkout .variation-Quantity p,
.woocommerce-checkout dd.variation-Plan p{
    font-size: 16px;
}

.woocommerce-checkout-review-order-table tr.cart_item {
    border-bottom: 1px solid #c7c6c6;
}


.woocommerce-checkout .variation dd.variation-Quantity p {
    position: static;
}

.shop_table tr th, .shop_table tr td {
    padding: 10px 0;
}

.checkout.woocommerce-checkout .checkbox-container label#coffee_signature_id:before,
.checkout.woocommerce-checkout .checkbox-container label#coffee_signature_id:after{
    top: 0;
}


.woocommerce-checkout #slide-first {
    text-align: left;
}
.woocommerce-checkout .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none;
}
.woocommerce-variation-price span.price span {
    font-size: 18px;
    font-weight: bold !important;
    display: none;
}
.woocommerce-checkout  .opc-product-quantity.product-quantity {
    margin-bottom: 70px;
}
.woocommerce-checkout #slide-first .content {
    padding-bottom: 0px;
}
.woocommerce-checkout .cancel_subscription_div {
    margin-top: 50px;
}
.profile_sec.btn_active_main {
    padding-bottom: 22px;
}

p.form-row.terms {
    display: block;
    text-align: left;
}

p.form-row.terms label{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
p.form-row.terms input#terms {
    width: auto;
}
p.form-row.terms label a:hover{
    color: #97401f;
}

.brewingGuidesBox p:empty {
    margin: 0;
}
.woocommerce-shipping-fields h3#ship-to-different-address {
    margin: 0;
}
table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub, table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub tbody, table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub tr {
    display: block;
}
table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub td.subscription-actions.order-actions {
    display: flex;
    align-items: flex-start;
    padding: 0 0 5px;
    flex-wrap: wrap;
}
table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub td.subscription-actions.order-actions p {
    margin: 0;
    font-weight: bold;
}
table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub td.subscription-actions.order-actions a {
   line-height: normal;
   font-weight: bold;
   padding-right: 3px;
}
table.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders.current_sub td.subscription-actions.order-actions a:hover{
    color: #97401f;
}

a.button.pause_subs:before {
    content: "\f28c";
    font: normal normal normal 14px/1 FontAwesome;
}
a.button.cancel_subs:before {
    content: "\f05c";
    font: normal normal normal 14px/1 FontAwesome;
}
.expedit-renewal:before{
    content: "\f0e7";
    font: normal normal normal 14px/1 FontAwesome;
}
.billing-history:before{
    content: "\f1da";
    font: normal normal normal 14px/1 FontAwesome;
}

.woocommerce-SavedPaymentMethods-saveNew,
#payment_method_stripe,
.payment_method_bacs,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-checkout .opc_order_review,
.woocommerce-checkout-review-order-table tr.cart-subtotal.recurring-total, 
.woocommerce-checkout-review-order-table tr.shipping.recurring-total,
.woocommerce-checkout .cart_description {
    display: none !important;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr th{
    padding-top: 8px;
}
.beans-brewing-container .brewingGuidesBox {
    padding: 0px 0 0;
}
.beans-brewing-container{
    padding-bottom: 30px;
}
.beans-brewing-container .brewing-guides .favorite-item.checkbox-container:last-child label {
    margin-bottom: 10px;
}
table.shop_table.woocommerce-checkout-review-order-table.review-order-payment{
    /* margin-bottom: 44px; */
}

.woocommerce-form-coupon-toggle .woocommerce-info{
    display: block;
}
@media (min-width: 992px){
    form.checkout_coupon.woocommerce-form-coupon{
        width: 50%;
    }
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover{
    color: #97401f;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code{
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon button.button{
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3c2415;
    font-weight: 600;
    padding: 10px 30px 8px;
    width: auto !important;
    border: 2px solid #3c2415;
    background: transparent;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover{
    background: #b94f26;
    border: 2px solid #b94f26;
    color: #fff;
}
/*#coupons_list,
.gift-certificate.sc_info_box {
    display: none !important;
}*/
@media(min-width: 768px){
    tr.order-total.recurring-total th{
        width: 190px !important;
    }
}

@media(max-width: 991px){
    .attribute-pa_plan .value .radio-container.world-classs{
        background-size: 120px;
    }
    .woocommerce-checkout  .attribute-pa_plan .world-classs .term_description{
        width: calc(100% - 120px);
    }
}
@media (max-width: 768px){
    .woocommerce-checkout .variations {
        width: 100%;
    }
    .check_box_style input[type="checkbox"].css-checkbox+label.css-label{
        line-height: normal !important;
    }
}

.woocommerce-checkout span.sku_wrapper,
.woocommerce-checkout span.posted_in,
.woocommerce-checkout .product_meta,
.woocommerce-checkout .single_variation_wrap,
.woocommerce-checkout #coupons_list {

    display: none !important;
}


.woocommerce-checkout #coupons_list h3{
    margin-bottom: 10px;
}

.woocommerce-checkout .gift-certificate {
    padding-bottom: 12px !important;
}
.woocommerce-checkout .gift-certificate-show-form > p{
    font-size: 14px;
}
.woocommerce-checkout input.gift_receiver_email{
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: 1px solid #b0b0b0;
    padding: 0.5rem;
}
.woocommerce-checkout textarea.gift_receiver_message{
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: 1px solid #b0b0b0;
    padding: 0.5rem;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table:not(.review-order-payment) {
    margin-bottom: 65px;
    margin-top: 40px;
    table-layout: fixed;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item {
    border-bottom: 1px solid #f0e8e8;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td {
    padding-bottom: 20px;
    padding-top: 14px;
}
.woocommerce-checkout input#place_order {
    margin-bottom: 60px;
}
.woocommerce-checkout .payment_method_stripe img, 
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal, 
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total{
    display: table-row;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table.review-order-payment{
display: none;
}
.woocommerce-checkout .product-remove a.remove {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #b94f26;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    margin-top: 8px;
}
.woocommerce-checkout .product-remove a.remove:hover{
    color: #97401f;
    border-color: #97401f;
}
.woocommerce-checkout .product-remove {
    display: inline-block;
    margin-right: 10px;
}
.woocommerce-checkout tr.cart-subtotal th,
.woocommerce-checkout tr.order-total th {
    font-weight: bold;
} 
a.woocommerce-remove-coupon:hover{
    color: #97401f;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin: 40px 0 60px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .personal_info, 
.woocommerce-checkout .woocommerce-billing-fields, 
.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
} 
.billing-infp-container{
    margin-bottom: 65px;
}

.woocommerce-checkout #billing_first_name_field #billing_first_name {
    display: block !important;
}