.woocommerce .site-main {
    margin-top: 0;
}

.woocommerce #inner-chicken {
    background: none;
}

.shop-container {
    /* background: linear-gradient(0deg, #c2c1c1 0%, #fff 70%); */
    background: linear-gradient(0deg, #c2c1c1 0%, #fff 90%);
    background-color: #c2c1c1;
    padding: 50px 0 85px;
}

.woocommerce #chicken-strip {
    align-items: end;
    display: flex;
    position: relative;
}

.woocommerce #chicken-strip h2 {
    color: #8f197c;
    font-size: 100px;
    left: 0;
    margin-bottom: 0;
    text-align: left;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, -4px 7px 0 #000;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #8f197c;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-info a {
    color: #8f197c;
}

/* Shop Page */

#shop-wrapper {
    align-items: start;
    display: flex;
}

#sidebar-shop {
    background: linear-gradient(#911a7d, #5d014e);
    background-color: #5d014e;
    flex: none;
    margin-right: 35px;
    padding: 10px 20px 0;
    width: 265px;
}

#sidebar-shop ul {
    padding: 0;
}

#sidebar-shop li {
    padding: 0;
    text-align: left;
}

#sidebar-shop h2 {
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
}

#sidebar-shop h2:after {
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    bottom: -10px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 99%;
}

#sidebar-shop h3 {
    font-family: 'fira_sansregular';
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: inherit;
}

#sidebar-shop a {
    color: white;
}

#sidebar-shop a:focus,
#sidebar-shop a:hover {
    text-decoration: none;
}

#sidebar-shop .product-wrapper {
    margin-bottom: 20px;
}

#product-wrapper {
    width: calc(100% - 265px);
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 85px;
    overflow: hidden;
    position: relative;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.woocommerce .divider {
    background-image: url('../images/dot-dark.png');
    background-repeat: repeat-x;
    content: '';
    height: 5px;
    left: 0;
    margin: 42px 0 32px;
    width: 100%;
}

.woocommerce ul.products li.product a img {
    border: 1px #e1e1e1 solid;
    width: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000;
    font-family: "fira-sans-bold";
    font-size: 26px;
    text-shadow: none;
    text-transform: uppercase;
}

.product-price-wrapper {
    margin-top: auto;
}

.woocommerce ul.products li.product .price {
    color: #292929;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.woocommerce ul.products li.product .price span {
    font-style: normal;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}

.woocommerce ul.products li.product .price del span {
    font-weight: normal;
}

.woocommerce ul.products li.product .onsale {
    background: linear-gradient(#5d014e, #911a7d);
    background-color: #8f197c;
    height: 50px;
    width: 50px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    padding: 18px 20px;
}

.woocommerce a.button,
.xoo-wsc-ft-btn,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: linear-gradient(#911a7d, #5d014e);
    background-color: #5d014e;
    border-radius: 0;
    color: #fff;
    font-family: "fira-sans-bold";
    font-size: 20px;
    text-align: center;
    transition: all .3s ease;
    /* width: 100%; */
}

.woocommerce a.button:hover,
.xoo-wsc-ft-btn:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: linear-gradient(#5d014e, #911a7d);
    color: #fff;
}

/* Single Product page */
.woocommerce .woocommerce-breadcrumb {
    color: #7a0a68;
    font-weight: bold;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: normal;
}

.woocommerce div.product div.images img {
    border: 1px #e1e1e1 solid;
}

.woocommerce div.product div.images .flex-control-thumbs {
    column-gap: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.woocommerce div.product div.summary {
    padding-bottom: 50px;
    position: relative;
}

.woocommerce div.product form.cart:after {
    background-image: url('../images/dot-dark.png');
    background-repeat: repeat-x;
    bottom: -10px;
    content: '';
    height: 5px;
    left: 0;
    margin-top: 40px;
    position: absolurelativete;
    width: 100%;
}

.woocommerce div.product .product_title {
    background: none;
    color: #000000;
    font-family: "fira-sans-bold";
    font-size: 36px;
    -webkit-text-fill-color: inherit;
    text-transform: uppercase;
}

.woocommerce div.product p.price {
    color: #292929;
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}

.woocommerce div.product p.price:after {
    background-image: url('../images/dot-dark.png');
    background-repeat: repeat-x;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.woocommerce div.product .price span {
    font-style: normal;
}

.woocommerce div.product .price ins {
    text-decoration: none;
}

.woocommerce div.product .price del {
    opacity: 1;
}

.woocommerce div.product .price del span {
    font-weight: normal;
}

.variations tr {
    display: flex;
    justify-content: space-between;
}

.woocommerce div.product form.cart .variations td {
    width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
    color: #000000;
    flex: 1 0 auto;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 130px;
}

.woocommerce div.product form.cart .variations td.label label:before {
    content: 'CHOOSE ';
}

.woocommerce div.product form.cart,
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.single_variation_wrap {
    width: 100%;
}

.woo-variation-swatches .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

.woo-variation-swatches .variable-item {
    align-items: center;
    background-color: #fff;
    border: 1px #000 solid;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 4px 8px 4px 0;
    padding: 0;
    text-decoration: none;
    transition: all .2s ease;
    width: 63px;
}

.woo-variation-swatches .variable-item:last-child {
    margin-right: 0;
}

.woo-variation-swatches .variable-item.selected,
.woo-variation-swatches .variable-item:hover {
    background-color: #7a0a68;
}

.woo-variation-swatches .variable-item span {
    color: #0d0d0d;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.woo-variation-swatches .variable-item.selected span,
.woo-variation-swatches .variable-item:hover span {
    color: #fff;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.woocommerce .quantity .qty {
    color: #191919;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    padding-top: 6px;
    width: 130px;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.quantity-wrapper {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.quantity-wrapper button {
    background: none;
    border: 0;
    font-size: 28px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%)
}

.quantity-wrapper button:hover i {
    color: inherit;
}

.quantity-wrapper .minus {
    left: 10px;
}

.quantity-wrapper .plus {
    right: 10px;
}

.woocommerce div.product form.cart .button {
    background: linear-gradient(#911a7d, #5d014e);
    background-color: #5d014e;
    border-radius: 0;
    color: #fff;
    flex: 1;
    font-family: 'PhillySans-Regular';
    font-size: 30px;
    height: 60px;
    line-height: 0;
    text-align: center;
    transition: all .3s ease;
    vertical-align: top;
}

.a2a_kit.row {
    background-color: transparent;
}

.a2a_kit.row:before {
    content: ' SHARE THIS PRODUCT';
    width: 100%;
}

.summary .wpsi_social_share_buttons.not_before_tab a {
    border-right: none;
    margin-left: -10px;
    margin-right: 15px;
}

.summary .wpsi_social_share_buttons a,
.summary .wpsi_social_share_buttons a span,
.summary .wpsi_social_share_buttons a:hover,
.summary .wpsi_social_share_buttons a:hover span {
    background: none !important;
}

.summary .a2a_svg {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.summary .wpsi_social_share_buttons a .a2a_svg svg path {
    transition: all .2s ease;
}

.summary .wpsi_social_share_buttons a:hover .a2a_svg svg path {
    fill: #7a0a68 !important;
}

/* Related Products */
.related.products {
    clear: both;
    padding-top: 50px;
}

.related.products h2 {
    color: #8f197c;
    font-size: 44px;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, -4px 7px 0 #000;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}

/* Cart */
.container .woocommerce {
    padding: 100px 0 85px;
}

.woocommerce-cart table.cart img {
    width: 82px;
}

.woocommerce-cart table.cart .quantity .qty {
    font-size: 24px;
}

.woocommerce a.button.wc-backward {
    display: block;
    float: right;
    margin-bottom: 10px;
}

.cart_totals h2 {
    color: #8f197c;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, -4px 7px 0 #000;
}

.cart-subtotal,
.order-total {
    text-align: right;
}

.woocommerce table.shop_table tbody th {
    font-family: "fira-sans-bold";
}

/* Checkout */
.woocommerce-checkout h3 {
    color: #8f197c;
    font-family: 'PhillySans-Regular';
    text-shadow:
        2px 2px 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        -4px 4px 0 #000;
}

.woocommerce-checkout h3:not(#ship-to-different-address) {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.woocommerce-checkout h3#ship-to-different-address {
    font-size: 32px;
    margin-bottom: 10px;
}

.woocommerce-checkout form .form-row textarea {
    height: 125px;
}

.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 {
    float: left;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
    float: none;
    margin-bottom: 2em;
    width: 100%;
}

.woocommerce-checkout #order_review_heading {
    margin-bottom: 20px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    background: #fff;
    float: right;
    margin-right: 0;
    width: 47.8260869565%;
}

.woocommerce-checkout #order_review .product-name {
    color: #000;
    font-weight: 500;
    width: 45%;
}

.woocommerce-checkout #order_review .product-name dl.variation {
    color: red;
    font-weight: 400;
    margin-top: 5px;
}

.woocommerce-checkout #order_review .product-name dl.variation p {
    line-height: 1.5;
}

.woocommerce-checkout #order_review .product-name dl.variation dt,
.woocommerce-checkout #order_review .product-name dl.variation dd {
    padding: 2px 0;
}

.woocommerce-checkout #order_review .product-total {
    text-align: right;
    vertical-align: top;
}

.woocommerce-checkout #order_review .cart-subtotal td,
.woocommerce-checkout #order_review .shipping td,
.woocommerce-checkout #order_review .order-total td {
    text-align: right;
}

.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-checkout #order_review table.shop_table tfoot td {
    font-weight: 500;
}

.woocommerce-checkout #order_review .tax-total td {
    text-align: right;
}

.woocommerce-checkout .woocommerce-billing-fields p,
.woocommerce-checkout .woocommerce-shipping-fields p {
    width: 49%;
}

.woocommerce-checkout .woocommerce-billing-fields form .form-row input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields form .form-row input.input-text {
    padding: 10px 15px;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-selection--single {
    height: inherit;
    margin: 0;
    padding: 6px 3px;
}

.woocommerce-checkout .woocommerce-billing-fields #customer_newsletter_opt_in_field {
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-info {
    margin: 10px 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-style: normal;
    padding: 10px 10px;
    width: 100%;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #7a0a68
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 300px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    /* border: 1px #bebebe solid; */
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border: 1px #bebebe solid;
    border-bottom: none;
    display: block;
    padding: 0;
    position: relative;
    transition: all .1s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #5c585d;
    display: block;
    font-family: 'fira-sans-medium';
    padding: 19px 10px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border:none;
    border-top: 1px #bebebe solid;
    padding-top: 20px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    color: #7a0a68;
    display: inline-block;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child):hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child).is-active {
    background-color: #7a0a68;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child):hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child).is-active a {
    color: #fff;
}

.woocommerce-MyAccount-navigation-link--edit-account:after,
.woocommerce-MyAccount-navigation-link--edit-address:after,
.woocommerce-MyAccount-navigation-link--orders:after,
.woocommerce-MyAccount-navigation-link--dashboard:after {
    padding-top: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation-link--dashboard:after {
    content: url('../images/icon-dashboard.png');
}

.woocommerce-MyAccount-navigation-link--edit-account:after {
    content: url('../images/icon-user.png');
}

.woocommerce-MyAccount-navigation-link--edit-address:after {
    content: url('../images/icon-home.png');
}

.woocommerce-MyAccount-navigation-link--orders:after {
    content: url('../images/icon-cart.png');
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    padding-top: 10px;
}

.woocommerce-MyAccount-navigation-link--customer-logout:after {
    content: url('../images/icon-logout.png');
    position: relative;
    top: 5px;
}

.woocommerce-MyAccount-content {
    border: 1px #c2c2c2 solid;
    padding: 20px 20px 0;
}

.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6 {
    color: #5c585d;
    font-family: 'fira-sans-medium';
    font-weight: normal;
    margin-bottom: 10px;    
}

.woocommerce-MyAccount-content p:first-of-type {
    font-size: 18px;
}

.woocommerce-MyAccount-content a {
    color: #7a0a68;
}

.woocommerce-MyAccount-dashboard {
    width: 100%;
}

.woocommerce-MyAccount-dashboard .flex-row {
    column-gap: 10px;
}

.woocommerce-MyAccount-dashboard .dashboard-item,
.woocommerce-Address {
    border: 1px #c2c2c2 solid;
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: center;
    transition: all .2s ease;
    width: 32%;
}

.woocommerce-MyAccount-dashboard .dashboard-item a {
    display: block;
}

.woocommerce-MyAccount-dashboard .dashboard-item img {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-dashboard .dashboard-item h4 {
    font-size: 20px;
}

.woocommerce-MyAccount-dashboard .dashboard-item p {
    color: #5c585d;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-MyAccount-dashboard .dashboard-item:hover {
    background-color: #7a0a68;
}

.woocommerce-MyAccount-dashboard .dashboard-item:hover img {
    filter: brightness(0) invert(1);
}

.woocommerce-MyAccount-dashboard .dashboard-item:hover h4,
.woocommerce-MyAccount-dashboard .dashboard-item:hover p {
    color: #fff;
}


@media (min-width: 1200px) {
    .shop-container .container {
        width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    #sidebar-shop {
        display: none;
    }

    #product-wrapper {
        width: 100%;
    }

    .variations tr {
        flex-direction: column;
    }
}

@media only screen and (max-width: 980px) {
    .woocommerce-cart .entry-content form.woocommerce-cart-form {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        float: None;
        margin: auto;
        width: 100%;
    }

    .woocommerce-checkout .woocommerce .col2-set {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce ul.products {
        display: block;
    }

    .woocommerce ul.products li.product a img {
        width: 100%;
    }

    .woocommerce .divider {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
        border: 1px #bebebe solid;
        padding-top: 0;
        position: relative;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
        display: block;
        padding-left: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child:hover {
        background-color: #7a0a68;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child:hover a {
        color: #fff;
    }

    .woocommerce-MyAccount-navigation-link--customer-logout:after {
        padding-top: 5px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .woocommerce-MyAccount-content .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 680px) {

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="text"],
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="text"],
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="email"],
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="email"],
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="number"],
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="number"],
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper select,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper textarea {
        padding: 5px 15px;
    }

    .woocommerce-checkout .woocommerce-billing-fields p,
    .woocommerce-checkout .woocommerce-shipping-fields p {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection--single,
    .woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-selection--single {
        padding: 1px 3px;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce-MyAccount-dashboard .flex-row {
        flex-direction: column;
    }

    .woocommerce-MyAccount-dashboard .dashboard-item {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        width: 100% !important
    }

    .woocommerce div.product form.cart .button {
        font-size: 24px;
        padding-left: .5em;
        padding-right: .5em;
    }    

    .woocommerce-checkout .woocommerce-billing-fields p,
    .woocommerce-checkout .woocommerce-shipping-fields p,
    .woocommerce-checkout .woocommerce table.shop_table th,
    .woocommerce-checkout .woocommerce table.shop_table td {
        font-size: 16px;
    }

    .processing .blockOverlay {
        background-position: center 30% !important;
        background-repeat: no-repeat !important;
        background-size: 120px !important;
        left: 0 !important;
        opacity: 0.9 !important;
        position: fixed !important;
        right: 0 !important;
        text-align: center;
        top: 0 !important;
        z-index: 999999 !important;
    }
}