body select {
    border-radius: 0;
    border: 2px solid #D8596A;
    color: #D8596A;
    height: 37px;
    font-weight: 600;
    padding: 5px;
    background-color: white;
    display: block;
    width: 100%;
}

.container {
    max-width: 100%;
}

.article-section .section-title {
    margin: 0;
    padding-bottom: 20px;
}

.article-section .section-title h1 {
    margin: 7px 0 0;
}

.cart-section-title h1,
.cart-section-title h2,
.cart .cart_totals h2 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 7px 0 0;
    padding: 0;
    font-size: 26px !important;
    color: #595959;
}

.cart-section-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #BABABA;
}

.cart .cart_totals h2 {
    border: 0;
    display: block;
    padding-bottom: 15px;
    border-bottom: solid 1px #BABABA;
}

.article-section.col-sm-8 {
    padding-right: 15px;
}

.article-section .container-cart {
    margin-top: 0px;
}

.select-preferences {
    padding: 0;
    display: block;
    color: #595959;
    padding: 10px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.reset_variations {
    display: none;
}

.cart-collaterals tr {
    height: 64px;
}

.cart_totals .shop_table .discount td:first-child {
    padding: 0;
}

.cart_totals strong {
    color: #D8596A;
}

.discount input:first-child {
    width: 180px;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    padding: 10px;
    border: 2px solid #D8596A;
    color: #D8596A;
    float: left;
}

.btn.btn-cart {
    padding: 4px 15px;
}

.btn.btn-cart.gr {
    background: #AAA;
}

.btn.btn-cart.nofloat {
    float: none;
    padding: 4px 15px;
}

.discount .btn.btn-cart {
    margin: 0 0 0 10px;
    display: inline-block;
    width: 100px;
    padding: 2px 15px;
    float: left;
}

.discount input:last-child {
    margin: 0 0 0 10px;
    display: inline-block;
    width: 100px;
    float: left;
    border-radius: 0;
    color: #fff;
    background-color: #D8596A;
    font-weight: 700;
    height: 32px;
}

.cart-collaterals .shipping p {
    font-size: 12px !important;
    line-height: 16px;
    margin: 0;
}

.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td {
    font-size: 16px;
}

.cart .cart-empty {
    display: block;
    color: #595959;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 30px;
}

.thankyou_footer {
    text-align: center;
    margin: 20px 0;
}

.thankyou_footer .btn {
    margin: 0 6px;
}

.paid-title {
    color: #D8596A;
    margin: 70px 0;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
}

.pay-for-order .woocommerce-error {
    background: none;
    color: #222;
    font-size: 16px;
}

.woocommerce-order-overview {
    font-size: 14px;
    padding: 8px 15px;
    text-align: center;
}

.woocommerce-order-overview li {
    list-style-type: none;
}

.woocommerce-checkout input[type=checkbox] {
    position: initial;
    margin-left: 0px;
    width: auto;
}

.woocommerce-checkout p .control-label {
    text-align: right;
}

.checkout-button {
    padding: 0;
    position: absolute;
    right: 15px;
}

.btn.btn-checkout-end {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 15px;
    height: 42px;
    border-radius: 4px;
}

.cart-collaterals th {
    border-right: 1px solid darkgrey;
}

.custom-checkbox[type=checkbox] {
    position: absolute !important;
    left: -9999px;
}

.custom-checkbox[type=checkbox] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.custom-checkbox[type=checkbox] + label {
    color: #595959;
    font-weight: 500;
    font-size: 15px;
    padding-left: 23px;
    line-height: 25px;
}

.custom-checkbox[type=checkbox]:checked + label:before,
.custom-checkbox[type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #D8596A;
    box-shadow: none;
    background-color: #fff;
}

.custom-checkbox[type=checkbox]:checked + label:after,
.custom-checkbox[type=checkbox]:not(:checked) + label:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 6px;
    height: 12px;
    width: 12px;
    border: 1px solid #D8596A;
    box-shadow: none;
    background-color: #D8596A;
    transition: all .2s;
}

.custom-checkbox[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.terms > span {
    color: #595959;
    font-weight: 500;
    font-size: 15px;
}

.terms a {
    color: #D8596A;
    text-decoration: underline;
}

table tr .value {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

table tr .label {
    display: none;
}

.remove:hover {
    text-decoration: none;

}

.product-remove {
    font-size: 50px;
}

table th {
    font-size: 20px;
}

table tr {
    vertical-align: middle;
}

table tr td {
    border-right: 1px solid darkgrey;
    padding: 10px;
}

table tr td:last-child {
    border-right: 0px solid darkgrey;
}

table thead tr {
    border-bottom: 2px solid lightgray;
    border-top: 1px solid darkgrey;
    line-height: 50px;
}

.cart_totals {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.cart_totals h2 {
    font-weight: 900;
    font-size: 22px !important;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #595959;
}

.cart_totals th {
    width: 296px;
}

.coupon label {
    display: none;
}

.shop_table {
    width: 100%;
}

.shop_table tr {
    border: 0;
}

.cart_totals .shop_table {
    font-size: 14px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
    border-bottom: 1px solid #BABABA;
    font-size: 14px;
    padding: 10px 0;
}

.cart_totals .shop_table td {
    padding: 10px;
}

.variations {
    width: 100%;
}

.quantity {
    border: none !important;
}

.quantity input {
    border-radius: 0;
    border: 2px solid #D8596A;
    color: #D8596A;
    height: 36px;
    font-weight: 600;
    padding: 5px 7px;
    width: 100px;
}

.quantity label {
    color: #595959;
    padding: 10px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.woocommerce-cart-form__contents .actions {
    display: none;
}

.woocommerce-billing-fields h3,
.article-content h3 {
    font-size: 22px;
    color: #595959;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 23px;
    margin-bottom: 32px;
}

.checkout-fields input[type=text],
.checkout-fields input[type=tel] {
    height: 40px;
}

.checkout-fields label {
    margin-bottom: 0;
    font-weight: 400;
}

.checkout-fields .otheraddress {
    font-size: 16px;
    font-weight: bold;
    vertical-align: 1px;
}

.checkout-fields .form-row {
    margin-bottom: 15px;
}

.message-label {
    margin-top: 20px;
    color: #595959;
    padding: 10px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.single_add_to_cart_button {
    border-radius: 0;
    color: #fff;
    background-color: #D8596A;
    font-weight: 700;
    margin-top: 5px;
    height: 32px;
    padding: 0 15px 2px;
    float: right;
    border: none;
}

.woocommerce-cart-form__contents {
    width: 100%;
}

.shop_table .quantity input {
    width: 75px;
}

.product-thumbnail figure {
    width: 77px;
    min-height: 77px;
    display: inline-block;
    margin-right: 10px;
}

.product-thumbnail .product-image {
    width: 25%;
    padding: 0;
    display: inline-block;
    float: left;
}

.product-thumbnail .product-image img {
    margin: 0;
    width: 77px;
    height: 77px;
    object-fit: cover;
}

.product-thumbnail .product-info {
    width: 75%;
    display: inline-block;
    float: right;
    padding-top: 3px;
    padding-left: 20px;
}

.product-info > a {
    text-decoration: none;
}

.product-thumbnail .product-info h3 {
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
}

.product-info dl {
    margin: 0;
}

.product-info dl > dt {
    color: #595959;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    margin-right: 6px;
    display: inline-block;
}

.product-info dl > dd {
    display: inline;
    color: #595959;
    font-size: 14px;
}

.product-remove a {
    text-decoration: none;
    color: grey !important;
}

table.cart td.product-remove .remove {
    font-size: 36px;
}

table.cart td.product-remove .remove:hover {
    color: #111 !important;
}

tr.card-form-footer,
tr.card-form-footer td {
    border-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cart .btn.checkout-button {
    padding: 5px;
}

.cart .shopping-link {
    margin-bottom: 0;
}

.cart {
    padding: 0;
}

.wcj_product_input_fields {
    width: 100%;
    height: 173px;
}

.related-product-image img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.product-content figure {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.product-content .main-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-product-image figure {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.related-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

label[for=wcj_product_input_fields_global_1] {
    display: none;
}

.shop-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination .current {
    background: #D8596A !important;
    color: #fff !important;
}

.shop-grid ul {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.product-item {
    position: relative;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 12px 15px;
    text-align: center;
    margin: 5px 0 10px;
    font-size: 14px;
}

.woocommerce-error li {
    list-style: none;
}

.woocommerce-message {
    background: #79cf9f;
    color: #FFF;
}

.woocommerce-message a {
    padding: 2px 8px;
    border-radius: 3px;
    background: #d8596a;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    margin: 0 3px;
}

.woocommerce-error {
    background: #595959;
    color: #FFF;
}

.woocommerce-info {
    background: #DDD;
    color: #252525;
}

.payment_method_realex img {
    display: inline-block;
    margin: 10px 3px 0 10px !important;
    width: auto;
    vertical-align: -6px;
    float: none;
}

#payment .form-row label {
    width: 175px;
    display: inline-block;
}

#payment .form-row input {
    width: 200px;
}

#payment .form-row select.woocommerce-select {
    width: 95px!important;
}

#payment .form-row select {
    padding: 5px;
    max-width: 175px;
    display: inline-block;
}

#payment .wc-terms-and-conditions label {
    width: 100%;
}

#payment .payment_methods {
    padding: 0;
}

#payment .payment_methods li {
    padding: 0;
    list-style-type: none;
}

#payment .payment_box {
    padding-left: 15px;
}

button[name=add-to-cart] {
    width: inherit !important;
}

.shop-section .shop-grid ul .product-item {
    display: inline-grid;
}

@media (max-width: 768px) {
    .woocommerce-checkout p .control-label {
        text-align: left;
    }

    .related-product-image figure {
        height: 238px;
        padding-top: 0;
    }

    .related-product-image img {
        height: 100%;
        width: auto;
        margin: auto;
    }

    .cart-section-title {
        padding: 0 20px 10px;
        margin: 10px 0;
        text-align: center;
    }

    .cart .cart_totals h2 {
        text-align: center;
        display: block;
        border: 0;
    }

    .product-thumbnail .product-info {
        width: 70%;
        float: left;
        display: block;
        padding-left: 0;
        margin-top: 0;
    }

    .table td.product-thumbnail {
        width: 100%;
        display: block;
    }

    .product-thumbnail .product-image {
        width: 30%;
        float: right;
        text-align: right;
    }

    .product-thumbnail figure {
        margin-right: 0;
        margin-left: 8px;
    }

    .product-thumbnail figure,
    .product-thumbnail .product-image img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .product-thumbnail .product-info h3 {
        color: #D8596A;
    }

    .cart .btn.checkout-button {
        float: none;
        position: initial;
    }

    .cart .footer-item-list .btn.update-button {
        width: 120px;
        float: right;
    }

    .cart .footer-item-list td {
        padding: 15px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }

    .cart .footer-item-list .remove {
        float: right;
        margin-left: 10px;
        margin-top: 5px;
        color: #D8596A;
    }

    .cart_totals .shop_table td,
    .cart_totals .shop_table th {
        border: 1px solid darkgrey;
        padding: 10px !important;
    }

    .discount .btn.btn-cart {
        display: block;
        font-size: 12px;
        margin: 10px 0 0;
    }

    .single_add_to_cart_button {
        width: 100%;
        margin: 0;
    }

    .woocommerce-variation-add-to-cart .quantity input {
        width: 100%;
    }

    .cart {
        padding: 0;
    }
}


