/*
 *  Override Styles
 */

 #qtip2AddToBasket {
    margin-left: 77px;
    width: 195px;
    height: auto;
}

.nice-select {
    width: 72px !important;
}

.ctrl-primary-qty {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    height: 37px;
    line-height: 37px;
    margin: 0 5px 0 10px;
    padding-left: 12px;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*-webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;*/
    white-space: nowrap;
    width: 60px; 
}    

.SkuSelectLabel {
    left: -12px;
}


.ContainerAddToBasket {
    display: flex;
}


/*
 *  New
 */


.alert-danger {
    display: flex;
    color: #cc0000;
    line-height: 140%;
    font-weight: bold;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 5px;
}

    .alert-danger i, .alert-danger div {
        margin: auto;
        align-items: center;
    }

        .alert-danger div {
            margin-left: 10px;
        }


.panel-basket-confirmation {
    position: fixed;
    top: 20%;
    right: -9999px;
    width: 800px;
    height: auto;
    min-height: 160px;
    padding: 20px;
    background-color: #fff;
    color: #464646;
    border-radius: 5px;	
    z-index: 99999;
/*
    top: 82px;
    border-top-right-radius: 0px;;
    box-shadow: 0 4px 10px #464646; 
*/
}


.panel-basket-confirmation.open {
    right: 50%;
    margin-right: -400px;
}


.panel-basket-confirmation-closer {
    float: right;
    margin-top: -10px;
    margin-right: -15px;
    cursor: pointer;
}


.panel-basket-confirmation h2 {
    color: #464646;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 130%; 
    text-align: left; 
    margin-bottom: 20px;        
}

    span.pbc-product-name {
        color: #428bca; 
    }

    div.pbc-item-row {
        float: left;
        width: 800px;
    }
    
        div.pbc-item-row-image {
            float: left;
            width: 120px;
            height: 120px;
        }

            div.pbc-item-row-image img {
                width: 100px;
                height: 100px;
            }

        div.pbc-item-row-summary {
            float: left;
            width: 340px;
            min-height: 100px;
            text-align: left;
        }

            div.pbc-item-row-summary .key {
                float: left;
                width: 170px;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                font-size: 14px;
            }

            div.pbc-item-row-summary .value {
                float: left;
                width: 170px;
                text-align: right;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                font-size: 14px;
                font-weight: bold;
            }

            .subtotal {
                font-size: 16px !important;
                border-top: 1px dotted #ccc;
                padding-top: 5px;
            }

            div.pbc-item-row-summary .item-count {
                float: left;
                width: 340px;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                font-size: 14px;
                text-align: center;
                padding: 5px 0;
                margin-top: 35px;
            }

        div.pbc-item-row-ctas {
            float: left;
            width: 340px;
            text-align: right;
        }

            button.pbc-btn-checkout,
            a.pbc-btn-checkout {
                float: right;
                display: block;
                background-color: #428bca;
                color: #fff;
                font-weight: bold;
                font-size: 14px;
                width: 182px;
                border: none;
                border-radius: 5px;
                padding: 9px;
                margin-bottom: 10px;
                cursor: pointer;
                text-align: center;
            }

                a.pbc-btn-checkout:hover {
                    background-color: #3399FF;
                }

            button.pbc-btn-continue {
                background-color: #fff;
                color: #464646;
                font-weight: normal;
                font-size: 12px;
                width: 200px;
                height: 34px;
                border: solid 1px #ccc;
                border-radius: 5px;
                padding: 5px;
                cursor: pointer;
            }

                button.pbc-btn-continue:hover {
                    background-color: #efefef;
                }

.ken-slider {
    width: 760px;
    margin: 0 auto;
}

    .ken-slider div {
        text-align: center;
    }  

        .ken-slider div img {
            width: 80px;
            margin: 0 36px 10px 36px;
        }

    .ee-price {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0;
    }

    .ee-product-name {
        width: 142px;
        padding: 0 5px;
    }

.hilite {
    color: #428bca;
    font-weight: bold;
}

.pbc-separator {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}         

.page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99997;
    top: 0;
    left: 0;
}


.btn-add-to-basket {
    cursor: pointer;
    width: 100%;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #46A546;
    background-color: #46a546;
    background: -webkit-gradient('linear',top,#46a546 0,#46a546 100%);
    background: -webkit-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -moz-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -ms-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -o-linear-gradient(top,#46a546 0,#46a546 100%);
    background: linear-gradient(top,#46a546 0,#46a546 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#46a546",endColorStr="#46a546");
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: background-color 0.5s ease, color 0.25s ease;
    transition: background-color 0.5s ease, color 0.25s ease;
    outline: none;
}

    .slick-track .btn-add-to-basket {
        width: 60px;
    }

    .row-prev-purch .btn-add-to-basket,
    .category-grid-detail2 .btn-add-to-basket {
        width: 150px;
        height: 26px;
        font-size: 14px;
    }

.btn-add-to-basket.promo {
    width: 260px !important;
    margin-top: 5px;
}

.btn-add-to-basket:hover {
	background-color: #dff0d8;
	background: -webkit-gradient('linear',top,#dff0d8 0,#dff0d8 100%);
	background: -webkit-linear-gradient(top,#dff0d8 0,#dff0d8 100%);
	background: -moz-linear-gradient(top,#dff0d8 0,#dff0d8 100%);
	background: -ms-linear-gradient(top,#dff0d8 0,#dff0d8 100%);
	background: -o-linear-gradient(top,#dff0d8 0,#dff0d8 100%);
	background: linear-gradient(top,#dff0d8 0,#dff0d8 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#dff0d8",endColorStr="#dff0d8");
	border: 1px solid #46A546;
	color: #009900;
}

.btn-add-to-basket.disabled, .btn-add-to-basket.disabled:hover {
    /*
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fefeff;
    background: -webkit-gradient('linear',top,#fff 0,#eaeaea 100%);
    background: -webkit-linear-gradient(top,#fff 0,#eaeaea 100%);
    background: -moz-linear-gradient(top,#fff 0,#eaeaea 100%);
    background: -ms-linear-gradient(top,#fff 0,#eaeaea 100%);
    background: -o-linear-gradient(top,#fff 0,#eaeaea 100%);
    background: linear-gradient(top,#fff 0,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff",endColorStr="#EAEAEA");
    color: #ccc;
    */

    border: 1px solid #46A546;
    background-color: #46a546;
    background: -webkit-gradient('linear',top,#46a546 0,#46a546 100%);
    background: -webkit-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -moz-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -ms-linear-gradient(top,#46a546 0,#46a546 100%);
    background: -o-linear-gradient(top,#46a546 0,#46a546 100%);
    background: linear-gradient(top,#46a546 0,#46a546 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#46a546",endColorStr="#46a546");
    color: #fff;
}