/*--------------- START - PDP LAYOUT ---------------*/
.pdp-content {
    position: relative;
    max-width: 898px;
    width: 100%;
    margin: 0 auto;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pdp-images-description {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 100%;
}
.pdp-attributes {
    margin: 0;
    
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 100%;
}
.product-images {
    width: 100%;
    padding: 24px 0;
    background: #E9ECEF;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-images h3 {
    text-align: center;
    padding: 0 24px;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .pdp-content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
                
        margin-top: 24px;
    }
    .pdp-attributes {
        margin: 0 24px 24px 12px;
        
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 310px;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;    
    }
    .pdp-images-description {
        margin: 0 0 12px 12px;
    }
}
/*--------------- END - PDP LAYOUT ---------------*/


/*--------------- START - PDP IMAGE SLIDER ---------------*/
.pdp-images-description .pdp-images {
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

/* Start PDP Roundels */
div[class^="pdp-roundel-slot"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pdp-images div[class^="pdp-roundel-slot"] {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}
.pdp-attributes .pdp-roundel-container {
    margin: 0 24px;
}
.pdp-attributes div[class^="pdp-roundel-slot"] {
    width: 100%;
    margin-bottom: 12px;
}
/* End PDP Roundels */

.pdp-images-description .product-image-slider {
    background: #FFFFFF;
    height: auto;
    white-space: nowrap;
}
.pdp-images-description .product-image-slider img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .pdp-images-description .pdp-images {
        margin-bottom: 12px;
    }
}
.ImageZoomCta {
    display: none;
    align-items: center;
    background: #f8f8f8;
    padding: 8px 16px;
    position: absolute;
    z-index: 10;
    bottom: 62px;
    right: 24px;
    border-radius: 40px;
}
.ImageZoomCta:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' fill-rule='evenodd' d='M16.6128994,15.2099046 L16.7071068,15.2930932 L21.7071068,20.2930932 C22.0976311,20.6836175 22.0976311,21.3167825 21.7071068,21.7073068 C21.3466228,22.0677907 20.7793918,22.0955203 20.3871006,21.7904954 L20.2928932,21.7073068 L15.2928932,16.7073068 C14.9023689,16.3167825 14.9023689,15.6836175 15.2928932,15.2930932 C15.6533772,14.9326093 16.2206082,14.9048797 16.6128994,15.2099046 Z M9.5,1.9997 C13.642,1.9997 17,5.3577 17,9.4997 C17,13.6427 13.642,16.9997 9.5,16.9997 C5.358,16.9997 2,13.6427 2,9.4997 C2,5.3577 5.358,1.9997 9.5,1.9997 Z M9.5,3.9997 C6.467,3.9997 4,6.4667 4,9.4997 C4,12.5327 6.467,14.9997 9.5,14.9997 C12.533,14.9997 15,12.5327 15,9.4997 C15,6.4667 12.533,3.9997 9.5,3.9997 Z M9.5,6 C10.0128358,6 10.4355072,6.29372623 10.4932723,6.6721361 L10.5,6.76086957 L10.5,8.5 L12.2391304,8.5 C12.6593471,8.5 13,8.94771525 13,9.5 C13,10.0128358 12.7062738,10.4355072 12.3278639,10.4932723 L12.2391304,10.5 L10.5,10.5 L10.5,12.2391304 C10.5,12.6593471 10.0522847,13 9.5,13 C8.98716416,13 8.56449284,12.7062738 8.50672773,12.3278639 L8.5,12.2391304 L8.5,10.5 L6.76086957,10.5 C6.34065291,10.5 6,10.0522847 6,9.5 C6,8.98716416 6.29372623,8.56449284 6.6721361,8.50672773 L6.76086957,8.5 L8.5,8.5 L8.5,6.76086957 C8.5,6.34065291 8.94771525,6 9.5,6 Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
.ImageZoomCta__text {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
/*--------------- END - PDP IMAGE SLIDER ---------------*/

/*--------------- START - PDP CAROUSELS ---------------*/
.product-carousels .gui-carousel-container:nth-child(even) {
    background: #dedede;
}
/*--------------- END - PDP CAROUSELS ---------------*/


/*--------------- START - PDP DESCRIPTION ---------------*/

.product-description {
    margin: 0 24px 24px;
}
@media screen and (max-width: 767px) {
    .pdp-images-description .product-description {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .pdp-attributes .product-description {
        display: none;
    }
}
.product-description .gui-panel-content p,
.product-description .gui-panel-content ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.product-description .gui-panel-content p {
    margin-left: 6px;
}
.product-description .gui-panel-content ul {
    list-style: disc;
}
.product-description label {
    border: 1px solid #CCC;
    background: #fff;
    padding: 14px 12px;
    color: #575757;
    font-size: 14px;
    line-height: 100%;
    cursor: pointer;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-description label:hover {
    background: #e7e7e7;
}
.product-description p.label-title,
.product-delivery p.label-title {
    margin-bottom: 0;
    font-size: 14px;
}
.product-description .gui-panel input[class='panel-checkbox']:checked ~ label {
    background: #e7e7e7;
}
.product-description label p {
    line-height: 100%;
    font-weight: 600;
    
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.product-description label:after {
    opacity: .7;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-chevron-black.svg);
    background-repeat: no-repeat;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    content: "";
    
    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;
}
.product-description input[class='panel-checkbox']:checked ~ label:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-description .gui-panel-content {
    background: #F9F9F9;
    padding: 12px 12px 1px;
    border: 1px solid #CCC;
    border-top: none;
}

/* Buying guide */
.gui-panel-content #sizeGuideButton {
    margin-left: 6px;
    padding: 6px 0;
    text-align: left;
    width: auto;
}

/* More Info btn & Close btn start */
#moreInfoBtn {margin-left: 6px;}
span.moreInfoBtn.gui-btn-tertiary.bordered {
    color: #878787;
    background-color: transparent;
    text-align: left;
    border: 1px solid #CCC;
}
span.moreInfoBtn.gui-btn-tertiary.bordered:hover {
    color: #878787;
    background-color: #cccccc;
    text-align: left;
    border: 1px solid #CCC;
}
#productMoreInfoModal a.modal-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
/* More Info btn & Close btn end */
h1.product-title {
    display: block;
    margin: 0 24px 12px;
    text-align: center;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    h1.product-title {
        text-align: left;
        margin: 0 0 12px;
    }
}
.product-description .gui-panel-content p,
.product-description .gui-panel-content ul li {
    color: #575757;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.product-description .gui-panel-content ul li {
    margin: 0 0 0 24px;
}
@media screen and (min-width: 768px) {
    .product-description {
        margin: 0;
    }
    .product-description .gui-panel-content {
        padding: 0;
        display: block;
    }
    .product-description label {
        display: none;
    }
    .product-description .gui-panel-content {
        background: none;
        border: none;
        padding: 0;
    }
}
/*--------------- END - PDP DESCRIPTION ---------------*/


/*--------------- START - PDP ATTRIBUTES ---------------*/
/* Product Review Stars */
.pdp-attributes .stars-and-prices {
    margin: 0 24px;
}
.pdp-attributes .product-review-stars {
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pdp-attributes .product-review-stars span.review-total {
    font-size: 14px;
}
.pdp-attributes .product-review-stars img {
    max-height: 16px;
    max-width: 16px;
    margin-right: 6px;
}
.pdp-attributes .product-review-stars p {
    margin: 0;
    color: #6B6B6B;
}
/* Product Prices */
.product-prices {
    padding-bottom: 0px;
    text-align: center;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    
    display: -webkit-box;
    
    display: -webkit-flex;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
}
a.gui-card .product-prices {
    margin-bottom: 0;
    justify-content: flex-start;
    text-align: left;   
}
.product-prices p.was,
.product-prices p.now,
.product-prices p.save {
    display: block;
    margin-bottom: 6px;
}
.product-prices p.now {
    font-size: 30px;
    font-weight: bold;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.product-prices p.was {
    font-size: 14px;
    color: #575757;
    text-decoration: line-through;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.product-prices p.save {
    font-size: 14px;
    font-weight: bold;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
.product-prices.was-now-save p.now {
    color: #ED2939;
}

/* Hide certain price labels and save price by default */
.product-prices p.now .label-now,
.product-prices p.now .label-from,
.product-prices p.was .label-from,
.product-prices p.save {
    display: none;
}

/* Large Item Delivery Sheet */
.largeItemDelivery p {
    margin: 0 0 24px;
}

.largeItemDelivery a {
    color: #0066cc;
    text-decoration: underline!important;
}

/* Product Options */
.pdp-attributes .product-option {
    margin-bottom: 12px;
    position: relative;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.pdp-attributes #single-size-option,
.pdp-attributes #multi-size-option {
    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;
    width: 50%;
}
.product-option.product-option-single p,
.product-option #single-size-option p {
    color: #575757;
    background: #f3f3f3;
    padding: 12px 36px 12px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    min-width: 66px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    min-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px;
    flex: 1 1 auto;
}
.product-option.product-option-single:last-of-type {
    margin-bottom: 36px;
}
.pdp-attributes .quantity-option {
    display: none;
}
.pdp-attributes .product-option label {
    display: none;
}
.pdp-attributes .product-option select,
.pdp-attributes .product-option input {
    color: #575757;
    background: #ffffff;
    padding: 12px 36px 12px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    min-width: 66px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    width: 100%;
    min-height: 44px;
    margin: 0;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pdp-attributes .product-option select.required,
.pdp-attributes .product-option input.required{
    border: 1px solid #e40e0e;
}
.pdp-attributes .product-option input.personalisation {
    padding: 12px 37px 12px 12px;
}
.pdp-attributes .product-option input.personalisation-missing {
    border: 1px solid red;
}
.pdp-attributes .product-option input.personalisation::-webkit-input-placeholder,
.pdp-attributes .product-option input.personalisation::-webkit-input-placeholder {
    color: #ccc;
}
.pdp-attributes .product-option input.personalisation::placeholder,
.pdp-attributes .product-option input.personalisation::-webkit-input-placeholder {
    color: #ccc;
}
.pdp-attributes .product-option-size-guide select {
    width: 50%;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.pdp-attributes .product-option-size-guide .size-guide-btn {
    max-width: 150px;
    margin-bottom: 0;
    margin-left: 12px;
    height: 44px;
    
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pdp-attributes .product-options .character-count {
    position: absolute;
    width: 24px;
    height: auto;
    text-align: center;
    font-size: 12px;
    top: 11px;
    right: 7px;
    background: #979797;
    color: #fff;
    padding: 5px;
    z-index: 2;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    pointer-events: none;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pdp-attributes .product-option select {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22400px%22%20height%3D%22400px%22%20viewBox%3D%220%200%20400%20400%22%20style%3D%22enable-background%3Anew%200%200%20400%20400%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M198.3%2C211.6L71.2%2C84.4c-4.7-4.7-12.3-4.7-16.9%2C0l-40.2%2C40.2c-4.7%2C4.7-4.7%2C12.3%2C0%2C16.9l175.7%2C175.9c2.3%2C2.3%2C5.4%2C3.5%2C8.5%2C3.5%0A%09s6.2-1.2%2C8.5-3.5l175.8-175.8c4.7-4.7%2C4.7-12.3%2C0-16.9l-40.2-40.2c-4.7-4.7-12.3-4.7-16.9%2C0L198.3%2C211.6z%22/%3E%0A%3C/svg%3E");
    background-position: -webkit-calc(100% - 12px) 50%;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
}
.pdp-attributes .product-option select::-ms-expand {
    display: none;
}
.post-add-to-bag select.product-option-missing {
    border: 1px solid red;
}

/* Product Add to Bag Message */
.pdp-attributes .pdp-message {
    padding: 0;
    margin: 0 24px;
}
.pdp-attributes p.pdp-message {
    padding: 12px;
    font-size: 13px;
    background-color: #dff0d8;
    color: #3c763d;
    line-height: 16px;
    margin: 0 0 12px;
    box-sizing: border-box;
    width: 100%;
}
.pdp-attributes p.pdp-message.danger {
    background-color: #fbefee;
    color: #e40e0e;
}
.pdp-attributes p.pdp-message.warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.pdp-attributes p.pdp-message.toFollow {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.pdp-attributes p.pdp-message a {
    color: #3c763d;
    text-decoration: underline;
    font-weight: bold;
}
.pdp-attributes p.pdp-message a:hover {
    color: #2a5d2a;
}
.pdp-attributes p.pdp-message a.danger:hover {
    color: #b81616;
}
.pdp-attributes p.pdp-message a.warning:hover {
    color: #6d562f;
}
.pdp-attributes p.pdp-message a.toFollow:hover {
    color: #6d562f;
}
.pdp-attributes .stockInfo {
    display: flex;
}

.pdp-attributes .stockInfo__link {
    cursor: pointer;
    text-decoration: underline;
}

.pdp-attributes .stockInfo:before {
    content: "";
    display: flex;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 16px;
    height: 16px;
    background-image: url("//images2.drct2u.com/content/common/images/commongui/icons/alerts/icon-info-dark-blue.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin: 0 12px 0 0;
}
.pdp-attributes .stockInfo.warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
    margin: 0 24px 12px;
}
.pdp-attributes .stockInfo.toFollow, .gui-minibag-item .toFollow, .view-bag-items .toFollow {
    background-color: #d9edf7;
    color: #31708f;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
}
.pdp-attributes .stockInfo.toFollow {
    margin: 0 24px 12px;
}
.pdp-attributes .stockInfo.warning:empty {
    display: none;
}
.pdp-attributes .stockInfo.toFollow:empty {
    display: none;
}

/* Product Total Price */
.pdp-attributes .pdp-total-price {
    margin: 0;
    padding: 0;
}
.pdp-attributes .pdp-total-price div {
    position: relative;
    margin: 0 24px 12px;
    padding: 12px 0;
}
.pdp-attributes .pdp-total-price p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.pdp-attributes .pdp-total-price p:first-child {
    margin-bottom: 4px;
}
.pdp-attributes .pdp-total-price p span.total-price {
    color: #3a981e;
}

/* Product Checkout Buttons */
.pdp-attributes .checkout-buttons {
    margin: 0 24px 12px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pdp-attributes .checkout-buttons span {
    width: 100%;
    margin: 0;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pdp-attributes .checkout-buttons a.gui-btn {
    height: 44px;
    font-size: 16px;
    text-transform: capitalize;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.pdp-attributes .checkout-buttons a.btn-added-to-bag:after {
    display: none;
}
.pdp-attributes .checkout-buttons a.btn-added-to-bag:active,
.pdp-attributes .checkout-buttons a.btn-added-to-bag:hover {
    background-color: transparent;
    color: #3a981e;
}
.pdp-attributes .checkout-buttons a.gui-icon-left.gui-heart-outline-black-left:before,
.pdp-attributes .checkout-buttons a.gui-icon-left.gui-heart-black-left:before,
.pdp-attributes .checkout-buttons a.gui-icon-left.gui-heart-outline-white-left:before,
.pdp-attributes .checkout-buttons a.gui-icon-left.gui-heart-white-left:before {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.pdp-attributes .checkout-buttons a.btn-save-for-later {
    color: #000000;
}
.pdp-attributes .checkout-buttons a.btn-saved-for-later {
    pointer-events: none;
    color: #000000;
}
.pdp-attributes .checkout-buttons a.btn-checkout {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

/* Product Options */
.pdp-attributes .product-options {
    margin: 0 24px;
}

/* Matching Set */
.matching-set {
    color: #575757;
}
.matching-item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-bottom: 24px;
    text-decoration: none;
    color: #575757;
}

.matching-item a {
    text-decoration: none;
    color: #575757;
}

.matching-item .product-option:last-child {
    margin-bottom: 0;
}

.matching-item > a,
.matching-item > img {
    margin-right: 12px;
    flex: 0 0 100px;
    width: 100px;
}

.matching-item > a img {
    width: 100%;
}

.matching-item-details {
    flex: 1 1 100px;
}

.pdp-attributes .matching-item-details .product-prices {
    margin-bottom: 12px;
    text-align: left;
}
.pdp-attributes .matching-item-details p.now {
    font-size: 20px;
}

.matching-item-details .product-title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 20px;
}

.matching-set-layout .stars-and-prices {
    margin-bottom: 24px;
}

.matching-item-no-options {
  display: block;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
}

.matching-item-no-options input {
  display: none;
}

.matching-item-no-options .matching-item {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px;
  background: #f9f9f9;
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
}

.matching-item-no-options .matching-item .matching-item-details {
  flex: 1 1;
  display: flex;
  flex-flow: column;
  padding: 6px 12px;
  box-sizing: border-box;
}

.matching-item-no-options .matching-item .matching-item-details p {
  margin: 0;
  margin-bottom: 6px;
}

.matching-item-no-options .matching-item .matching-item-details p:last-child {
  margin-bottom: 0;
}

.matching-item-no-options .matching-item a {
  display: inline-flex;
  flex-flow: row;
  align-items: flex-start;
}

.matching-item-no-options .matching-item img {
  max-width: 80px;
  flex: 0 0 80px;
}

.matching-item-no-options .matching-item .product-title {
    max-width: calc(100% - 36px);
}

.matching-item-no-options input:checked ~ .matching-item {
  border: 1px solid green;
  background: white;
}

.matching-item-no-options .product-option.product-option-single:last-of-type {
    margin-bottom: 0;
}

.matching-item-no-options input ~ .matching-item:after {
  content: '';
  background: url('//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-plus-white.svg') grey;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  padding: 12px;
  box-sizing: border-box;
}

.matching-item-no-options input:checked ~ .matching-item:after {
  background: url('//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-check-white.svg') green;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.matching-item p.item-message {
    margin-top: 12px;
    flex: 1 0 100%;
}

.matching-item p.item-message span {
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
    box-sizing: border-box; 
    display: block;
}

.matching-item p.item-message span.errorMsg {
    background-color: #fbefee;
    color: #e40e0e;
}

.matching-item p.item-message span.warningMsg {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/* Product Add Delivery Subscription Button */
.pdp-attributes .add-delivery-subscription {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 14px 12px;
    background: #f8f9fa;
}
.pdp-attributes .add-delivery-subscription .delivery-options li {
    font-weight: bold;
    padding: 12px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Product Delivery Subscription */
.pdp-attributes .delivery-subscription {
    background: #F2F2F2;
    color: #575757;
    font-size: 14px;
    padding: 24px;
    margin-bottom: 24px;
}
.pdp-attributes .delivery-subscription > p {
    margin-bottom: 12px;
    line-height: 18px;
}
.pdp-attributes .delivery-subscription .delivery-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}
/* Product Delivery Subscription Modal */
#delivery-subscription.gui-modal .modal-content {
    overflow-x: hidden;
}
.pdp-attributes .product-delivery label[for="product-delivery-panel"] {
    border: 1px solid #979797;
    padding: 12px;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.pdp-attributes .product-delivery input[class='panel-checkbox']:checked ~ label[for="product-delivery-panel"] {
    background: #e7e7e7;
}
.pdp-attributes .product-delivery label[for="product-delivery-panel"]:hover {
    background: #e7e7e7;
}
.pdp-attributes .product-delivery label[for="product-delivery-panel"] {
    background: #ececec;
    border: 1px solid #CCC;
    padding: 14px 12px;
    cursor: pointer;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.pdp-attributes .product-delivery label[for="product-delivery-panel"]:after {
    opacity: .7;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-chevron-black.svg);
    background-repeat: no-repeat;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    content: "";
    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;
}
.pdp-attributes .delivery-subscription .delivery-returns-btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 12px;
}
.pdp-attributes .delivery-options li {
    padding: 0 0 12px 0;
    list-style: none;
}
.pdp-attributes .product-delivery input[class='panel-checkbox']:checked ~ label:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pdp-attributes .product-delivery label p {
    line-height: 100%;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.pdp-attributes .product-delivery ul {
    padding: 0 6px;
    border-top: none;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px #00000026;
            box-shadow: 0 1px 2px #00000026;
}
.pdp-attributes .product-delivery table {
    background: #F9F9F9;
    border-top: 0;
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
    font-size: 14px !important;
}
.pdp-attributes .product-delivery th,
.pdp-attributes .product-delivery td {
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border: 0;
}
.pdp-attributes .product-delivery tr {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.pdp-attributes .product-delivery tr:last-child {
    border-bottom: 1px solid #ccc;
}
.pdp-attributes .product-delivery td:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-weight: bold;
}
.pdp-attributes .product-delivery td:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    font-weight: bold;
}
.pdp-attributes .product-delivery td:nth-child(3) {
    padding-top: 0px;
    font-size: 12px !important;
    margin-top: -6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.pdp-attributes .delivery-notes,
.pdp-attributes .returns-notes {
    line-height: 14px;
    display: block;
}
.pdp-attributes .delivery-notes {
    margin-bottom: 12px;
}
.pdp-attributes .delivery-notes p,
.pdp-attributes .returns-notes p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 12px;
}
.pdp-attributes .delivery-notes p:last-child,
.pdp-attributes .returns-notes p:last-child {
    margin-bottom: 0;
}
.pdp-attributes .delivery-notes a,
.pdp-attributes .returns-notes a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.pdp-attributes  p.delivery-returns-title{
    color: #575757;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}
.pdp-attributes .delivery-notes p:last-child {
    margin-bottom: 0;
}
.pdp-attributes .delivery-subscription .delivery-subscription-btn {
    margin-bottom: 0;
    padding: 0;
}
.pdp-attributes .delivery-subscription .delivery-subscription-btn:after {
    width: 13px;
    height: 13px;
    -webkit-background-size: 13px 13px;
            background-size: 13px 13px;
    margin-top: -1px;
}
.pdp-attributes .delivery-subscription .be-unlimited-added .delivery-subscription-btn {
    pointer-events: none;
    padding: 0 30px 0 0;
}
.pdp-attributes .delivery-subscription .be-unlimited-added .delivery-subscription-btn:after {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-background-size: 13px 13px;
            background-size: 13px 13px;
    margin-top: -1px;
    background-color: #3a981e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: -3px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
    .pdp-images-description {
       margin: 0 12px 24px 24px;
    }
    .pdp-attributes .stars-and-prices {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .pdp-attributes .product-review-stars {
        width: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .pdp-attributes .matching-set {
        margin: 0 0 24px;
    }
    .pdp-attributes .product-prices,
    .pdp-attributes .product-review-stars {
        width: 100%;
        text-align: left;
    }
    .pdp-attributes .stockInfo.warning {
        margin: 0 0 12px;
    }
    .pdp-attributes .stockInfo.toFollow {
        margin: 0 0 12px;
    }
    .pdp-attributes .product-prices {
        text-align: left;
        
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .pdp-attributes .product-options,
    .pdp-attributes .pdp-roundel-container {
        margin: 0;
    }
    .product-option.product-option-single {
        justify-content: flex-start;
    }
    .pdp-attributes .delivery-subscription {
        background: none;
        margin: 0 0 12px;
        padding: 0;
    }
    .pdp-attributes .add-to-bag-messages {
        padding: 0;
    }
    .pdp-attributes .checkout-buttons {
        margin: 0;
    }
    .pdp-attributes .pdp-message {
        padding: 0;
        margin: 0;
    }
    .pdp-attributes p.pdp-message {
        margin: 0 0 12px;
        width: 100%
    }
    .pdp-attributes .pdp-total-price div {
        margin: 0 0 12px;
    }
    .pdp-attributes .pdp-total-price p {
        text-align: left;
    }
}

.pdp-attributes .pdp-messages-content {
    overflow: hidden;
}

.slide {
    display: block;
    -webkit-animation: fade-in .7s ease-out;
            animation: fade-in .7s ease-out;
}

@-webkit-keyframes fade-in {
      0% { opacity: 0; }   
    100% { opacity: 1; }
}

@keyframes fade-in {
      0% { opacity: 0; }   
    100% { opacity: 1; }
}
/*--------------- END - PDP ATTRIBUTES ---------------*/


/*--------------- START - PDP SLIDER ---------------*/
.pdp-images .pdp-slider {
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
}
.pdp-images .items-disable-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.pdp-images .pdp-slider > div {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

.pdp-images .pdp-slider img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.pdp-images > a.gui-btn {
    display: none;
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    top: calc(50% - 36px - 17px);
    padding: 9px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px) {
    .pdp-images > a.gui-btn {
       display: inherit;
    }
}

.pdp-images > a.gui-icon-left {
    left: 20px;
}

.pdp-images > a.gui-icon-right {
    right: 20px;
}

.pdp-images > a.gui-btn:before,
.pdp-images > a.gui-btn:after {
    margin: 0;
}

.pdp-images .image-navigation {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.pdp-images .image-navigation a {
    background-color: #ececec;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    height: 12px;
    margin: 0 6px;
    width: 12px;
}
.pdp-images .image-navigation a.active {
    background-color: #cccccc;
    cursor: default;
}
/*--------------- END - PDP SLIDER ---------------*/

/*--------------- START - PDP REVIEWS ---------------*/
.reviews-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    height: 100%;
}
.reviews-container > div {
    width: 100%;
    max-width: 874px;
}
.product-reviews {
    position: relative;
    max-width: 898px;
    width: 100%;
    margin: 0 auto;
    
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-reviews label div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.product-reviews label .product-review-stars {
    margin-bottom: 0;
}
.product-reviews label .product-review-stars img {
    max-height: 16px;
    max-width: 16px;
    margin-right: 6px;
}
.product-reviews.gui-off-canvas label a.gui-btn.btn-reviews:after {
    opacity: .7;
    width: 12px;
    height: 12px;
    -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-chevron-black.svg);
    background-repeat: no-repeat;
    content: "";
    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;
}
.product-reviews.gui-off-canvas label a.gui-btn.btn-reviews {
    width: 100%;
    margin-bottom: 0;
    min-height: 44px;
    font-size: 14px;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-reviews.gui-off-canvas label a.gui-btn.btn-reviews span {
    line-height: initial;
    color: #575757;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-reviews.gui-off-canvas label a.gui-btn.btn-reviews:hover {
    background-color: #f5f5f5;
}

.product-reviews .gui-off-canvas-content h2 {
    float: left;
    line-height: 44px;
    margin-left: 12px;
}

.product-reviews .gui-off-canvas-content .gui-btn {
    margin-bottom: 0;
    min-height: 44px;
    font-size: 14px;
    color: #575757;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-reviews .gui-off-canvas-content .gui-btn:before {
    opacity: .7;
    width: 12px;
    height: 12px;
    -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
    background-repeat: no-repeat;
    content: "";
    
    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;
}
.product-reviews .gui-off-canvas-content .gui-btn p {
    line-height: 100%;
    
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.product-reviews .gui-off-canvas-content .gui-panel-content {
    margin: 0;
    padding: 0 16px;
}
.reviews-placeholder {
    font-weight: bold;
    width: 100%;
    color: #000;
    min-height: 200px;
    
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-reviews-panel-opener {
    background: transparent;
    margin-bottom: 0;
    min-height: 56px;
    width: 100%;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .product-reviews {
        padding: 0 24px 24px;
    }
    .product-reviews .gui-off-canvas-content {
        position: relative;
        width: auto;
        height: auto;
        background: transparent;
        left: auto;
        display: block;
        z-index: 0;
    }
    .gui-off-canvas .off-canvas-panel-actions {
        display: none;
    }
    .product-reviews .gui-off-canvas-content .gui-panel-content {
        margin: 0 12px;
    }
    .product-reviews-panel-opener {
        display: none;
    }
}
/*--------------- END - PDP REVIEWS ---------------*/

/*--------------- START - RICH RELEVANCE SLIDER ---------------*/
.affinity-fragment {
    margin-bottom: 24px;
}
.pdp-affinities {
    background: #f2f2f2;
    padding: 24px 0;
}
.pdp-affinities h3 {
    text-align: center;
    padding: 0 24px;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pdp-affinities-hidden {
    display: none !important;
}
.jdw-rr-slider .jdw-rr-slider-holder > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0 0;
}

.jdw-rr-slider ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
}

.jdw-rr-slider ul:before,
.jdw-rr-slider ul:after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(-webkit-calc(100vw - 50%) / 2);
        -ms-flex: 0 0 calc(calc(100vw - 50%) / 2);
            flex: 0 0 calc(calc(100vw - 50%) / 2);
}

.jdw-rr-slider li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-snap-align: center;
    background: #ffffff;
    padding: 8px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(33,37,41,0.08);
            box-shadow: 0 2px 2px 0 rgba(33,37,41,0.08);
    margin-right: 8px;
}
.jdw-rr-slider li:last-child {
    margin-right: 0;
}
.jdw-rr-slider li .salePrice {
    display: none;
}
.jdw-rr-slider li .wasPriceFormat {
    font-size: 14px;
    color: #575757;
    text-decoration: line-through;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.jdw-rr-slider li a.jdw-rr-button {
    color: #fff;
    background-color: #3a981e;
    text-align: left;
    border: 1px solid transparent;
    font-weight: bold;
    padding: 6px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    display: none;
}
.jdw-rr-slider li > div:first-child,
.jdw-rr-slider li .productPreviewTop a {
    margin-bottom: 12px;
}
.jdw-rr-slider li .productPreviewTop a {
    display: block;
}
.jdw-rr-slider li .productPreviewTop a > img {
    width: 100%;
}
.jdw-rr-slider li .jdw-rr-priceInfo,
.jdw-rr-slider li .jdw-rr-stars {
    margin-bottom: 6px;
}
.jdw-rr-slider li .jdw-rr-productInfo h2 {
    font-size: 14px;
    line-height: 16px;
}
.jdw-rr-slider li .jdw-rr-priceInfo {
    font-size: 18px;
}
.jdw-rr-slider .discounted-price .productPrice {
    color: #ED2939;
}

@media screen and (min-width: 768px) {
    .jdw-rr-slider li {
       -webkit-box-flex: 1;
       -webkit-flex: 1 0 33.33%;
           -ms-flex: 1 0 33.33%;
               flex: 1 0 33.33%;
        scroll-snap-align: start;
    }
    .jdw-rr-slider ul:before,
    .jdw-rr-slider ul:after {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(-webkit-calc(100vw - -webkit-calc(33.33% * 2)) / 2);
            -ms-flex: 0 0 calc(calc(100vw - calc(33.33% * 2)) / 2);
                flex: 0 0 calc(calc(100vw - calc(33.33% * 2)) / 2);
    }
    .jdw-rr-slider ul {
        scroll-padding-left: -webkit-calc(-webkit-calc(100vw - -webkit-calc(33.33% * 2)) / 2);
        scroll-padding-left: calc(calc(100vw - calc(33.33% * 2)) / 2);
    }
}

@media screen and (min-width: 1025px) {
    .jdw-rr-slider ul {
        overflow-y: hidden;
        padding: 0 36px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .jdw-rr-slider li {
       -webkit-box-flex: unset;
       -webkit-flex: unset;
           -ms-flex: unset;
               flex: unset;
       margin-right: 8px;
    }
    .jdw-rr-slider li:last-child {
       margin-right: 0;
    }
    .jdw-rr-slider ul:before,
    .jdw-rr-slider ul:after {
        display: none;
    }
}
/*--------------- END - RICH RELEVANCE SLIDER ---------------*/


/*--------------- START - FREE FORMAT AREAS  ---------------*/
.free-format-area {
    margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
    .free-format-area {
        margin-bottom: 0;
    }
}
/*--------------- END - FREE FORMAT AREAS  ---------------*/

/*--------------- START - VIDEO PLAYER  ---------------*/
.pdp-slider .video-player-container {
    align-self: stretch;
    max-height: 648px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pdp-slider video.video-player {
    width: 100%;
    height: 100%;
}
.product-videos {
    display: flex;
    background: #f7f7f7;
    padding: 24px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    flex-flow: row wrap;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-videos .video-player-container {
    z-index: 1;
}
.product-videos .video-player-container:not(:only-of-type) {
    margin-bottom: 12px;
}
.product-videos .video-player-container,
.product-videos .video-player-container video.video-player {
    width: 100%;
    max-width: 380px;
    background-image: none !important;
}
.product-videos .video-player-container:not(:only-of-type):first-child {
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .product-videos .video-player-container:not(:only-of-type) {
        margin-left: 12px;
        margin-bottom: 0;
    }
    .product-videos .video-player-container,
    .product-videos .video-player-container video.video-player {
        max-width: 898px;
    }
}
/*--------------- END - VIDEO PLAYER  ---------------*/

/*--------------- START - PRODUCT GALLERY MODAL  ---------------*/
#productGalleryModal.gui-modal {
    background: none;
}
.product-gallery-modal {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.product-gallery-modal .product-gallery-image-container {
    z-index: 1;
    position: relative;
}
.product-gallery-modal .product-gallery-image-container img {
    border-radius: 4px;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
}
.product-gallery-modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
.product-gallery-modal .gui-btn-lg {
    border-radius: 100px;
    padding: 9px;
    position: absolute;
    top: 18px;
    right: -18px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.product-gallery-modal .gui-btn-lg:after {
    margin: 0;
}
/*--------------- END - PRODUCT GALLERY MODAL  ---------------*/
/*--------------- START - INCENTIVES  ---------------*/
.pdp-incentives {
    border: 1px solid #ccc;
    padding: 18px;
    box-sizing: border-box;
    margin: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #f8f9fa;
}

.pdp-incentives li:first-child {
    font-weight: bold;
}

.pdp-incentives a.gui-btn {
    margin-top: 12px;
    border-radius: 50px;
    padding: 6px 24px;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .pdp-incentives {
        margin: 0 0 12px 0;
    }
}
/*--------------- END - INCENTIVES  ---------------*/

/*--------------- 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;
}
/*--------------- END - SHEET  ---------------*/






