/*******************************************************************************
  BOPIS - PDP
*******************************************************************************/
#bopis-block, .bopis-block {
    width: 100%;
    border: 1px solid #505040;
}

#bopis-block .heading, .bopis-block .heading {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 15px 10px 15px;
}

#bopis-block .bopis-block-content, .bopis-block .bopis-block-content {
    background: #F6F6F5;
    padding: 19px 15px 25px 15px;
}

.bopis-block-content .same-day-pickup {
    font-weight: 600;
}

#bopis-block .bopis-block-content .selected-store-info, .bopis-block .bopis-block-content .selected-store-info {
    margin-top: 13.5px;
    line-height: 1;
}

#bopis-block .bopis-block-content .selected-store-info span, .bopis-block .bopis-block-content .selected-store-info div{
    font-size: 16px;
}

#bopis-block .bopis-block-content .options-selected span{
    border-top: 1px solid #B9B9B5;
    width: 100%;
    display: inline-block;
    padding-top: 8.5px;
}

#bopis-block .bopis-block-content .options-selected .open-store-locator, .bopis-block .bopis-block-content .options-selected .open-store-locator {
    color: #000;
    text-decoration: underline;
    padding: 10px 20px 19px 20px;
    display: block;
    font-size: 16px;
    position: relative;
}

#bopis-block .bopis-block-content .options-selected .open-store-locator:after {
    background: url("../../../images/slider-right-b.svg") center center/contain no-repeat;
    content: '';
    height: 7px;
    margin: -5px 0 0 3px;
    position: absolute;
    top: 50%;
    width: 7px;
}

#bopis-block .bopis-block-content #bopis-addtocart {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    padding-top: 19px;
    padding-bottom: 19px;
}

#bopis-block .bopis-block-content .selected-store-picked {
    position: absolute;
}

#bopis-block .bopis-block-content .selected-store-name, .bopis-block .bopis-block-content .selected-store-name {
    display: inline-block;
    margin-left: 28px;
}

#bopis-block .bopis-block-content .selected-store-miles {
    font-size: 14px;
    display: block;
    margin-left: 28px;
}

#bopis-block .bopis-block-content .selected-store-picked input[type='radio'] {
    appearance: none;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
}

#bopis-block .bopis-block-content .selected-store-picked input[type='radio']:after {
    content: "";
    border: 1px solid #f04a23;
    content: "";
    display: inline-block;
    position: relative;
}

#bopis-block .bopis-block-content .selected-store-picked input[type='radio']:checked:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #f04a23;
}

#bopis-block .bopis-block-content .selected-store-picked input[type='radio']:checked:after {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: 4px;
    top: 1px;
    position: relative;
    background-color: #f04a23;
    content: '';
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    #bopis-block .bopis-block-content #bopis-addtocart {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    #bopis-block .bopis-block-content #bopis-addtocart {
        font-size: 16px;
    }
}

/*******************************************************************************
  BOPIS - PDP Pop Up
*******************************************************************************/
.locator-popup.modal-popup._show {
    background: #00000073;
}

.locator-popup .modal-header {
    padding: 0;
    border: none;
}

.modal-popup.locator-popup._show .modal-content {
    padding: 20px;
}

.locator-popup .modal-header .action-close {
    position: absolute;
    z-index: 10;
}

.locator-popup .modal-header .action-close::before {
    color: #B9B9B5;
}

#locator-popup-wrapper .heading, .locator-popup-wrapper .heading {
    font-family: 'UnitedSansReg-Bold';
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 12px;
    text-transform: uppercase;
}

#locator-popup-wrapper #view-stores,
.locator-popup-wrapper .view-stores {
    background: #F6F6F5;
    border: 1px solid #505040;
    border-radius: 5px;
    color: #505040;
    font-family: 'nudista-web', sans-serif;
    font-weight: 600;
    height: 34px;
    line-height: 1.2;
    padding: 9px 10px 9px 10px;
    text-align: center;
}

#locator-popup-wrapper input[type="text"],
#locator-popup-wrapper select,
.locator-popup-wrapper input[type="text"],
.locator-popup-wrapper select {
    border: 1px solid #505040;
}

#locator-popup-wrapper #view-stores:focus,
.locator-popup-wrapper .view-stores:focus {
    outline: none;
}

#locator-popup-wrapper .stores-list-empty,
.locator-popup-wrapper .stores-list-empty {
    margin-top: 10px;
}

#locator-popup-wrapper .stores-list .local-store,
.locator-popup-wrapper .stores-list .local-store {
    border-bottom: 1px solid #B9B9B5;
    font-size: 14px;
    line-height: 1.2;
}

#locator-popup-wrapper .stores-list .local-store.selected,
.locator-popup-wrapper .stores-list .local-store.selected {
    font-weight: 700;
}

#locator-popup-wrapper .stores-list .local-store.disabled,
.locator-popup-wrapper .stores-list .local-store.disabled {
    color: #96968C;
}

#locator-popup-wrapper .stores-list .local-store.disabled input[type='radio'],
.locator-popup-wrapper .stores-list .local-store.disabled input[type='radio'] {
    pointer-events: none;
}

#locator-popup-wrapper .stores-list .local-store.disabled .store-select input[type='radio']:after,
.locator-popup-wrapper .stores-list .local-store.disabled .store-select input[type='radio']:after{
    border: 1px solid #707070;
    background: #EDEDEB;
}

#locator-popup-wrapper .stores-list .local-store .store-stock-status.low-stock,
.locator-popup-wrapper .stores-list .local-store .store-stock-status.low-stock {
    color: #f04a23;
}

/* #locator-popup-wrapper .stores-list .local-store:first-of-type,
.locator-popup-wrapper .stores-list .local-store:first-of-type {
    margin-top: 10px;
} */

#locator-popup-wrapper .stores-list .local-store .store-select input[type='radio'],
.locator-popup-wrapper .stores-list .local-store .store-select input[type='radio'] {
    appearance: none;
    margin: 0;
    -webkit-appearance: none;
}

#locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:focus,
.locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:focus {
    outline: none;
    box-shadow: none !important;
}

#locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after,
.locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after {
    content: "";
    border: 1px solid #f04a23;
    content: "";
    display: inline-block;
    position: relative;
}

#locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before,
.locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before {
    border: 1px solid #f04a23;
    content: "";
    display: inline-block;
    position: absolute;
}

#locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after,
.locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after {
    background: #f04a23;
    content: "";
    display: inline-block;
    position: relative;
}

#locator-popup-wrapper .select-store-control div,
.locator-popup-wrapper .select-store-control div {
    width: 100%;
    text-align: center;
}

#locator-popup-wrapper .select-store-control .action,
.locator-popup-wrapper .select-store-control .action {
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 0;
}

#locator-popup-wrapper .stores-list .local-store .store-select,
.locator-popup-wrapper .stores-list .local-store .store-select {
    margin-right: 10px;
}

button.btn.select-store {
    border-radius: 5px;
    background: #505040;
    color: #fff;
    font-family: 'nudista-web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    line-height: 1.2;
    padding: 13px 70px;
    text-align: center;
}

#locator-popup-wrapper .select-store-control #low-stock-message,
.locator-popup-wrapper .select-store-control .low-stock-message {
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    #locator-popup-wrapper #radius,
    .locator-popup-wrapper .radius {
        width: 13%;
    }

    #locator-popup-wrapper #view-stores,
    .locator-popup-wrapper .view-stores {
        width: 18.7%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #locator-popup-wrapper #radius,
    .locator-popup-wrapper .radius {
        width: 19%;
    }

    #locator-popup-wrapper #view-stores,
    .locator-popup-wrapper .view-stores {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) {
    .locator-popup.modal-popup .modal-inner-wrap {
        margin-top: 25vh;
        width: 67%;
        max-width: 1200px
    }

    .locator-popup .modal-header .action-close::before {
        font-size: 58px;
        line-height: 58px;
    }

    #locator-popup-wrapper .heading {
        font-size: 18px;
    }

    #locator-popup-wrapper #zipcode,
    #locator-popup-wrapper #radius,
    .locator-popup-wrapper .zipcode,
    .locator-popup-wrapper .radius {
        font-size: 14px;
        font-family: 'nudista-web', sans-serif;
        height: 34px;
        margin-right: 14px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #locator-popup-wrapper #zipcode,
    .locator-popup-wrapper .zipcode {
        width: 26%;
    }

    #locator-popup-wrapper .stores-list .local-store,
    .locator-popup-wrapper .stores-list .local-store{
        display: flex;
        padding-top: 25.5px;
        padding-bottom: 25.5px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input,
    .locator-popup-wrapper .stores-list .local-store .store-select input {
        height: 20px;
        width: 20px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after,
    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before{
        border-radius: 20px;
        height: 20px;
        width: 20px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after {
        border-radius: 12px;
        height: 12px;
        left: 4.28px;
        top: 2.25px !important;
        width: 12px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-name,
    #locator-popup-wrapper .stores-list .local-store .store-phone,
    #locator-popup-wrapper .stores-list .local-store .store-address,
    #locator-popup-wrapper .stores-list .local-store .store-pickup,
    #locator-popup-wrapper .stores-list .local-store .store-stock-status,
    .locator-popup-wrapper .stores-list .local-store .store-name,
    .locator-popup-wrapper .stores-list .local-store .store-phone,
    .locator-popup-wrapper .stores-list .local-store .store-address,
    .locator-popup-wrapper .stores-list .local-store .store-pickup,
    .locator-popup-wrapper .stores-list .local-store .store-stock-status {
        width: 16%;
    }

    #locator-popup-wrapper .stores-list .local-store .store-name,
    #locator-popup-wrapper .stores-list .local-store .store-phone,
    #locator-popup-wrapper .stores-list .local-store .store-address,
    #locator-popup-wrapper .stores-list .local-store .store-pickup,
    .locator-popup-wrapper .stores-list .local-store .store-name,
    .locator-popup-wrapper .stores-list .local-store .store-phone,
    .locator-popup-wrapper .stores-list .local-store .store-address,
    .locator-popup-wrapper .stores-list .local-store .store-pickup {
        margin-right: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .locator-popup.modal-popup .modal-inner-wrap {
        height: 100%;
        margin-top: 56px;
        width: 100%;
    }

    .locator-popup .modal-header .action-close::before {
        font-size: 35px;
        line-height: 35px;
    }

    #locator-popup-wrapper .heading,
    .locator-popup-wrapper .heading {
        font-size: 16px;
    }

    #locator-popup-wrapper #radius,
    #locator-popup-wrapper #view-stores,
    .locator-popup-wrapper .radius,
    .locator-popup-wrapper .view-stores {
        width: 100%;
    }

    #locator-popup-wrapper #view-stores,
    .locator-popup-wrapper .view-stores {
        border-radius: 0;
    }

    #locator-popup-wrapper input[type="text"], #locator-popup-wrapper select,
    #locator-popup-wrapper #radius,
    .locator-popup-wrapper input[type="text"], .locator-popup-wrapper select,
    .locator-popup-wrapper .radius {
        margin-bottom: 10px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input,
    .locator-popup-wrapper .stores-list .local-store .store-select input {
        height: 15px;
        width: 15px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after,
    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:after,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:before {
        border-radius: 15px;
        height: 15px;
        width: 15px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after,
    .locator-popup-wrapper .stores-list .local-store .store-select input[type='radio']:checked:after {
        border-radius: 9px;
        height: 9px;
        left: 3px;
        top: -3px;
        width: 9px;
    }

    #locator-popup-wrapper .stores-list .local-store,
    .locator-popup-wrapper .stores-list .local-store {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }

    #locator-popup-wrapper .stores-list .local-store .store-select,
    .locator-popup-wrapper .stores-list .local-store .store-select {
        position: absolute;
    }

    #locator-popup-wrapper .stores-list .local-store .store-name,
    #locator-popup-wrapper .stores-list .local-store .store-phone,
    #locator-popup-wrapper .stores-list .local-store .store-address,
    #locator-popup-wrapper .stores-list .local-store .store-pickup,
    .locator-popup-wrapper .stores-list .local-store .store-name,
    .locator-popup-wrapper .stores-list .local-store .store-phone,
    .locator-popup-wrapper .stores-list .local-store .store-address,
    .locator-popup-wrapper .stores-list .local-store .store-pickup {
        display: inline-block;
        width: 80%;
        margin-left: 25px;
    }

    #locator-popup-wrapper .stores-list .local-store .store-stock-status,
    .locator-popup-wrapper .stores-list .local-store .store-stock-status {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 12px;
    }

    button.btn.select-store {
        width: 100%;
    }
}

/*******************************************************************************
  BOPIS - Shopping Cart
*******************************************************************************/
.column.main .cart.table-wrapper .cart.items .cart.item .qty .input-text {
    border: 1px solid #000;
    height: 24px;
    width: 32px;
    font-size: 14px !important;
}

.cart.table-wrapper #shopping-cart-table .product-item-name {
    font-size: 14px;
}

#shopping-cart-table .cart.item .bopis-block {
    background: #F6F6F5;
    border: 1px solid #505040;
    border-top: 1px solid #505040;
}

#shopping-cart-table .cart.item .bopis-block .bopis-block-content {
    padding: 0;
}

#shopping-cart-table .cart.item .bopis-block .bopis-block-content .selected-store-name {
    margin-left: 0;
}

#shopping-cart-table .cart.item .bopis-block .bopis-block-content .selected-store-info div {
    display: inline-block;
}

#shopping-cart-table .cart.item .bopis-block .bopis-stores {
    border-top: 1px solid #B9B9B5;
    margin-top: 9.5px;
}

#shopping-cart-table .cart.item.gwp .bopis-block .bopis-stores {
    border-top: 0;
    margin-top: -20px;
}

#shopping-cart-table .cart.item .bopis-block label {
    font-size: 12px;
    font-weight: 400;
    width: 49%;
}

#shopping-cart-table .cart.item .bopis-block input {
    height: 15px;
    width: 15px;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio']:focus {
    outline: none;
    box-shadow: none !important;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio']:after {
    content: "";
    border: 1px solid #f04a23;
    content: "";
    display: inline-block;
    position: relative;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio']:checked:before {
    border: 1px solid #f04a23;
    content: "";
    display: inline-block;
    position: absolute;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio']:after,
#shopping-cart-table .cart.item .bopis-block input[type='radio']:checked:before {
    border-radius: 15px;
    height: 15px;
    width: 15px;
}

#shopping-cart-table .cart.item .bopis-block input[type='radio']:checked:after {
    background: #f04a23;
    border-radius: 7px;
    content: "";
    display: inline-block;
    height: 7px;
    left: 4px;
    position: relative;
    top: -4px;
    width: 7px;
}

#shopping-cart-table .cart.item .bopis-block .selected-store-info .selected-store-name {
    font-weight: 700;
}

#shopping-cart-table .cart.item .bopis-block .selected-store-info .open-store-locator {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
}

#shopping-cart-table .cart.item .bopis-block .local-store-disclaimer {
    color: #505040;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 14px;
}

#shopping-cart-table .cart.item .bopis-message.message {
    margin-top: 4px;
    padding: 6px 8px !important;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    #shopping-cart-table .cart.item .bopis-block {
        max-width: 350px;
        min-width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #shopping-cart-table .cart.item .bopis-block {
        max-width: 290px;
        min-width: 290px;
    }
}

@media only screen and (min-width: 1560px) {
    .cart.table-wrapper #shopping-cart-table .product-item-details {
        max-width: 98px;
    }

    /* Safari 10.1+ */
    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) {
        .cart.table-wrapper #shopping-cart-table .product-item-details {
            max-width: 230px;
        }
    }}
}

@media only screen and (min-width: 769px) and (max-width: 1559px) {
    .cart.table-wrapper #shopping-cart-table .product-item-details {
        max-width: 18px;
    }

    /* Safari 10.1+ */
    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) {
        .cart.table-wrapper #shopping-cart-table .product-item-details {
            max-width: 112px;
        }
    }}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    #shopping-cart-table .cart.item .bopis-block {
        max-width: 350px;
        min-width: 350px;
    }
}

@media only screen and (min-width: 769px) {
    .column.main .cart.table-wrapper .cart.items .cart.item .col {
        min-height: 310px;
        padding: 23.5px 0 36.5px 0;
    }

    #shopping-cart-table .cart.item .item-info {
        position: relative;
    }

    #shopping-cart-table .cart.item .product-image-container {
        width: 130px !important;
    }

    .cart.table-wrapper #shopping-cart-table .product-item-details {
        padding-left: 10px;
    }

    .cart.table-wrapper #shopping-cart-table .product-item-photo {
        padding-right: 0;
    }

    #shopping-cart-table .cart.item .bopis-block {
        margin-left: 17px;
        margin-top: 85px;
        padding: 25px 15px 15px 15px;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Safari 10.1+ */
    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) {
        #shopping-cart-table .cart.item .bopis-block {
            top: unset;
        }
    }}
}

@media only screen and (max-width: 768px) {
    .cart.table-wrapper #shopping-cart-table .item .col.item {
        order: 1;
        padding: 0 0 0 120px;
        width: 100%;
    }

    .cart.table-wrapper #shopping-cart-table .col.price,
    .cart.table-wrapper #shopping-cart-table .col.qty,
    .cart.table-wrapper #shopping-cart-table .col.subtotal {
        margin-top: 28px;
        padding-bottom: 26px !important;
        padding-top: 0 !important;
        text-align: center;
    }

    .cart.table-wrapper #shopping-cart-table .col.price {
        order: 2;
    }

    .cart.table-wrapper #shopping-cart-table .col.qty {
        order: 3;
    }

    .cart.table-wrapper #shopping-cart-table .col.subtotal {
        order: 4;
    }

    #shopping-cart-table .cart.item .item-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 28.5px;
        margin-top: 15.5px;
        width: 100%;
    }

    .cart.table-wrapper #shopping-cart-table .product-item-photo {
        max-width: 110px;
    }

    #shopping-cart-table .cart.item .bopis-block {
        padding: 15px 14px 14px 19px !important;
    }

    #shopping-cart-table .cart.item .bopis-block-td {
        order: 5;
        width: 100%;
    }
}

/*******************************************************************************
  BOPIS - Checkout
*******************************************************************************/

.onestepcheckout-index-index .checkout-shipping-address .store-container {
    margin-top: 32.5px;
}

.onestepcheckout-index-index .bopis-stores .pickup-time,
.onestepcheckout-index-index .checkout-shipping-address .shipping-address {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: calc(100% - 300px);
}

.onestepcheckout-index-index .opc-block-shipping-information .bopis-stores .pickup-time {
    max-width: 100%;
}

.onestepcheckout-index-index #bopis .bopis-stores .store-container,
.onestepcheckout-index-index #shipping .bopis-stores .store-container:not(:last-child) {
    padding-bottom: 30px;
}

.onestepcheckout-index-index #bopis .bopis-stores .store-container:not(:first-child) {
    padding-top: 30px;
}

.onestepcheckout-index-index .bopis-stores .store-container:not(:last-child) {
    border-bottom: 1px solid #707070;
}

.onestepcheckout-index-index .bopis-stores .store-content-container {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    position: relative;
}

.checkout-index-index .opc-block-shipping-information .bopis-stores .store-pickup-heading {
    border-bottom: 0.5px solid #B9B9B5;;
    font-family: 'nudista-web', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.checkout-index-index .opc-block-shipping-information .bopis-stores .store-container {
    border: none;
    padding-bottom: 10px;
}

.checkout-index-index .opc-block-shipping-information .bopis-stores .store-container .store-content-container {
    font-family: 'nudista-web', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.checkout-index-index .opc-block-shipping-information .bopis-stores .store-container .pickup-time {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .onestepcheckout-index-index .bopis-stores .pickup-time {
        max-width: calc(100% - 180px);
    }

    .onestepcheckout-index-index .opc-block-shipping-information .bopis-stores .pickup-time {
        max-width: 100%;
    }
}
