.anthemeblocks-reassurance {
    display: inline-block;
    width: 100%;
    background: #181818;
}

body#product .anthemeblocks-reassurance {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    border: 1px solid #e7eaf3;
    margin-bottom: 10px;
}

#index .anthemeblocks-reassurance {
    margin-bottom: 35px;
    margin-top: -4px;
}

.anthemeblocks-reassurance .container {
    padding-left: 0;
    padding-right: 0;
}

#product .anthemeblocks-reassurance {
    margin-bottom: -4px;
}

#cart .anthemeblocks-reassurance {
    margin-bottom: -4px;
    margin-top: 20px;
}

.anthemeblocks-reassurance-item {
    text-align: center;
    width: 23%;
    margin: 1%;
    float: left;
}

.anthemeblocks-reassurance-item img {
    margin-bottom: 5px;
    margin-top: 10px;
    filter: invert(100%);
}

body#product .anthemeblocks-reassurance-item img {
    filter: invert(0);
}

.anthemeblocks-reassurance-item a:hover {
    text-decoration: none;
}

.anthemeblocks-reassurance-item h6,
.anthemeblocks-reassurance-item .h6 {
    font-size: 14px;
    color: #FF7200;
    font-weight: 500;
    transition: 0.3s;
    margin-top: 5%;
}

body#product .anthemeblocks-reassurance-item h6,
body#product .anthemeblocks-reassurance-item .h6 {
    color: #FF7200;
    font-weight: 700;
}

.anthemeblocks-reassurance-item p.h6 {
    padding: 0 !important;
    font-family: 'Titillium Web', sans-serif !important;
    height: auto;
}

.anthemeblocks-reassurance-item a,
.anthemeblocks-reassurance-item span {
    text-decoration: none;
    color: #FFF;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif !important;
}

body#product .anthemeblocks-reassurance-item a,
body#product .anthemeblocks-reassurance-item span {
    color: #000;
}

.anthemeblocks-reassurance-item p {
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #FFF;
    padding: 0 100px;
    font-family: 'Montserrat Alternates', sans-serif;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
}

body#product .anthemeblocks-reassurance-item p {
    color: #000;
}

@media (max-width: 1000px) {
    .anthemeblocks-reassurance-item {
        width: 48%;
        text-align: center;
    }

    .anthemeblocks-reassurance-item img {
        float: none;
        margin-right: auto;
    }

    .anthemeblocks-reassurance-item h6 {
        margin-top: 2%;
    }

    .anthemeblocks-reassurance-item p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 600px) {
    .anthemeblocks-reassurance-item {
        width: 98%;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .anthemeblocks-reassurance-item {
        border: none !important;
    }
}

.modal-footer .anthemeblocks-reassurance {
    display: none;
}