.line-height-1 {
    line-height: 1;
}

.infoToltipBadge {
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.infoToltipBadge:before {
    font-size: 1.4em;
}

.picto-click-and-collect:before {
    font-size: 5rem;
}

.picto-ikea-store:before,
.picto-ikea-point:before {
    font-size: 5rem;
}

.picto-click-and-collect,
.icon-boxDelivery,
.fundament-icon-box,
.fundament-icon-delivery-thin-24,
.fundament-icon-click-and-collect-24 {
    font-size: 5rem;
    line-height: 1;
    overflow: hidden;
}

.icon-boxDelivery.smaller,
.fundament-icon-box.smaller {
    font-size: 1rem;
    line-height: 0;
    color: #111111;
    margin: 0 1px 0 6px;
    vertical-align: middle;
}

.circle_wrapper {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #7E7E7E;
    border-radius: 4rem;
    vertical-align: middle;
    margin-right: 5px;
}
.circle_wrapper.red {
    background: #F07F65 0% 0% no-repeat padding-box;
}
.circle_wrapper.purple {
    background: #C98AC9 0% 0% no-repeat padding-box;
}
.circle_wrapper.yellow {
    background: #FFEE75 0% 0% no-repeat padding-box;
}
.circle_wrapper.blue {
    background: #6FCAF2 0% 0% no-repeat padding-box;
}
.circle_wrapper.green {
    background: #AFDFC5 0% 0% no-repeat padding-box;
}
.circle_wrapper.do.zona1 {
    background: #00cccb 0% 0% no-repeat padding-box;
}
.circle_wrapper.do.zona2 {
    background: #ffcc33 0% 0% no-repeat padding-box;
}
.circle_wrapper.do.zona3 {
    background: #cd9933 0% 0% no-repeat padding-box;
}
.circle_wrapper.do.zona4 {
    background: #33cc00 0% 0% no-repeat padding-box;
}

.table-striped > thead,
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #EEEEEE;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}

.border-md-right {
    border-right: none;
}
@media (min-width: 768px) {
    .border-md-right {
        border-right: 2px solid #CCCCCC;
    }
}
