/* lišta těhotenství týden po týdnu*/

#sp-shopping .sp-shopping {
    position: relative;
    padding: 15px 20px 15px 50px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #ebebeb;
    /* margin-bottom: 20px; */
    height: calc(80px + 15px + 15px);
}

#sp-shopping .sp-shopping::after {
    content: "";
    display: block;
    clear: both;
}

.wrapper #sp-shopping h4.sp-shopping-title-right.desktop {
    left: auto;
    right: 0;
    text-align: right;
}

.sp-shopping-line {
    position: relative;
    width: calc((40 * (80px + 12px)) + 12px);
    height: 80px;
}

.wrapper .sp-shopping-point {
    position: relative;
    height: 80px;
    width: 80px;
    margin-right: 12px;
    border: 1px solid #ededed;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2px;
}

.wrapper .sp-shopping-point figure {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.wrapper .sp-shopping-point:last-child {
    margin-right: 0;
}

.wrapper .sp-shopping-point span {
    color: #707070;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 1em;
    overflow: hidden;
    display: inline-block;
    font-size: 10px;
}

.wrapper .sp-shopping-point i {
    color: #f72e7f;
    text-align: center;
    font-size: 20px;
    font-family: bold;
}

.wrapper .sp-shopping-point.sp-shopping-active,
.wrapper .sp-shopping-point:hover {
    border: 1px solid #f72e7f;
    background: #f72e7f;
    color: white;
    text-decoration: none !important;
}

.wrapper .sp-shopping-point.sp-shopping-active span,
.wrapper .sp-shopping-point:hover span {
    color: white;
}

.wrapper .sp-shopping-point.sp-shopping-active i,
.wrapper .sp-shopping-point:hover i {
    color: white;
}

.wrapper .sp-shopping .fa {
    color: #d5d5d5;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    width: 50px;
    height: calc(80px + 15px + 15px);
    line-height: calc(80px + 15px + 15px);
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 0;
    background-image: linear-gradient(to right, white, white, white, transparent);
}

.wrapper .sp-shopping .fa.fa-arrow-r {
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
    background-image: linear-gradient(to right, transparent, white, white, white);
}

.wrapper .sp-shopping .fa:hover {
    color: #f72e7f;
}

@media (max-width: 767px) {
    .wrapper .sp-shopping .fa {
        display: none;
    }
    #sp-shopping .sp-shopping {
        padding-left: 20px;
    }
    .sp-shopping-line {
        width: calc((40 * (80px + 12px)) - 12px);
    }
}