/*-* CUSTOM STYLESHEET FOR PRODUCT PAGES
 * specialized for product select tabs to reveal product info *-*/
/*****************************************
* THEME
******************************************/
/*-* product container *-*/
.product-details .section-product {
    padding-left:0;
    padding-right:0;
}

.freshpoint-replacements .radio {
    display: block !important;
}
/*-* radio buttons *-*/
.form-group {
    margin-top: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .5em;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-top:.5em;
    margin-bottom: .5em;
    font-weight: 700;
}
.form-control .radio-block {
    display: flex;
    align-items:center;
    width: 100%;
    padding: .5em 1em;
    font-size: 1em;
    line-height: 1.42857143;
}
.form-control .radio-block.active {
    background-color: #fff;
    background-image: none;
    border: 1px solid #6fa634;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 0;
}

/*-* product add to cart button and quantity *-*/
.filter-result input.quantityBox {
    height: 44px;
    width: 40px;
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
}
.filter-result form {
    display: inline-block;
    width: calc(100% - 44px);
}
.filter-result form input.btn {
    width: 100%;
}
.filter-result .table-alternate {
    margin-bottom:1em;
    font-size: 1.1em;
}
.filter-result .table-alternate th {
    text-align: right;
    width:50%;
}
.filter-result .table-alternate td {
    width:50%;
    font-size: 1em;
}

/*-* *-*/
.back-lightGrey .table-alternate tr:nth-child(odd) {
    background-color:#ffffff;
}
.back-lightGrey .table-alternate tr:nth-child(even) {
    background-color:rgba(14,14,14,.05);
}

/*****************************************
* product landing page product section
* with active selection to show more information
******************************************/
.product-details .section-product.active {
    background-color:#f4f4f4;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .freshpoint-replacements .section-product .details .heading.h4 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .freshpoint-replacements .product-details .section-product .details {
        width:80%;
        margin:auto;
    }
}
@media only screen and (min-width: 992px) {
    .freshpoint-replacements .product-details .section-product .details {
        padding:0;
    }
}
@media only screen and (max-width: 992px) {
    .product-details .section-product .img-product img {
        max-height: 100px;
    }
    #compare-combo {
        padding-top:0;
        border-top:2px solid #bbbbbb;
    }
    .freshpoint-replacements .boot-container {
        max-width:100%;
    }
    .freshpoint-replacements .product-details .img-product {
        height: 100px;
        width: 100px;
        margin:auto;
    }
    .freshpoint-replacements .product-details .section-product .details .heading {
        margin-top:0;
    }
    .product-details .section-product {
        margin:0;
        padding:1em;
    }
    .product-benefits {
        border:0;
    }
}
@media only screen and (max-width: 768px) {
    .freshpoint-replacements .product-details .section-product .details {
        flex-flow:row;
        align-items: center;
        /*justify-content: space-evenly;*/
        padding:0;
    }
    .freshpoint-replacements .product-details .text-center {
        margin:0;
    }
    .freshpoint-replacements .product-benefits .heading.title {
        text-align:left;
    }
    .filter-result {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 768px) {
    .product-details .section-product .details .heading {
        margin-top:1em;
        margin-bottom:.5em;
    }
}
.product-options img {
    display: inline;
    margin: 0 .5em;
}

/*-* replacements section *-*/
#replacements .border-circle {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: -30px;
}

/*****************************************
* Freshpoint RO
* How does it work? Process section
******************************************/
#ro-process {
    justify-content: center;
}
#ro-process .step { padding-left:0; padding-right:0; }

#ro-process .step .circle {
    border-radius:100%;
    background-color:#ffffff;
    border:2px solid #6FA634;
    text-align:center;
    width:200px;
    height:200px;
    padding: 23px 0;
    position: relative;
    z-index: 1;
}
#ro-process .step .number {
    background-color:#6FA634;
    border-radius:100%;
    width:50px;
    height:50px;
    margin:auto;
    font-weight: bold;
    font-size: 3.4em;
    line-height: 1;
}
#ro-process .step-1 .number { color:#DEDEDE; }
#ro-process .step-2 .number { color:#E6E6E6; }
#ro-process .step-3 .number { color:#EDEDED; }
#ro-process .step-4 .number { color:#F7F7F7; }
#ro-process .step-5 .number { color:#ffffff; }

@media only screen and (max-width: 1200px) {
    #ro-process {
        padding-top:15px;
        padding-bottom:15px;
    }
}
@media only screen and (min-width: 576px) {
    #ro-process {
        background: rgba(128,128,128,0.5);
        background: -moz-linear-gradient(left, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,128,128,0.5)), color-stop(100%, rgba(128,128,128,0)));
        background: -webkit-linear-gradient(left, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -o-linear-gradient(left, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -ms-linear-gradient(left, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: linear-gradient(to right, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080', GradientType=1 );
    }
    #ro-process .step { width:228px; }
    #ro-process .step:after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        width: 0;
        height: 0;
        z-index: 0;
        border-top: 60px solid transparent;
        border-left: 48px solid #6FA634;
        border-bottom: 60px solid transparent;
    }
}
@media only screen and (max-width: 576px) {
    #ro-process {
        background: rgba(128,128,128,0.5);
        background: -moz-linear-gradient(top, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,128,128,0.5)), color-stop(100%, rgba(128,128,128,0)));
        background: -webkit-linear-gradient(top, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -o-linear-gradient(top, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: -ms-linear-gradient(top, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        background: linear-gradient(to bottom, rgba(128,128,128,0.5) 0%, rgba(128,128,128,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080', GradientType=0 );
    }
    #ro-process .step { padding-bottom:27px; }
    #ro-process .step .circle {
        margin:auto;
    }
    #ro-process .step:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0;
        z-index: 0;
        transform:translateX(-50%);
        border-left: 60px solid transparent;
        border-top: 48px solid #6FA634;
        border-right: 60px solid transparent;
    }
}