html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-image: url("https://res.cloudinary.com/onepunchantman/image/upload/o_40/v1518007709/stonehaven_jmkbx5.png");
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: transparent;
}

::-webkit-scrollbar * {
    background: transparent;
}

::-webkit-scrollbar {
    width: 1em;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    min-height: 2em;
    max-height: 4em;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #222;
}

.container-fluid {
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar {
    background-color: #f0104f;
    height: 3em;
    border-radius: 0px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}

.logo-wrapper {
    background-color: #f0104f;
    width: 11em;
    height: 11em;
    margin: auto;
    margin-top: -4em;
    border-radius: 6em;
}

.logo {
    position: absolute;
    top: 0.6em;
    width: 128px;
    margin-left: 0.6em;
}

.nav-bottom-bar {
    background-color: #d70a44;
    height: 5em;
}

.nav-buttons div a {
    padding: 0.5em 2em 0.8em 2em;
    border-radius: 2em;
}

.nav-buttons div.selected a,
.nav-buttons div a:hover {
    background-color: #d70a44;
    text-decoration: none;
}

.nav-buttons div a {
    color: white !important;
    font-weight: 700;
    font-size: 1em;
}

.nav-buttons div {
    color: white;
    padding: 0px;
}

.nav-buttons {
    position: absolute;
    top: 1em;
    left: 1vmin;
    right: 1vmin;
}

.section-products {
    height: 60vh;
    padding: 1em;
}

p {
    margin-left: 1em;
    margin-right: 1em;
}

.product-title {
    color: #d70a44;
    font-weight: 700;
    text-align: center;
}

.product-item:focus {
    outline: 0;
}

.product-item {
    z-index: 0;
    pointer-events: all;
    padding: 0px 1em;
    border: none !important;
}

.product-button,
.select-quantity {
    pointer-events: all !important;
}

.white {
    color: white;
}

.product-image {
    margin: auto;
}

.mobile-hamburg {
    font-size: 1.5em;
}

.hamburger {
    z-index: 999;
    position: absolute;    
    top: 0px;
    right: 0px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: white;
}

.select-quantity span {
    float: right;
    margin: 0.15em;
}

.select-quantity-list p {
    text-align: center;
    cursor: pointer;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.select-quantity-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-color: transparent;
}

.select-quantity-list::-webkit-scrollbar {
    width: 8px;
    margin-right: 2px;
    background-color: transparent;
}

.select-quantity-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    min-height: 2em;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, 1);
}

.select-quantity-list {
    max-height: 15vh;
    overflow-y: scroll;
    padding: 0.5em;
    color: white;
    display: none;
    width: 80%;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    margin: auto;
    background: linear-gradient(to bottom, #d70a44, #f0104f, #d70a44);
    box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.26), inset 0px -4px 8px -2px rgba(0, 0, 0, 0.26);
}

.select-quantity-list-item::after {
    content: " Packs";
}

.select-quantity.expanded {
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
}

.price {
    padding: 1em;
}

.select-quantity,
.select-quantity:hover,
.select-quantity:link,
.select-quantity:active {
    background: linear-gradient(to bottom, #d70a44, #f0104f, #d70a44);
    width: 80%;
    margin: 1em 10% 0px 10%;
    height: 2.5em;
    color: white;
}

@media only screen and (max-width: 768px) {
    .nav-buttons {
        top: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-buttons {
        top: 1em;
    }

    .nav-expand-button {
        display: none;
    }
}

.glyphicon-usd {
    font-size: 2em;
    top: -1em;
}

.calculated-price-round {
    color: #f0104f;
    font-size: 5em;
}

.calculated-price-decimal {
    color: #f0104f;
    font-size: 2em;
    margin-left: -0.2em;
}

.calculated-price-decimal::before {
    content: ".";
}

.calculated-price-rate::before {
    content: "at $";
}

.calculated-price-rate::after {
    content: " per pill";
}

.product-button {
    background: #fff;
    height: 2.5em;
    border-radius: 0.4em;
    padding: 0px;
    margin-right: 0.5em;
    border: solid;
    cursor: pointer;
    border-color: #aaa;
    border-width: 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.orange-button {
    background: orange;
    border-color: orangered;
    color: white;
}

.orange-button .product-button-icon {
    background-color: orangered;
}

.product-button-icon {
    padding: 0px;
    width: 25%;
    height: 100%;
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    text-align: center;
    padding-top: 0.55em;
    background-color: #aaa;
}

.product-button-text p {
    margin-left: unset;
    margin-right: unset;
    margin: auto;
}

.product-button-text {
    padding: 0px;
    margin: 0px;
    height: 100%;
    text-align: center;
    padding-top: 0.35em;
    font-size: 1.2em;
}

.carousel-wrapper {
    padding-bottom: 4em;
}

.features .notice {
    background-color: #d70a44;
    color: white;
    font-size: 2em;
    font-weight: 100;
    min-height: 3em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    text-align: center;
    padding-top: 0.8em;
}

.row.notice.small.text-center {
    font-size: 1.2em;
}

.section .section-text {
    padding-left: 10vw;
    padding-right: 10vw;
}

.ghoda-bg {
    background: url("https://res.cloudinary.com/onepunchantman/image/upload/c_scale,co_rgb:f0104f,dn_50,e_colorize:29,o_25,w_800/v1517998439/ghoda_dyxkiy.png") no-repeat center;
    background-size: contain;
}

.section {
    min-height: 30vh;
    padding-top: 4vmin;
    margin-bottom: 2vmin;
}

.features-row {
    min-height: 30vh;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: #f0104f;
    padding-bottom: 1em;
}

.pink-bg {
    background-color: #f0104f;
    color: white;
}

.icon-round-bg.white {
    padding-top: 1.5em;
    background: linear-gradient(to bottom, #f0104f, #d70a44);
}

.icon-round-bg img {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.va-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.icon-round-bg {
    background: linear-gradient(to bottom, #f0104f, #d70a44);
    height: 120px;
    width: 120px;
    border-radius: 60px;
    border-style: none;
    border-color: #c10137;
    border-width: 2px;
    margin: auto;
    margin-top: 6vh;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.feature-text {
    padding-top: 1em;
    padding-left: 4vw;
    padding-right: 4vw;
    color: white;
}

footer {
    background-color: #2b2b2b;
    padding: 1em 5em;
    color: #b1aca1;
}

footer h2 {
    font-size: 1.3em;
    padding-left: 1em;
    padding-right: 1em;
    padding: 0 0 10px;
}

footer ul {
    list-style: none;
    padding-top: 1em;
    margin: 0 auto;
    display: inline-block;
}

footer ul li {
    float: left;
    padding: 0.4em;
}

footer ul li a {
    color: #b1aca1;
    padding: 20px;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-top .fa {
    font-size: 18px;
    color: #FFF;
    padding-right: 10px;
}

.footer-top a {
    color: #FFF;
    text-decoration: none;
}

.footer-top .col-lg-2:hover .fa,
.footer-top .col-lg-2:hover a {
    color: #f0104f;
}

.copyright {
    background-color: #222;
}

.copyright p {
    color: #aaa;
    font-size: 12px;
    padding: 15px 0 10px 0;
}

body.modal-open .container-fluid {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.modal-backdrop {
    background: #f7f7f7;
}

.close {
    font-size: 50px;
    display: block;
}

.card form {
    padding: 4em 1em 1em 1em;
}

.card {
    margin-top: 10vh;
    padding-bottom: 1em;
    border-radius: 1em 0 1em 0;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.md-0 {
    margin-bottom: 0px;
    padding-top: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.slick-next:before {
    right: -0.5em;
    position: absolute;
}

.slick-prev:before {
    left: -1em;
    position: absolute;
}

.slick-next:before,
.slick-prev:before {
/*    color: #f0104f;*/
    color: #106af0;
    font-size: 11vmin;
    z-index: 9999;
    padding-left: 0.5em;
    line-height: normal;
}

.product-slider {
    margin: 1em 2em;
}

.slick-prev.slick-arrow {
    margin-left: 2em;
    left: 2em;
    z-index: 9999;
}

.slick-next.slick-arrow {
    margin-right: 2em;
    right: 2em;
    z-index: 9999;
}

.icon-fas {
    font-size: 3em;
}

.features,
.pink-bg {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
}

#about-us {
    display: none;
}

#about-us:target {
    display: block;
}

.logo-wrapper {
    cursor: pointer;
}

.modal-close-button-wrapper {
    background: #f0104f;
    border-radius: 6em;
    position: absolute;
    right: -1em;
    top: -1em;
    padding: 1em;
    height: 4em;
    width: 4em;
    z-index: 9999;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.2)) drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.2));
}

button.close {
    margin-top: -0.15em;
    color: white;
    opacity: 1;
    font-size: 3em;
}

input:focus,
button:focus {
    outline: none !important;
}

.auth-submit,
#contacts-submit:hover,
#contacts-submit:link,
#contacts-submit:active,
#contacts-submit {
    border: 0;
    background: linear-gradient(to bottom, #d70a44, #f0104f, #d70a44);
    width: auto;
    border-radius: 1em;
    padding: 0px 4em;
    margin: 1em 10% 0px 10%;
    height: 2.5em;
    color: white;
}

.info-modal,
info-modal div {
    padding: 1em;
    padding-bottom: 3em;
}

.info-text {
    padding-top: 1em;
}

.navbar {
    transition: margin-top 1s;
}

.navbar.is-active {
    margin-top: 7em;
}

.nav-backdrop.is-active .row {
    opacity: 1.0;
}

.nav-backdrop .row a {
    color: white;
    text-decoration: none;
}

.nav-backdrop .row {
    opacity: 0.0;
    padding: 0.1em;
    font-size: 1.2em;
    transition: opacity 1s;
}

.nav-backdrop {
    background: #f0104f;
    width: 130%;
    padding-top: 1em;
    margin-left: -15%;
    margin-right: -15%;
    height: 0em;
    transition: height 1s;
}

.nav-backdrop.is-active {
    height: 10em;
    z-index: 999;
    transition: height 1s;
}

.logo-wrapper {
    transition: opacity 0.5s;
}

.logo-wrapper.is-active {
    opacity: 0.0;
}

.extra-icons {
    padding-bottom: 2vh;
}

.extra-icons div img{
    margin: auto;
}

.mtonehalf {
    margin-top: -1.5em;
}

.left-line {
    border-left: solid;
    border-width: 1px;
    border-left-color: rgba(0,0,0,0.2);
}

.p1 {
    padding: 1em;
}