.woocommerce-cart .right-sidebar #primary {
    float: none;
    width: 100%;
}

.woocommerce-cart .cart-collaterals {
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
}

.woocommerce-checkout .woocommerce-input-wrapper input.input-text {
    color: #6a6d6d;
    background: #efefef;
    padding: 11px 12px;
    min-height: 44px;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143 !important;
    box-shadow: none;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: dashed;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2.select2-container .select2-selection {
    border-style: dashed !important;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown .select2-results li {
    color: #6a6d6d !important;
}

.woocommerce-checkout .form-row label {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout h3#order_review_heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 20px 0 0;
    padding: 3px 3px 20px;
    border: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    border: none;
    font-size: 0.95em;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border: none;
    padding: 10px 5px;
}

@media only screen and (max-width: 768px) {
    .woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item:nth-child(even) {
        background: #e0e0e0;
    }
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table,
.woocommerce-checkout table.woocommerce-table--order-details,
.woocommerce-cart table.woocommerce-cart-form__contents {
    border: none;
    border-bottom: 0;
    background-color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    margin: 0 0 0 0 !important;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout table.woocommerce-table--order-details tbody,
.woocommerce-cart table.woocommerce-cart-form__contents tbody,
.woocommerce-cart .cart-collaterals table {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    border-left: none;
    border-right: none;
}

.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    border-top: 1px dashed #cccccc;
}

.woocommerce-checkout #payment .form-row,
.woocommerce-checkout #payment div.form-row {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment #place_order {
    min-height: 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
}

.woocommerce-checkout table.shop_table tfoot th {
    border: none;
    display: table-cell;
    font-weight: normal;
    width: 50%;
}

.woocommerce-checkout table.shop_table tfoot tr td:nth-child(2) {
    width: 30%;
    border: none;
}

.woocommerce-checkout table.shop_table tfoot tr.order-total:not(.recurring-total) th,
.woocommerce-checkout table.shop_table tfoot tr.order-total:not(.recurring-total) td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    border-top: 1px dashed #cccccc !important;
}

.field-required {
    border-color: #a00 !important;
}

.headroom-coupon-code-wrapper {
    clear: left;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 25px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-checkout .headroom-coupon-code-wrapper .headroom-col-1 {
    width: 70%;
    display: inline-block;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.woocommerce-checkout .headroom-coupon-code-wrapper .headroom-col-2 {
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.headroom-coupon-code-wrapper .headroom-col-1 input.headroom-coupon-code-input {
    display: block;
    width: 100%;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    box-shadow: none;
    height: auto;
    border-color: #43978d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: dashed;
}

.headroom-coupon-code-wrapper .headroom-col-2 .headroom-submit-coupon {
    background: #43978d;
    min-height: 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%;
}

.headroom-terms-and-conditions-checkbox-text {
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    color: #003d3e !important;
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
}

.woocommerce-checkout .woocommerce-thankyou-order-received {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    text-align: center;
}

.woocommerce button.button[name="update_cart"] {
    background: #FED84D;
    color: #444;
}

.woocommerce button.button[name="update_cart"]:hover {
    color: #fff !important;
}

.woocommerce-info a.showlogin {
    color: #007879;
}