body #page .productdetail-catalog-action {
    width: 100%;
    position: relative;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    padding: .5rem 2rem .5rem .5rem;
    white-space: initial;
}

body #page .productdetail-catalog-action .icon-container {
    position: absolute;
    right: 0;
    padding-left: 1rem;
    padding-right: .5rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: .6rem;
    transition: transform .8s;
}

body #page .productdetail-catalog-action .icon-container:hover {
    transform: scale(1.2);
}

body #page .productdetail-catalog-action .icon-container i,
body #page .productdetail-catalog-action .icon-container .icon {
    margin-left: 0;
}

/*
 * Catalog add/remove button: a notepad icon with a small plus or minus badge over its top-left
 * corner. This used to be Font Awesome's .fa-stack, which positioned two glyphs of the same font
 * on top of each other. With inline SVGs the composition is explicit: the base icon sets the box,
 * the badge is absolutely positioned against it.
 */
body #page .icon-stack {
    position: relative;
    display: inline-block;
    line-height: 1;
}

body #page .icon-stack .icon-stack-base {
    display: block;
    font-size: 1.2rem;
}

body #page .icon-stack .icon-stack-badge {
    position: absolute;
    left: -5px;
    top: -2px;
    font-size: .6rem;
}

body #page .productdetail-catalog-remove {
    display: none;
}

body #page .productcatalog-product-container .productdetail-catalog-remove {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

body #page .productcatalog-product-container .productgroupProductListingItem {
    position: relative;
    padding-right: 2rem;
}

body #page .productcatalog-product-container .productdetail-catalog-remove {
    position: static;
    cursor: pointer;
    width: 0;
    height: 0;
}

body #page .productdetail-catalog-download {
    cursor: pointer;
}

body #page .productdetail-catalog-hidden {
    display: none;
}

body #page .lnkPrevProduct,
body #page .lnkNextProduct{
    display: block;
    margin-bottom: 1rem;
}

body #page .productdetails .btnBack{
    width: 100%;
    margin-top: 0;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

body #page .productdetails .btnBack.lnkPrevProduct {
    padding-left: 1.6rem;
}

body #page .productdetails .btnBack i,
body #page .productdetails .btnBack .icon {
    position: absolute;
    left: .8rem;
    margin: 0 !important;
}

body #page .productdetails img.img-responsive.productImage{
    margin: 1px;
    margin-bottom: 3rem;
}
body #page .img-responsive.productImagePrevNext{
    width: 40%;
    margin: 1px;
}

body #page .nextProduct{
    text-align: right;
}
body #page .rowProductNavigation{
    margin-top: 3rem;
}
body #page .productdetails .btnBack.btnNext {
    padding-left: 1rem;
    padding-right: 1.6rem;
}

body #page .productdetails .btnBack.btnNext i,
body #page .productdetails .btnBack.btnNext .icon {
    float: right;
    margin-right: 1rem;
    position: absolute;
    left: auto;
    right: .8rem;
}

.btn-wrap a, .btn-wrap button {
    margin-bottom: 1.5rem!important;
}
.btn-wrap a:last-child,
.btn-wrap button:last-child {
    margin-bottom: 0 !important;
}