@import url('https://fonts.googleapis.com/css?family=Amiri');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body,
h1,
h2,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*------------------------*/

#mothersDay2019 {
    width: 100%;
    color: #555;
    margin-top: 100px;
}

#mothersDay2019 * {
    box-sizing: border-box;
    text-decoration: none;
}

/*------------------------*/

.hero {
    width: 100%;
    position: relative;
    margin-bottom: 6.250vw;
}

.hero_img {
    width: 100%;
    height: auto;
}

.hero_text {
    position: absolute;
    top: 2.778vw;
    left: 3.819vw;
}

.hero_text_preTitle {
    font-size: 0.972vw;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2.083vw;
}

.hero_text_h1 {
    font-size: 3.819vw;
    line-height: 3.819vw;
    font-family: 'Amiri', serif;
    margin-bottom: 3.056vw;
}

.hero_text_p {
    font-size: 1.458vw;
    line-height: 1.528vw;
    font-family: 'Amiri', serif;
    margin-left: 7.500vw;
    max-width: 33.194vw;
}


/*------------------------*/


.rowMother {
    width: 93.056vw;
    margin: 0 auto;
    margin-bottom: 8vw;
}

/*------------------------*/

.descriptionBox {
    width: 24.305vw;
    float: left;
}

.descriptionBox_h2 {
    max-width: 19vw;
    font-size: 2.5vw;
    line-height: 2.708vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 1.389vw;
}

.descriptionBox_p {
    max-width: 20vw;
    font-family: 'Amiri', serif;
    font-size: 1.3vw;
    line-height: 1.458vw;
    margin-bottom: 1.806vw;
}

.descriptionBox_cta_desktop {
    font-size: 0.972vw;
    line-height: 0.972vw;
    border: #777 solid 0.083vw;
    font-family: 'Roboto', sans-serif;
    padding: 0.7vw 1.250vw;
    display: inline-block;
    border-radius: 1.785vw;
    text-decoration: none;
    color: #555;
    transition: all .6s !important;
}

.descriptionBox_cta_desktop:hover {
    background-color: #555;
    color: #fff;
}

/*------------------------*/


.productBox {
    width: 22.917vw;
    float: left;
    border-right: 0.139vw solid #e3e3e2;

    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    /* Firefox */
    -webkit-animation: fadein 1.5s;
    /* Safari and Chrome */
    -o-animation: fadein 1.5s;
    /* Opera */
}

.img-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1.1vw;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    transition: all ease .5s;
    opacity: 1;
}

/*------------------------*/

.img-wrapper img + img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

a:hover .img-wrapper img {
    opacity: 0;
}

a:hover .img-wrapper img + img {
    opacity: 1;
}

.productBox:nth-child(3) {
    border-right: 0;
}

.brandName,
.modelName,
.colorsNumber {
    text-align: center;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif;
    color: #222;
}

.brandName {
    font-size: 0.972vw;
    line-height: 0.972vw;
    font-weight: 500;
    margin-bottom: 0.972vw;
}

.modelName {
    font-size: 0.972vw;
    line-height: 0.972vw;
    font-weight: 300;
    margin-bottom: 0.972vw;
}

.colorsNumber {
    font-size: 0.833vw;
    line-height: 0.833vw;
    font-weight: 300;
}


/*------------------------*/

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*  -- clear float --  */

.clear-float {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

/*  -- hide/show --  */

.display-desktop {
    display: block !important;
}

.display-mobile {
    display: none !important;
}

@media screen and (max-width: 768px) {

    .display-desktop {
        display: none !important;
    }

    .display-mobile {
        display: block !important;
    }

}

/*  -- mobile --  */

@media screen and (max-width: 768px) {

    #mothersDay2019 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .hero {
        margin-bottom: 11.200vw !important;
    }


    .hero_text {
        top: 4vw;
        left: 5.333vw;
    }

    .hero_text_preTitle {
        font-size: 3.733vw;
        line-height: 3.733vw;
        margin-bottom: 5.867vw !important;
    }

    .hero_text_h1 {
        font-size: 9.333vw;
        line-height: 9.333vw;
        margin-bottom: 3.056vw;
        text-transform: none;
    }

    .rowMother {
        width: 85.333%;
    }

    .descriptionBox {
        width: 100%;
        float: none;
    }

    .descriptionBox_h2 {
        max-width: 100%;
        font-size: 8vw;
        font-weight: 300;
        line-height: 8vw;
        margin-bottom: 4.8vw;
    }

    .descriptionBox_p {
        max-width: 100%;
        font-size: 4.8vw;
        line-height: 5.6vw;
        margin-bottom: 1.806vw;
    }

    .descriptionBox_cta_desktop {
        display: none;
    }

    .ctaContainerMobile {
        text-align: center;
    }


    .descriptionBox_cta_mobile {
        font-size: 3.733vw;
        line-height: 3.733vw;
        border: #777 solid 0.267vw;
        padding: 3vw 6.133vw;
        border-radius: 8vw;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
        color: #555;
    }

    .productBox {
        width: 100%;
        float: none;
        border-right: 0;
    }

    .img-wrapper {
        width: 100%;
    }

    .brandName,
    .modelName {
        font-size: 3.733vw;
        line-height: 3.733vw;
        margin-bottom: 3.733vw !important;
    }

    .colorsNumber {
        font-size: 3.200vw;
        line-height: 3.200vw;
    }

    .line {
        width: 100%;
        height: 0.300vw;
        background-color: #979797;
        margin: 14.133vw 0 !important;
    }

    /*  -- slick --  */


    .slick-dots {
        position: relative;
        bottom: inherit;
        padding-top: 9.067vw;
    }

    .slick-dots li button:before {
        font-size: 9.333vw;
        content: '°';
    }

    .slick-slide {
        height: auto;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 9.067vw;
    }

}
