.btn {
    text-decoration: none!important;
    cursor: pointer;
    margin: 0;
    margin-right: 2px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 12px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);

    font-weight: 700!important;

    -webkit-transition: background-image 1s, box-shadow .2s;
    -moz-transition: background-image 1s, box-shadow .2s;
    -o-transition: background-image 1s, box-shadow .2s;
    transition: background-image 1s, box-shadow .2s;
}



.btn:hover, .btn.active {
    background-image: none!important;
    -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
}

.btn-small:hover {
    background-image: none!important;
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 4px rgba(0,0,0,0.2),0 0px 0px rgba(0, 0, 0, 0.05);
}


/*button like address 2 cart*/
.btn.btn-simple {
    border-top: 1px solid #000;
    border-right: 1px solid #333;
    border-bottom: 1px solid #555;
    border-left: 1px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #f8f8f8;
    color: #333!important;
    border: 1px solid silver;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeef7));
    background-image: -webkit-linear-gradient(#f8f8f8, #eaeef7);
    background-image: -moz-linear-gradient(top, #f8f8f8, #eaeef7);
    background-image: -ms-linear-gradient(#f8f8f8, #eaeef7);
    background-image: -o-linear-gradient(#f8f8f8, #eaeef7);
    background-image: linear-gradient(#f8f8f8, #eaeef7);
}

.btn.btn-simple.active {
    color: gray!important;
}

.btn.btn-green {
    border-top: 1px solid #000;
    border-right: 1px solid #333;
    border-bottom: 1px solid #555;
    border-left: 1px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #d6f98d;
    color: #333!important;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D0F387), to(#B0D85B));
    background-image: -webkit-linear-gradient(#D0F387, #B0D85B);
    background-image: -moz-linear-gradient(top, #D0F387, #B0D85B);
    background-image: -ms-linear-gradient(#D0F387, #B0D85B);
    background-image: -o-linear-gradient(#D0F387, #B0D85B);
    background-image: linear-gradient(#D0F387, #B0D85B);

}


.btn.btn-orange {
    border-top: 1px solid #000;
    border-right: 1px solid #333;
    border-bottom: 1px solid #555;
    border-left: 1px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #fcc780;
    color: #333!important;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FED299), to(#F9A73B));
    background-image: -webkit-linear-gradient(#FED299, #F9A73B);
    background-image: -moz-linear-gradient(top, #FED299, #F9A73B);
    background-image: -ms-linear-gradient(#FED299, #F9A73B);
    background-image: -o-linear-gradient(#FED299, #F9A73B);
    background-image: linear-gradient(#FED299, #F9A73B);
}

.btn.btn-red {
    border-top: 1px solid #000;
    border-right: 1px solid #333;
    border-bottom: 1px solid #555;
    border-left: 1px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #ff5549;
    color: #FFF!important;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7a72), to(#ff5549));
    background-image: -webkit-linear-gradient(#ff7a72, #ff5549);
    background-image: -moz-linear-gradient(top, #ff7a72, #ff5549);
    background-image: -ms-linear-gradient(#ff7a72, #ff5549);
    background-image: -o-linear-gradient(#ff7a72, #ff5549);
    background-image: linear-gradient(#ff7a72, #ff5549);
}

.btn.btn-blue {
    border-top: 0px solid #000;
    border-right: 0px solid #333;
    border-bottom: 0px solid #555;
    border-left: 0px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #2dadeb;
    color: #FFF!important;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2389BA), to(#2dadeb));
    background-image: -webkit-linear-gradient(#2389BA, #2dadeb);
    background-image: -moz-linear-gradient(top, #2389BA, #2dadeb);
    background-image: -ms-linear-gradient(#2389BA, #2dadeb);
    background-image: -o-linear-gradient(#2389BA, #2dadeb);
    background-image: linear-gradient(#2389BA, #2dadeb);
}


.btn.btn-gray {
    border-top: 0px solid #000;
    border-right: 0px solid #333;
    border-bottom: 0px solid #555;
    border-left: 0px solid #333;
    border-radius: 5px 7px;
    display: inline-block;
    background-color: #808080;
    color: #FFF!important;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#999));
    background-image: -webkit-linear-gradient(#808080, #999);
    background-image: -moz-linear-gradient(top, #808080, #999);
    background-image: -ms-linear-gradient(#808080, #999);
    background-image: -o-linear-gradient(#808080, #999);
    background-image: linear-gradient(#808080, #999);
}



.btn.btn-large {
    line-height: 32px;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
}

.btn.btn-small {
    line-height: 18px;
    font-size: 11px;
    padding: 0 7px;
    border-radius: 3px 4px;
}

.btn.btn-bold {
    font-weight: 700;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.btn.disabled {
    pointer-events: none!important;
    cursor: pointer!important;
    color: gray!important;
}

.btn-group .btn {
    margin-left: -4px!important;
    margin-right: 0!important;
    border-radius: 0!important;
    border-right-width: 0;
}

.btn-group .btn:last-of-type {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 5px!important;
    border-right-width: 1px;
}

.btn-group .btn:first-of-type {
    border-bottom-left-radius: 7px!important;
    border-top-left-radius: 5px!important;
}