.price-old{
    color: #b0b0b0;
    font-size: 12px;
    line-height: 0.8;
    font-weight: 500;
    text-decoration: line-through;
    -moz-text-decoration-color: #b0b0b0;
    text-decoration-color: #b0b0b0;
}

.product-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    position: relative
}

.product-box h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px
}

.product-box p {
    margin: 0
}

.product-box .price {
    font-size: 32px
}

.product-box-line {
    height: 1px;
    border-top: 1px solid #ebebec;
    margin: 15px 0
}

.sku {
    font-size: 11px
}

.attribute {
    position: relative;
    background: #fff;
    color: #ee5b28
}

.attribute .attribute-name {
    color: #000;
    font-size: 13px
}

.attribute-option {
    float: left;
    background: #fff;
    color: #8d131e;
    border: 1px solid #ccc;
    padding: 4px 5px;
    margin: 4px 5px 10px 0;
    font-weight: 100;
    font-size: 14px;
    cursor: pointer
}

.attribute-option-img {
    position: relative
}

.attribute-option-img img {
    height: 50px
}

.attribute-option:hover {
    border: 1px solid #000
}

.attribute .none-stock {
    background: #ccc !important;
    text-decoration: line-through;
    cursor: default
}

.attribute .none-stock:hover {
    border: 1px solid #ccc !important
}

.attribute .selected {
    border: 1px solid #000;
    background: #67c37e;
    color: #fff
}

.attribute .attribute-option-img.none-stock:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
    top: 0;
    left: 0
}

.attribute .attribute-option-img.none-stock:after {
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    width: 80%;
    left: 10%;
    top: 47%;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray
}

.quantity-container{
    border: 1px solid #ececec;
}
.quantity-container:before, .quantity-container:after{
    display: table;
    content: " ";
}
.quantity-container:after{
    clear: both;
}

.quantity-container button{
    background-color: #fff;
    color: #464646;
    font-size: 12px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    height: 48px;
    border:0;
}
.quantity-container input, 
.quantity-container select{
    height: 48px;
    border:0;
    text-align: center;
    /*width: 120px;*/
    width: 100%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.quantity-container .quantity-type{
    line-height: 48px;
    padding: 0 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #ececec;
    text-align: center;
}
.btn-cart{
    border-radius: 0;
    height:48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}


.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;

}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.skin-light .z-depth-1, .skin-light .chip:active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07),0 2px 10px 0 rgba(0,0,0,0.07) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07),0 2px 10px 0 rgba(0,0,0,0.07) !important;
}


.skin-light .rounded {
    border-radius: .375rem !important;
}

.quantity {
    max-width: 3rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}
.quantity  {
    max-width: 4rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    border: none;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}

.skin-light .number-input.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}

.skin-light .number-input {
    margin-bottom: 3rem;
}

.w-100 {
    width: 100%!important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.skin-light .quantity {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
}

/*******************/
.product-grid{
    width: 25%;
    display: block;
    float:left;
    text-align: center;
    background: #fff;
    border:1px solid #cdcdcd;
    padding: 15px;
    position: relative;
}

.product-grid .content{
    margin-top: 15px;
}


@media (max-width: 767px){
    .product-grid{
        width:50%;
    }
    .product-list-grid .product-grid:nth-child(2n+1) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .product-grid{
        width:33.3333%;
    }
    .product-list-grid .product-grid:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width: 992px){
    .product-list-grid .product-grid:nth-child(4n+1) {
        clear: both;
    }
}

.sidebar .list-group-item{
    border:0;
}


.product-icon-new{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    height: 25px;
    width: 40px;
    z-index: 100;
    left: 10px;
    top: 0;
    font-size: 16px;
    color: #fff;
    transform: rotate(180deg);
    padding: 10px;
    background: #f09c16;
}
.product-icon-new:before {
    content: '';
    position: absolute;
    border-bottom: 35px solid #f09c16;
    border-left: 20px solid #0000;
    border-right: 20px solid #0000;
    top: -30px;
    left: -11px;
    transform: rotate(-30deg);
}
.product-icon-new:after {
    content: '';
    position: absolute;
    border-bottom: 35px solid #f09c16;
    border-left: 20px solid #0000;
    border-right: 20px solid #0000;
    top: -30px;
    left: auto;
    right: -11px;
    transform: rotate(30deg);
}
.product-icon-new > span {
    position: absolute;
    z-index: 2;
    top: -10px;
    font-size: 14px;
}
.mobile-right-container .dropdown-menu a{
    overflow: hidden;
    text-overflow: ellipsis;
}

.large-image + .thumb-images {
    margin-top: 10px;
}
.thumb-images .thumb_item{
    padding: 5px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}
.thumb-images .thumb_item.active{
    border-color: #000;
}
.product-list-grid .content a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
}