.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {color:#000000; margin: 0; width: 100%; text-align: center;}
.headerOffset {padding-top:30px;}
.product:hover {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
}
.btn-cart { background: none repeat scroll 0 0 #FFF200;  border: 2px solid #1f1f1f; }
.additionalImages a {cursor: -webkit-zoom-in;}
.productAttributes {
    /*border-bottom: 1px solid #DDDDDD;*/
    /*border-top: 1px solid #DDDDDD;*/
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}

.sp-large {
    margin-bottom:15px;
    max-width:100%;
}

.addto .quantity_input { height: 50px; }
.addto .quantity_input input { height: 100%; font-size: 20px; }
.right_side_window_pin { display: inline-block; position: absolute; right: 0; width: 200px; background-color: #f5f5f5; border: 1px solid #ccc;}
.right_side_window_pin.related_products > div { margin-bottom: 10px; }
.related_items_row.lg-hide { display: none; }
.alert .related_items_row { margin-right: 0; }

@media only screen and (max-width : 1599px) {
    .right_side_window_pin { display: none; }
    .related_items_row.lg-hide { display: block; }
}

.product-view {
    margin-top: 25px;
}

.product-view .main-image {
    display: inline-block;
}

.product-view .productAttributes select {
    margin-bottom:10px;
}

.product-view .btn-cart {
    background-color: #333;
    border: none;
    padding: 10px 20px;
    display: block;
    float: right;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    outline: none;
}

.product-view .btn-cart:hover {
    background-color: #444;
    color: #fff;
}

.product-view .btn-cart {
    cursor: pointer;
}

.product-view .btn-cart.disabled {
    cursor: default;
    color: #fff;
    background-color: #444;
}

.product-view .secure-ordering-text {
    margin: 15px 0;
    padding: 0;
    font-size: 13px;
}

.product-view .product-tab {
    margin-top: 25px;
}

.product-view .additionalImages .product-gallery-thumb {
    display: block;
}

.product-view .manufacturer_logo { max-width: 100%;  max-height: 70px; position: absolute; }