.anthemeblocks-reassurance {
  display: inline-block;
  width: 100%;
  background: #181818;
}
#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;
}
.anthemeblocks-reassurance-item a:hover{
    text-decoration: none;
}
.anthemeblocks-reassurance-item h6{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    margin-top: 5%;
}

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

.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;
    */
}

@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;
}
