﻿
.bigPic {
    height: 450px;
}

.smallPic {
    height: 85px;
}


#LoadProductDesk {
    text-align: center;
    background-color: #13B9A2;
    color: #fff;
    line-height: 34px;
    margin: 17px 0;
    border-radius: 3px;
    cursor: pointer;
}

.hide {
    display: none;
}

.productDesc {
    margin: 15px 0;
}

#tab-1 {
    text-align: justify;
    line-height: 34px;
}

.specification-value span {
    margin-left: 2px;
}

.prd_disconts {
}

    .prd_disconts li:last-child {
        margin-bottom: 0px;
    }

    .prd_disconts li {
        margin-bottom: 8px;
        font-size: 13px;
        background-color: #e6e5e5;
        padding: 2px 10px;
        border-radius: 3px;
    }

.addToBasket {
    cursor: pointer;
}

.sale-button.BeAddToBasket {
    margin-bottom: 30px;
}

.sale-button div {
    float: right;
}

    .sale-button div a {
        background-color: #fff !important;
        color: #13B9A2 !important;
        border-radius: 7px !important;
        font-weight: 300;
        padding: 7px 5px !important;
    }

    .sale-button div span i, .sale-button div a {
        cursor: pointer;
    }

    .sale-button div:last-child {
        width: 70%;
        padding-right: 10px;
    }

        .sale-button div:last-child a {
            padding: 9px !important;
        }

    .sale-button div:first-child {
        width: 30%;
        direction: ltr;
        border: solid 1px #cccccc82;
        color: #13B9A2;
        padding: 3px 7px !important;
        border-radius: 3px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

        .sale-button div:first-child span {
            float: left;
            width: calc(100% / 3);
            text-align: center;
        }

            .sale-button div:first-child span i {
                position: relative;
                top: 10px;
                transition: all 0.2s ease 0s;
            }

                .sale-button div:first-child span i:hover {
                    color: orangered;
                    transition: all 0.2s ease 0s;
                }

.prc_current_count {
    font-size: 25px;
    font-weight: 400;
    position: relative;
    top: 2px;
    line-height: 33px;
}

.product-box td:nth-child(2) {
    max-width: 320px !important;
}

.wrp_cnt {
    background-color: #f1f1f1;
    padding: 3px 12px !important;
    direction: ltr;
    display: inline-block;
    border-radius: 4px;
}

    .wrp_cnt .prc_current_count {
        padding: 0 8px;
        font-size: 23px;
        font-weight: 300;
    }

    .wrp_cnt span i {
        position: relative;
        transition: all 0.2s ease 0s;
        cursor: pointer;
    }

        .wrp_cnt span i:hover {
            color: orangered;
            transition: all 0.2s ease 0s;
        }

.msgErrorUl li {
    display: inline-block;
    margin: 0 4px 0 0;
    border: solid 1px #f2f2f2 !important;
    padding: 4px 8px;
    color: orangered;
    border-radius: 3px;
}

    .msgErrorUl li:first-child {
        border: none !important;
    }

.close[data-growl="dismiss"] {
    display: block;
    z-index: 999998;
    display: none;
    position: absolute;
    left: 3px;
    top: 0;
    background: none;
    color: #aa2626;
}
