#count-shoppingcart {
    position: absolute;
    height:10px;
    width:10px;
    line-height:10px;
    border-radius: 50%;
    padding: 4px;
    background: #c80ab8;
    color: white;
    text-align: center;
    font-size:0.6em;
    font-family: Nunito-Black;
    right:5px;
}

#week-deal {
    margin-bottom: 30px;
    position:relative;
}

#week-deal img {
    width:100%;
    height: 400px;
}

.button {
    background-color: #c80ab8;
    color:white;
    padding:10px;
    cursor: pointer;
}

.cta-shop-now {
    position:absolute;
    left: 50%;
    margin-left:-90px;
}

#week-deal .cta-shop-now {
    margin-top:320px;
    font-size:1.3em;
}

.text-pink {
    color: #c80ab8;
    font-weight:bold;
}

.content-row {
    display: flex;
    column-gap: 50px;
}

.cta-spot-item {
    background-color: #dddddd;
    position:relative;
    flex:1;
}

.cta-spot-item .cta-shop-now {
    font-size:1.2em;
    margin-top:180px;
}

.cta-spot-item img {
    width: 100%;
    max-height:250px;
}

.button-moreproducts {
    display:inline-block;
    margin-bottom:50px;
    width:100%;
}

.button-moreproducts > div {
    font-family: Nunito-Black;
    background-color: #c80ab8;
    color:white;
    padding:10px;
    text-align: center;
    border-radius: 10px;
    cursor:pointer;
    width:50%;
    margin:auto;
}

.button-moreproducts > div:hover {
    background-color: #333;
    color:silver;
}

#content-block-row {
    padding:15px;
    color:#333;
}

#faq-list li .answer-row {
    width:95%;
    margin:auto;
    margin-bottom:20px;
    background: rgba(188, 236, 232, .3);
}

#faq-list li .answer-row p {
    margin:auto;
    width:95%;
}

footer {
    background-color: #333;
    margin-top:50px;
    color:white;
    padding: 20px 0 0 0;
}

footer strong {
   font-family: Nunito-Black;
}

#footer-row {
    display:block;

}

.footer-column {
   padding:15px;
}

#footer-row .column ul {
    list-style: none;
    margin:0;
    padding:0;
    padding-top:5px;
    margin-bottom:20px;
}

#footer-row .column ul li {
    padding-bottom:3px;
}

footer a {
    color:silver;
    text-decoration: none;
}

footer a.active {
    color:#c80ab8;
}

footer a:hover {
    color: #c80ab8;
}

#newsletter {
   margin-bottom:20px;
}

#newsletter p {
    font-size: 0.8em;
    clear:both;
}

#newsletter-form input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    line-height:33px;
    /**width:70%;**/
    width:60%;
    padding-left:10px;
    margin-right:0px;
    border:0px;
}

#newsletter-form input:focus{
    outline: none;
    border:1px solid #c80ab8;
}

#newsletter-form button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    border:0px;
    height:35px;
    margin-left:-5px;
}


#socials {
    margin-top:50px;
}

#socials h3 {
    display:block;
    border-top: 1px dashed white;
    padding-top:20px;
    text-align:center;
}

#socials ul {
    padding:0;
    text-align: center;
}

#socials li {

    display:inline-block;
    margin-right:10px;
    padding-top:2px;
    font-size: 22px;
    line-height: 40px;
    width: 46px;
    height: 40px;
    border-radius: 46px;
    background-color: #c80ab8;
    color: #fff;
    margin: 0 3px 3px 0;
}

#socials li:hover {
    background-color: white;
    color:#c80ab8;
}

#socials li:hover > a {
    background-color: white;
    color:#c80ab8;
}

#socials li a {
    color:white;
}

#socials li a:hover {
    color:#c80ab8;
    background-color: white;
}

#bottom-footer {
    margin-top:50px;
    background-color: #c80ab8;
    text-align: center;
    padding-top:1px;
    padding-bottom:12px;
}

#footer-logo-container {
    text-align:center;
    margin-top:5px;
}

@media (min-width: 576px) {

    .footer-column.row {
        display:flex;
    }

    .footer-column.row .column {
        flex:33%;
    }

    #newsletter-form input {
        width:80%;
    }
}

@media (min-width: 768px) {

    #count-shoppingcart {
        height:15px;
        width:15px;
        line-height:15px;
        font-size:1em;
    }

    #newsletter-form input {
        width:60%;
    }

    .button-moreproducts > div {
        width:200px;
    }
}

@media (min-width: 992px) {

    #footer-row {
        display:flex;
    }

    .footer-column:first-of-type {
        flex:70% ;
    }

    .footer-column:last-of-type {
        flex:30% ;
    }
}

@media (min-width: 1200px) {
    .footer-column:first-of-type {
        flex:60% ;
    }

    .footer-column:last-of-type {
        flex:40% ;
    }

}

@media (min-width: 1400px) {

}







