html, body {
    height: 100%;
    /*padding-top: 75px;*/
    background-image: linear-gradient(to bottom, #39577d 0, #189eff 100%);
}

.navbar-fixed-top {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.3);
    background: none #39577d;
}

.navbar-header {
    height: 70px;
}

.decoration-elements {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.decoration-elements .cross {
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    -o-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
    position: absolute;
    opacity: .1;
    top: 35%;
    left: 9%
}

.decoration-elements .cross:after, .decoration-elements .cross:before {
    height: 120px;
    height: 7.5rem;
    width: 15px;
    width: .9375rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    content: '';
    background: #fff
}

.decoration-elements .cross:after {
    left: 52.5px;
    left: 3.28125rem;
    transform: rotate(-45deg)
}

.decoration-elements .cross:before {
    left: 52.5px;
    left: 3.28125rem;
    transform: rotate(45deg)
}

.decoration-elements .cross-small {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    position: absolute;
    opacity: .1;
    top: 60%;
    left: 7%
}

.decoration-elements .cross-small:after, .decoration-elements .cross-small:before {
    height: 50px;
    height: 3.125rem;
    width: 7px;
    width: .4375rem;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    transition: all .3s ease-in;
    position: absolute;
    content: '';
    background: #fff
}

.decoration-elements .cross-small:after {
    left: 21.5px;
    left: 1.34375rem;
    transform: rotate(-45deg)
}

.decoration-elements .cross-small:before {
    left: 21.5px;
    left: 1.34375rem;
    transform: rotate(45deg)
}

.decoration-elements .bubble {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    height: 100px;
    height: 6.25rem;
    width: 150px;
    width: 9.375rem;
    position: absolute;
    opacity: .15;
    right: 10%;
    top: 30%
}

.decoration-elements .bubble:before {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 150px;
    height: 9.375rem;
    width: 150px;
    width: 9.375rem;
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 0
}

.decoration-elements .bubble-small {
    -webkit-animation: spin 25s linear infinite;
    -moz-animation: spin 25s linear infinite;
    -o-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
    height: 30px;
    height: 1.875rem;
    width: 50px;
    width: 3.125rem;
    position: absolute;
    opacity: .15;
    right: 7%;
    top: 52%
}

.decoration-elements .bubble-small:before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 0
}

.is-login-action .login-toggle, .is-login-action .register-toggle, .product-preview-row .product-preview-body {
    -webkit-transition: all .35s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .35s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .35s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .35s cubic-bezier(.4, 0, .2, 1)
}
