.btn-increment{
    background: var(--pos-color) none repeat scroll 0 0;
    color: white;
    border: none;
}
.btn-decrement{
    background: gray none repeat scroll 0 0;
    color:white;
    border: none;
}
.quantity {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fquantity input {
    border-right: none;
}
.fquantity span {
    background-color: transparent;
    border-left: none;
}
.fquantity{
    max-width: 250px;
}
.primary-img:hover{
    opacity: 0.4;
}

.pro-img {
    display:inline-block;
    position:relative;
}

.pro-img div {
    position:absolute;
    top:30%;
    left:40%;
    z-index:1;
    padding:10px;
    margin:0;
}
.primary-img{
    z-index: 2;
    position: relative;
}

#pb {
    border-radius: 10px;
    cursor: pointer;
}
#pb:hover {
    background-color: red;
}

.main-thumb-desc li a.active{
    border-radius: 10px;
}
.saving-price{
    border-radius: 10px;
}
