﻿.ajaxCart {
    border-radius: 5px;
}
.ajaxCart .k-window-titlebar.k-header {
	padding: 7px;
}
.ajaxCart div.k-window-content {
	padding: 15px !important;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
    border-radius: 9px;
}

.ajaxCart .product-essential .gallery .picture {
    max-width: 250px; 

}
.ajaxCart .product-essential .gallery .picture:before {
    display: none;
}
.ajaxCart .product-essential .gallery .picture img {
    position: static;
}

.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
}
.miniProductDetailsView .overview {
    width: inherit;
}
.miniProductDetailsView .add-to-cart {
    float: none;
}
.productQuantityTextBox,
.productQuantityDropdown {
    padding: 2px 3px;
    vertical-align: middle;
    float: none;
    width: 27px;
    font-size: 12px;
    margin: 0 5px 0 0;
}
.productQuantityDropdown{
    width: auto;
}
.nopAjaxCartProductListAddToCartButton {
    vertical-align: middle;
}
.ajaxCart .productAddedToCartWindowDescription strong {
    color: #396F00;
    font: 24px/24px arial, helvetica, sans-serif;
}
.productAddedToCartWindowCheckout {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	padding: 8px 32px;
    cursor: pointer;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: 0 2px 3px #ccc;
	background: #eb6133;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);



}
.productAddedToCartWindowCheckout:hover {
	background: #cccccc;
    background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%);
}

.miniProductDetailsView .giftcard > div {
    float: none;
    margin: 0 0 5px;
    width: auto;
}

/**** Added by Ivan ****/

.ajax-cart-button-wrapper {
    display: inline-block;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    overflow: hidden;
    background: #eee;
    margin: 10px 0 0;
    width: 400px;
    padding: 0;
}
.ajaxCart .product-grid .title {
    border-bottom: 0;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.ajaxCart .product-grid .item-grid {
    padding: 0 5px;
}

.ajaxCart .product-grid .item-box {
    width: 114px;
    height: 125px;
    overflow: hidden;
    margin: 0 8px 16px;
}
.ajaxCart .product-grid .item-box .picture {
    margin-bottom: 5px;
}
    .ajaxCart .product-grid .item-box .picture a {
        display: block;
        width: 85px;
        height: 85px;
        margin: 0 auto;
        border: none;
        overflow: hidden;
        line-height: 0;
    }
    .ajaxCart .product-grid .product-item .details {
        height: 28px;
    }
    .ajaxCart .product-grid .item-box .product-title {
        font-size: 10px;
        height: 28px;
    }
        .ajaxCart .product-grid .item-box .product-title a {
            line-height: 1.3;
        }

.ajaxCart .item-box .quick-view-button {
    display: none !important;
}