.magicDetailsListStyle {
    width: 100%;
    border: none;
    margin-top: 20px;
    padding: 30px 10px 30px 10px;
    float: left;
    background: #f7f7f7;
}

.magicProductImgStyle {
    float: left;
    margin-right: 21px;
    width: 110px;
    height: 110px;
}

.magicProductStyle {
    /*width: 25%;*/
    width: 507px;
    float: left;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
}
.magicProductStyle p{
    margin-top: 5px;
}

.magicProductWidthStyle {
    width: 25%;
    float: left;
    padding-top: 32px;
}

.magicBtnStyle {
    float: right;
    /*margin-left: 2%;*/
    padding-top: 31px;
}

.btnStyle {
    padding: 18px 28px;
    background: #ff0036;
    color: #fff;
    border: 0px;
    float: right;
    font-size: 14px;
    /*border-radius: 3px;*/
}

.magicRemarkStyle {
    float: left;
    width: 100%;
}

.remarkStyle {
    width: 90%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    background: #f7f7f7;
}

.priceAPStyle {
    float: left;
    width: 73px;
    padding-top: 31px;
    text-align: center;
    color: #FF0036;
    font-size: 18px;
}

.countAmountStyle {
    float: left;
    width: 55px;
    padding-top: 40px;
    text-align: center;
    color: #FF0036;
    font-size: 18px;
    font-weight: 400;
    margin-right: 25px;
}
.product_classes_trackBtnCount {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    padding: 9px 21px;
    background: #ffff;
    color: #9E9E9E;
    margin-right: 42px;
    margin-top: 20px;
    margin-left: 0;
}
.product_classes_check {
    border: 0!important;
    border-radius: 15px!important;
    padding: 9px 21px!important;
    background: #CC9856!important;
    color: #fff!important;
}
.heightClasses{
    margin-left: 80px;
}
.widthInputVal{
    width: 171px;
    height: 27px;
    border: 1px solid #b1b1b1;
    padding-left: 10px;
    font-size: 14px;
    background: #f7f7f7;
}
