/*CSS Test*/

#timber-csstest-theme .narrow .norm,
#timber-csstest-theme .ovrd {
    background-color: yellow;
    color: black;
}


/* base styles */

body {
    font-size: 16px;
}

#uc-cart-checkout-form #checkout-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
}

#uc-cart-checkout-form #checkout-main {
    width: 100%;
    float: left;
    padding-right: 10px;
}

#uc-cart-checkout-form #checkout-sidebar {
    width: 100%;
    top: 60px !important;
    float: right;
    position: sticky;
}

#cart-pane {
    width: 100%;
    /* float: right;
    position: sticky; */
    right: 0;
    /* margin-right: 25px; */
    /* top: 20px; */
}

#block-views-homepage_categories-block_1 .views-row {
    width: 48%;
}

#block-views-homepage_categories-block_1 .view-content {
    justify-content: space-between;
}

#block-block-37 p {
    width: 27%;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 15px;
}

#block-block-17 h2,
div#block-block-18 h2,
#block-block-23 h2 {
    color: #fff;
    text-align: left;
    font: normal normal 600 30px Gibson;
    width: 320px;
}


.page-cart input#edit-update {
    margin-bottom: 10px;
}

#cart-form-buttons #continue-shopping-link {
    margin-bottom: 10px;
}

#uc-cart-checkout-form #checkout-instructions, #uc-cart-checkout-form #delivery-pane, #uc-cart-checkout-form #customer-pane, #uc-cart-checkout-form #billing-pane, #uc-cart-checkout-form #quotes-pane, #uc-cart-checkout-form #payment-pane, #uc-cart-checkout-form #ups_only-pane, #uc-cart-checkout-form #extra_information-pane, #uc-cart-checkout-form #comments-pane, #uc-cart-checkout-form #checkout_preview-pane, #uc-cart-checkout-form #checkout-form-bottom {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    float: left;
    background: #e8e8e4;
}
.page-cart form#uc-coupon-block-form {
  width: 550px;
  }
