/** General Defaults
 ------------------------------------------------------------*/
 .ps-embedded .ps-container {
    color:#373737;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display:inline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;

    /*Sends rendering to the GPU by tricking browser into thinking we're 3D. Makes animations faster*/
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ps-container * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}
.ps-float-box {
    position: relative;
    float: left;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}
.ps-widget ::-ms-clear {
    display: none;
}
.ps-widget svg {
    pointer-events: none;
}
.ps-widget button, .ps-widget select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ps-widget input {
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    font-style: italic;
}
input[type="checkbox"] {
    display: none;
}
.ps-widget a {
    outline:none;
    border:none;
}
.ps-embedded.ps-wtb-container {
    height: 265px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
@media screen and (max-width:767px) {
    .ps-embedded.ps-wtb-container {
        height: auto;
        padding: 0 0 20px;
    }
}


/** Color Styles
 ------------------------------------------------------------*/
/* .ps-map-geolocation-button.ps-find-nearby-location path {
    fill: #2f353d;
}
.ps-in-stock path, .ps-local-in-stock path {
    fill: #43a83a;
}
.ps-map-geolocation-button path {
    fill: #dd6c23;
}
.ps-mag-icon {
    fill: #fff;
}
.ps-error-icon path {
    fill: #f02c31;
}
.ps-phone-number path, .ps-get-directions-button path, .ps-local-buy-online path, .ps-phone-icon path, .ps-local-buy-online-mobile path, .ps-infobox-details-content > span + span + span path, .ps-infobox-details-left svg path {
    fill: #e01e21;
}
.ps-get-directions-button:hover path, .ps-local-buy-online:hover path {
    fill: #ff3639;
}
.ps-show path, .ps-hide path {
    fill: #e01e21;
}
@media screen and (max-width:1024px) {
    .ps-map-geolocation-button path {
    }
    .ps-get-directions-button path, .ps-local-buy-online path {
    }
}
@media screen and (max-width:767px) {
    .ps-map-geolocation-button path {
        fill: #fff;
    }
    .ps-get-directions-button path, .ps-local-buy-online path {
    }
} */

/** Return to product information
 ------------------------------------------------------------*/
 /* .ps-product-details.ps-wtb-container {
     position: absolute;
     top: 35px !important;
     right: 20px;
     height: auto;
 }
 @media screen and (max-width:767px) {
     .ps-product-details.ps-wtb-container {
         position: relative;
         top: auto !important;
         right: auto;
         height: 100%;
     }
 } */

/** Product Details Section
 ------------------------------------------------------------*/
/* .ps-wtb-container h1 {
    color:  #e01e21;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    margin: 25px auto 50px;
}
.ps-back-button {
    position: relative;
    float: none;
    margin: 25px 0;
}
.ps-back-button a {
    color: #8c91aa;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.ps-back-button a:hover {
    text-decoration: underline;
}
.ps-product-details-container {
    border-bottom: 1px solid #b1b1b1;
    padding: 0 0 100px;
}
.ps-product-details-image {
    width: 25%;
}
 .ps-product-description {
     width: 55%;
     padding: 0 100px 0 60px;
 }
 .ps-product-description-tablet {
     display: none;
 }
.ps-product-details {
}
.ps-product-details-image {
    text-align: center;
}
.ps-product-details-image img {
    max-width: 100%;
    width: 330px;    
    height: auto;
}
img.ps-error {
    display: none;
}
img.ps-error + .ps-missing-image {
    display: block;
} 
.ps-missing-image {
    display: none;
    width: 330px;
    height: 330px;
    border: 1px solid #eee;
    padding: 190px 0 0 0;
}
.ps-product-title {
    font-family: "museo-slab", MuseoSlabBold, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}
.ps-reviews {
    padding: 15px 0;
}
.ps-product-summary {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    max-height: 125px;
    overflow: hidden;
} 
input[type="checkbox"]:checked + div.ps-product-summary {
    max-height: none;
}
.ps-product-summary p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 11px 0;
}
.ps-product-summary label {
    position: absolute;
    bottom: 6px;
    right: 0;
    color: #e01e21;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
}
.ps-product-summary label:hover {
    color: #ff3639;
}
.ps-product-summary span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 65px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
input[type="checkbox"]:checked + div.ps-product-summary > label,
input[type="checkbox"]:checked + div.ps-product-summary > span {
    display: none;
}
.ps-sale-section {
    width: 20%;
}
.ps-buy-direct {
    color: #757575;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 10px 0;
}
.ps-price {
}
.ps-price > span {
    color: #e01e21;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.ps-price > small {
    font-weight: 700;
    color:  #757575;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
}
.ps-product-details .ps-stock {
    color: #757575;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
}
.ps-add-to-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #e01e21;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    cursor: pointer;
}
.ps-add-to-cart-button:hover {
    background: #ff3639;
}
.ps-add-to-cart span {
    display: inline-block;
    content: '';
    width: 36px;
    height: 31px;
    background-image: url(cart.png);
    background-size: auto 31px;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
}
.ps-add-to-cart-button-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #b1b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    cursor: auto;
}
.ps-sale-alert-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    color: #373737;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width:1024px) {
    .ps-wtb-container h1 {
        padding: 20px;
        margin: 0;
    }
    .ps-product-details-container {
        border: none;
        padding: 20px 20px 0;
    }
    .ps-product-description {
        display: none;
    }
    .ps-product-details-image {
        width: 70%;
        padding: 0 0 30px 0;
    }
    .ps-product-title {
        font-size: 24px;
        line-height: 26px;
    }
    .ps-product-description-tablet {
        display: block;
        width: 70%;
        padding: 0 20px 0 0;
    }
    .ps-product-summary p {
        font-size: 15px;
        line-height: 21px;
    }
    .ps-product-summary label {
        font-size: 14px;
    }
    .ps-sale-section {
        width: 30%;
    }
    .ps-add-to-cart-button, .ps-sale-alert-button, .ps-wtb-container .ps-widget.ps-price-alert > span {
        width: 100%;
        font-size: 18px;
    }
    .ps-add-to-cart span {
        width: 29px;
        height: 25px;
        background-size: auto 25px;
        margin:  0 17px 0 0;
    }
}
@media screen and (max-width:767px) {
    .ps-wtb-container h1 {
        font-size: 24px;
        line-height: 26px;
        padding: 20px 0 0;
    }
    .ps-product-details-container {
        padding: 0 0 25px;
    }
    .ps-product-details-image img {
        width: 150px !important;
        height: 150px;
    }
    .ps-product-title {
    }
    .ps-product-description {
        display: block;
        padding: 0;
    }
    .ps-product-summary p {
        font-size: 15px;
    }
    .ps-product-description-tablet {
        display: none;
    }
    .ps-product-details-image, .ps-product-description, .ps-sale-section {
        width: 100%;
        padding: 0;
    }
    .ps-product-details-image {
        padding: 20px 0;
    }
    .ps-sale-section {
        padding: 20px 0 0 0;
    }
    .ps-buy-direct {
        padding: 0 0 10px;
    }
    .ps-add-to-cart-button, .ps-sale-alert-button {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
} */

/** Reviews Section
 ------------------------------------------------------------*/


/** Find Nearby Section
 ------------------------------------------------------------*/
.ps-find-nearby {
    position: relative;
    float: right;
}
.ps-find-nearby div {
    position: relative;
    float: right;
    z-index: 1;
}
.ps-find-nearby-mobile {
    display:none;
}
.ps-nearby-stores {
    position: relative;
    float: left;
    color: #e01e21;
    font-size: 14px;
    font-weight:400;
    line-height:28px;
    text-align:left;
    margin: 0 5px 0 0;
    cursor:auto;
    z-index: 1;
}
.ps-nearby-stores > div {
}
.ps-nearby-stores:hover {
    color: #ff3639;
}
.ps-find-nearby > a {
    text-decoration: none;
}
.ps-location-name {
    position: relative;
    float: left;
    color: #2f353d;
    font-size: 14px;
    font-weight:400;
    line-height:28px;
    cursor:auto;
}
.ps-map-geolocation-button.ps-find-nearby-location {
    position: relative;
    float:right;
    background:transparent;
    background-color:transparent;
    border:none;
    width:auto;
    height:auto;
    padding:8px;
    cursor: pointer;
    display: flex;
}
.ps-map-geolocation-button.ps-find-nearby-location:hover {
    background:transparent;
    background-color:transparent;    
}
.ps-find-nearby-location svg {
    width: 13px !important;
    height: 13px !important;
}
@media screen and (max-width:1024px) {
    .ps-nearby-stores {
    }
    .ps-find-nearby div {
        margin: 40px 20px 0 0;
    }
    .ps-nearby-stores > div, .ps-map-geolocation-button.ps-find-nearby-location {
        right: auto;
        background: transparent;
        box-shadow: none;
    }
}
@media screen and (max-width:767px) {
    .ps-find-nearby {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        border-top: 1px solid #b1b1b1;
        border-bottom: 1px solid #b1b1b1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }
    .ps-find-nearby div {
        margin: 0;
        float: left;
    }
    .ps-nearby-stores, .ps-location-name {
        line-height: 18px;
    }
    .ps-location-name {
        font-size: 12px;
        margin: 0 7px 0 0;
    }
    .ps-map-geolocation-button.ps-find-nearby-location {
        padding: 2px;
    }
}

/** Online and Local Section
 ------------------------------------------------------------*/
/* .ps-header {
    color: #e01e21;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    margin: 40px auto 50px;
}
.ps-online-container .ps-header {
    display: none;
}
.ps-local-container .ps-header {
    margin: 90px auto 50px;
}
@media screen and (max-width:1024px) {
    .ps-header, .ps-local-container .ps-header {
        padding: 0 0 0 20px;
        margin: 40px 0;
    }
} 
@media screen and (max-width:767px) {
    .ps-header, .ps-local-container .ps-header {
        float: left;
        font-size: 24px;
        padding: 0;
        margin: 40px auto 12px;
    }
    .ps-online-container .ps-header {
        display: block;
        margin: 0 auto 12px;
    }
} */

/** Online Section
 ------------------------------------------------------------*/
 
 .ps-embedded .ps-online-container {
}
.ps-embedded .ps-online-container-mobile {
    display: none;
}
.ps-embedded .ps-online-section {
    padding: 20px 0 0 0;
}
.ps-embedded .ps-online-sellers {
}
.ps-embedded .ps-online-seller-listings {}
.ps-embedded .ps-online-seller-listing {
    width: 25%;
    height: auto;
    padding: 5px;
    background: #fff;
}
.ps-embedded .ps-online-seller-content {
    height: 145px;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px 0;
}
.ps-embedded .ps-online-seller-panel-hover {
    position: absolute;
    top: -5px;
    left: -4px;
    width: 103%;
    height: 214px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
    z-index: -1;
    transition: transform .2s ease-in-out;
}
.ps-embedded .ps-online-seller-content:hover {
    border: 1px solid transparent;
}
.ps-embedded .ps-online-seller-content:hover .ps-online-seller-panel-hover {
    z-index: 1;
}
.ps-embedded .ps-online-seller-content:hover .ps-online-seller-listing-name, .ps-embedded .ps-online-availability, .ps-online-price, .ps-online-seller-reviews, .ps-embedded .ps-online-buy {
    z-index: 1;
}
.ps-embedded .ps-online-seller-listing-name, .ps-embedded .ps-online-availability, .ps-embedded .ps-online-price, .ps-embedded .ps-online-buy  {
    text-align: center;
}
.ps-embedded .ps-online-seller-listing img {
    width: 105px;
    line-height: 27px;
    cursor: pointer;
}
.ps-embedded .ps-online-availability {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.ps-embedded .ps-online-availability span {
    color: #757575;
} 
.ps-in-stock {
    color: #43a83a;
}
.ps-in-stock svg {
    width: 13px;
    height: 10px;
}
.ps-in-stock path {
    fill: #43a83a;
}
.ps-embedded .ps-online-buy {
    margin: 2px 0 0 0;
    padding: 0 20px;
    max-height: 0;
}
.ps-embedded .ps-online-buy button {
    width: 100%;
    height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: rgba(88, 135, 245, 0);
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: transparent;
    -webkit-transition: transform .3s ease-in, background .08s ease-in-out;
    -moz-transition: transform .3s ease-in, background .08s ease-in-out;
    transition: transform .3s ease-in, background .08s ease-in-out;
    transition: transform .3s ease-in, background .08s ease-in-out;
}
.ps-embedded .ps-online-buy button span {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
}
.ps-embedded .ps-online-seller-content:hover button {
    color: #fff; 
    background: #e01e21;
    transform: translate(0,10px);
}
.ps-embedded .ps-online-buy button:hover {
    background: #ff3639;
}
.ps-embedded .ps-online-seller-content:hover button.ps-online-view-button {
    color: #373737;
    background: #eee;
}
.ps-embedded .ps-online-buy button.ps-online-view-button:hover {
    background: #eee;
    display: block;
}
.ps-embedded .ps-seller-error-name {
    color:#666;
    font-weight:700;
    text-align:center;
    display: none;
    padding: 38px 0;
}
.ps-embedded img.ps-error + .ps-seller-error-name {
    display: block;
}
.ps-embedded .ps-online-section .ps-no-results {
    color: #757575;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    margin: 5px 10px 60px;
    padding: 0;
}
.ps-embedded .ps-online-section .ps-no-results b {
    position: relative;
    float: left;
    width: auto;
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    line-height: 18px;
    text-transform: none;
}
.ps-embedded .ps-online-section .ps-no-results span {
    position: relative;
    float: left;
    width: auto;
    font-family: inherit;
    line-height: 15px;
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    color: #757575;
}
@media screen and (max-width: 1024px) {
    .ps-embedded .ps-online-section {
        padding: 0 10px 0;
    }
    .ps-embedded .ps-online-seller-listing {
        width: 25%;
    }
    .ps-embedded .ps-online-seller-listings {
    }
    .ps-embedded .ps-online-seller-content {
        height: 225px;
        padding: 30px 0;
    }
    .ps-embedded .ps-online-seller-panel-hover {
        display: none;
    }
    .ps-embedded .ps-online-seller-content:hover {
        border: 1px solid #e2e5e9;
    }
    .ps-online-availability {
    }
    .ps-in-stock {
        font-size: 14px;
    }
    .ps-online-price {
    }
    .ps-embedded .ps-online-price div {
        font-size: 16px;
    }
    .ps-embedded .ps-online-buy {
        margin: 15px 0 0 0;
        padding: 0 25px;
    }
    .ps-embedded .ps-online-buy button {
        max-height: none;
        color: #fff;
        opacity: 1;
        margin: 0;
        background: #e01e21;
    }
    .ps-embedded .ps-online-buy button.ps-online-view-button {
        color: #373737;
        background: #eee;
    }
    .ps-online-buy-button {
    }
    .ps-embedded .ps-online-seller-content:hover button {
        transform: translate(0,0);
    }
}
@media screen and (max-width: 767px) {
    .ps-embedded .ps-online-section {
        padding: 0;
    }
    .ps-embedded .ps-online-seller-listing {
        width: 100%;
        padding: 0;
    }
    .ps-embedded .ps-online-seller-content, .ps-embedded .ps-online-seller-content:hover {
        height: auto;
        border: none;
        border-bottom: 1px solid #bebebe;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        padding: 15px 0;
        flex-wrap: wrap;
    }
    .ps-embedded .ps-online-seller-listing-name, .ps-embedded .ps-online-availability, .ps-embedded .ps-online-price, .ps-embedded .ps-online-buy {
        margin: 0;
    }
    .ps-embedded .ps-online-seller-listing-name, .ps-embedded .ps-online-stock, .ps-embedded .ps-online-review-price, .ps-embedded .ps-online-buy {
        width: 33.33%;
        max-height: none;
    }
    .ps-embedded .ps-online-stock {
        width: 100%;
    }
    .ps-embedded .ps-online-seller-listing img {
        width: 90px;
        max-width: 90px;
    }
    .ps-online-seller-listing-name {
    }
    .ps-embedded .ps-online-availability {
        display: none;
    }
    .ps-embedded .ps-online-availability span {
        font-family: 'Arial Narrow', Arial, sans-serif;
        font-size: 12px;
    }
    .ps-embedded .ps-online-price {
        display: none;
    }
    .ps-embedded .ps-in-stock {
        font-family: 'Arial Narrow', Arial, sans-serif;
        font-size: 12px;
    }
    .ps-embedded .ps-in-stock svg {
        width: 12px;
        height: 9px;
    }
    .ps-embedded .ps-in-stock path {
        fill: #43a83a;
    }
    .ps-embedded .ps-online-buy {
        padding: 0 20px;
    }
    .ps-embedded .ps-online-buy button {
        font-size: 14px;
        height: 40px;
    }
    .ps-embedded .ps-online-buy-button span {
        display: none;
    }
}

.ps-embedded div.ps-online-seller-reviews {
    padding: 8px 0 0 0; 
    text-align: center;
}
.ps-embedded div.ps-online-seller-reviews > div.ps-review {
    display: inline-block; 
}
.ps-embedded div.ps-online-seller-reviews > div.ps-review > div.ps-review-stars {
    float: left; 
}
.ps-embedded div.ps-online-seller-reviews > div.ps-review > div.ps-review-stars > div.ps-five-star > svg {
    width: 16px;
    height: 16px; 
}
.ps-embedded div.ps-online-seller-reviews > div.ps-review > div.ps-review-details {
    float: left; 
}
.ps-embedded div.ps-online-seller-reviews > div.ps-review > div.ps-review-details > div.ps-review-count {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: 400; 
    margin: 3px 0 0 0;
}

/** Scrollbar
 ------------------------------------------------------------*/
.ps-container ::-webkit-scrollbar {
    -webkit-appearance:none;
    width: 20px;
}
.ps-container ::-webkit-scrollbar-thumb {
    max-height:80px;
    height:80px;
    border-radius: 12px;
    box-sizing: border-box;
    background: rgba(184, 187, 189, 0.6);
    border: 6px solid #fff;
}
.ps-container ::-webkit-scrollbar-thumb:hover {
    background: #b8bbbd;
}
.ps-container ::-webkit-scrollbar-track-piece {
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent;
}
.ps-container ::-webkit-scrollbar-corner {
    background-color: transparent;
}
@media screen and (max-width:1024px) {
    .ps-container ::-webkit-scrollbar {
        width: 0;       
    }
}

/** Stock ALert
 ------------------------------------------------------------*/
 #ps-lightbox-background {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    z-index:1001;
    opacity:.50;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: none;
}
.ps-stock-alert {
    width: 100%;
    height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: rgba(88, 135, 245, 0);
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: transparent;
    -webkit-transition: transform .3s ease-in, background .08s ease-in-out;
    -moz-transition: transform .3s ease-in, background .08s ease-in-out;
    transition: transform .3s ease-in, background .08s ease-in-out;
    transition: transform .3s ease-in, background .08s ease-in-out;
 }
.ps-online-seller-content:hover .ps-stock-alert {
    width: 100%;
    color: #373737;
    line-height: 50px;
    background: #eee;
    transform: translate(0,10px);
}
@media screen and (max-width:1024px) {
    .ps-stock-alert {
        width: 100%;
        color: #373737;
        line-height: 50px;
        background: #eee;
        transform: translate(0,0);
    }
    .ps-online-seller-content:hover .ps-stock-alert {
        transform: translate(0,0);
    }
}
@media screen and (max-width:767px) {
    .ps-stock-alert, .ps-online-seller-content:hover .ps-stock-alert {
        height: 40px;
        line-height: 13px;
        font-size: 11px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.ps-stock-alert-dialog * {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
 }
.ps-stock-alert-dialog {
    position: fixed;
    top: 25%;
    right:0;
    left:0;
    bottom:0;

    width: 516px;
    max-height: 789px;
    height: 410px;

    background: #fff;
    box-shadow:0 0 24px 0 rgba(0, 0, 0, 0.33);

    text-align:center;

    display:none;
    z-index:1002;
    margin:0 auto;

    transition-duration:0s;
    -moz-transition-duration:0s;
    -webkit-transition-duration:0s;
}
.ps-stock-alert-dialog .ps-header {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    margin: 0 0 0 0;
    border-bottom: 1px solid rgba(55, 55, 55, 0.38);
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: rgba(0, 0, 0, 0.65);
    font-size: 25px;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
}
.ps-stock-alert-dialog .ps-header > span.ps-stock-alert-cancel {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.ps-stock-alert-dialog .ps-content {
    background: #fff;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details {
    width: 166px;
    padding: 20px 0 20px 20px;
}
.ps-stock-alert-dialog .ps-content > div.ps-form {
    width: 350px;
    padding: 20px 30px;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div {
    width: 146px;
    padding: 15px;
    border: 1px solid #dddddd;
    text-align: left;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div > span {
    margin: 0 0 16px 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #c2c2c2;
    font-size: 10px;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div > img {
    margin: 0 0 6px 0;
    max-width: 100%;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div > img.ps-error {
    display: none;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div > div > b {
    width: 100%;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #373737;
    font-size: 14px;
}
.ps-stock-alert-dialog .ps-content > div.ps-product-details > div > div > small {
    padding: 6px 0 0 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #757575;
    font-size: 12px;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > label {
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #e01e21;
    font-size: 18px;
    font-weight: 700;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input {
    position: relative;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div {
    position: relative;
    height: 43px;
    margin: 32px 0;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > svg {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 17px;
    height: 13px;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > input {
    width: 100%;
    height: 100%;
    padding: 0 0 0 42px !important;
    background: rgba(225, 225, 225, 0.5);

    border: 1px solid transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
}
:-moz-placeholder {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
::-moz-placeholder {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
:-ms-input-placeholder {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
::-webkit-input-placeholder {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > small {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #e01e21;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > input.ps-error {
    border: 1px solid #e01e21;
    background: rgba(255, 235, 235, 0.5);
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > input.ps-error + small {
    opacity: 1;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > span {
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #373737;
    font-size: 12px;
    font-weight: 700;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > input[type="radio"] {
    display: none;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > label {
    width: auto;
    margin: 8px 0 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > input:checked + label {
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #6c9c38;
    font-weight: 700;
    cursor: default;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > label > span {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: transparent;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > label > span > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > label > span > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background: #eeeeee;
    border-radius: 50%;
    opacity: 0;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > input:checked + label > span {
    border: 1px solid #6c9c38;
    background-color: #6c9c38;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div > input:checked + label > span > svg {
    opacity: 1;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span {
    /*margin: 40px 0 20px 0; -- put back when the options come back. */
    margin: 0 0 20px 0;
    height: 50px;
    background-color: #e01e21;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span > span,
.ps-stock-alert-dialog .ps-content > div.ps-form > span > small {
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    font-size: 14px; 
    line-height: 50px;
    font-weight: 400;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span > span > svg {
     float: none;
     width: auto;
     margin: 0 0 0 6px;
     width: 19px;
     height: 14px;
 }
.ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm {
    background: #6c9c38;
    cursor: default;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span > small,
.ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm > span {
    display: none;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm > svg,
.ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm > small {
    display: block;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm > small > svg {
     float: none;
     width: auto;
     margin: 0 6px 0 0;
     width: 13px;
     height: 10px;
 }
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-copy {
    padding: 0 16px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #818181;
    font-size: 11px; 
    font-weight: 400;
    text-align: center;
}
.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-copy > b {
    float: none;
    width: auto;
}

.ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-copy > a {
    float: none;
    width: auto;
    color: #777;
}

@media screen and (min-width:1025px) {
    .ps-stock-alert-dialog .ps-header > span.ps-lightbox-close:hover > svg {
        opacity: .5;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > input:hover {
        border: 1px solid #c7c7c7;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div > input.ps-error:hover {
        border: 1px solid #e01e21;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div > label:hover > span > span {
        opacity: 1;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div > input:checked + label:hover > span > span {
        opacity: 0;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > span:hover {
        background: #ff3639;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > span.ps-confirm:hover {
        background: #6c9c38;
    }
}
@media screen and (max-width:767px) {
    .ps-stock-alert-dialog  {
        top: 0;
        width: 100%;
        height: 100%;
    }
    .ps-stock-alert-dialog .ps-header {
        height: 62px;
        font-size: 18px;
        line-height: 62px;
        text-align: left;
    }
    .ps-stock-alert-dialog .ps-header > span.ps-lightbox-close {
        width: 22px;
        height: 22px;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details, .ps-stock-alert-dialog .ps-content > div.ps-form {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > label {
        font-size: 15px;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form {
        padding: 0 20px 20px 20px;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-input > div {
        margin: 20px 0;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div {
        width: 100%;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div > img {
        max-width: 85px;
        margin: 0 0 0 0;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div > div {
        float: none;
        display: table-cell;
        padding: 0 0 0 12px;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-form > div.ps-copy {
        padding: 0 0 0 0;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div {
        border: none;
        padding: 0;
    }
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div > span,
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div > img,
    .ps-stock-alert-dialog .ps-content > div.ps-product-details > div > div > small {
        display: none;
    }
}

/** Accordion styles
 ------------------------------------------------------------*/
/* @media screen and (max-width:767px) {
    .ps-embedded .ps-online-container-mobile {
        display: block;
    }
    .ps-embedded .ps-online-container-mobile .ps-online-seller-content {
        display: block; 
        border: none;
        background: #fff;
    }
    .ps-embedded .ps-online-container-mobile .ps-online-seller-listing-name, .ps-embedded .ps-online-container-mobile .ps-online-review-price {
        width: 100%;
        text-align: center;
    }
    .ps-embedded .ps-online-container-mobile .ps-online-review-price {
        padding: 10px 0;
    }
    .ps-embedded .ps-online-container-mobile img {
        pointer-events: none;
    }
    .ps-embedded .ps-online-container-mobile .ps-online-price {
        display: block;
    }
    .ps-embedded .ps-online-container-mobile .ps-online-seller-listing {
        width: 33.33%;
    }
    input[type="checkbox"] ~ div.ps-online-container {
        max-height: 0;
        opacity: 0;
        z-index: -1;
    }
    input[type="checkbox"]:checked ~ div.ps-online-container {
        max-height: 250px;
        opacity: 1;
        z-index: 1;
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
    }
    input[type="checkbox"]:checked ~ div + label img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.5;
    }
    .ps-embedded .ps-lightbox-container {
        max-height: 0;
        opacity: 0;
        z-index: -1;
    }
    input[type="checkbox"]:checked ~ div + label + div {
        max-height: 70px;
        height: 70px;
        opacity: 1;
        z-index: 1;
        border-top: 1px solid #bebebe;
        background: #f3f3f3;
    }
    input[type="checkbox"]:checked ~ div + label div.ps-online-stock > .ps-online-availability div, input[type="checkbox"]:checked ~ div + label div.ps-online-stock > .ps-online-availability span {
        color: #aaa;
    }
    input[type="checkbox"]:checked ~ div + label path {
        fill: #aaa;
    }
} */

/** Override styles
 ------------------------------------------------------------*/
 .ps-embedded .ps-online-tab {
    position: relative;
    float: left;
    top: auto;
    background: #fff;
    padding: 0 0 0 0;
 }
 .ps-embedded .ps-seller-error-name {
     display: none;
 }
 .ps-embedded .ps-online-seller-select > div, .ps-embedded div.ps-online-seller > div,
 .ps-embedded .ps-online-seller-select > div:hover, .ps-embedded div.ps-online-seller > div:hover {
     box-shadow: none;
     padding: 0 0 0 0;
     margin: 0 0 0 0;
 }
 .ps-embedded .ps-online-seller-select > div.ps-online-seller-panel-hover {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
 }
 .ps-embedded .ps-online-seller-select > div > div > div:last-of-type, .ps-embedded div.ps-online-seller > div > div > div:last-of-type {
    text-align: center;
    padding: 0 0 0 0;
}