.sidebar-menu > li > a {
    padding: 16px 5px 16px 15px;
}

.buy-header{
    padding: 5px;
}

.buy-header .inner{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.single-product{
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.single-product .product-image{
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
}

.single-product .product-image img{
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 200%;
    max-height: 100%;
}

.single-product .product-name{
    padding: 0 10px;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    color: #333;
    height: 45px;
    min-height: 45px;
    overflow: hidden;
}

.single-product .product-name a{
    color: #333;
}

.single-product .product-name a:hover{
    text-decoration: underline;
}

.single-product .product-price{
    padding: 0 10px;
    text-align: center;
    color: #DC2742;
    font-size: 16px;
}

.single-product .product-size{
    padding: 0 10px;
    padding-bottom: 5px;
    text-align: center;
    color: #333;
}

.product-detail-box .price{
    font-size: 24px;
    margin-bottom: 10px;
}

.product-detail-attr{
    margin-bottom: 10px;
}

.product-detail-attr .attr-left{
    display: inline-table;
    width: 100px;
}

.product-detail-attr .attr-right{
    display: inline-table;
}

.detail-info-entry .detail-info-entry-title{
    height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.size-selector{
    font-size: 0;
    margin-top: -20px;
}
.size-selector .spacer{
    height: 0;
    margin-top: -12px;
}
.size-selector .entry{
    display: inline-block;
    width: auto;
    min-width: 40px;
    padding-left: 8px;
    padding-right: 8px;
    height: 40px;
    line-height: 37px;
    border: 1px #d9d9d9 solid;
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 500;
    margin-right: 12px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 12px;
}
.size-selector .entry:after{
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px #d9d9d9 solid;
    content: "";
    opacity: 0;
}
.size-selector .entry.active:after{
    opacity: 1;
    border: 3px #262626 solid;
}
.size-selector .entry:hover:after{
    opacity: 1;
}

.color-selector{
    font-size: 0;
    margin-top: 15px;
}
.color-selector .spacer{
    height: 0;
    margin-top: -12px;
}
.color-selector .entry {
    width: 37px;
    height: 37px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
    line-height: 35px;
}
.color-selector .entry:after {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px #d9d9d9 solid;
    content: "";
    opacity: 0;
}
.color-selector .entry.active:after {
    opacity: 1;
    border: 3px #262626 solid;
}
.color-selector .entry:hover:after {
    opacity: 1;
}
.color-selector .entry:before {
    opacity: 0;
    border: 1px #fff solid;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    position: absolute;
}
.color-selector .entry.active:before {
    opacity: 1;
}
.color-selector .entry:hover:before {
    opacity: 1;
}
.quantity-selector {
    font-size: 0;
    margin-top: 15px;
}

.quantity-selector .detail-info-entry-title{
    font-size: 14px;
}

.quantity-selector input{
    font-size: 14px;
    height: 35px;
    width: 80px;
    padding: 0 10px;
    text-align: center;
}

.other-selector{
    margin-top: 15px;
}

.other-selector select{
    height: 30px;
    width: 200px;
}

.product-detail-box .button-container{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
body .btn.btn-primary-custom{
    background: #DB3340;
    border: 1px solid #DB3340;
    color: #fff;
}

body .btn.btn-primary-custom:active,
body .btn.btn-primary-custom:hover{
    outline: none;
    border: 1px solid #DB3340;
    background: #CA2230;
}
*/
.product-detail-box .description-title{
    border-bottom: 1px solid #ccc;
}

.product-detail-box .description-content{
    padding: 10px 0;
}

.show-per-page select{
    display: inline-table;
    width: 45px;
}

.data-cart-list li .left,
.data-cart-list li .right{
    display: inline-table;
}

.data-cart-list li .left img{
    height: 35px;
    margin-right: 10px;
}

.form-horizontal .form-group .control-label{
    text-align: left;
}

.content-header .breadcrumb{
    background: none;
    padding-left: 0;
}

.label-select{
    position: relative;
}

/*select.form-control {*/
    /*appearance: none;*/
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
    /*border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*line-height: 16px;*/
/*}*/

.custom-label{
    padding-top: 7px;
}

.form-group .control-label span{
    font-weight: 400;
    color: #333;
}

.parsley-error {
    border-color: #f05050 !important;
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list.filled {
    display: block;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f05050;
}

/* NProgress */
#nprogress .bar {
    background: #4B95C1;
}

/* Fancy blur effect */
#nprogress .peg {
    box-shadow: 0 0 10px #4B95C1, 0 0 5px #4B95C1;
}

#nprogress .spinner-icon {
    border-top-color: #4B95C1;
    border-left-color: #4B95C1;
}

.table .sorting .fa-sort,
.table .sorting-asc .fa-sort-asc,
.table .sorting-desc .fa-sort-desc{
    float: right;
    color: #ccc;
}

.table .sorting-asc .fa-sort-asc,
.table .sorting-desc .fa-sort-desc {
    color: #555;
}

.url-color{
    color: #4B95C1;
    cursor: pointer;
}

.url-color:hover{
    color: #6DB7E3;
}
