#overlay {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ddd;
    width: 100%;
    left: 0;
    z-index: 2900;
    display: none;
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

#overlay h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

#overlay .button {
    margin: 0;
}

#overlay em {
    font-style: normal;
    font-size: initial;
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Hide Page Name on Product Pages */

/* Category / Product Wrap */

.category-wrapper,
.product-wrapper {
    width: 100%;
    margin: 1% 0;
}

.item-wrap {
    top: 0;
    width: 100%;
    float: none;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin: 0;
    margin-bottom: 2rem;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all ease .3s;
    cursor: pointer;
    text-decoration: none;
}

body.home .item-wrap {
    box-shadow: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .category-wrapper,
    .product-wrapper {
        left: -1%;
        width: 102%;
        position: relative ;
    }

    .item-wrap {
        width: calc(49% - 1%);
        margin: 1%;
        float: left;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1000px) {

    .item-wrap {
        width: calc(32.3% - 1%);
    }
}

.item-wrap:hover {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.item-wrap img {
    display: block;
}

.item-wrap:hover .ecom-title {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.item-image,
body.home .product-wrap .item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 75%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.product-wrap .item-image {
    background-size: contain;
}

h2.item-name,
body.home .product-wrap h2.item-name {
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    padding: 2rem;
    margin-bottom: 0;
    box-sizing: border-box ;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    transition: all ease 0.5s ;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    h2.item-name,
    body.home .product-wrap h2.item-name {
        position: absolute;
    }
}

.product-wrap h2.item-name {
    position: relative;
    background: #fff;
}

.item-price {
    font-size: 2rem;
}

/* hide donation input on list view */
.item-price input {
    visibility: hidden ;
    height: 28px;
    margin: 0;
}

.item-price span {
    display: inline-block;
    padding: 0 1rem;
}

.item-prelude {
}

.item-description {
}

.product-wrap .item-description br + br {
    display: none;
}

.item-price span.msrp {
    font-size: 2rem;
    text-decoration: line-through;
    opacity: 0.6;
    display: block;
    line-height: 1;
    display: none;
}

.product-wrap .item-sku {
    opacity: 1;
    text-align: center;
    display: none;
}

.product-wrap span.product-status {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.product-wrap .prod-list-right {}

.product-wrap .product-options p {
    margin-bottom: 0;
}

.product-wrap .option-name {
    text-align: center;
    width: 100%;
    opacity: 0.5;
}

.product-wrap a.item-image:empty:before {
    content: "Image Coming Soon";
    top: 60px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.product-wrap.Out:before {
    content: "Out of Stock";
    top: 0;
    position: absolute;
    box-sizing: border-box ;
    z-index: 300;
    left: 0;
    width: 100%;
    background: rgb(181, 0, 0);
    padding: 5px;
    color: #fff;
}

regular-price.strike,
.origprice {
    text-decoration: line-through;
    display: block;
    font-size: 20px;
    opacity: 0.7;
}

.product-wrap .column .optionText,
.product-wrap .column .optiondescription {
    display: none;
}

.product-wrap .column,
.product-wrap .column {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.ecomPag {
    display: none
}

/* PRODUCT DETAILS */

/* temp style or old site */
#added-alert {
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .register-wrap a {
        display: inline-block ;
        padding: 0 2rem;
    }
}

.product-details-wrap .product-left {
    position: relative;
    overflow: hidden;
}

.product-details-wrap .product-image {
    position: relative;
}

.product-details-wrap .product-image .details-mainImg {
    height: 497px;
    margin-bottom: 10px;
    background: #eee;
    width: 100%;
    position: relative;
}

.product-details-wrap .product-image .details-mainImg img {
    display: block;
}

.product-details-wrap .product-image .zoom-img-link {
    display: block;
    position: relative;
}

.product-details-wrap .product-image:empty {
    height: 497px;
}

.product-details-wrap .product-image:empty + em:before {
    content: "Image Coming Soon";
    top: 60px;
    position: absolute;
    left: 0;
    font-size: 50px;
    padding: 30px;
    text-align: center;
    font-style: normal;
    line-height: 56px;
    color: #ccc;
    text-decoration: none;
    visibility: visible;
}

.product-details-wrap .product-image:empty + em {
    visibility: hidden;
}

.product-details-wrap .product-image img {
    display: block;
    width: 100%;
}

.product-details-wrap .product-tite {
    margin: 0;
}

.product-details-wrap .item-sku span {
    margin: 0;
    padding: 2rem 0;
    display: block;
    color:#999;
}

.item-sku span:empty {
    display: none;
}

.product-details-wrap .product-status {
    opacity: 0.5;
    display: block
}

.product-details-wrap .product-status .attention,
.product-details-wrap.Out .product-status {
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    background: #aa1900;
}

.item-image-details {
    background: transparent;

}

.details-mainImg-Wrap {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.details-mainImg-Wrap img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.details-mainImg-Wrap .imgLabel {
    left: 0;
    top: -40px;
    z-index: 2300;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    font-size: 2rem;
    text-align: left;
    box-sizing: border-box ;
}

.product-details-wrap .thumb-prodImage {
    position: relative;
    cursor: pointer;
    float: left;
    max-height: 75px;
    overflow: hidden !important;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #eee;
}

.product-details-wrap .item-price {
    font-size: 3.5rem;
    position: relative;
}

.product-details-wrap .item-price input {
    font-size: initial;
    position: relative;
    width: auto;
}

.item-name {
    margin-bottom: 2rem;
}

.optionText {
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.add-to-cart {
    border-top: 1px solid #eee;
    padding-top: 2rem;
    margin-top: 2rem;
}

.product-details-wrap .add-to-cart {}

.product-qty {}

.product-qty input {
    width: 100px;
    box-sizing: border-box ;
    text-align: center;
    border: 2px solid #eee;
    background: #fff;
}

.product-addbutton {}

#btnAddtoCart {

}

.product-addbutton input {}

.product-associated {
    border-top: 1px solid #ccc;
    padding-top: 2rem;
    margin-top: 6rem;
}

.product-details-wrap .product-associated h3 {
}

/* Browswer Message */
.upgrade-browser-msg {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 30px;
    margin: 30px 0;
    width: 100%;
    height: 100%;
    font-size: 2vw;
    line-height: 2vw;
    color: #fff;
}

.upgrade-browser-msg h2 {
    color: #fff;
    font-size: 4vw;
    line-height: 4vw;
}

.upgrade-browser-msg li {
    display: inline-block;
}