

.text-align-center{ text-align:center; }
.f-w-b{ font-weight:bold; }
.display-none{ display:none; }
 
.w-5-pct{ width:5%; }
.w-10-pct{ width:10%; }
.w-15-pct{ width:15%; }
.w-20-pct{ width:20%; }
.w-25-pct{ width:25%; }
.w-30-pct{ width:30%; }
.w-35-pct{ width:35%; }
.w-40-pct{ width:40%; }
.w-45-pct{ width:45%; }
.w-50-pct{ width:50%; }
.w-55-pct{ width:55%; }
.w-60-pct{ width:60%; }
.w-65-pct{ width:65%; }
.w-70-pct{ width:70%; }
.w-75-pct{ width:75%; }
.w-80-pct{ width:80%; }
.w-85-pct{ width:85%; }
.w-90-pct{ width:90%; }
.w-95-pct{ width:95%; }
.w-100-pct{ width:100%; }
 
.m-t-0px{ margin-top:0px; }
.m-b-10px{ margin-bottom:10px; }
.m-b-20px{ margin-bottom:20px; }
.m-b-30px{ margin-bottom:30px; }
.m-b-40px{ margin-bottom:40px; }
 
.stock-text {
    font-weight: bold;
    color: #008a00;
}
 
.stock-text-red{
    font-weight:bold;
    color:#b12704;
}
 
.product-detail {
    font-weight: bold;
    margin: 0 0 5px 0;
}
 
.blueimp-gallery>.prev, .blueimp-gallery>.next{ border:none; }
 
.update-quantity-form {
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
}
 
.cart-row {
    border-bottom: thin solid #f1f1f1;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 10px 0;
}

 
.product-link{
    color:#000000;
}
 
.product-link:hover{
    color:#000000;
    text-decoration:none;
}
 
.product-img-thumb {
    margin: 0 0 10px 0;
    width: 100%;
    cursor: pointer;
}












.padding {
    padding: 20px
}

#page-content {
    margin-top: 30px
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

table {
    border-collapse: collapse
}

.table-theme {
    border-spacing: 0
}

.table-theme thead {
    font-size: .7rem
}

.table-theme tbody td {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(160, 175, 185, .05), 0 -1px 0 rgba(160, 175, 185, .05)
}

.table-theme tbody td:first-child {
    border-radius: .25rem 0 0 .25rem
}

.table-theme tbody td:last-child {
    border-radius: 0 .25rem .25rem 0
}

.table-row {
    border-collapse: separate !important;
    border-spacing: 0 10px !important
}

.table.v-middle td,
.table.v-middle th {
    vertical-align: middle
}

.text-muted {
    color: #838aa0 !important
}

.bg-light {
    color: #212529 !important
}

.bg-light-lt {
    color: #dadade !important;
    background-color: #fdfdfe !important
}

.bg-light-lt.active,
.bg-light-lt:focus,
.bg-light-lt:hover {
    color: #fff !important;
    background-color: #f5f5f6 !important
}

.bg-light--lt {
    color: #5e676f !important;
    background-color: #fdfdfe !important
}

.bg-primary-lt {
    color: #116bff !important;
    background-color: #e1ecff !important
}

.bg-primary-lt.active,
.bg-primary-lt:focus,
.bg-primary-lt:hover {
    color: #fff !important;
    background-color: #448bff !important
}

.badge-circle {
    padding: 0 !important;
    width: .625rem;
    height: .625rem;
    border: 2px solid;
    border-radius: 50%
}

.badge-circle:empty {
    display: inline-block
}

.badge-circle.xs {
    width: 0;
    height: 0;
    border-width: 3px;
    vertical-align: 2px
}

.badge-circle.sm {
    width: .5rem;
    height: .5rem;
    vertical-align: 1px
}

.badge-circle.md {
    width: 1rem;
    height: 1rem;
    vertical-align: -3px
}

.badge-circle.lg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -7px
}

.bg-info-lt {
    color: #1094b5 !important;
    background-color: #d9f4fb !important
}

.bg-info-lt.active,
.bg-info-lt:focus,
.bg-info-lt:hover {
    color: #fff !important;
    background-color: #14bae4 !important
}

.bg-success-lt {
    color: #27a05a !important;
    background-color: #def6e8 !important
}

.bg-success-lt.active,
.bg-success-lt:focus,
.bg-success-lt:hover {
    color: #fff !important;
    background-color: #31c971 !important
}

.bg-warning-lt {
    color: #cba20a !important;
    background-color: #fdf6d9 !important
}

.bg-warning-lt.active,
.bg-warning-lt:focus,
.bg-warning-lt:hover {
    color: #fff !important;
    background-color: #f4c414 !important
}

.bg-warning--lt {
    color: #5e676f !important;
    background-color: #fdf6d9 !important
}

.bg-danger-lt {
    color: #f21378 !important;
    background-color: #fde1ee !important
}

.bg-danger-lt.active,
.bg-danger-lt:focus,
.bg-danger-lt:hover {
    color: #fff !important;
    background-color: #f54394 !important
}

.bg-secondary-lt {
    color: #3e455a !important;
    background-color: #e3e5e9 !important
}

.bg-secondary-lt.active,
.bg-secondary-lt:focus,
.bg-secondary-lt:hover {
    color: #fff !important;
    background-color: #535c78 !important
}

.bg-dark-lt {
    color: #090c16 !important;
    background-color: #dadbdf !important
}

.bg-dark-lt.active,
.bg-dark-lt:focus,
.bg-dark-lt:hover {
    color: #fff !important;
    background-color: #192039 !important
}




@media (min-width: 350px) {
    .page-container {
        max-width: 1140px;
        margin: 0 auto
    }
}







.padding-0{
    padding-right:0;
    padding-left:0;
}






