/*-----------------------------*/
/*-------View bag Layout-------*/
/*-----------------------------*/
.hidden{
    display:none;
}

.disabled{
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.3;
    text-decoration: none;
    pointer-events: none;   
}

.viewbag-body #outerPageContainer {
    max-width: 1300px;
    width: 100%;
}
.view-bag-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    position: relative;
    background: #fff;
}
.view-bag-content {
    max-width: 1300px;
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}
.view-bag-content .affinityWrapper {
    margin: 0;
}
.view-bag {
    padding: 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.view-bag-details {
    position: relative;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.view-bag-side {
    position: relative;
    margin-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}
.view-bag-alerts {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.view-bag-rich-relevance {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
}


/*-----------------------------*/
/*-------View bag Details------*/
/*-----------------------------*/

/*-------View Bag - Container---------*/
.view-bag-item-container {
    padding: 0;
    border: none;
    margin-bottom: 12px;
}

/*-------View Bag - Header---------*/
.view-bag-title {
    width: auto;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
}
.view-bag-title h1 {
    margin: 0!important;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.view-bag-title-links {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view-bag-title-links .gui-chevron-black-left {
    margin-bottom: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.view-bag-title-links .gui-chevron-white-right {
    margin-bottom: 0;
    width: 362px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}


/*-----------------------------*/
/*-------View Bag Item---------*/
/*-----------------------------*/
.view-bag-empty {
    height: 350px;
    border: 1px solid #dedcdc;
    margin: 0 auto;
    background: #fbfbfb;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view-bag-empty p {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.view-bag-content.is-editing::before {
    display: block;
    content: '';
    background-color: #FFFFFF;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
}
.view-bag-items {
    position: relative;
}
.view-bag-item {
    position: relative;
    z-index: auto;
}
.view-bag-content.is-editing .view-bag-item {
    z-index: 1;
}
.view-bag-content.is-editing .view-bag-item.is-editing {
    z-index: 51;
}
.view-bag-item .product-card-edit-actions {
    display: none;
}
.view-bag-item.is-editing .product-card-edit-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view-bag-item.is-editing .product-card-actions {
    display: none;
}

.view-bag-item.is-editing .product-card-actions .edit-action {
    display: none;
}   

.product-card-buttons .product-card-edit-actions .gui-btn {
    flex: 1 1 auto;
}
.product-card-buttons .product-card-edit-actions a:last-child {
    margin-bottom: 12px;
    margin-left: 12px;
}
.view-bag-inner {
    padding: 0 12px;
}
/*-------View Bag Header-------*/
.view-bag-item-header {
    border-bottom: 1px solid #dedcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.view-bag-item-header h2 {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.view-bag-item-header h2 a {
    color: #000;
    text-decoration: none;
}
.view-bag-item .view-bag-remove-item {
    position: relative;
    background: #ededed;
    border-left: 1px solid #dedcdc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.view-bag-remove-item button {
    padding: 12px;
    margin: 0;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.view-bag-remove-item button:hover {
    color: #e40e0e;
    background: #fbefee;
}

/*-----------------------------*/
/*----View Bag Item Details----*/
/*-----------------------------*/
.view-bag-item-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.view-bag-image {
    max-width: 103px;
    height: auto;
    margin: 12px 12px 12px 12px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 103px;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.view-bag-image a {
    border: 1px solid #dedcdc;
    width: 100%;
    display: block;
}
.view-bag-image img {
    width: 100%;
    display: block;
}
.view-bag-item-details {
    padding: 12px 12px 0 0;
    line-height: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/*-------View Bag - Description---------*/
.view-bag-item-details .description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}
.view-bag-item-details.promo .description {
    -webkit-box-flex: 0;
    -webkit-flex: 1 1 46.66666%;
    -ms-flex: 1 1 46.66666%;
    flex: 1 1 46.66666%;
}
.view-bag-item-details.promo .price-quantity-total .total span.save {
    display: block;
}
.view-bag-item-details .description p,
.view-bag-item-details .price-quantity-total p {
    font-size: 14px;
}
.view-bag-item-details .description .alert {
    margin-bottom: 0;
}
.view-bag-item-details .description p:last-of-type {
    margin-bottom: 12px;
}
.view-bag-item-details .description .gui-alert p {
    margin-bottom: 0;
    font-size: 12px;
}
.view-bag-item-details .description .btn-area {
    width: auto;
}
.view-bag-item-details .description .alert-area {
    margin-top: 12px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
/*-------View Bag - Price/Quantity/Total---------*/
.price-quantity-total {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.promo .price-quantity-total {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 26.66667%;
    -ms-flex: 1 1 26.66667%;
    flex: 1 1 26.66667%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.price-quantity-total .price,
.price-quantity-total .quantity,
.view-bag-item-details .total {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
}
.promo .price-quantity-total .quantity,
.promo .view-bag-item-details .total {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
}
.price-quantity-total .price span,
.price-quantity-total .quantity span,
.price-quantity-total .total span {
    display: block
}
.price-quantity-total .price {
    text-align: center;
}
.price-quantity-total .price span.price {
    font-weight: bold;
    color: #3a981e;
}
.price-quantity-total .quantity {
    text-align: center;
}
.price-quantity-total .quantity select {
    border-radius: 0;
    border: 1px solid #dedcdc;
    width: initial;
}
.price-quantity-total .total {
    text-align: right;
}
.price-quantity-total .price p,
.price-quantity-total .total p,
.price-quantity-total .quantity p {
    margin-bottom: 12px;
}
.price-quantity-total .total span.savings-text {
    color: #e40e0e;
}
.price-quantity-total .total span.was {
    text-decoration: line-through;
    color: #727272;
    text-transform: capitalize;
}
.price-quantity-total .total span.save {
    color: #3a981e;
    display: none;
}
.price-quantity-total .total span.now {
    font-size: 16px;
    color: #e40e0e;
    text-transform: capitalize;
}


/*-------View Bag - Delivery Supplement---------*/
.delivery-supplement {
    border-top: 1px solid #dedcdc;
}
.delivery-supplement p {
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.delivery-supplement span {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.delivery-supplement span:last-child {
    text-align: right;
    color: #3a981e;
}
/*-------View Bag - Multibuy---------*/

.view-bag-multibuy {
    border: 4px solid #00aeef;
    margin-bottom: 12px;
    padding: 12px;
}
.view-bag-multibuy-title {
    background: #00aeef;
    color: #fff;
    padding: 6px 6px 2px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
}
.view-bag-multibuy-title p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

/*-----------------------------*/
/*-------View Bag Side---------*/
/*-----------------------------*/

/*------View Bag Breakdown-----*/
.view-bag-side .view-bag-totals {
    border: 1px solid #dedcdc;
    margin-bottom: 12px;
    text-align: right;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.view-bag-side .view-bag-totals-title {
    font-size: 20px;
    min-height: 52px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view-bag-side .view-bag-totals-title h2 {
    padding: 12px 0;
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.view-bag-side .view-bag-totals-detail {
    width: 100%;
    border-top: 1px solid #dedcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.view-bag-side .view-bag-totals-detail div.description,
.view-bag-side .view-bag-totals-detail div.price {
    width: 60%;
    display: inline-block;
    float: left;
}
.view-bag-side .view-bag-totals-detail div:nth-child(2n) {
    width: 40%;
    background: #eeeeee;
    float: right;
}
.view-bag-side .view-bag-totals-detail div.description p,
.view-bag-side .view-bag-totals-detail div.price p {
    padding: 12px 12px 14px;
    font-size: 14px;
    line-height: 20px;
}
.view-bag-side .view-bag-totals-detail div.price p {
    padding: 12px 12px 14px;
}
.view-bag-side .view-bag-totals-detail p.total-txt,
.view-bag-side .view-bag-totals-detail p.total-price {
    font-weight: bold;
}
.view-bag-side .view-bag-totals-detail p.savings-price {
    height: 20px;
}
.view-bag-side .view-bag-totals-detail p.savings-txt,
.view-bag-side .view-bag-totals-detail p.savings-price {
    font-weight: bold;
    color: #3a981e;
}
.view-bag-side .view-bag-totals-detail p.delivery-txt,
.view-bag-side .view-bag-totals-detail p.delivery-price {
    font-weight: bold;
    color: #00aeef;
}
.view-bag-side .view-bag-totals-detail p.order-txt,
.view-bag-side .view-bag-totals-detail p.order-price {
    font-weight: bold;
    font-size: 20px;
}
.view-bag-side .view-bag-totals-detail p.reward-txt,
.view-bag-side .view-bag-totals-detail p.reward-price {
    font-weight: bold;
    color: #00aeef;
}
.view-bag-side .view-bag-totals-detail p.savings-txt,
.view-bag-side .view-bag-totals-detail p.delivery-txt,
.view-bag-side .view-bag-totals-detail p.reward-txt {
    padding: 5px 3px;
}

.view-bag-side .view-bag-totals-detail p.savings-txt {
    height: 20px;
}
.view-bag-side .view-bag-totals-detail .gui-info-primary-left {
    color: #3a981e;
    padding: 0;
    margin: 0;
    text-decoration: underline!important;
}
.view-bag-side .view-bag-totals-detail .gui-info-primary-left:hover,
.view-bag-side .view-bag-totals-detail .gui-info-primary-left:active {
    color: #34891b;
}
.view-bag-side .view-bag-totals-detail .gui-info-secondary-left {
    color: #00aeef;
    padding: 0;
    margin: 0;
    text-decoration: underline!important;
}
.view-bag-side .view-bag-totals-detail .gui-info-secondary-left:hover,
.view-bag-side .view-bag-totals-detail .gui-info-secondary-left:active {
    color: #009cd7;
}
.view-bag-side .view-bag-totals-detail .gui-btn-reward {
    color: #00aeef;
    padding-right: 0;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.view-bag-side .view-bag-totals-detail .gui-btn-reward:hover,
.view-bag-side .view-bag-totals-detail .gui-btn-reward:active {
    color: #009cd7;
    fill: #000000;
}

/*--------Add Delivery Subscription Container----------*/
.view-bag-delivery-subscription {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
/* START - This code below can be removed when this link on PDP gets updated, gui-button should then replace it all */
.view-bag-delivery-subscription a {
    width: auto;
    position: relative;
    cursor: pointer;
    padding: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    background-color: #CCC;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 12px;
    border: 1px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.view-bag-delivery-subscription a .btn-inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.view-bag-delivery-subscription .pp-label {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.view-bag-delivery-subscription a:hover {
    background-color: #b3b3b3;
}
.view-bag-delivery-subscription a:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    vertical-align: baseline;
    margin: 0 0 0 12px;
    content: "";
    background-image: url("//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-plus-black.svg");
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.view-bag-delivery-subscription a:before {
    display: none;
}
/* END - This code above can be removed when this link on PDP gets updated, gui-button should then replace it all */

/*--------Checkout Button Container----------*/
.view-bag-btn-checkout {
    width: 100%;
    margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.view-bag-btn-checkout a {
    width: 100%;
    margin-bottom: 12px;
}

/*--------Free Format----------*/
.viewbag-free-format {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.viewbag-free-format a {
    width: 200px;
    height: 140px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.viewbag-free-format img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.viewbag-free-format .irish-img {
    width: 151px;
    height: auto;
    margin-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}





/*-------View Bag - Container - Removed Items---------*/
.view-bag-item-container.removed-items {
    -webkit-box-sizing: border-box;
    border: 1px solid #fcb1bb;
    box-sizing: border-box;
}
.removed-items .view-bag-item {
    border: none;
    border-bottom: 1px solid #dedcdc;
    margin-bottom: 0;
    font-size: 14px;
    min-height: 38px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.removed-items .view-bag-item:last-of-type {
    border-bottom: none;
}
.removed-items .view-bag-item .gui-btn-add-to-bag {
    padding-right: 0;
    margin-bottom: 0;
}
.removed-items .view-bag-item-header {
    border-bottom: 1px solid #fcb1bb;
    background-color: #fbefee;
}
.removed-items .view-bag-item .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.removed-items .view-bag-item .price {
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.removed-items .view-bag-item .link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
/*-------View Bag - Affinity Slider---------*/
.view-bag-rich-relevance .jdwAffinities .wasPriceFormat,
.view-bag-rich-relevance .jdwAffinities .productTitle,
.view-bag-rich-relevance .jdwAffinities .salePrice,
.view-bag-rich-relevance .affinityWrapper .wasPriceFormat,
.view-bag-rich-relevance .affinityWrapper .productTitle,
.view-bag-rich-relevance .affinityWrapper .salePrice {
    display: none;
}
/*-------View Bag - Save Button--------*/
a.gui-btn.gui-heart-outline-black-left {
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    align-self: stretch;
    border-left: 1px solid #dedcdc;
    min-width: 44px;
}
.gui-icon-left.gui-heart-outline-black-left:before {
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.gui-btn.product-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    border: solid 1px #dedcdc;   
}

@media (min-width: 768px) { 

    .view-bag-content .gui-btn.product-remove {
        top: 12px;
    }

}

.gui-btn.product-remove span {
    text-indent: -10000px;
}

.gui-btn.product-remove:before {
    margin: 0;
}


.gui-btn.product-remove:hover:before {
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-close-black.svg);
}


/*----------------------------*/
/*--------Responsive----------*/
/*----------------------------*/
@media only screen and (max-width:1320px) {
    .view-bag-details {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .view-bag-side {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 310px;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
    }
    .viewbag-free-format a {
        width: 147px;
        height: 103px;
    }
    .view-bag-title-links .gui-chevron-white-right {
        width: 272px;
    }
}
@media only screen and (max-width:991px) {
    .view-bag-details {
        margin-bottom: 0;
    }
    .view-bag-item-container {
        padding: 12px;
        border: 1px solid #dedcdc;
        margin-bottom: 0;
    }
    .view-bag-item-container.removed-items {
        margin-bottom: 12px;
    }
    .view-bag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .view-bag-title-links .gui-chevron-black-left,
    .view-bag-title-links .gui-chevron-white-right {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .view-bag-details + .view-bag-side .view-bag-delivery-subscription {
        margin-top: 12px;
    }
    .view-bag-side {
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .view-bag-side .view-bag-totals-title h2 {
        padding: 8px 0 16px;
    }
    .view-bag-side .view-bag-totals,
    .view-bag-side .view-bag-promo-code,
    .view-bag-side .view-bag-delivery-subscription,
    .view-bag-side .view-bag-btn-checkout,
    .view-bag-side .viewbag-free-format,
    .view-bag-item-container.removed-items {
        width: 50%;
        margin-left: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .view-bag-side .view-bag-totals {
        margin-top: -1px;
        border-top: 0;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format  {
        position: absolute;
        top: 12px;
        left: 0;
        margin-left: 0; 
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format a {
        margin-right: 12px;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format .irish-img {
        height: 350px;
        margin-right: 12px;
        margin-left: 0;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format .irish-img img {
        height: 350px;
        width: auto;
    }
    .view-bag-side .viewbag-free-format  {
        position: relative;
        top: 0;
        left: inherit;
        margin-bottom: 12px;
    }
    .view-bag-side .viewbag-free-format a {
        margin-right: 0;
    }
    .view-bag-side .view-bag-item-container.removed-items {
        width: 100%;
    }
}
@media only screen and (max-width:667px) {
    .view-bag-details {
        margin-bottom: 12px;
    }
    .view-bag-title-links a.gui-chevron-white-right,
    .view-bag-title-links a.gui-chevron-black-left {
        font-size: 14px;
        padding: 6px 9px;
    }
    .view-bag-details + .view-bag-side .view-bag-delivery-subscription {
        margin-top: 0;
    }
    .view-bag-empty {
        margin: 0 auto 0;
    }
    .view-bag-item-container {
        padding: 0;
        border: 0;
    }
    .view-bag-side .view-bag-totals {
        margin-left: 0;
        margin-top: 0;
    }
    .view-bag-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .view-bag-title-links {
        width: 100%;
        margin-top: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-box-pack: space-between;
        justify-content: space-between;
    }
    .view-bag-title-links a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .view-bag-title-links a:first-of-type {
        margin-left: 0;
    }
    .view-bag-item .view-bag-remove-item label {
        padding: 12px 36px 12px 12px;
    }
    .view-bag-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    
     .view-bag-title-links a.gui-icon-left:before,
     .view-bag-title-links a.gui-icon-right:after {
      display:none;
      }
     
     
    .view-bag-side .view-bag-totals,
    .view-bag-side .view-bag-promo-code,
    .view-bag-side .view-bag-delivery-subscription,
    .view-bag-side .view-bag-btn-checkout,
    .view-bag-side .viewbag-free-format,
    .view-bag-item-container.removed-items {
        width: 100%;
        margin-left: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .view-bag-side .view-bag-totals {
        border-top: 1px solid #dedcdc;
    }
    .view-bag-side .view-bag-totals-title h2 {
        padding: 12px 0 12px;
    }
    .view-bag-side .view-bag-btn-checkout {
        text-align: center;
    }
    .view-bag-side .view-bag-btn-checkout a {
        margin-left: auto;
        margin-right: auto;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format,
    .view-bag-side .viewbag-free-format  {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format a,
    .view-bag-side .viewbag-free-format a {
        margin-right: auto;
        margin-left: auto;
        width: 200px;
        height: auto;
        margin-bottom: 12px;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format .irish-img,
    .view-bag-side .viewbag-free-format .irish-img {
        width: 151px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }
    .view-bag-side .view-bag-btn-checkout + .viewbag-free-format .irish-img img,
    .view-bag-side .viewbag-free-format .irish-img img {
        width: 151px;
        height: auto;
    }
    .view-bag-item-details {
        width: 100%;
        display: block;
    }
    .view-bag-item-details .description {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .view-bag-item-details .description p {
        border-top: 1px solid #eeeded;
        padding: 6px 0;
        word-wrap: break-word;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
    }
    .view-bag-item-details .description p:last-of-type {
        margin-bottom: 0;
    }
    .view-bag-item-details .description p:first-of-type {
        border-top: none;
        padding-top: 0;
    }
    .view-bag-item-details .description .gui-alert {
        border-top: 1px solid #eeeded;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 0;
    }
    .view-bag-item-details .description .gui-alert p {
        display: inline-block;
        border-top: none;
        padding: 0;
    }
    .view-bag-item-details .description p span {
        width: 50%;
        display: block;
    }
    .view-bag-item-details .description p span:nth-child(2n) {
        text-align: right;
    }
    .price-quantity-total,
    .promo .price-quantity-total    {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .price-quantity-total .price,
    .price-quantity-total .quantity,
    .price-quantity-total .total {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .price-quantity-total .price p,
    .price-quantity-total .quantity p,
    .price-quantity-total .total p {
        border-top: 1px solid #eeeded;
        padding: 6px 0;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
    }
    .price-quantity-total .price span,
    .price-quantity-total .quantity span,
    .price-quantity-total .total span {
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .price-quantity-total .quantity span {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-quantity-total .total span {
        font-weight: 600;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .price-quantity-total .total span > span {
        width: 100%;
        font-weight: 400;
        text-align: right;
    }
    .price-quantity-total .price span:nth-child(2n) {
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .price-quantity-total .quantity span:nth-child(2n) {
        text-align: right;
        display: block;
    }
    .price-quantity-total .total span:nth-child(2n) {
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
    .view-bag-item-details .quantity {
        text-align: right;
    }
    .delivery-supplement span {
        display: block;
        width: 50%;
    }
}
@media only screen and (max-width:520px) {
    .view-bag-title-links {
       -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .view-bag-title h1 {
        width: 100%;
        margin-bottom: 12px!important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .view-bag-title-links a.gui-chevron-white-right,
    .view-bag-title-links a.gui-chevron-black-left {
        font-size: 12px;
        padding: 6px 6px;
    }
    .view-bag-title-links a.gui-chevron-black-left {
       -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .view-bag-title-links a.gui-chevron-white-right {
       -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media only screen and (max-width:480px) {
    .view-bag-item-header h2 {
        font-size: 12px;    
    }
    .view-bag-remove-item button {
        font-size: 12px;    
    }
    .view-bag-image {
        max-width: 60px;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .view-bag-item-details .description p,
    .view-bag-item-details .price-quantity-total p,
    .view-bag-item-details .description .gui-alert p,
    .delivery-supplement p {
        font-size: 11px;
        line-height: 15px;
    }
    .price-quantity-total .total span.now {
        font-size: 13px;
    }
    .view-bag-delivery-subscription a {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .view-bag-delivery-subscription {
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-box-pack: space-between;
        justify-content: space-between;
    }
}

.product-card-options {
    min-width: 100%;
}

.view-bag-items .product-card-options {
    margin-right: 35px;
}

.editable-section-component select {
    color: #7A7878;
    border: 1px solid #dbdbdb;
    font-weight: normal;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: auto;
    font-size: 14px;
    padding: 3px 6px;
}

.product-select span {
    padding: 2px 10px;
    margin-top: 2px;
    display: block;
    margin-bottom: 1px;
    border: solid 1px transparent;
}

.product-card-edit-actions a.gui-refresh-primary-left:before {
	background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-refresh-white.svg);
}

.product-attribute .quantity {
    line-hight: 19px;
}

.view-bag-items .toFollow {
    background-color: #d9edf7;
    color: #8a6d3b;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
}

/*--------------- START - SHEET  ---------------*/

.nbuxSheet__content p {
    font-size: var(--font-body-font-size, 16px)!important;
    line-height: var(--font-body-line-height, 24px);
}

.nbuxSheet__content p a {
    font-size: var(--font-body-font-size, 16px)!important;
}
/*--------------- START - SHEET  ---------------*/

/*--------------- Truefit size sampling  ---------------*/
.lineBelowTF { display: none; }
.tfc-fitrec-size-sampling[data-tf-content-shown="true"] + .lineBelowTF {
  display: block;
}

