﻿/*
    Button
    */
.btn {
    border: none;
    cursor: pointer;
}

.reduced, .increase {
    padding: 0px 8px 1px 8px;
    font-weight: bold;
    font-size: 14px;
    background: #039BE5;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.reduced {
    padding: 0px 8px 1px 8px;
}

    .reduced:hover, .increase:hover {
        background: #e5140b;
        color: #fff;
    }

.btnRemove {
    position: absolute;
    background: url(../Icons/btn_remove.gif) no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
}

.btnDelete {
    width: 24px;
    height: 24px;
    background: url(../Icons/recycle_bin.png) no-repeat;
    text-indent: -9999px;
    display: inline-block;
}

.btnSearch {
    border-top: 1px solid #6d0204;
    background: #6d0204;
    background: -webkit-gradient(linear, left top, left bottom, from(#6d0204), to(#3f0403));
    background: -webkit-linear-gradient(top, #6d0204, #3f0403);
    background: -moz-linear-gradient(top, #6d0204, #3f0403);
    background: -ms-linear-gradient(top, #6d0204, #3f0403);
    background: -o-linear-gradient(top, #6d0204, #3f0403);
    padding: 4px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .btnSearch:hover {
        border-top-color: #6d0204;
        background: #6d0204;
        color: #ffffff;
    }

    .btnSearch:active {
        border-top-color: #3f0403;
        background: #3f0403;
    }

.btnDetail {
    border-top: 1px solid #680403;
    background: #3f0403;
    background: -webkit-gradient(linear, left top, left bottom, from(#6d0204), to(#3f0403));
    background: -webkit-linear-gradient(top, #6d0204, #3f0403);
    background: -moz-linear-gradient(top, #6d0204, #3f0403);
    background: -ms-linear-gradient(top, #6d0204, #3f0403);
    background: -o-linear-gradient(top, #6d0204, #3f0403);
    padding: 4px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .btnDetail:hover {
        border-top-color: #6d0204;
        background: #6d0204;
        color: #ffffff;
    }

    .btnDetail:active {
        border-top-color: #3f0403;
        background: #3f0403;
    }

.btnDeal {
    border: 1px solid #ccc !important;
    background: #c9c9c9;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c9c9c9));
    background: -webkit-linear-gradient(top, #ffffff, #c9c9c9);
    background: -moz-linear-gradient(top, #ffffff, #c9c9c9);
    background: -ms-linear-gradient(top, #ffffff, #c9c9c9);
    background: -o-linear-gradient(top, #ffffff, #c9c9c9);
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .btnDeal:hover {
        border-top-color: #bdbdbd;
        background: #f5f5f5;
        color: #ed1515;
    }

    .btnDeal:active {
        border-top-color: #e8e8e8;
        background: #e8e8e8;
    }

.btnAddCart {
    display: inline-block;
    background: #039BE5;
    padding: 3px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}

    .btnAddCart:hover {
        border-top-color: #4FC3F7;
        background: #4FC3F7;
        color: #ffffff;
    }

    .btnAddCart:active {
        box-shadow: none;
    }

.btnVN, .btnEN {
    background: url(../Icons/translate.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    text-indent: -9999px;
}

.btnVN {
    background-position: 0px 0px;
}

.btnEN {
    background-position: 0px -30px;
}

.btnSend {
    border-top: 1px solid #96d1f8;
    background: #083e4f;
    background: -webkit-gradient(linear, left top, left bottom, from(#309eff), to(#083e4f));
    background: -webkit-linear-gradient(top, #309eff, #083e4f);
    background: -moz-linear-gradient(top, #309eff, #083e4f);
    background: -ms-linear-gradient(top, #309eff, #083e4f);
    background: -o-linear-gradient(top, #309eff, #083e4f);
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

    .btnSend:hover {
        border-top-color: #1e6da1;
        background: #1e6da1;
        color: #ffffff;
    }

    .btnSend:active {
        border-top-color: #1b435e;
        background: #1b435e;
    }
