/* globals */
/* body {
    max-width: 1920px;
    margin: 0 auto;
} */

@media screen and (max-width: 576px){
    html, body {
        max-width: 100%;
        overflow-x: clip;
    }
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px){
    section {
        padding: 40px 0;
    }
}
@media (max-width: 991px){
    section {
        padding-top: 2rem;
    }
}

img {
    max-height: 100%;
    max-width: 100%;
}

.cta-btn {
    border: 2px solid #000;
    border-radius: 32px;
    background-color: #fff;
    text-align: center;
    padding: 8px 32px;
    text-decoration: none;
    color: #000;
}

.cta-btn:hover {
    background-color: #aaa;
    color: #000;
}

/* FOOTER LOGOS */
.icon-row .icon-in-a-row {
    flex-basis: 11%;
}
@media only screen and (max-width: 1200px){
    .icon-row .icon-in-a-row {
        flex-basis: 16%;
    }
}
@media only screen and (max-width: 767px){
    .icon-row .icon-in-a-row {
        flex-basis: 26%;
    }
}
/* nav */
nav ul {
    list-style: none;
    vertical-align: baseline;
    display: inline-flex;
    margin-bottom: 0;
}
nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px;
    width: 100%;
}

/*############## Dropdown Button ##############*/
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .nav-link{
    border-radius: 10px
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    border-radius: 10px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 10px;
}
/* ######################################### */


/* misc */
.no-link-styling {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
    }
    .hide-on-mobile {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .hide-on-desktop-xl {
        display: none !important;
    }
    .hide-on-mobile-xl {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .hide-on-mobile-xl {
        display: none !important;
    }
    .hide-on-desktop-xl {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .hide-on-mobile {
        display: none !important;
    }
    .hide-on-desktop {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .hide-on-desktop-sm {
        display: none !important;
    }
    .hide-on-mobile-xl {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .hide-on-mobile-sm {
        display: none !important;
    }
    .hide-on-desktop-xl {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .vertically-center-parent {
        position: relative;
        height: 100%;
    }

    .vertically-center-child {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

/* @media screen and (max-width: 992px) {
    .vertically-center-child {
        position: relative;
    }
} */

/* back-to-top */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /* background: #FFE044; */
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

/* .back-to-top:hover {
  background: #FF4341;
  color: #fff;
} */

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.btn{
    border: 2px solid;
    border-radius: 2rem;
}

@media (min-width: 769px){
    .cta {
        min-width: 250px;
    }
}
@media (max-width: 768px){
    .mobile-cta {
        min-width: 160px!important;
    }
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    color: currentColor;
}

.blurp-content a:hover {
    color: currentColor;
    text-decoration: underline;
}

img.hover-shadow:hover {
    filter: drop-shadow(0 0 0.75rem #666666);
}

/* img.social-link-hover-shadow:hover {
    filter: drop-shadow(0 0 0.1rem #2b5843);
} */

img.social-link-hover-shadow{
    max-height: 28px;
}

.cta-blurp {
    text-align: center;
}

.blurp-desktop-image {
    /* height: 200px; */
    width: auto;
    max-height: 500px;
}

@media (min-width: 992px){
    .extra-padding{
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important;
    }
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #3FB457;
}

/* Overide bootstrap card */
.card {
    background-color: transparent;
}
/* ########### */

/* Ingredients */
.product-infos {
    position: relative;
}
.product-infos .detail {
    height: 100px;
    width: 77px;
    /* background: #fff; */
    border-radius: 10px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    
}
.product-infos .detail .detail-top {
    height: 75px;
    /* background-color: #f79f36; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}
.product-infos .detail .detail-top p {
        margin: 0;
}
/* ################### */

/* Overide carousel */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-prev {
    background: url('/storage/app/media/carousel-buttons/carousel_prev.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0px;
}

@media (min-width: 1200px){
    .swiper-button-prev:hover {
        filter: drop-shadow(0 0 0.2rem #666666);
    }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-next{
    background: url('/storage/app/media/carousel-buttons/carousel_next.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    right: 0px;
}
@media (min-width: 1200px){
    .swiper-button-next:hover {
        filter: drop-shadow(0 0 0.2rem #666666);
    }
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
    border-radius: 10px;
}
.swiper-pagination-bullet-active {
    /* background: url(/storage/app/media/carousel-buttons/item_active.png)!important; */
    background: var(--swiper-pagination-color,white);
}
/* ################### */


table.table p{
    margin:0;
}
/* ################### */

@media (max-width: 768px){
    .mobile-sm-center{
        text-align: center;
    }
}

@media (max-width: 991px){
    .header{
        margin-bottom: -10px;
    }
}

@media (min-width: 1400px){
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px){
    .juice-information-1:hover {
        filter: drop-shadow(0 0 0.2rem #666666);
    }
}
@media (min-width: 1200px){
    .juice-information-3:hover {
        filter: drop-shadow(0 0 0.2rem #666666);
    }
}

@media (min-width: 576px){
    .juice-information-2{
        max-height: 550px;
    }
}

@media (min-width: 1199px){
    .extra-margin{
        margin-bottom: 3.5rem!important;
    }
}



.klaro .cookie-notice:not(.cookie-modal-notice){
    z-index:1200 !important;
}
.customKlaro span br {
    content: "";
    height: 0;
    display: block;
}
.customKlaro .cookie-notice .cn-body > p{
    max-width:75%;
}
.customKlaro p {
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
}
.customKlaro p .cookieNoticeTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 12px 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    display: inline-block;
    flex-grow: 1;
}
.klaro.customKlaro .cm-link.cn-learn-more {
    background-color: #2581c4;
    color: #FFFFFF;
    width: 100px;
    display: block;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
    flex-grow: unset !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{
    margin-top:-40px;
}
@media (max-width: 1023px){ 
    .customKlaro .cookie-notice .cn-body > p{
        max-width:100%;
    }
    #klaro .klaro.customKlaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{
        margin-top:0px;
    }   
}
@media (max-width: 384px){
    .klaro.customKlaro .cm-link.cn-learn-more{
        width:100%;
    }
}