
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
.moretab { display:none; }

.Content .PageContent h1.TitleHeading {
    font-size: 20px;
    border-bottom: none !important;
}



ul.toc {
    margin: 15px 0 30px !important;
    list-style: none;
    box-shadow: none;
    margin: 0 4px 12px;
    border: none;
    border-top: none;
    padding: 0;
}

ul.toc.toc_numbered {
    counter-reset: toc_item;
}

ul.toc li {
    list-style: none;
    padding: 17px 15px 15px 354px;
    margin: 0;
    border-top: none;
}

ul.toc li a {
    font-size: 18px;
    line-height: 14px;
    border-bottom: none;
    text-decoration: none;
    color: #d72436;
}

ul.toc li a:hover {
    color: #e95144;    
}

ul.toc.toc_numbered li:before {
    border-radius: 50%;
    color: #fff;
    content: none;
    counter-increment: toc_item;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: -3px 20px 20px 15px;
    text-align: center;
    width: 25px;
    font-weight: bold;
    font-size: 16px;
    background: #d72436;
}

.numbered_products { 
    counter-reset: product_item;
}

.product_box {
    border: none;
    padding: 30px 118px;
    margin: 30px 0;
    position: relative;
}

.product_box h2 {
    margin-top: 0;
}

.product_box h3 {
    margin-top: 20px;
}

.product_box.numbered:before {
    color: #d72436;
    content: none;
    counter-increment: product_item;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    text-align: center;
    z-index: 6;
    font-size: 40px;
}

.comparison_table {
    display: flex;
}

.comparison_table article {
    width: 16.66%;
    margin-bottom: 20px;
    text-align: center;
}

.comparison_table article p {
    border: none; 
    padding: 10px;
    margin: 0;
}

.comparison_table article p.title {
    min-height: 5em;
}

.comparison_table article p.image {
    min-height: 170px;
}

.comparison_table article p.link {
    min-height: 50px;
}

.comparison_table article p.noborder {
    border-color: transparent;
    background: none !important;
}

.comparison_table article p:nth-child(even) {
    background: #F5F5F5;
}

.comparison_table article.heading {
    font-weight: bold;
}

.mobile {
    display: none !important;
}

.link a {
    display: inline-block;
    background: #363636;
    color: white;
    padding: 5px 20px;
}

ul.toc.pink li a {
    color: #ff1493;
}

ul.toc.pink li a:hover {
    color: #e95144;    
}

ul.toc.toc_numbered.pink li:before {
    background: #ff1493;
}

.numbered_products.pink .product_box.numbered:before {
    color: #ff1493;
    border-color: none;
}

ul.toc.orange li a {
    color: #ffa500;
}

ul.toc.orange li a:hover {
    color: #e95144;    
}

ul.toc.toc_numbered.orange li:before {
    background: #ffa500;
}

.numbered_products.green .product_box.numbered:before {
    color: #c4c24a;
    border-color: none;
}

ul.toc.azure li a {
    color: #1ec1dd;
}

ul.toc.azure li a:hover {
    color: #e95144;    
}

ul.toc.toc_numbered.azure li:before {
    background: #1ec1dd;
}

.numbered_products.azure .product_box.numbered:before {
    color: #1ec1dd;
    border-color: none;
}

@media(max-width: 767px) {
    ul.toc li {
        padding-left: 0;
    }
    
    ul.toc li a {
        font-size: 14px;
    }

    ul.toc.toc_numbered li:before {
        font-size: 14px;
    }

    .product_box {
        padding: 15px;
    }

    .product_box.numbered:before {
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: none;
        font-size: 24px;
    }

    .comparison_table  {
        display: block;
    }

    .comparison_table article {
        width: 100%;
    }

    .comparison_table article p.title,
    .comparison_table article p.image {
        min-height: 0;
    }

    .comparison_table article.heading {
        display: none;
    }

    .desktop {
        display: none !important;
    }
    
    .mobile {
        display: inline-block !important;
    }

}

.ProductActionAdd .stamped-badge-caption[data-reviews="1"]:after {display: none !Important;}

.ProductActionAdd .stamped-badge-caption {font-size: 14px !important;}

.ProductActionAdd .stamped-product-reviews-badge {margin-top:5px;}
.kmpn {
    display: none !important;
}
 