/*
Theme Name: sudo

WooCommerce styles override
*/

/**
 * Shop tables
 */
/* Cart page */
.woocommerce-checkout #container .woocommerce,
.woocommerce-cart #container .woocommerce {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
}
#container .woocommerce p {
    line-height: 1.618 !important;
}
.woocommerce-message {
    margin: 10px 0;
}
.woocommerce-cart-form {
    margin-bottom: 1.618em;
}
table.shop_table {
    margin-bottom: 3.706325903em;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin: 0 0 1.41575em;
}
table.shop_table_responsive thead {
    display: none;
}
table.cart td, table.cart th {
    padding: .875em .875em 0;
}
table.cart:not( .has-background ) th {
    background-color: #f8f8f8;
}
table.cart thead th {
    padding: 1.41575em;
    vertical-align: middle;
}
table.shop_table th {
    font-weight: 600;
}
table.shop_table td, table.shop_table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    line-height: 1.618;
}
table.cart tr:first-child td.product-remove {
    border-top-width: 0;
}
table.cart td.product-remove {
    padding: 0;
    border-top: 1.618em solid #fff;
    position: relative;
}
table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}
table.cart tr:first-child td.product-remove {
    border-top-width: 0;
}
table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: 0;
    right: 0;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}
table.shop_table_responsive tr td:after {
    clear: both;
}
table.shop_table_responsive tr td:after {
    content: '';
    display: table;
}
a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}
/* a.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
} */
table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
    display: block;
    font-size: unset;
}
table.cart td.product-name {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}
table.cart td.product-name a {
    text-decoration: underline;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
table.cart td.product-quantity .qty {
    padding: .326em;
    width: 3.706325903em;
    text-align: center;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.618;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #fbfbfb;
}
table.cart td.actions {
    border-top: 1em solid #fff;
    padding: 0;
}
table.cart td.actions .coupon {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .5407911001em 0;
}
table.cart button,
.checkout_coupon button{
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.618;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}
.coupon label {
    display: none;
}
table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .5407911001em 0;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    line-height: 1.618;
}
table.cart td.actions input:focus{
    outline: 2px solid #ececec;
}
.cart-collaterals h2 {
    text-align: left;
}
table:not( .has-background ) th {
    background-color: #f8f8f8;
}
table:not( .has-background ) tbody td {
    background-color: #fdfdfd;
}
.wc-proceed-to-checkout {
    margin-bottom: 1.618em;
}
.wc-proceed-to-checkout:before, .wc-proceed-to-checkout:after {
    content: '';
    display: table;
}
.wc-proceed-to-checkout .button.checkout-button {
    font-size: 1.41575em;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    /* background-color: #2c2d33; */
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    -webkit-appearance: none;
}
table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
}
@media only screen and (min-width: 767px) {
    table.shop_table_responsive thead {
        display: table-header-group;
        font-size: 1em;
        text-indent: 0;
    }
    table.cart th, table.cart td {
        padding: 1.618em;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.cart td.product-remove {
        padding: 1.618em;
        border: 0;
    }
    table.cart td.product-remove a.remove {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        font-size: 1em;
    }
    table.cart .product-thumbnail {
        display: table-cell;
    }
    table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
        text-align: left;
    }
    table.cart td.actions {
        text-align: right;
    }
    table.cart td.actions .coupon {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: inline-block;
        float: left;
    }
    table.cart td.actions input {
        display: inline-block;
        width: auto;
        margin: 0;
        background-color: #ededed;
        
    }
    .cart-collaterals:before, .cart-collaterals:after {
        content: '';
        display: table;
    }
    .cart-collaterals:after {
        clear: both;
    }
    .cart-collaterals .cart_totals {
        width: 47.8260869565%;
        float: right;
        margin: 0;
        clear: right;
    }
    .cart-collaterals h2 {
        font-size: 1.618em;
    }
    table.shop_table_responsive tr td[data-title]:before {
        content: '';
    }
}
/* checkout */
.woocommerce-info {
    padding: 1em 1.618em;
    margin-bottom: 1.617924em;
    background-color: #f6f6f6;
    margin-left: 0;
    border-radius: 2px;
    color: #222;
    clear: both;
    border-left: .6180469716em solid rgba(0,0,0,.15);
    text-align: left;
}
.woocommerce-info a, .woocommerce-info a:hover, .woocommerce-info .button, .woocommerce-info .button:hover {
    color: #222 !important;
    text-decoration: underline;
}
.checkout_coupon {
    margin-bottom: 2.617924em;
}
.checkout_coupon input[type=text] {
    width: 100%;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.618;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.checkout_coupon input[type=text]:focus {
    outline: 2px solid #ececec;
}
.woocommerce-error {
    color: #e2401c;
}
.woocommerce-billing-fields h3 {
    text-align: left;
    font-size: 1.618em;
}
.woocommerce-checkout #order_review_heading {
    margin-top: 0;
    text-align: left;
    font-size: 1.618em;
}
.form-row label {
    display: block;
}
.woocommerce-billing-fields input[type=text], 
.woocommerce-billing-fields input[type=number], 
.woocommerce-billing-fields input[type=email], 
.woocommerce-billing-fields input[type=tel], 
.woocommerce-billing-fields input[type=url], 
.woocommerce-billing-fields input[type=password], 
.woocommerce-billing-fields input[type=search], 
.woocommerce-shipping-fields input[type=text],
.woocommerce-shipping-fields input[type=number],
.woocommerce-shipping-fields input[type=email],
.woocommerce-shipping-fields input[type=tel],
.woocommerce-shipping-fields input[type=url],
.woocommerce-shipping-fields input[type=password],
.woocommerce-shipping-fields input[type=search],
.woocommerce textarea, 
.woocommerce .input-text{
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    width: 100%;
    line-height: 1.618;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}
.required {
    border-bottom: 0 !important;
    color: #e2401c;
}
.woocommerce-billing-fields input.input-text:focus {
    outline: 2px solid #ececec;
}
.woocommerce-shipping-fields h3 {
    text-align: left;
    margin: 10px 0;
}
.woocommerce-additional-fields {
    margin-top: 10px;
}
.select2-results__options {
    text-align: left;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #f5f5f5;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: #f0f0f0;
}
#payment .payment_methods > li .payment_box, .woocommerce-terms-and-conditions-wrapper{
    background-color: #fafafa;
    padding: 1.41575em;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child, #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    margin: 1.41575em 4px 1.41575em 1.41575em;
}
.payment_method_paypal {
    position: relative;
}
.payment_method_paypal img {
    position: absolute;
    top: 27px;
    transform: translate(0%, -50%);
    display: none;
}
.about_paypal {
    margin-left: 15px;
    text-decoration: underline !important;
}
.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
    text-decoration: underline !important;
}
#payment .place-order .button {
    font-size: 1.41575em;
    line-height: 1.618;
    width: 100%;
    white-space: pre-wrap;
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    margin-top: 1.617924em;
}
.woocommerce-order {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce-order-details__title {
    text-align: left;
    font-weight: 600;
    font-size: 1.41575em;
    line-height: 1.618;
}
div[id="container"].second .woocommerce-order ul+p {
    margin-top: 0;
}
.woocommerce-order-details {
    margin-top: 15px !important;
}
@media only screen and (min-width: 767px) {
    .checkout_coupon .form-row-first {
        width: 47.8260869565%;
        float: left;
        margin-top: 0 !important;
        margin-right: 4.347826087%;
        clear: both;
    }
    .checkout_coupon .form-row-last {
        width: 47.8260869565%;
        float: right;
        margin-top: 0 !important;
        margin-right: 0;
    }
    .woocommerce-checkout .col2-set {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-first {
        width: 45.4545454545%;
        float: left;
        margin-right: 9.0909090909%;
    }
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-last {
        width: 45.4545454545%;
        float: right;
        margin-right: 0;
        margin-top: 0 !important;
    }
}
.woocommerce-products-header {
    display: none;
}
#billing_state_field,
#billing_postcode_field {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 25px !important;
}
.wc_payment_method label {
    padding: 0 1.41575em;
}
.woocommerce-order section.woocommerce-customer-details {
    text-align: left;
}
.blockUI.blockOverlay {
    background-image:url('assets/images/preloader.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}
.processing.blockOverlay {
    background-image:url('assets/images/preloader.gif') !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
}
.woocommerce-checkout.processing.blockUI.blockOverlay {
    background-image:url('assets/images/preloader.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}
.sold_out {
    color: red;
    padding-left: 5px;
}
.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: .5!important;
    cursor: not-allowed;
}
#payment .place-order .button {
    margin-bottom:  12px;
}
.wc-proceed-to-checkout #ppc-button {
    display: none;
}
.not_for_sale {
    display: block;
    color: red;
    text-align: center;
}
