body {
    color: #666;
    font-size: 12px;
    line-height: 23px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

a, a:visited, a:active, a:link, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a, .btn-link {
    color: #666;
    transition: color 0.3s ease-in-out;
}

a:hover, .btn-link:hover {
    color: #e33333;
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

button, select {
    outline: none;
}

button:active {
    outline: none;
}

.btn {
    border-radius: 0;
    outline: none;
}

.btn-group .btn-link {
    position: relative;
    z-index: 1;
    text-align: left;
    background: transparent;
    text-decoration: none;
    padding: 5px 10px;
    color: #555;
    font-weight: normal;
}

.btn-group .btn-link:hover {
    color: #e33333;
}

select, textarea {
    color: #666;
}

select {
    box-shadow: none;
    padding-left: 5px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../image/icon/bg-select.png) no-repeat right center #fff;
    outline: none;
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.clearfix {
    clear: both;
}

.loadeding {
    background: white url(../image/lazy-loader.gif) no-repeat center center;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.ratings {
    display: inline-block;
    color: #666;
}

.rating, .ratings {
    font-size: 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.text-danger {
    color: #fff;
    display: inline-block;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 11px;
}

.btn.active, .btn:active {
    box-shadow: none !important;
    outline: none;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

table.table-bordered thead > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}



#alert-modal > .modal-dialog {
    position: absolute;
    top: 50%;
    height:180px;
    margin-top: -90px !important;
    left:50%;
    margin-left:-150px !important;
}

#alert-modal > .modal-dialog > .modal-content {
    box-shadow: none !important;
    border-radius: 0;
    border:none;
}

#alert-modal > .modal-dialog .modal-footer {
    border-top: none;
}

#alert-modal-lg > .modal-dialog {
    position: absolute;
    top: 50%;
    height:204px;
    margin-top: -102px !important;
    left:50%;
    margin-left:-450px !important;
}

#alert-modal-lg > .modal-dialog > .modal-content {
    box-shadow: none !important;
    border-radius: 0;
    border:none;
}

#alert-modal-lg > .modal-dialog .modal-footer {
    border-top: none;
}

#show-confirm-modal > .modal-dialog {
    position: absolute;
    top: 50%;
    height: 240px;
    margin-top: -120px !important;
    left: 50%;
    margin-left: -150px !important;
}

#show-confirm-modal > .modal-dialog > .modal-content {
    box-shadow: none !important;
    border-radius: 0;
    border:none;
}

#show-confirm-modal > .modal-dialog .modal-footer {
    border-top: none;
}

.form-field-required {
    color: #f45858;
}

#wrapper{
    margin-bottom:-22px;
}

.table-noborder > tbody > tr > td, .table-noborder > tfoot > tr > td {
    border-top: none;
    padding: 5px 0;
}

.input-main-product {
    width:80%;
    display: inline-block;
}

.btn-remove-item {
    padding:6px;
}