/* 1124 - 1564 + 2621 - 2763 */

/* ---- Header ---- */
.page-header {
    min-height: 28rem;
    display: flex;
    align-content: center;
    color: black;
    position: relative;
    overflow: hidden;
}

.page-header .inner {
    display: inline-block;
    align-self: center;
    margin: 0 auto;
    text-align: center;
}

.page-header img.banner-front-large {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.page-header img.banner-front-medium {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.page-header img.banner-front-small {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.page-header .inner .banner-front-buttons {
    padding: 0.5rem 1rem 0.4rem;
    border-radius: 0.2rem;
    letter-spacing: .04rem;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
    .page-header {
        min-height: 27rem;
    }

    .page-header .inner {
        margin-left: 0;
        padding: 5% 0;
        /*margin: 0 auto 0 10%;*/
    }
}

@media (max-width: 991px) {
    .page-header {
        min-height: 24rem;
    }
}

@media (max-width: 767px) {
    .page-header {
        min-height: 23rem;
    }

    .page-header .inner {
        /*text-align: left;*/
        margin: 0;
        padding: 5%;
    }
}

@media (max-width: 575px) {
    .page-header {
        min-height: 25rem;
    }
}

@media (max-width: 360px) {
    .page-header img.banner-front-small {
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .page-header .inner {
        text-align: left
    }
}

.page-header .inner .content {
    display: inline-block;
    align-self: center;
    max-width: 40rem;
    position: relative;
}

/* End header */
/* ---- Product Carousel ---- */
/* small - display 2  */
@media (max-width: 768px) {

    .product-slider-section .carousel-inner .carousel-item-right.active,
    .product-slider-section .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .product-slider-section .carousel-inner .carousel-item-left.active,
    .product-slider-section .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.product-slider-section .carousel-inner .carousel-item.active,
.product-slider-section .carousel-inner .carousel-item-next,
.product-slider-section .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium - display 4  */
@media (min-width: 768px) {

    .product-slider-section .carousel-inner .carousel-item-right.active,
    .product-slider-section .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .product-slider-section .carousel-inner .carousel-item-left.active,
    .product-slider-section .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

/* large - display 6 */
@media (min-width: 992px) {

    .product-slider-section .carousel-inner .carousel-item-right.active,
    .product-slider-section .carousel-inner .carousel-item-next {
        transform: translateX(16.666%);
    }

    .product-slider-section .carousel-inner .carousel-item-left.active,
    .product-slider-section .carousel-inner .carousel-item-prev {
        transform: translateX(-16.666%);
    }
}

.product-slider-section .carousel-inner .carousel-item-right,
.product-slider-section .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.product-slider-item {
    padding-top: 20px;
}

.product-slider-item .product-text {
    padding: 0 0.5rem;
    text-align: center;
}

.product-slider-item .product-text .name {
    line-height: 1.4;
    font-size: 0.8rem;
}

.product-slider-item .product-text .brand {
    font-size: 0.75rem;
    margin: 0.2rem auto 3.5rem;
    color: var(--grey-medium);
}

.product-slider-item .discount-tag {
    position: absolute;
    right: 12%;
    top: 2%;
    width: 45px;
    height: 45px;
    background-color: var(--grey-darker);
    border-radius: 50%;
    padding: 0.9rem 0;
    text-align: center;
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
}

.product-slider-item .price-tags .market-price {
    text-decoration: line-through;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.product-slider-item .price-tags {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 80%;
    margin: auto;
}

.product-slider-item .price-tags .price {
    text-align: right;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.1;
}

.product-slider-item .price-tags .price span {
    font-size: 0.65rem;
}

.product-slider-item .price-tags .add-to-cart-btn {
    display: inline-block;
    padding: 0.2rem 1.5rem 0.1rem;
    margin: 0.5rem auto 0;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: white;
    background-color: var(--green-light);
    transition: color 0.3s, background-color 0.3s;
}

.product-slider-item hr {
    margin-top: 3rem;
}

/* End products carousel */
/* ---- Banner brands ---- */
.brands-front .brand h4 {
    position: absolute;
    text-transform: uppercase;
    color: var(--grey-darker);
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.14rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brands-front .brand {
    padding: 0.4rem;
    overflow: hidden;
}

.brands-front .brand img {
    transition: transform 0.6s;
}

.brands-front .brand img:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .brands-front .brand {
        height: 5rem;
        margin: 0.4rem 0;
    }

    .brands-front .brand img {
        top: 50%;
        transform: translate(0, -50%);
    }

    .brands-front .brand img:hover {
        transform: translate(0, -20%);
    }
}

@media (max-width: 480px) {}

/* end banner brands */
/* ---- banner newsletter ---- */
.banner-newsletter {
    margin: 2rem 0 -3rem;
    padding: 3rem;
    display: flex;
    align-content: center;
    position: relative;
    overflow: hidden;
}

.banner-newsletter .container .inner {
    padding: 2rem;
    padding-bottom: 2.5rem;
}

.banner-newsletter .newsletter-signup {
    display: flex;
    width: 100%;
    max-width: 375px;
    margin: auto;
}

.banner-newsletter .newsletter-signup .email-input {
    flex-grow: 1;
    padding-left: 2rem;
    border: none;
    font-size: 1rem;
    color: inherit;
    width: 60%;
}

.banner-newsletter .newsletter-signup .submit-btn {
    padding: 1rem;
    background-color: white;
}

.banner-newsletter .newsletter-signup .arrow-large {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    color: var(--grey-medium)
}

.banner-newsletter .newsletter-signup .arrow-large:hover,
.banner-newsletter .newsletter-signup .arrow-large:focus {
    color: var(--grey-darker)
}

.banner-newsletter img {
    position: absolute;
    bottom: 0;
    left: -3%;
    width: 50%;
}

@media (max-width: 767px) {
    .banner-newsletter img {
        width: 70%;
        left: -18%;
        bottom: -5%;
    }
}

@media (max-width: 575px) {
    .banner-newsletter img {
        width: 90%;
        left: -20%;
        bottom: 0%;
        height: 100%;
        width: auto;
    }
}

@media (max-width: 500px) {
    .banner-newsletter {
        padding: 1rem;
    }
}

/* end baner newsletter */
/* ---- banner concept ---- */
.banner-concept {
    margin: 2rem 0 1rem;
    padding: 3rem;
    display: flex;
    align-content: center;
    position: relative;
    overflow: hidden;
}

.overlay-banner {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    background-color: var(--main-light);
    transform: translate(-50%, -50%);
}

.banner-concept img {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 65%;
}

@media (max-width: 991px) {
    .banner-concept img {
        width: 80%;
        left: -10%;
        bottom: 0%;
    }
}

@media (max-width: 767px) {
    .banner-concept img {
        width: auto;
        left: 20%;
        bottom: -65%;
        transform: rotate(-60deg)
    }

    .banner-concept {
        padding: 2rem 1rem;
    }
}

@media (max-width: 500px) {
    .banner-concept img {
        width: auto;
        left: -30%;
        bottom: -45%;
        transform: rotate(-50deg)
    }
}

/* ---------------- Monthly offer page ----------------- */
#month-offer .page-header {
    background-size: cover;
    background-position: center left 65%;
    background-repeat: no-repeat;
    padding: 2rem;
    min-height: 400px;
    text-align: center;
    display: flex;
}

@media (max-width: 767px) {
    #month-offer .page-header {
        background-position: left -150px top;
        text-align: left;
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    #month-offer .page-header h4 {
        font-size: 0.9rem;
    }

    #month-offer .page-header {
        background-position: left -230px top;
    }
}

#month-offer header h3 span,
#month-offer header h4 span {
    color: white
}

#month-offer header h1 {
    color: white;
    font-size: 2.5rem
}

.product-offer-item {
    height: 100%
}

#month-offer h3.use-color span,
#month-offer h4.use-color span {
    color: #81ad83;
    font-weight: bold;
}

#month-offer .product-offer-item .product-image {
    width: 100%;
    padding-bottom: 97%;
    padding-top: 2%;
    display: inline-block;
    height: 0;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#month-offer .product-offer-item .product-text {
    text-align: center;
}

#month-offer .product-offer-item .product-text .name {
    line-height: 1.4;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

#month-offer .product-offer-item .product-text .brand {
    font-size: 0.7rem;
    margin: 0.1rem auto 0.2rem;
    color: var(--grey-medium);
}

#month-offer .product-offer-item .discount-tag {
    position: absolute;
    right: 9%;
    top: 7%;
    width: 52px;
    height: 52px;
    background-size: cover;
    border-radius: 50%;
    padding: 1rem 0;
    text-align: center;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#month-offer .product-offer-item .market-price {
    text-decoration: line-through;
    padding: .3rem 0 0;
    font-size: 0.75rem;
    margin-bottom: 0;
}

#month-offer .product-offer-item .price {
    text-decoration: line-through;
    padding: .2rem 0 .6rem;
    font-size: 0.75rem;
    font-weight: 500;
}

#month-offer .product-offer-item .price-now {
    padding: .3rem;
    font-size: 0.9rem;
    color: white;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#month-offer .product-offer-item .price-tags .price span {
    font-size: 0.65rem;
}

#month-offer .product-offer-item .price-tags .add-to-cart-btn {
    display: inline-block;
    padding: 0.2rem 1.5rem 0.1rem;
    margin: 0.5rem auto 0;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: white;
    background-color: var(--green-light);
    transition: color 0.3s, background-color 0.3s;
}

#month-offer .product-offer-item hr {
    margin-top: 3rem;
}