/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

/*CUSTOM QUANTITY --- INDEX*/
.quantity .cart-plus-minus {
    position: relative;
    width: 73px;
    text-align: left;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 1px solid #e5e5e5;
    height: 32px;
    text-align: center;
    width: 44px;
    background: #ffffff;    
}

.quantity .cart-plus-minus > .qtybutton {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 16px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    line-height: 8px;
    width: 30px;
    font-weight: bolder;
}

.quantity .cart-plus-minus > .qtybutton:hover {
    /*background: #f5f5f5;*/
    color: orange;
    font-weight: bold;
}

.quantity .cart-plus-minus > .qtybutton.dec {
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: bolder;
}

.quantity .cart-plus-minus > .qtybutton.inc {
    border-bottom: none;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: bolder;
}
/*END CUSTOM QUANTITY*/

/*CUSTOM QUANTITY2 --- DETAIL*/
.quantity2 .cart-plus-minus2 {
    position: relative;
    width: 82px;
    text-align: left;
    margin-top: -1px;
}

.quantity2 .cart-plus-minus2 > .cart-plus-minus-box2 {
    border: 1px solid #555;
    height: 38px;
    text-align: center;
    width: 52px;
    background: #ffffff;    
}

.quantity2 .cart-plus-minus2 > .qtybutton2 {
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    cursor: pointer;
    height: 19px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    line-height: 8px;
    width: 30px;
    font-weight: bolder;
    color: #555;
}

.quantity2 .cart-plus-minus2 > .qtybutton2:hover {
    /*background: #f5f5f5;*/
    color: orange;
    font-weight: bold;
}

.quantity2 .cart-plus-minus2 > .qtybutton2.dec {
    bottom: 0;
    right: 0;
    font-size: 18px;
    font-weight: bolder;
}

.quantity2 .cart-plus-minus2 > .qtybutton2.inc {
    border-bottom: none;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: bolder;
}
/*END CUSTOM QUANTITY*/

/*CUSTOM QUANTITY3 --- CART PAGE*/
.quantity3 .cart-plus-minus3 {
    position: relative;
    width: 86px;
    text-align: left;
}

.quantity3 .cart-plus-minus3 > .cart-plus-minus-box3 {
    border: 1px solid #e5e5e5;
    height: 44px;
    text-align: center;
    width: 52px;
    background: #ffffff; 
    padding-bottom: 5px;;   
}

.quantity3 .cart-plus-minus3 > .qtybutton3 {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 22px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    line-height: 16px;
    width: 34px;
    font-weight: bolder;
}

.quantity3 .cart-plus-minus3 > .qtybutton3:hover {
    /*background: #f5f5f5;*/
    color: orange;
    font-weight: bold;
}

.quantity3 .cart-plus-minus3 > .qtybutton3.dec {
    bottom: 0;
    right: 0;
    padding-top: 2px;
}

.quantity3 .cart-plus-minus3 > .qtybutton3.inc {
    border-bottom: none;
    top: 0;
    right: 0;
    padding-top: 1px;
}
/*END CUSTOM QUANTITY*/

/*CUSTOM QUANTITY4 --- CART TOP*/
.quantity4 .cart-plus-minus4 {
    position: relative;
    width: 73px;
    text-align: left;
}

.quantity4 .cart-plus-minus4 > .cart-plus-minus-box4 {
    border: 1px solid #e7e7e7;
    height: 32px;
    text-align: center;
    width: 44px;
    background-color: transparent;  
    margin-left: 1px;
    z-index: -999;
}

.quantity4 .cart-plus-minus4 > .qtybutton4 {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    height: 16px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    line-height: 8px;
    width: 30px;
    font-weight: bolder;
}

.quantity4 .cart-plus-minus4 > .qtybutton4:hover {
    /*background: #f5f5f5;*/
    color: orange;
    font-weight: bold;
}

.quantity4 .cart-plus-minus4 > .qtybutton4.dec {
    bottom: 0;
    right: 0;
    font-size: 13px;
    font-weight: bolder;
}

.quantity4 .cart-plus-minus4 > .qtybutton4.inc {
    border-bottom: none;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: bolder;
}
/*END CUSTOM QUANTITY*/

/*CUSTOM QUANTITY5 --- ALL PRODUCT*/
.quantity5 .cart-plus-minus5 {
    position: relative;
    width: 50px;
    text-align: left;
}

.quantity5 .cart-plus-minus5 > .cart-plus-minus-box5 {
    border: 1px solid #e7e7e7;
    height: 32px;
    text-align: center;
    width: 32px;
    background-color: transparent;  
    margin-left: 1px;
    z-index: -999;
}

.quantity5 .cart-plus-minus5 > .qtybutton5 {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    height: 16px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    line-height: 8px;
    width: 18px;
    font-weight: bolder;
}

.quantity5 .cart-plus-minus5 > .qtybutton5:hover {
    /*background: #f5f5f5;*/
    color: orange;
    font-weight: bold;
}

.quantity5 .cart-plus-minus5 > .qtybutton5.dec {
    bottom: 0;
    right: 0;
    font-size: 13px;
    font-weight: bolder;
}

.quantity5 .cart-plus-minus5 > .qtybutton5.inc {
    border-bottom: none;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: bolder;
}
/*END CUSTOM QUANTITY*/