/* .language {
    width: 2rem;
} */

 body {
  /* font-family: "PT Sans", sans-serif; */
} 

.card {
  border-radius: 10px;
  overflow: hidden;
}



/* .astrodivider {
  margin:64px auto;
  width:400px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:20px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 8px #049372;
}
.astrodivider span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-25px;
    left:50%; margin-left:-25px;
    border-radius:100%;
   box-shadow:0 2px 4px #4fb39c;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px; bottom:4px;
    left:4px; right:4px;
    border-radius:100%;
    border:1px dashed #68beaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
     color:#049372;
} */

.card-body {
  padding: 0.7rem;
}

/*                                            Making icons on hover                                                */
/* .fab:hover,.fa:hover,.fas:hover,.far:hover {
  filter: invert(99%) sepia(1%) hue-rotate(321deg) brightness(97%) contrast(85%);
} */

/*                                         Colors commonly used on page                                            */
.default-bg-dark {
  background-color: #262a32;
}

.default-bg-light {
  background-color: #f1edea;
}

.default-bg-green {
  background-color: #84bc22;
}

.default-brown {
  color: #45413e;
}

.default-light-gray {
  color: #bdc3c7;
}

.default-gray {
  color: #3c4047;
}

.default-green {
  color: #84bc22;
}

.default-light {
  color: #e5e2df;
}

main a:hover {
  text-decoration: none;
}

i:hover {
  font-weight: bold;
}


/*                                                   MEGA-MENU                                                      */

#mega-menu {
  /* background: inherit; */
  /* -webkit-backdrop-filter: blur(10px); */
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
}


#mega-menu a, #mega-menu h5 {
  color: #fff;
}

#mega-menu a:hover {
  color: #000;
}

.menu-area {
  position: static;
  /* opacity: 0.99; */
  
}

.mega-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.OSF
{
  color: #011847;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: -15px;
  margin-top: -7px;
}

.navbar-brand .a {
  min-width: 20px;
  min-height: 20px;
}

/*                                                Language buttons                                                 */

.nav-item select {
  border: none;
  /* font-family: LatoRegular!important; */
  color: #b1b0b0;
  outline: 0;
}

select {
  word-wrap: normal;
}

/*                                                 Facebook button                                                 */

.facebook-button {
  color: #3a5b96;
  border-color: #3a5b96;
}
.facebook-button:hover {
  background-color: #3a5b96;
  color:#fff;
}

/*                                                 View more button                                                 */

.white-hovered {
  color: #fff;
  border-color: #fff;
}
.white-hovered:hover {
  background-color: #fff;
  opacity: 0.8;
  color: #000;
}

.trans-button {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
/* color must be black for background to completely show through, also works as fallback text color for IE and older browsers */
  color: #000;
  font-family: inherit;
  font-weight: bold;
  font-size: 2em;
/* make text look transparent so container background shows through: */
  mix-blend-mode: screen;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 0.8em;
}


/*                                                     Divider                                                     */

/* Base Divider class */
.divider {
  display: flex;
}
.divider:before,
.divider:after {
  content: "";
  flex: 1;
}

/* Base line */
.line {
  align-items: center;
  margin: 1em 0em; /* was 1em -1em */
}
.line:before, .line:after {
  height: 2px;
  margin: 0 1em;
}

.line-light:before, .line-light:after {
  background: #e5e2df;
}

.line-gray:before, .line-gray:after {
  background: #3c4047;
}

.line-white:before, .line-white:after {
  background: #fff;
}

.glow:before,
.glow:after {
  height: 6px;
  -webkit-filter: blur(5px);
  border-radius: 5px;
}


/*                                                      BADGES                                                       */
/* Define what each icon button should look like */
.heart-icon, .bag-icon {

  /* No reason to use inline-block as default bootstrap type. Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
   position: relative;
 }
 
 
 
.heart-badge, .bag-badge {
   background-color: #fff;
   color: #84bc22;
   padding: 1px 4px;
   font-size: 14px;
   border: 2px solid #84bc22;
   position: absolute; /* Position the badge within the relatively positioned button */
   top: -2px;
   right: 10px;
 }

.fiftyfive {
  font-size: 7vw;
}

.palm-icon {
    opacity: 0.078;
    position: relative;
    top: 120px;
}

/*                                            Fixing extra-large fonts                                               */

.prevent-overflow h2{
  font-size: 3.125vw; /* 48px on my viewport */
}

.prevent-overflow p{
  line-height: 1rem;
}

  

/*                                                 Button in products                                                */
.twin-button-pill {
  border: 2px solid #e6e6e6;
  border-radius: 1.25rem;
}

.twin-button-pill:hover {
  background-color: #45413e;
  color:#fff!important;
}

/*                                            Carousel indicators' shapes                                            */
.carousel-indicators li,
.carousel-indicators li.active {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0;
  margin-right: 6px;
  margin-left: 6px;
}

.carousel-indicators li.active {
  background: transparent;
  border: solid 3px #fff;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.3rem;
}

.custom-indicators {
  bottom: -7%;
}

/*                                               Cool toggler transition                                             */

.nav-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.5em;
  vertical-align: middle
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: #5a5d63;
  content: '';
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all .2s ease-in-out;
}

.nav-icon:hover:before {
  transform: translateY(8px) rotate(135deg);
}

.nav-icon:hover:after {
  transform: translateY(-8px) rotate(-135deg);
}

.nav-icon:hover div {
  transform: scale(0);
}

/*                                                  Customizing carousel                                             */

.text-top-left {
  position: absolute;
  top: 8%;
  left: 9%;
}

.text-top {
  position: absolute;
  top: 8%;
}

.text-top-right {
  position: absolute;
  top: 8%;
  right: 9%;
}
.form-group-addon {
  top: 140px;
  position: absolute;
  left: 448px;}

/*                                                       Icons                                                       */

/* .fa-search, .fa-shopping-bag, .fa-user, .fa-facebook-f, .fa-google-plus-g, 
.fa-twitter, .fa-pinterest, header .fa-heart {
  filter: invert(72%) sepia(9%) saturate(18%) hue-rotate(330deg) brightness(106%) contrast(71%); 
  } */


.fa-search:hover, .fa-shopping-bag:hover, .fa-user:hover, .fa-facebook-f:hover, .fa-google-plus-g:hover, 
.fa-twitter:hover, .fa-pinterest:hover, header .fa-heart:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
  box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
  background-color: rgba(36, 133, 255, 0.15);  
  }

/*                                                             Circle spinner                                         */

  .sbl-half-circle-spin {
    height: 48px;
    width: 48px;
    color: #5a5a5a;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    animation: animeCircleSpin 4s ease-in-out infinite reverse; }
    .sbl-half-circle-spin::after {
      content: '';
      border: 4px solid;
      position: absolute;
      left: 10px;
      top: 4px;
      border-radius: inherit; }
    .sbl-half-circle-spin div {
      height: 50%;
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
      border: 1px solid;
      border-radius: 50%;
      animation: animeCircleSpin 3s ease-in-out infinite; }
      .sbl-half-circle-spin div::before {
        height: 0;
        width: 0;
        content: '';
        border-radius: 50%;
        display: block; }
      .sbl-half-circle-spin div::before {
        border: 12px solid;
        border-right-color: transparent;
        border-bottom-color: transparent;
        transform: rotate(-45deg); }
  
  @keyframes animeCircleSpin {
    0% {
      transform: rotate(0); }
    50% {
      transform: rotate(720deg); }
    100% {
      transform: rotate(0); } }


/*                                                       Modal                                                       */

.modal .btn {
  -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
  box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); }

.modal .btn {
  background-color: #85bc25;
}

.modal .btn:active {
  background-color: #dbecbd;
}

.modal .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    background-color: #fff;
  }

#loadMore:hover {
    background-color:#84bc22;
  }

/*                                              Styling slick buttons                                                */

/* .slick-next, .slick-prev {
  position: absolute;
  top: -7%!important;
}

.slick-next {
  right: 30%!important;
}

.slick-prev {
  left: 30%!important;
} */


/*                                                    Static menu                                                    */
.icons-green {
  filter: invert(61%) sepia(46%) saturate(700%) hue-rotate(40deg) brightness(100%) contrast(88%);
  max-height: 150px;
  max-width: 75px;
}

.services-static {
  background-color: #45413e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.services-static p{
  color: #868380;
}


/*                  Service menu transition. Change this breakpoint if you change the breakpoint of the navbar       */
@media (max-width: 575px) {
  .dropdown-item {
    padding: .25rem .75rem;
  }
  .mega-area {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #navbarMainContent{
    background-color: #262a32;
  }
  #navbarMainContent a{
    color: #fff;
  }

  .heart-badge, .bag-badge {
    background-color: #262a32;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: -2px;
    right: -15px;
  }
}

@media (min-width: 575px) {
  .mobileSlider .carousel-item {
    display: block;
    margin: 0;
  }
}

@media (min-width: 768px) {

  .animate {
      animation-duration: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
  }

  .header-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1071;
  }
}
  
  @keyframes slideIn {
    0% {
      transform: translateY(3rem);
      opacity: 0;
    }
    100% {
      transform:translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(3rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(3rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  