.block-related .product-items li .related-available::after {
    content: "+";
    font-size: 60px;
    position: absolute;
    right: -16px;
    top: 34%;
    z-index: 10;
}
/* .products.list.items.product-items:last-child .related-available:after{ content:"";} */
/*
 .block-related .product-items li:last-of-type .related-available::after {
    content: '';
} */


.block-related .checkbox {float:right;}

.block-related .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 9999;
    float: right;
    top: 17px;
    width: 26px;
}

.block-related .checkbox label {
    position: relative;
    display: inline-block;

    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 0px;
}

.block-related .checkbox label::before,
.block-related .checkbox label::after {
    position: absolute;
    content: "";

    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.block-related .checkbox label::before{
    height: 26px;
    width: 26px;

    border: 1px solid;
    left: 0px;

    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

.item .product-name {
    min-height:43px;
}

/*Checkmark of the fake checkbox*/
.block-related .checkbox label::after {
    height: 7px;
    width: 18px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 10px;
}

/*Hide the checkmark by default*/
.block-related .checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.block-related .checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.fbt-optionsbox {font-size:16px;}
.fbt-optionsbox .fbt-optionsprice {margin-left:15px;; color:red;}
.fbt-optionsbox-totals {font-size:26px;}


.block-related .increase, .block-related .reduced {
    position: absolute;
    width: 21px;
    height: 21px;
    color: #333e48;
    line-height: 22px;
    border: 0;
    background-color: #ededed;
    top: 6px;
    font-size: 10px;
    padding: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.block-related .increase {
    right: 35px;
}

.block-related .reduced {
    right: 8px;
}

.block-related  input.qty {
width: 80px;
background-color: transparent;
border: 0;
font-size: 14px;
color: #818181;
padding: 0 13px;
height: 32px;
line-height: 32px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 12px !important;
}

.block-related .control {
    height: 34px;
    border: 1px solid #dfdfdf;
    position: relative;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    float: none;
    width: auto;
}
.block-related .field.qty{
    display: block;
    vertical-align: bottom;
    margin: 0 0px !important;
    clear: left;
}

.related-total .price {font-size:30px; color:#000}
.related-total .price span {font-size:60px; line-height: 40px;}
