.product-showcase .body-wrapper .showcase-content .inner-wrapper {
    overflow: hidden;
    padding: 0;
    background-color: #DDD;
    font-size: 0;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper::after {
    content: '';
    display: block;
    background-color: #666;
    height: 1px;
    clear: both;
    width: 100%;
    width: 100%
}

.product-showcase .body-wrapper .showcase-content #carousel-loading {
    z-index: 100;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    font-size: 0;
}

.product-showcase .body-wrapper .showcase-content #carousel-loading .message {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #FFF;
    font-size: 20pt;
}

.product-showcase .body-wrapper .showcase-content #product-slides {
    position: relative;
    height: 400px;
    display: inline-block;
    width: 65%;
    vertical-align: top;
    overflow: hidden;
    font-size: 12pt;
}

.product-showcase .body-wrapper .showcase-content .product-info-area {
    position: relative;
    z-index: 99;
    height: 485px;
    width: 25%;
    background: #eee;
    border: solid #777;
    border-width: 1px 0 0 1px;
    margin-left: 2%;
    box-sizing: border-box;
    float: left;
    box-shadow: 11px 0 35px -5px;
    font-size: 12pt;
}

.product-info-area {
    height: 400px;
    overflow: auto;
}

.product-showcase .body-wrapper .showcase-content .product-info-area #product-name {
    font-size: 20px;
    text-align: center;
    margin: 8px 0 8px;
    font-weight: bold;
    font-family: sans-serif;
}

.product-showcase .body-wrapper .showcase-content .product-info-area #product-description {
    padding: 0 10px 10px;
    white-space: pre-wrap;
}

.product-showcase .body-wrapper .showcase-content .product-info-area #product-price {
    padding: 10px 0 5px 0;
    text-align: center;
    font-weight: bold;
}

.product-showcase .body-wrapper .showcase-content .product-info-area #add-to-cart {
    background-color: #14a0d4;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    color: #fff;
}

.product-showcase .body-wrapper .showcase-content .product-info-area #not-available {
    color: #FF1919;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 0.9em;
}

.product-showcase .body-wrapper .showcase-content #product-slides .product {
    position: absolute;
    width: 60%;
    height: 77%;
}

.product-showcase .body-wrapper .showcase-content #product-slides .product-image-link {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #product-slides .product-image-link {
    cursor: default;
}

.product-showcase .body-wrapper .showcase-content #product-bullets {
    display: inline-block;
    font-size: 12px;
    width: 72%;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 2%;
}

.product-showcase .body-wrapper .showcase-content #product-bullets .product-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-clip: content-box;
    padding: 2px;
    border: 1px solid #888;
    border-radius: 25px;
    margin-right: 8px;
    cursor: pointer;
}

.product-showcase .body-wrapper .showcase-content .product-bullet.current {
    background-color: #888;
}

.product-showcase .body-wrapper .showcase-content .control {
    outline: none;
    border: none;
    width: 3%;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor: pointer;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: 215px;
    margin-left: 1%;
}

.product-showcase .body-wrapper .showcase-content .control:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.product-showcase .body-wrapper .showcase-content #next-product-button {
    background-image: url(../png/product-next.png);
}

.product-showcase .body-wrapper .showcase-content #previous-product-button {
    background-image: url(../png/product-prev.png);
}

#continue-shopping-window #continue-shopping-button {
    background-color: #14a0d4;
    color: white;
}

#continue-shopping-window #go-to-cart-button {
    background-color: #14a0d4;
    color: white;
}

#continue-shopping-window #continue-shopping-button {
    float: left;
}

#continue-shopping-window #go-to-cart-button {
    float: right;
}

#continue-shopping-window {
    border: 2px solid #b2b2b2;
    background-color: #FFF;
}

#continue-shopping-window .continue-header {
    height: 40px;
    border-bottom: 1px solid #B2B2B2;
    background-color: #E6E6E6;
    color: #14a0d4;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 13pt;
}

#continue-shopping-window .continue-body {
    padding: 10px;
    color: #555555;
}

#continue-shopping-window .continue-footer {
    padding: 10px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper #close-popped-out-button {
    display: none;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #product-carousel {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 2%;
    bottom: 16%;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 29px 5px #000;
    border-radius: 10px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #product-bullets {
    position: absolute;
    top: 92%;
    margin: auto;
    left: 0;
    right: 0;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #product-slides {
    width: 93%;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #product-slides .product {
    width: 100%;
    height: 100%;
    text-align: left;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #close-popped-out-button{
    position: absolute;
    top: 2%;
    margin: auto;
    padding: 5px;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    display: block;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #previous-product-button,
.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #next-product-button {
    position: absolute;
    top: 2%;
    bottom: 2%;
    margin: auto;
    padding: 5px;
    background-color: transparent;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #previous-product-button {
    left: 10px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #next-product-button {
    right: 10px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out #close-popped-out-button {
    right: 20px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out .product-info-area {
    background: transparent;
    border: none;
    box-shadow: none;
    position: static;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out .product-info-area #product-description,
.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out .product-info-area .purchase-container {
    display: none;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out .product-info-area .product-info {
    top: 84%;
    margin: auto;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out .product-info-area #product-name {
    font-size: 15px;
    background: #000;
    padding: 6px 30px;
    width: auto;
    display: inline-block;
    border-radius: 15px;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper.popped-out::after {
    display: none;
}
