﻿.product-grid .Green .collection-label {
    background: url(../images/products-label-green.jpg) repeat-x 0 0;
}

.product-grid .Pink .collection-label {
    background: url(../images/products-label-pink.jpg) repeat-x 0 0;
}

.product-grid .Yellow .collection-label {
    background: url(../images/products-label-yellow.jpg) repeat-x 0 0;
}

.product-grid .Purple .collection-label {
    background: url(../images/products-label-purple.jpg) repeat-x 0 0;
}

.product-grid .Yellow .collection-label a {
    color: #595959;
}


.product-details .thumbnails img {
    width: 105px;
    height: 72px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .product-details .thumbnails img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .product-details .thumbnails img.active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

/*shopping cart*/
.shopping-cart {
}

table.shopping-cart {
    width: 940px;
    margin: 0px auto;
}

    table.shopping-cart td {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
    }

        table.shopping-cart td.last {
            border-bottom: 0px;
        }

    table.shopping-cart th {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
        color: #f47187;
        text-align: left;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        background: url(../images/line-yellow-double.jpg) repeat-x left bottom;
        border: 0;
    }

    table.shopping-cart td.heading {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
        color: #f47187;
        text-align: left;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        background: url(../images/line-yellow-double.jpg) repeat-x left bottom;
        border: 0;
    }

    table.shopping-cart td.remove {
        width: 60px;
    }

    table.shopping-cart td.product-image {
        width: 170px;
    }

        table.shopping-cart td.product-image img {
            width: 170px;
            height: auto;
        }

    table.shopping-cart td.product-name .description {
        font-size: 14px;
        color: #bababa;
    }

    table.shopping-cart td.qty {
        width: 30px;
    }

    table.shopping-cart td.amount {
        width: 80px;
    }

    table.shopping-cart td.qty input {
        width: 30px;
        background: #cdcdcd;
        color: #fff;
        padding: 3px;
        text-align: center;
    }

    table.shopping-cart td.subtotal-label, table.shopping-cart td.total-label {
        color: #f47187;
        font-size: 26px;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        text-align: right;
    }

    table.shopping-cart td.subtotal, table.shopping-cart td.total {
        font-size: 26px;
    }

table.sub-shoppingcart td {
    border-bottom: 0px;
}

table.sub-shoppingcart tr {
    border-bottom: 0px;
}

.orderhistory table.shopping-cart td.total-label {
    color: #f47187;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
    text-align: right;
}

.orderhistory table.shopping-cart td.total {
    font-size: 18px;
}


TD.main, P.main {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}

.inputRequirement {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ff0000;
}


.productSlider a.bx-prev {
    background: url("../images/slider-arrow-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    text-indent: -10000px;
    top: 130px;
    width: 40px;
    z-index: 999;
}


.productSlider a.bx-next {
    background: url("../images/slider-arrow-right.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 42px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 130px;
    width: 40px;
    z-index: 999;
}

.product-details .product-image {
    width: 435px;
    height: 300px;
    margin-right: 25px;
}

.bx-pager {
    display: none;
}

.productSlider {
    background-color: #FFFFFF;
}

.imgDiv {
    background: url("/Images/Personalize/pattern-stripped.png") repeat scroll 0 0 #F0F0F0;
}

.thumbnails .imgDiv {
    background: none repeat scroll 0 0 #F0F0F0;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group > label {
    margin-right: 0.5rem;
}

.form-group .form-control {
    padding: 0.25rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

input.button:disabled {
    cursor: not-allowed;
}