.shopping-cart h1 {
    font: 26px/28px aktiv-grotesk-std;
    color: rgba(66, 66, 66, 1);
    font-weight: 600;
    padding-top: 4px;
    margin: 0;
}

.checkout-progress {
    float: right;
    cursor: default;
    margin-right: -6px;
}
.checkout-progress li {
    float: left;
    width: 180px;
    height: 36px;
    display: block;
    background: transparent url(/img/checkout_progress.png) -180px 0 no-repeat;
    text-align: center;
    font: 14px/36px aktiv-grotesk-std;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-left: -24px;
}
.checkout-progress li.first {
    background-position: 0 0;
    width: 170px;
    padding-right: 10px;
}
.checkout-progress li.selected {
    background-position: -180px -36px;
    color: #424242;
}
.checkout-progress li.selected.first {
    background-position: 0 -36px;
}

.shopping-cart table.contents tr:first-child td {
    border-top: 1px solid #fff;
}
.shopping-cart table.contents strong, .shopping-cart table.contents h4 {
    font: 15px/18px aktiv-grotesk-std;
    font-weight: 600;
    color: rgba(66, 66, 66, 1);
    margin-bottom: 6px;
    display: block;
}
.shopping-cart .quantity {
    margin-top: -5px;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    color: #333;
    /*font: 15px/17px aktiv-grotesk-std;*/
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
}
.shopping-cart table.contents .fee-text td {
    padding: 13px 18px;
    border-top: none;
}
.width170 {
    width: 170px;
}
.width85 {
    width: 85px;
}
.shopping-cart table.contents .fee-text strong {
    font: 12px/15px aktiv-grotesk-std;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}
.shopping-cart table.contents p {
    margin-bottom: 5px;
}
.shopping-cart table.contents {
    font: 12px/14px aktiv-grotesk-std;
    color: #454545;
    margin-bottom: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.shopping-cart table.contents thead tr, .shopping-cart table.contents thead th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.shopping-cart table.contents thead tr, .shopping-cart table.contents thead th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.shopping-cart table.contents .thumb {
    float: left;
    padding-right: 30px;
    width: 112px;
}
.shopping-cart table.contents thead th {
    vertical-align: middle;
    background: #0a4da1;
    color: #424242;
    font: 14px/16px aktiv-grotesk-std;
    padding: 12px 10px;
    font-weight: 600;
}
.shopping-cart table.contents td {
    border-top: 5px solid #fff;
    padding: 20px 10px 20px 10px;
    background-color: #EDEDED;
    border-bottom: 1px solid #ccc;
}
.shopping-cart table.contents td.x {
    padding-top: 6px;
    padding-right: 8px;
    width: 1em;
}
.shopping-cart table.contents td.x img {
    vertical-align: top;
}
.shopping-cart table.contents tr td:first-child {
    padding-right: 20px;
}
.shopping-cart table.contents tr th:first-child, .shopping-cart table.contents tr td:first-child {
    padding-left: 16px;
}
hr {
    border-top: 1px solid #ccc;
    margin: 12px 0;
}
.subtotal {
    font: 16px/18px aktiv-grotesk-std;
    color: #5c5d5f;
}
.subtotal strong {
    padding-left: 10px;
    font: 24px/25px aktiv-grotesk-std;
    color: #000;
    font-weight: 600;
}
.amount-detailed, .amount-detailed-label {
    font: 16px aktiv-grotesk-std;
    color: #757575;
    line-height: 20px;
    margin-top: 4px;
}

.amount-detailed strong {
    padding-left: 10px;
    font: 28px aktiv-grotesk-std;
    color: #353535;
    font-weight: 900;
    line-height: 30px;
}

.shopping-cart .errors {
    font-weight: 600;
    color: #cc2200;
    text-align: center;
    margin: 0 0 20px 0;
}
.shopping-cart .errors.concat {
    margin: 0;
}

.rate-link {
    font: 12px/14px aktiv-grotesk-std;
    font-weight: 600;
    text-decoration: none;
    color: #0066b3;
    display: block;
    margin-top: 5px;
}
.plusminus {
    margin-left: 2px;
    width: 11px;
    height: 11px;
    display: inline-block;
    background: transparent url(/img/plus_minus.png) top left no-repeat;
}
.plusminus.plus {
    background-position: 0 -11px;
}

/* Checkout Page */

.checkout-page .left_panel {
    width: 628px;
    float: left;
    padding-left: 10px;
}

.checkout-page .right_panel {
    width: 315px;
    float: right;
    padding-right: 10px;
}

.checkout-page .group input, .checkout-page .group select {
    display: block;
}
.checkout-page .group {
    display: block;
    float: left;
    margin-right: 18px;
    margin-bottom: 12px;
}
.checkout-page .group.end {
    margin-right: 0;
}

.checkout-page .group .form_error {
    display: block;
    margin-top: 2px;
    color: #ff0000;
    font: 12px/14px aktiv-grotesk-std;
    font-weight: 700;
}

.checkout-page .errors {
    color: #dc1010;
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 600;
    margin: 0 0 16px 0;
    text-align: left;
}

.checkout-page .terms {
    margin: 0;
}
.checkout-page .terms p {
    margin: 0 0 5px 0;
}

.checkout-page label {
    display: block;
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
    cursor: pointer;
    /* remove these to enable text selection for labels during checkout */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* done removing */
}

.checkout-page .inlined input, .checkout-page .inlined label {
    display: inline;
}
.checkout-page .inlined label {
    font: 14px/16px aktiv-grotesk-std;
    color: #000;
    font-weight: 700;
}

.checkout-page .info p {
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 700;
    margin-bottom: 0;
}

.checkout-page input[type=text], .checkout-page select, .checkout-page textarea, .faux_input {
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    border: 1px solid #b5b5b5;
    padding: 4px;
    width: 272px;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.checkout-page input[type=text], .checkout-page select option, .checkout-page textarea, .faux_input {
    font: 14px/16px aktiv-grotesk-std;
}

.faux_input {
    background-color: #d5e1e9;
    width: 18em !important;
    display: none;
}
.faux_input.faux_giftcard_pin {
    width: 6em !important;
}

#hotel_id {
    width: 400px !important;
}

.checkout-page .group.error label, .checkout-page .required {
    color: #ff0000;
}
.checkout-page .group.error input[type=text], .checkout-page .group.error select, .checkout-page .group.error textarea {
    border: 1px solid #ff0000;
}

.checkout-page hr {
    margin: 20px 0 30px 0;
    border-top: 1px solid #ccc;
}

.checkout-page h2, .checkout-page h3, .checkout-page h4 {
    text-transform: uppercase;
    font: 16px/18px aktiv-grotesk-std;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
}
.checkout-page h3 {
    color: #333;
}
.checkout-page h4 {
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 600;
}

.checkout-page a {
    color: #0066cc;
    font-weight: 700;
}
.checkout-page .important p {
    font: 15px/17px aktiv-grotesk-std;
    font-weight: 600;
    color: #000;
}
.checkout-page .important {
    background-color: #e3f4ff;
    border-bottom: 1px solid #ccc;
}
.checkout-page .important p.items {
    color: #0057a7;
}
.checkout-page .important p.electronic {
}
.checkout-page .important p.explanation {
}
.checkout-page .important p {
    margin: 0;
}
.checkout-page fieldset {
    display: block;
    background-color: #EDEDED;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}
.checkout-page .cart {
    display: block;
    background-color: #ededed;
}
.checkout-page p {
    font: 12px/14px aktiv-grotesk-std;
    margin-bottom: 30px;
}
.checkout-page fieldset .padding {
    padding: 8px;
}
.checkout-page fieldset .pad {
    padding: 20px;
}
.checkout-page .cart .body {
    padding: 20px 20px 30px 20px;
}
.cart #ad-icons-html{
    font: 13px/15px aktiv-grotesk-std;
}
.checkout-page fieldset legend, .checkout-page .cart .head {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 10px 21px;
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #fff;
}
.checkout-page fieldset legend {
    background-color: #0a4da1;
    color: #424242;
}
.checkout-page .cart .head {
    background-color: #0a4da1;
    color: #424242;
}
.checkout-page .edit {
    float: right;
    font-size: 85%;
}
.checkout-page .edit a {
    color: #fff;
}

.checkout-page .shipping-list {
    list-style-type: none;
    padding-top: 5px;
}
.checkout-page .shipping-list li {
    text-indent: -24px;
    margin-left: 24px;
    margin-bottom: 28px;
    font: 14px/16px aktiv-grotesk-std;
}
.checkout-page .shipping-list li > input, .checkout-page .shipping-list li > strong, .checkout-page .shipping-list li > p, .checkout-page .shipping-list li > label {
    display: inline;
}
.checkout-page .shipping-list li strong {
    font-weight: 600;
    color: #000;
}
.checkout-page .shipping-list li .price {
    color: #333;
}
.checkout-page .shipping-list li p {
    font: 14px/16px aktiv-grotesk-std;
    margin: 0;
    font-style: italic;
    text-indent: 0;
}

.cart .body hr {
    margin: 20px 0;
}
.cart .body p strong {
    font-weight: 700;
}
.cart .body p {
    font: 13px/15px aktiv-grotesk-std;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: lowercase;
}
.cart .body p::first-letter {
    text-transform: uppercase;
}
.cart .body h4 {
    color: #0066b3;
    font: 18px/20px aktiv-grotesk-std;
    font-weight: 600;
    display: block;
    text-transform: none;
    margin: 0;
}
.cart .body .price_label strong, .cart .body .price strong {
    font-weight: 600;
}
.cart .body .price_label.gargantuan {
    line-height: 32px;
    vertical-align: text-bottom;
}
.cart .body .price.gargantuan {
    font: 30px/32px aktiv-grotesk-std;
    color: #000;
}
.cart .body .price.gargantuan strong {
    font-weight: 700;
}
.cart .body .price_label, .cart .body .price {
    vertical-align: bottom;
    font: 17px/19px aktiv-grotesk-std;
    margin: 2px 0 0 0;
    color: #333;
}
.cart .body .price_label {
    float: left;
}
.cart .body .price {
    text-align: right;
    float: right;
}
.right_panel .cart .event-hold p {
    line-height: 1.5em !important;
}
.shipping-list .shipping-inner {
    padding: 15px 0 0 0;
    text-indent: 0;
    display: block;
    width: 100%;
    height: auto;
}
.checkout-page .shipping-list li p.memo {
    font: 12px/14px aktiv-grotesk-std;
    color: #000;
    margin-bottom: 8px;
}
#giftcard_container p strong {
    font-weight: 600;
}
#giftcard_container p,
#promo_code_container p {
    margin-bottom: 8px;
}
a.giftcard_apply,
a.promo_code_apply {
    text-transform: uppercase;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #1666a2;
    border-top-color: #6da7c9;
    border-bottom-color: #214366;
    border-radius: 5px;
    font: 17px/22px aktiv-grotesk-std;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
    color: #fff !important;
    text-decoration: none;
    background: #007dc4;
    background: -moz-linear-gradient(top, #007dc4 0%, #0050a3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dc4), color-stop(100%,#0050a3));
    background: -webkit-linear-gradient(top, #007dc4 0%,#0050a3 100%);
    background: -o-linear-gradient(top, #007dc4 0%,#0050a3 100%);
    background: -ms-linear-gradient(top, #007dc4 0%,#0050a3 100%);
    background: linear-gradient(to bottom, #007dc4 0%,#0050a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc4', endColorstr='#0050a3',GradientType=0 );
}
a.promo_code_apply {
    margin-left: 112px;
}
a.giftcard_remove,
a.promo_code_remove {
    text-transform: uppercase;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #a4a6a7;
    border-top-color: #cccccc;
    border-bottom-color: #4a4c4e;
    border-radius: 5px;
    font: 17px/22px aktiv-grotesk-std;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
    color: #fff !important;
    color: #fff !important;
    text-decoration: none;
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#666666));
    background: -webkit-linear-gradient(top, #cccccc 0%,#666666 100%);
    background: -o-linear-gradient(top, #cccccc 0%,#666666 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#666666 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
}
a.giftcard_apply:hover {
    text-decoration: none;
}
a.giftcard_remove:hover {
    text-decoration: none;
}
.floating_ccv {
    position: absolute;
    top: -260px;
    left: 90px;
    display: none;
}
.floating_ccv_trigger:hover .floating_ccv {
    display: block;
}
.giftcard_group.locked a.giftcard_apply {
    cursor: default !important;
    background: #88bae0 !important;
    color: #bbd8ef !important;
    text-shadow: none !important;
    border: 1px solid #b3d5e9 !important;
}
.giftcard_group .giftcard_message,
.promo_code_group .promo_code_message {
    margin: 2px 0 16px 0;
    color: #000 !important;
    font-weight: 600 !important;
    font: 13px/14px aktiv-grotesk-std;
}
.giftcard_group .giftcard_message span,
.promo_code_group .promo_code_message span {
    color: #dd3311 !important;
}
.giftcard_group .group {
    margin-bottom: 0 !important;
}
.shopping-cart .big_orange_button {
    top: 0px !important;
    padding: 0.8rem 1rem 0.5rem;
    text-transform: lowercase;
}
.shopping-cart .grid_16 .right::first-letter {
    text-transform: uppercase !important;
}
.featured-button a:hover {
    color: #fff !important;
    text-decoration: none;
}
.featured-button {
    margin: 16px 2px 2px 2px;
}
.featured-button a {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    padding: 6.5px 20px 0;
    font: 23px/30px aktiv-grotesk-std;
    font-weight: 500;
    margin: 2px;
    border: 1px solid #e8791e;
    color: #fff !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background: #e8791e;
    background: -moz-linear-gradient(top,  #efa162 0%, #efa162 4%, #e8791e 5%, #e8791e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa162), color-stop(4%,#efa162), color-stop(5%,#e8791e), color-stop(100%,#e8791e));
    background: -webkit-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: -o-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: -ms-linear-gradient(top,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    background: linear-gradient(to bottom,  #efa162 0%,#efa162 4%,#e8791e 5%,#e8791e 100%);
    text-decoration: none;
}
.confirmation-page h1 {
    font: 26px/28px aktiv-grotesk-std;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}
.confirmation-page p {
    margin: 0 0 10px 0;
    font: 14px/16px aktiv-grotesk-std;
    color: #000;
}
#lightbox_buttons {
    display: none !important;
}
#lightbox_content p {
    margin: 0;
    padding: 0;
}
#lightbox_content h3 {
    font: 18px/20px aktiv-grotesk-std;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-top: 6px;
}
#lightbox_content .dismiss {
    float: right;
    color: #ccc;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
    margin-top: -6px;
    margin-right: -10px;
}
#lightbox_content .dismiss:hover {
    color: #999;
}
#lightbox_content .back_bottom, #lightbox_content .continue_bottom {
    font: 12px/14px aktiv-grotesk-std;
    font-weight: 700;
    margin: 30px 0 5px 0;
}
#lightbox_content .back_bottom {
    float: left;
}
#lightbox_content .continue_bottom {
    float: right;
}
#lightbox_content {
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 500;
    color: #000;
}
#lightbox_content .remaining_time {
    color: #ec0439;
    font: 14px/16px aktiv-grotesk-std;
    margin: 12px 0 25px 0;
    padding: 0;
    font-weight: 600;
}
#lightbox_content .nice_date {
    font: 12px/14px aktiv-grotesk-std;
    margin-bottom: 20px;
}
#lightbox_content h4 {
    font: 14px/16px aktiv-grotesk-std;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0;
}
#lightbox_content .continue_button_holder {
    margin: 20px 0 0 0;
}
#lightbox_content .continue_button {

}
#lightbox_content .seat {
    margin-bottom: 8px;
}
#lightbox_content .continue_button:hover {
    text-decoration: none;
}
#lightbox_content .east_side {
    padding: 0 15px 0 20px;
    float: right;
    width: 400px;
    max-width: 400px;
}
#lightbox_content hr {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.giftcard_close,
.promo_code_close {
    float: right;
    padding: 4px 10px;
    font: 17px/19px aktiv-grotesk-std;
    color: #999 !important;
    text-decoration: none !important;
}
.giftcard_close:hover,
.promo_code_close:hover {
    color: #555 !important;
    text-decoration: none !important;
}
.delivery-summary p {
    font: 14px/16px aktiv-grotesk-std !important;
    margin: 0px !important;
}
.delivery-summary .delivery-item {
    margin-bottom: 20px;
}
.delivery-summary .delivery-item img {
    float: left;
    margin-right: 6px;
}
.delivery-summary .delivery-item .bold {
    font-weight: 600;
}
.delivery-summary .delivery-products li {
    font: 14px/16px aktiv-grotesk-std !important;
    border: 1px solid #b5b5b5;
    padding: 5px 10px 5px 10px !important;
}
.delivery-summary .delivery-desc-box{
    font: 14px/16px aktiv-grotesk-std !important;
    margin-bottom: 10px;
}
.delivery-summary .delivery-desc-box .delivery-heading {
    background-color: #999999;
    color: #FFF;
    padding: 5px 10px 5px 10px !important;
    font-weight: bold;
}
.delivery-summary .delivery-desc-box .delivery-desc{
    background-color: #FFF;
    padding: 5px 10px 5px 10px !important;
    border: 1px solid #b5b5b5;
}
.delivery-summary p.instructions { margin-bottom: 10px !important; }
.delivery-summary .delivery-item:last-child { margin-bottom: 0px; }
.delivery-summary hr { margin-bottom: 20px; }
h5.select-delivery { margin: 0px 0px 10px 0px; }
.shopping-cart .direct-access {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
.delivery-summary .delivery-products li {
    font: 14px/16px aktiv-grotesk-std !important;
    border: 1px solid #b5b5b5;
    padding: 5px 10px 5px 10px !important;
}
.delivery-summary .delivery-desc-box{
    font: 14px/16px aktiv-grotesk-std !important;
    margin-bottom: 10px;
}
.delivery-summary .delivery-desc-box .delivery-heading {
    background-color: #999999;
    color: #FFF;
    padding: 5px 10px 5px 10px !important;
    font-weight: bold;
}
.delivery-summary .delivery-desc-box .delivery-desc{
    background-color: #FFF;
    padding: 5px 10px 5px 10px !important;
    border: 1px solid #b5b5b5;
}
.delivery-summary p.instructions { margin-bottom: 10px !important; }
.delivery-summary .delivery-item:last-child { margin-bottom: 0px; }
.delivery-summary hr { margin-bottom: 20px; }
h5.select-delivery { margin: 15px 0px 10px 0px; }
.shopping-cart .direct-access {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
.standard_container, .electronic_container, .preferred_access_container {
    margin-bottom: 10px !important;
}
.standard_title, .electronic_title, .preferred_access_title {
    padding: 12px 20px;
}
.standard_title, .electronic_title {
    background-color: #8cc4f7;
}
.preferred_access_title {
    background-color: #f9a451;
}
.standard_title h2, .electronic_title h2, .preferred_access_title h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.standard_header, .electronic_header, .preferred_access_header {
    padding: 12px 20px;
}
.standard_header, .electronic_header {
    background-color: #b6dafc;
}
.preferred_access_header {
    background-color: #fac38d;
}
.standard_header p, .electronic_header p, .preferred_access_header p {
    font-size: 15px;
    line-height: 17px;
    padding: 0;
    margin: 0;
}
.standard_item_container, .electronic_item_container, .preferred_access_item_container {
}
.standard_item_container, .electronic_item_container {
    background-color: #d1e5f7;
}
.preferred_access_item_container {
    background-color: #fbdfb8;
}
.standard_item, .electronic_item, .preferred_access_item {
    font-size: 14px;
    line-height: 16px;
}
.standard_item, .electronic_item {
    border-bottom: 1px solid #899daf;
    border-top: 1px solid #f9fcff;
}
.standard_item strong, .electronic_item strong {
    font-weight: 600;
}
.preferred_access_item {
    border-bottom: 1px solid #AE9573;
    border-top: 1px solid #FEFAF5;
}
.electronic_item:first-child, .standard_item:first-child, .preferred_access_item:first-child {
    border-top: none !important;
}
.electronic_item:last_child, .standard_item:last_child, .preferred_access_item:last_child {
    border-bottom: none !important;
}
.preferred_access_product {
    margin-bottom: 16px;
}
.preferred_access_product strong {
    font-weight: 600;
}
.preferred_access_delivery_method_label {
    margin-bottom: 16px;
    font-weight: 600;
}
.preferred_access_delivery_method {
}
.preferred_access_delivery_method strong {
    font-weight: 600;
}
.preferred_access_delivery_description {
    /*margin-bottom: 16px;*/
}
.preferred_access_upgrade {
}
.preferred_access_upgrade input {
    cursor: pointer;
}
.preferred_access_upgrade label {
    width: 95%;
    color: #000;
    font-style: italic;
    font-weight: 600;
    float: right;
    display: block;
}
.cart .body .price.savings_message {
    color: #EC0439;
    font-weight: 600;
}
.checkout-progress-gray-bar {
    background: white !important;
}
.checkout-progress-gray-bar li {
    font: 18px/36px aktiv-grotesk-std !important;
    background: white !important;
}
.checkout-progress-gray-bar .checkout-text,
.checkout-progress-gray-bar .checkout-step-number,
.checkout-progress-gray-bar {
    font-family: aktiv-grotesk-std !important;
}
.checkout-progress-bar-gray .checkout-stage-completed.checkout-text {
    color: rgba(66, 66, 66, 0.8) !important;
}
.checkout-progress-gray-bar .checkout-stage-selected.checkout-text {
    color: rgba(66, 66, 66, 1) !important;
}
.checkout-progress-gray-bar .checkout-stage-completed.checkout-step-number {
    background-color: rgba(66, 66, 66, 0.8) !important;
}
.checkout-stage-selected.checkout-step-number {
    background-color: rgba(66, 66, 66, 1) !important;
}
.shopping-cart .continue-shopping-link {
    text-decoration: none !important;
}
.shopping-cart .width170 span {
    color: rgba(66, 66, 66, 1) !important;
}
.rate-alert-container {
    background: #ecdcb9;
    border-left: 4px solid #8c5a00;
    padding: 10px 14px;
    color: #78633d;
    max-width: 100%;
}
.rate-alert-container .rate-alert-message {
    font-size: 15px;
    line-height: 1.5;
}
.rate-alert-container .rate-alert-action {
    margin-top: 12px;
}
.rate-alert-container #rate-alert-button {
    background: #003660;
    color: #fff;
    border: none;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
}
.rate-alert-container #rate-alert-button:hover {
    opacity: 0.9;
}

.cart-table-column-1 {
  width: 336px;
}

.cart-table-column-2 {
  width: 190px;
}

.cart-table-column-3 {
  width: 190px;
}

.cart-table-column-4 {
  width: 105px;
}

.cart-table-column-5 {
  width: 105px;
}

.cart-table-column-6 {
  width: 46px;
}

.details-text {
    font-size: 15px; 
    line-height: 18px; 
    margin-top: 2px;
}