.Rent .price {
    float: right;
    padding: 0px;
    margin-left: 5px;
}
.Rent span {
    font-size: 14px !important;
    font-weight: bold;
}
.page-product-bundle .bundle-options-wrapper .option-type-separator {
    clear:both;
    height:40px;
    width: 100%;
}
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .control .Rent{ 
    border: 1px solid #1C52A2; background: url('../images/rent-icon.png') no-repeat 15px 9px #1C52A2; color: #fff;  display: inline-block;padding: 10px 10px 10px 50px; min-width: 185px;position: relative;cursor: pointer;
    text-transform: capitalize;}
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .control .Rent input{
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .control .Rent:hover
{ background-color: #FF9C01; color: #fff;border: 1px solid #FF9C01; background-position: 15px -48px;}
.product-item-details .Rent{ border: 1px solid #1C52A2; background:#1C52A2; color: #fff;  display: inline-block; padding: 5px 10px; width: 100%;margin-bottom: 10px; position: relative; cursor: pointer;box-sizing: border-box; font-weight: bold;/*text-transform: uppercase;*/ margin-top: 5px; /*position: initial!important;*/ }
.product-item-details .Rent input{
    height: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.product-item-details .Rent span {font-size: 12px !important;}
.product-item-details .Rent span.price-label {
    font-weight: normal;
    padding-right: 5px;
}
.product-item-details .Rent label {
    cursor:pointer;
}
.product-item-details .Rent:hover{ background:#333!important; border-color:#333!important}
.products-related .product-item-details .Rent .label{ position: relative!important;}
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .control .Rent .price-notice .price-label{ display: none;}
.products-related .Rent {
    position:relative !important;
}
.products-list .product-item-details .Rent {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 180px;
}
.product-item-details .mobile-type-att{
    display:none;
}
.product-item-details .type-att{
    display:inline;
}

@media all and (max-width: 1200px){
    .products-list .product-item-details .Rent{
        position: static;
        margin-top: 5px !important;
    }
}

@media only screen and (max-width: 479px) {

    .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .control .Rent{
        display: block;
        width: auto;
        margin: 0 0 15px;
    }

}

@media only screen and (max-width: 639px) {
    .products-list .product-item-details .Rent{
        margin: 5px 0;
        display: block;
    }

    .product-item-details .mobile-type-att{
        display:inline;
    }

    .product-item-details .type-att{
        display:none;
    }
}
@media only screen and (max-width: 380px) {
    body.catalogsearch-result-index .search.results .product-item-info .product-item-details .Rent span{
        font-size:11px !important;
    }
    body.catalogsearch-result-index .search.results .product-item-info .product-item-details .Rent span.price {
        padding-top: 3px;
    }
}
@media only screen and (max-width: 360px) {
    .product-item-details .Rent span{
        font-size: 11px !important;
    }
    .Rent .price{
        padding: 2px 0 0;
    }
}