#img{
    width: 100%;
    height: 100%;
    padding: 5%;
    border-radius: 10%;
}

.form-control {
    border: 1px solid #40dcfd;
    border-radius: 50px;
}

.price-box {
    margin: 8px 0 2px;
}

.special-price {
    margin: 0;
    padding: 3px 0;
    display: inline;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #666;
    display: none;
}

.special-price .price {
    font-size: 16px;
    color: #fe0100;
    font-weight: bold;
}

.old-price {
    display: inline;
    margin-right: 15px;
}

.old-price .price-label {
    color: #777777;
    display: none;
    white-space: nowrap;
}

.old-price .price {
    color: #777777!important;
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 6px;
}

.new-right {
    right: -54px;
    top: -12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.icon-new-label {
    font-size: 11px;
    color: #fff;
    background: #40dcfd;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: -25px;
    z-index: 1;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    width: 100px;
    height: 45px;
    line-height: 40px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 16px;
}

.pr-img-area {
    overflow: hidden;
    position: relative;
}