#control_overlay {
    background-color:#000;
}

.nwdajax_quick_view_popup {
    min-height: 150px;
}
.nwdajax_modal {
    background-color:#fff;
    padding:15px;
    border:1px solid #333;
}
.nwdajax_modal_ios {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.tooltip {
    border:1px solid #000;
    background-color:#fff;
    height:25px;
    width:200px;
    font-family:"Lucida Grande",Verdana;
    font-size:10px;
    color:#333;
}

.simple_window {
    width:250px;
    height:50px;
    border:1px solid #000;
    background-color:#fff;
    padding:10px;
    text-align:left;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    color:#333;
}

.window {
    background-position:top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px;
    font-family:"Lucida Grande",Verdana;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    min-width:150px;
    min-height:100px;
}

.window .window_contents {
    margin-top:10px;
    width:100%;
    height:100%;
}

.window .window_header {
    text-align:center;
}

.window .window_title {
    margin-top:-7px;
    margin-bottom:7px;
    font-size:11px;
    cursor:move;
}

.window .window_close {
    display:block;
    position:absolute;
    top:4px;
    left:5px;
    height:13px;
    width:13px;
    cursor:pointer;
    cursor:hand;
}
.control_window_close {
    position: absolute;
    z-index: 1;
    top: -1.1em;
    right: -1.1em;
    cursor: pointer;
}
.control_window_close .fa-stack{
    font-size: 1.2em;
}
.control_window_close .fa-circle{
    color: #000;
}
.nwdajax_modal .center_content {
    text-align: center
}
.nwdajax_modal .center_content button {
    margin: 0 7px
}

.nwdajax_message {
    border: 0px solid #000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.nwdajax_message .buttons-container {
    margin-top: 1em;
}
.nwdajax_message:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: none;
}

.nwdajax_success {
    border-left: 5px solid #11b400;
}
.nwdajax_success:before {
    border-left-color: #11b400;
}
.nwdajax_error {
    border-left: 5px solid red;
}
.nwdajax_error:before {
    border-left-color: red;
}
.nwdajax_loading {
    background-image: url('../../images/nwdthemes/loader_circle.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nwdajax-view-index {
    height: auto;
    padding: 0;
    overflow: hidden;
}

.product-image,
.product-image img {
    position: relative;
}

.product-image .quick-view-container {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    right: 10%;
    visibility: visible;
    opacity: 1;
}
.no-touch .product-image .quick-view-container {
    top: 10%;
    left: 50%;
    bottom: inherit;
    right: inherit;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.no-touch .product-image:hover .quick-view-container {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.no-touch .product-image .btn-quick-view {
    position: relative;
    left: -50%;
}
.product-image .btn-quick-view em {
    font-style: normal;
    display: none;
}
.no-touch .product-image .btn-quick-view em {
    display: inline;
}
.no-touch .product-image .btn-quick-view i {
    display: none;
}

/* Animations */
.no-touch .product-image .quick-view-container {
    -webkit-transition: all 512ms ease-in-out;
    -moz-transition: all 512ms ease-in-out;
    -o-transition: all 512ms ease-in-out;
    transition: all 512ms ease-in-out;
}

.no-touch .product-image:hover .quick-view-container {
    -webkit-transition-duration: 32ms;
    -moz-transition-duration: 32ms;
    -o-transition-duration: 32ms;
    transition-duration: 32ms;
}

/* RWD Specific
************************************************/
.nwdajax-view-index .product-img-box {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.nwdajax-view-index .product-view .product-shop {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.nwdajax-view-index .product-view .add-to-cart-wrapper {
    width: 50%;
    float: right;
    clear: right;
    padding-left: 15px;
}