﻿/* Vertical rule */
.vr-left {
    border-left: 1px solid rgba(0,0,0,0.5);
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.pageOffset {
    margin-top: 120px;
}

h1, h2, h3 {
    font-weight: 500;
    color: #E0115F;
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.small {
    color: #C9C9C9;
}

.subtitle {
    color: #E0115F;
    text-align: center;
}

.bannerTitle {
    font-size: 2.5em;
    color: black;
}

    .bannerTitle .highlight {
        color: #E0115F;
    }

footer {
    position: relative;
    background-color: #FFF;
    height: 60px;
    width: 100%;
    height: 100%;
}

    footer a {
        color: #051a3a;
        font-weight: 500;
    }

        footer a:hover {
            color: #E0115F;
            text-decoration: none;
        }

    footer .location {
        height: 25px;
    }

        footer .location img {
            padding-right: 0;
        }

    footer .totopswirl {
        top: 117px !important;
    }

    footer .totop {
        position: absolute;
        top: -40px;
        background-color: #FFF;
        display: block;
        width: 120px;
        background: url(/images/bump.png) no-repeat center bottom;
        cursor: pointer;
    }

        footer .totop:hover,
        footer .totop:focus {
            text-decoration: none;
        }

        footer .totop::before {
            position: absolute;
            width: 120px;
            height: 35px;
            top: 6px;
            line-height: 35px;
            display: block;
            font-family: 'icomoon';
            font-size: 8px;
            color: #051A3A;
            text-align: center;
            content: '\e907';
        }

address dt {
    color: #000;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-toggle::after {
    content: none;
}

.features .featureItem .title {
    font-family: Quicksand;
}

.features .featureItem .message {
    font-family: Quicksand;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1200px) {
    h1, h2 {
        font-size: 40px;
        line-height: 60px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    .features .featureItem {
        line-height: 65px;
        font-family: 'icomoon';
        font-size: 50px;
        color: #FFF;
        display: block;
        width: 100%;
    }

        .features .featureItem .title {
            font-size: 20px;
            line-height: 30px;
        }

        .features .featureItem .message {
            font-size: 14px;
            line-height: 25px;
        }

    .container-fluid .bg-gradient {
        background: linear-gradient(45deg, #FF7E62 0%, #E0115F 100%);
        height: 883px !important;
    }

        .container-fluid .bg-gradient h2,
        .container-fluid .bg-gradient h5 {
            color: #FFF;
        }

    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
        background-position-y: -6px;
    }

    .home .phone {
        position: relative;
        background: url(/images/iphone-white.png) no-repeat left top;
        width: 265px;
        overflow: hidden;
        height: 800px;
    }

    .babyscan .scanner {
        height: 80%;
        margin-left: -2rem;
        margin-top: -2rem;
    }

    .babyscan .feature p {
        font-size: 17px;
    }

    .babyscan .phone-container {
        position: relative;
        width: 170px;
        overflow: hidden;
    }

    .babyscanHeader {
        padding-top: 10rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .webShopHeader,
    .shoppingCartHeader {
        padding-top: 7rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .btn {
        font-size: 1.5rem;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header {
        background-size: cover !important;
    }

    h1, h2 {
        font-size: 60px;
        line-height: 80px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    .subtitle {
        font-size: 30px;
        line-height: 30px;
    }

    .features .featureItem {
        line-height: 82px;
        font-family: 'icomoon';
        font-size: 50px;
        color: #FFF;
        display: block;
        width: 100%;
    }

        .features .featureItem .title {
            font-size: 30px;
            line-height: 40px;
        }

        .features .featureItem .message {
            font-size: 20px;
            line-height: 25px;
        }

    .container-fluid .bg-gradient {
        background: linear-gradient(45deg, #FF7E62 0%, #E0115F 100%);
        height: 883px;
    }

        .container-fluid .bg-gradient h2,
        .container-fluid .bg-gradient h5 {
            color: #FFF;
        }

    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
        background-position-y: -5px;
    }

    .home .phone {
        position: relative;
        background: url(/images/iphone-white.png) no-repeat left top;
        width: 265px;
        overflow: hidden;
        height: 800px;
    }

    .babyscan .scanner {
        height: 80%;
        margin-left: -2rem;
        margin-top: -2rem;
    }

    .babyscan .phone-container {
        position: relative;
        width: 170px;
        overflow: hidden;
    }

    .babyscanHeader {
        padding-top: 9rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .webShopHeader,
    .shoppingCartHeader {
        padding-top: 7rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .btn {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
        background-position-y: -3px;
    }
}

@media (min-width: 1500px) {
    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
        background-position-y: -60px;
    }
}

@media (min-width: 1600px) {
    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
        background-position-y: -100px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    h1, h2, h3 {
        font-size: 40px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .features .featureItem {
        line-height: 65px;
        font-family: 'icomoon';
        font-size: 55px;
        color: #FFF;
        display: block;
        width: 100%;
    }

        .features .featureItem .title {
            font-size: 20px;
            line-height: 30px;
        }

        .features .featureItem .message {
            font-size: 14px;
            line-height: 20px;
        }

    .container-fluid .bg-gradient {
        background: linear-gradient(45deg, #FF7E62 0%, #E0115F 100%);
        height: 883px;
    }

        .container-fluid .bg-gradient h2,
        .container-fluid .bg-gradient h5 {
            color: #FFF;
        }

    .container-fluid .bg-image {
        height: 883px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
    }

    .home .phone {
        position: relative;
        background: url(/images/iphone-white.png) no-repeat left top;
        width: 265px;
        overflow: hidden;
        height: 800px;
    }

    .babyscan .scanner {
        height: 62%;
        margin-left: -4rem;
        margin-top: -2rem;
    }

    .babyscan .phone-container {
        position: relative;
        width: 170px;
        overflow: hidden;
    }

    .babyscanHeader,
    .webShopHeader,
    .shoppingCartHeader {
        height: 900px;
        padding-top: 7rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .btn {
        font-size: 1.1rem;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    h1, h2, h3 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .features .featureItem {
        line-height: 55px;
        font-family: 'icomoon';
        font-size: 55px;
        color: #FFF;
        display: block;
        width: 100%;
    }

        .features .featureItem .title {
            font-size: 20px;
            line-height: 25px;
        }

        .features .featureItem .message {
            font-size: 14px;
            line-height: 16px;
        }

    .container-fluid .bg-gradient {
        background: linear-gradient(45deg, #FF7E62 0%, #E0115F 100%);
        height: 700px;
    }

        .container-fluid .bg-gradient h2,
        .container-fluid .bg-gradient h5 {
            color: #FFF;
        }

    .container-fluid .bg-image {
        height: 700px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
    }

    .home .phone {
        position: relative;
        background: url(/images/iphone-white.png) no-repeat left top;
        width: 265px;
        overflow: hidden;
        height: 675px;
    }

    .experience-margin {
        margin-top: 13rem;
    }

    .babyscan .scanner {
        height: 62%;
        margin-left: -4rem;
        margin-top: -2rem;
    }

    .babyscanHeader,
    .webShopHeader,
    .shoppingCartHeader {
        padding-top: 7rem;
        background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, #FFE2E4 100%);
    }

    .btn {
        font-size: 1rem;
    }
}

/* Extra small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .container-fluid .bg-gradient {
        background: linear-gradient(45deg, #FF7E62 0%, #E0115F 100%);
        height: 700px !important;
    }

        .container-fluid .bg-gradient h2,
        .container-fluid .bg-gradient h5 {
            color: #FFF;
        }

    .container-fluid .bg-image {
        height: 700px;
        background: url(/images/pregnant-photo.png) no-repeat right top #E0115F;
        background-size: cover;
    }

    .home .phone {
        position: relative;
        background: url(/images/iphone-white.png) no-repeat left top;
        width: 265px;
        overflow: hidden;
        height: 675px;
    }

    .experience-margin {
        margin-top: 13rem;
    }

    .btn {
        font-size: 1rem;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

/****************************************************************/
/******************** Nav menu styling **************************/
/****************************************************************/

.navbar {
    font-size: 20px;
    background: rgba(255,255,255,.7);
    transition: background-color 1s;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

    .navbar .nav-item .nav-link {
        font-weight: 500;
        color: #000;
        cursor: pointer;
    }

        .navbar .nav-item .nav-link:hover,
        .navbar a:hover,
        .navbar a:focus {
            text-decoration: none;
            color: #E0115F;
        }

footer .nav-link {
    text-align: left;
    font-size: 16px;
}


.scrolled {
    background-color: #FFF !important;
}

.header {
    height: 683px;
    background: url(../../images/baby-header.png) no-repeat center -150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header .headertext {
        color: #E0115F;
        text-align: center;
        margin-top: 200px;
    }

/**************************************************************/
/*************************** Swirl ****************************/
/**************************************************************/

.swirl {
    position: relative;
    height: 360px;
    padding-top: 115px;
}

    .swirl.home {
        margin-top: -100px;
    }

    .swirl .orange-swirl {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
    }

    .swirl .container {
        position: relative;
        z-index: 1;
        color: #FFF;
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        line-height: 41px;
    }

@media (max-width: 767px) {
    .swirl .container .title img {
        margin-top: 15px;
        width: 200px;
    }

    .swirl .container {
        font-size: 20px;
    }
}

.swirl .title {
    display: block;
    text-align: center;
    font-size: 24px;
}

.orange-swirl {
    width: 100%;
    height: 360px;
    background: url(/images/swirl-orange.svg) repeat-x;
    background-position: 0 0;
    background-size: 1530px 360px;
    animation: animatedBackground 25s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 10s ease -1.25s infinite;
}

    .orange-swirl.transparent {
        background: url(/images/swirl-orange-transparent.svg) repeat-x;
        background-position: 0 0;
        background-size: 1530px 360px;
        animation: animatedBackground 50s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell-reverse 7s ease -1.25s infinite;
    }

    .orange-swirl.contact {
        animation: none;
        height: 110px;
    }

    .orange-swirl.error {
        position: absolute;
        bottom: 0;
        animation: none;
        height: 200px;
    }

#header-babyscan .orange-swirl.transparent {
    animation: none;
    background-position: 100px 0;
    height: auto;
    padding-bottom: 150px;
}

@keyframes animatedBackground {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 1530px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,5px,0);
    }

    50% {
        transform: translate3d(0,-10px,0);
    }
}

@keyframes swell-reverse {
    0%, 100% {
        transform: translate3d(0,-10px,0);
    }

    50% {
        transform: translate3d(0,5px,0);
    }
}

.white-swirl {
    position: relative;
    height: 356px;
    background: url(/images/swirl-white.svg) repeat-x;
    background-position: -50px 0;
    background-size: 1530px 360px;
    text-align: center;
    z-index: 10;
}

    .white-swirl.bottom {
        margin-top: -100px;
        padding-top: 100px;
    }

    .white-swirl.top {
        background-position: 50px bottom;
    }

    .white-swirl.small {
        height: 150px;
    }

.register-header .header-swirl {
    height: 220px;
    width: 100%;
    background: linear-gradient(245deg, #FF7E62 0%, #E0115F 100%);
}

.register-header .white-swirl {
    height: auto;
}

.register-header .baby-scan-logo {
    position: absolute;
    top: 28px;
    left: 41px;
    height: 100px;
}

.register-header .goodmorning span {
    position: absolute;
    top: 50px;
    right: 92px;
    color: #FFF;
    font-size: 25px;
    line-height: 25px;
}

.register-header .goodmorning .user-icon:before {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    font-family: 'icomoon';
    font-size: 38px;
    content: '\e919';
}

.profile .gender {
    font-family: 'icomoon';
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #ced4da;
}

.profile .female:before {
    content: "\e917";
}

.profile .male:before {
    content: "\e919";
}

.profile .surprise:before {
    content: "\e901";
}

.baby-gender a {
    color: #FF89BA;
}

.resetIcon {
    height: 20px;
}

.gender .title {
    display: block;
}

.gender .total {
    display: inline-block;
    color: #FFF;
    height: 82px;
    width: 82px;
    font-size: 64px;
    font-weight: 900;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 12px;
    cursor: pointer;
}

    .gender .total.zero {
        background: #FFF;
    }

        .gender .total.zero:before {
            font-family: 'icomoon';
            font-size: 50px;
            content: "\e901";
        }

.boy,
.boy .total.zero {
    color: #4286DC;
}

    .boy .total {
        background-color: #4D93DF;
        border: 2px solid #4D93DF;
    }

.girl .total.zero,
.girl {
    color: #FF89BA;
}

.girl {
    margin: auto 20px;
}

    .girl .total {
        background-color: #FF89BA;
        border: 2px solid #FF89BA;
    }

.surprise .total.zero,
.surprise {
    color: #F3AA40;
}

    .surprise .total {
        background-color: #F3AA40;
        border: 2px solid #F3AA40;
    }

.btn {
    border-radius: 25px;
    font-weight: 700;
    min-width: 150px;
    color: #FFF !important;
}

.btn-primary {
    background-color: #E0115F;
    border-color: #E0115F;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #E0115F;
        border-color: #E0115F;
    }

.btn-outline-primary {
    border-color: #E0115F;
    color: #E0115F !important;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:active,
    .btn-outline-primary:focus,
    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #E0115F;
        border-color: #E0115F;
        color: #FFF !important;
    }

.btn-secondary {
    background-color: #4BB5FF;
    border-color: #4BB5FF;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus,
    .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #4BC1FF;
        border-color: #4BC1FF;
    }

.btn-outline-secondary {
    border-color: #4BB5FF;
    color: #4BB5FF !important;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:active,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active {
        background-color: #4BC1FF;
        border-color: #4BC1FF;
        color: #FFF !important;
    }

.btn-info {
    background-color: #bcbcbc;
    border-color: #bcbcbc;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus,
    .btn-info:disabled,
    .btn-info:not(:disabled):not(.disabled):active {
        background-color: #C9C9C9;
        border-color: #C9C9C9;
    }



.add-invitation:after {
    border: 1px solid #E0115F;
    padding: 10px;
    border-radius: 25px;
    font-family: 'icomoon';
    font-size: 25px;
    content: "\e915";
    color: #E0115F;
    cursor: pointer;
}

.shareEmailList {
    list-style: none;
    padding-inline-start: 0;
}

.shareEmailItem:before {
    font-family: 'icomoon';
    font-size: 25px;
    content: "\E92C";
    color: #E0115F;
    padding-right: 10px;
    padding-left: 0;
    margin-left: 0;
    cursor: pointer;
}

.home .phone .step {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 220px;
    border: 1px solid #000;
}

    .home .phone .step img {
        max-width: 100%;
        vertical-align: middle;
    }

.features h1 {
    color: #FFF;
}

.features .featureItem::before {
    margin-right: 30px;
    width: 60px;
    text-align: center;
    float: left;
}

.features .row:nth-of-type(1) .featureItem::before {
    content: '\e903';
}

.features .row:nth-of-type(2) .featureItem::before {
    content: '\e902';
}

.features .row:nth-of-type(3) .featureItem::before {
    content: '\e900';
}

.features .row:nth-of-type(4) .featureItem::before {
    content: '\e918';
}

.features .row a > .appstore {
    background: url(/images/app-store-badge.svg) no-repeat left top;
    background-size: contain;
}

.features .row a > .google-play {
    background: url(/images/google-play-badge.png) no-repeat left top;
    background-size: contain;
}

.feature.orange-swirl {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    animation: none;
    background: url(/images/swirl-orange-transparent.svg) repeat-x;
    background-position: 0 0;
    background-size: 1530px 360px;
}

.white-swirl {
    position: relative;
    height: 100px;
    background: url(/images/swirl-white.svg) repeat-x;
    background-position: -50px 0;
    background-size: 1530px 360px;
    text-align: center;
    z-index: 10;
    margin-top: -100px;
    padding-top: 100px;
}

.legal.orange-swirl {
    width: 100%;
    height: 125px;
    animation: none;
    background: url(/images/swirl-orange-transparent.svg) repeat-x;
    background-position: 0 0;
    background-size: 1530px 360px;
}

.headerLogo {
    height: 88px;
    width: 75px;
    padding-top: .6rem;
}

.babyscan .phone-container .phone {
    padding-top: 15px;
    width: 100%;
}

.babyscan .phone-container .splash {
    position: absolute;
    top: 55px;
    left: 11px;
    width: 87%;
}

.babyscan .orange-solid-swirl {
    position: absolute;
    top: 700px;
    bottom: 0;
    width: 100%;
    height: 175px;
    animation: none;
    background: url(/images/swirl-orange-transparent.svg) repeat-x;
    background-position: 150px 0;
    background-size: 1530px 360px;
}

.babyscan .white-solid-swirl {
    position: absolute;
    top: 760px;
    bottom: 0;
    width: 100%;
    height: 175px;
    animation: none;
    background: url(/images/swirl-white.svg) repeat-x;
    background-position: -50px 0;
    background-size: 1530px 360px;
}

#languageSelectDropdown,
.shoppingCartIcon {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 50px;
    text-align: center;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0;
    background-color: rgba(150,150,150,.4);
    border-radius: 20px;
}

    #languageSelectDropdown:hover,
    .shoppingCartIcon:hover {
        background-color: rgba(150,150,150,.2);
    }

.productHeader,
.shoppingCartHeader {
    padding-top: 3rem;
    background-color: #FFE2E4;
}

    .productHeader .white-swirl,
    .shoppingCartHeader .white-swirl {
        position: relative;
        height: 50px;
        background: url(/images/swirl-white.svg) repeat-x;
        background-position: -15px 0;
        background-size: 1530px 320px;
        text-align: center;
        z-index: 10;
        margin-top: 40px;
        padding-top: 100px;
    }

.product .btn,
.shoppingCart .btn {
    min-width: 2rem;
    margin-left: 0;
    margin-right: 0;
}

    /*.shoppingCart .shoppingCartButtons .btn {
    min-width: 150px;
}*/

    .product .btn.btn-outline-secondary,
    .shoppingCart .btn.btn-outline-secondary {
        background-color: #FFF;
        border-color: #4BC1FF;
        color: #4BC1FF !important;
        margin-left: 0;
        height: 38px;
        font-size: 1rem;
        margin-top: 0;
        display: inline-block;
        vertical-align: center;
    }

        .product .btn.btn-outline-secondary:hover,
        .shoppingCart .btn.btn-outline-secondary:hover {
            color: #FFF !important;
            background-color: #4bb5ff;
        }

.minProductAmount {
    border-right: 0;
}

.plusProductAmount {
    border-left: 0;
}

.shoppingCartIcon::before {
    color: #000;
    font-size: 26px;
    font-family: 'icomoon';
    content: "\e904";
}

.shoppingCart .product {
    border: 1px solid #ced4da;
}

.checkout p,
.checkout span,
.checkout table,
.shoppingCart p,
.shoppingCart span,
.shoppingCart select,
.shoppingCart select .amount {
    font-size: 1rem;
}

.shoppingCart select {
    border-radius: 0 !important;
    height: 2rem;
}

.shoppingCart .garbage::after {
    position: absolute;
    top: 5px;
    right: 13px;
    color: #E0115F;
    font-size: 14px;
    font-weight: bold;
    content: "X";
    cursor: pointer;
}

.text-pink {
    color: #E0115F;
}

.shoppingCart input[type=text] {
    border-radius: 0;
}

.productAmountButtonGroup .amount {
    display: block;
    width: 80px;
    cursor: default;
    border: #4BC1FF 1px solid;
    color: #4BC1FF !important;
    background-color: #FFF;
    margin: 10px 0 10px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    padding: 0.375rem .75rem;
    border-radius: 0 !important;
}

.facebook::after {
    content: "\e908";
    font-family: "icomoon";
    font-size: 35px;
    color: #000;
}

.twitter::after {
    content: "\e90c";
    font-family: "icomoon";
    font-size: 35px;
    color: #000;
}

.linkedin::after {
    content: "\e90a";
    font-family: "icomoon";
    font-size: 35px;
    color: #000;
}

.youtube {
    padding-top: 5px;
}

    .youtube::after {
        content: "\e90d";
        font-family: "icomoon";
        font-size: 35px;
        text-align: center;
        padding-top: 5px;
        color: #000;
    }

.instagram::after {
    content: "\e909";
    font-family: "icomoon";
    font-size: 35px;
    color: #000;
}

#carouselSlides .carousel-item {
    height: 515px;
}

.faq {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

    .faq .harmonica-head:before {
        font-family: 'icomoon';
        font-size: 8px;
        color: #051A3A;
        text-align: center;
        display: inline-block;
        content: '\e907';
        transform: rotate(90deg);
        vertical-align: 50%;
        margin-left: -1rem;
    }

    .faq .harmonica-head {
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .faq .harmonica-content {
        margin-bottom: 1rem;
    }

    .faq .harmonica-head.open:before {
        font-family: 'icomoon';
        font-size: 8px;
        color: #051A3A;
        text-align: center;
        display: inline-block;
        content: '\e907';
        transform: rotate(180deg);
        vertical-align: 50%;
        margin-left: -1rem;
    }

.min100vh {
    min-height: 100vh;
}

.mt-6 {
    margin-top: 6rem;
}

.product .harmonica-head:after {
    font-family: 'icomoon';
    font-size: 8px;
    color: #051A3A;
    text-align: center;
    display: inline-block;
    content: '\e907';
    transform: rotate(90deg);
    vertical-align: 50%;
    margin-left: 1rem;
}

.product .harmonica-head {
    cursor: pointer;
    margin-bottom: 1rem;
}

.product .harmonica-content {
    margin-bottom: 1rem;
}

.product .harmonica-head.open:after {
    font-family: 'icomoon';
    font-size: 8px;
    color: #051A3A;
    text-align: center;
    display: inline-block;
    content: '\e907';
    transform: rotate(180deg);
    vertical-align: 50%;
    margin-left: 1rem;
}

.slick-prev:before, .slick-next:before {
    color: #E0115F !important;
}

.slick-slide .productImage {
    max-width: 100%;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.slick-slide {
    margin-left: 2px;
    margin-right: 2px;
}

.imageCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productSlider {
    opacity: 0;
    visibility: hidden;
}

    .productSlider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

.productImages .slick-slide {
    height: 100%;
}

.featureRow {
    height: 545px;
}

#blogHolder {
    position: relative;
    min-height: 100%;
    background-color: #FFF;
}

    #blogHolder .header-swirl {
        position: absolute;
        top: 0;
        left: 0;
        height: 320px;
        width: 100%;
        background: url(/images/swirl-white.svg) repeat-x #FFF1F0;
        background-position: left 100px;
    }

.blog h1,
.blogForCategory h1,
.blogDetails h1,
.countdown h4 {
    color: #E0115F;
}

.blogDetails h4,
.blogDetails p {
    color: #000000;
}

.blogForCategory a.category {
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding-left: 50px;
}


.blog a.category {
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.blogForCategory a.category::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    font-size: 26px;
    color: #FFF;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    content: '\e912';
    margin-right: 10px;
}

.blog a.category::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'icomoon';
    font-size: 26px;
    color: #FFF;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    content: '\e91e';
}

.blog .header {
    background-color: #FFF;
}

.blog .header-swirl {
    height: 320px;
    width: 100%;
    background: url(/images/swirl-white.svg) repeat-x #FFF;
    background-position: left 220px;
}

.blogCategory .item {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #FFF;
    font-family: 'Quicksand';
    background-color: #FFF;
}

.blogCategory a {
    text-decoration: none;
}

.blogClass div:nth-child(1) {
    padding-left: 0;
}

.blogClass div:nth-child(3) {
    padding-right: 0;
}

.blogClass > .item {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #FFF;
    font-family: 'Quicksand';
    background-color: #FFF;
}

.blogClass .small .image {
    width: auto;
    height: 250px;
}

.blogClass .small .info {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    z-index: 1;
    color: #6D0D3F;
}

    .blogClass .small .info .title {
        color: #6D0D3F;
        overflow: hidden;
    }

    .blogClass .small .info .date {
        color: #6D0D3F;
    }

.headBlogItem .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF1F0;
}

.blogItem .caption {
    right: 0;
}

.searchInput {
    width: 100%;
}

.searchButton {
    position: absolute;
    right: 10px;
    top: -7px;
    background-color: transparent;
    border: none;
    font-family: 'icomoon';
    font-size: 26px;
    cursor: pointer;
}

    .searchButton::after {
        content: '\e91b';
        font-family: 'icomoon';
        font-size: 26px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

.headBlogItem .caption .title,
.blogItem .caption .title {
    color: #9e597a;
    font-weight: 500;
}

.headBlogItem .caption .date,
.blogItem .caption .date {
    color: #9e597a;
    font-weight: 300;
}

.blogItems div:nth-child(1) {
    padding-left: 0;
}

.blogItems div:nth-child(3n+0) {
    padding-right: 0;
}

.blogItems div:nth-child(4n+0) {
    padding-left: 0;
}

@media (min-width: 992px) {
    .blogItem img {
        height: 60%;
    }

    .blogItem .caption {
        height: 40%;
    }

        .blogItem .caption .title {
            font-size: 1.2rem;
            padding-left: 0.3rem;
        }

        .blogItem .caption .date {
            font-size: 1rem;
            padding-left: 0.3rem;
        }

    .headBlogItem .caption .title {
        font-size: 2.5rem;
        padding-left: 0.3rem;
    }

    .headBlogItem .caption .date {
        font-size: 2rem;
        padding-left: 0.3rem;
    }

    .headBlogItem .caption {
        height: 25%;
    }
}

@media (max-width: 992px) {
    .blogItem img {
        height: 50%;
    }

    .blogItem .caption {
        height: 50%;
    }

    .caption .title {
        font-size: 1.3rem;
        padding-left: 0.3rem;
        text-overflow: ellipsis;
    }

    .caption .date {
        font-size: 1rem;
        padding-left: 0.3rem;
    }
}

@media (max-width: 768px) {
    .blogItems div {
        padding-left: 0;
        padding-right: 0;
    }

    .blogItem img {
        height: 80%;
    }

    .blogItem .caption {
        height: 20%;
    }

    .headBlogItem .caption {
        height: 30%;
    }

        .headBlogItem .caption .title {
            font-size: 1.5rem;
            padding-left: 0.3rem;
        }

        .headBlogItem .caption .date {
            font-size: 1rem;
            padding-left: 0.3rem;
        }
}

.blogItem img {
    width: 100%;
}

.blogItem .smallBlogImage {
    background-color: #fff1f1;
    overflow: hidden;
}

.blogItems .blogItem .caption {
    background-color: #fff1f1;
}

.blogItems .blogItem h4 {
    color: #9e597a;
    font-weight: 500;
}

.blogItems .blogItem h5 {
    color: #9e597a;
    font-weight: 300;
}

.blogItems h3 {
    font-weight: 500;
    overflow-wrap: break-word;
}

.distributorCategoryImage {
    height: 15rem;
    object-fit: cover;
}

.distributorHeader {
    border: 1px solid gray;
}

    .distributorHeader .title {
        color: #E0115F;
        font-size: 1rem;
        font-weight: 500;
    }

    .distributorHeader .message {
        color: gray;
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .distributorHeader .extra {
        color: gray;
        font-size: 1rem;
    }

.productCollection > div:nth-of-type(3n+1),
.categoryCollection > div:nth-of-type(3n+1) {
    padding-left: 0;
}

.productCollection > div:nth-of-type(3n+3),
.categoryCollection > div:nth-of-type(3n+3) {
    padding-right: 0;
}

.categoryCollection > div:nth-of-type(3n+2) > a > .category,
.categoryCollection > div:nth-of-type(3n+1) > a > .category {
    margin-right: auto;
}

.categoryCollection > div:nth-of-type(3n+2) > a > .category,
.categoryCollection > div:nth-of-type(3n+3) > a > .category {
    margin-left: auto;
}

.category {
    position: relative;
    width: 19rem;
}

    .category img {
        width: 19rem;
        border: 1px solid #E0115F;
    }

    .category .title {
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        line-height: 1.4rem;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #E0115F;
    }

.product input[type=text] {
    border-radius: 0 !important;
    width: 7rem;
}

#videoBabyShower {
    width: 100%;
    height: 100%;
}

#powerPlugInformation {
    cursor: pointer;
    font-size: 2rem;
    color: #4BB5FF;
    text-align: center;
}

.powerPlugInformationImageSize,
.shoppingCartImageSize {
    height: 5rem;
    width: 5rem;
}

.shoppingCartImageSizeLarge {
    height: 7rem;
    width: 7rem;
}
