/* global styles */
body {
  font-family: 'Lato';
  padding-top: 4.3rem;
  padding-bottom: 4rem;
  color: #5a5a5a;
}
h1,h2,h3,h4,h5,h6{
  font-weight:300;
  text-transform: uppercase;
}
h2{
  font-size:1.4rem;
}
small{
  font-weight: 300;
}
.fa-btn {
    margin-right: 6px;
}


/*******************************************************************************
VIDEO_BANNER SIMPLE
*******************************************************************************/

video 
{
  position: relative;
  width: 100%;
  top: 0;
  height: auto;
  }


/*******************************************************************************
BUTTONS
*******************************************************************************/
.btn i{
  margin-right:0.7rem;
}
.btn-primary{
  background:#319DD7;
  border-radius:0;
  color:#fff;
}

/* placeholder image */
.bd-placeholder-img {
     font-size: 1.125rem;
     text-anchor: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 /*  page section */
.page-title-section{
    background: #CFCFCF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-title-section h1{
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}
.green-title{
  color: #5fa34b;
}

legend{
  color:#5fa34b;
  font-weight:300;
}


 @media (min-width: 768px) {
     .bd-placeholder-img-lg {
       font-size: 3.5rem;
     }
 }
/* navbar */
.navbar{
  border-bottom: 3px solid #218838;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-transform: uppercase;
    font-weight: 300;
}
/*******************************************************************************
 carousel
*******************************************************************************/
#myCarousel .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1320px) {

  #myCarousel .carousel-item{
      height: 28rem !important;
  }
  #myCarousel .carousel-item > img {
      height:28rem !important;
  }

}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    #myCarousel .carousel-item{
        height: 20rem !important;
    }
    #myCarousel .carousel-item > img {
        height:20rem !important;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #myCarousel .carousel-item{
      height: 15rem !important;
  }
  #myCarousel .carousel-item > img {
      height:15rem !important;
  }
}
/* kosar */
.dropdown:hover>.dropdown-menu {
  display: block;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .carousel-item {
  height: 32rem;
}
#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 48rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.logo{
  height:40px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #myCarousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/**/
/**
      CREATE SHAKER - COLOR PALETTE
**/
.palette {
    height: 55px;
    display: table;
    background-color: #FFF;
    margin:0;
}
.palette .color {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    position: relative;
    border: 1px solid #DDD;
    float: left;
    transition: all 0.2s;
}
.palette .color:hover {
  cursor: pointer;
  border-color: #BBB;
  transform: scale(1.15);
  border-radius: 3px;
}

.palette .selected{
  width: 38px;
  height: 38px;
  margin: 3px;
  position: relative;
  border: 1px solid #DDD;
  border-radius: 3px;
  border-color: #BBB;
  cursor: pointer;
  float: left;
  transition: all 0.2s;
}

.preview-box {
    height: 600px;
    text-align: center;
    position: relative;
}
.preview-box .shaker-cap {
    position: absolute;
}
.preview-box .shaker-lid {
    position: absolute;
}
.preview-box .shaker-bottle {
    position: absolute;
}
/*******************************************************************************
CART
*******************************************************************************/
.mini-cart-dropdown{
    min-width: 15rem;
    padding: .5rem 1rem;
    margin: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    margin-top:-0.5rem;
}
/*******************************************************************************
                              PRODUCT CREATE
*******************************************************************************/
.product-create .radio-buttons .section,
.product-edit .radio-buttons .section{
  padding: 0px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: absolute;
  width: 100%;
  min-height: 300px
}

.product-create .radio-buttons .section h3,
.product-edit .radio-buttons .section h3{
  margin-bottom: 30px;
}

.product-create .radio-buttons .section.is-active,
.product-edit .radio-buttons .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-create .radio-buttons .button, .radio-buttons .submit,
.product-edit .radio-buttons .button, .radio-buttons .submit{
  background-color: #3498db;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.product-create .radio-buttons .submit,
.product-edit .radio-buttons .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-create .radio-buttons input[type="text"],
.product-create .radio-buttons input[type="password"],
.product-edit .radio-buttons input[type="text"],
.product-edit .radio-buttons input[type="password"]{
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.product-create .radio-buttons input[type="radio"],
.product-edit .radio-buttons input[type="radio"]{
  display: none;
}

.product-create .radio-buttons input[type="radio"] + label,
.product-edit .radio-buttons input[type="radio"] + label{
  display: block;
  border: 1px solid #ccc;
  width: 85%;
  max-width: 85%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.product-create .radio-buttons input[type="radio"] + label:before,
.product-edit .radio-buttons input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
  text-align:center;
}

.product-create .radio-buttons input[type="radio"]:checked + label:before,
.product-edit .radio-buttons input[type="radio"]:checked + label:before{
  display: block;
}

.product-create .radio-buttons input[type="radio"] + label,
.product-edit .radio-buttons input[type="radio"] + label{
  margin: 0px;
  color: #ccc;
}

.product-create .radio-buttons input[type="radio"]:checked + label,
.product-edit .radio-buttons input[type="radio"]:checked + label{
  border: 1px solid #3498db;
}

.product-create .radio-buttons input[type="radio"]:checked + label,
.product-edit .radio-buttons input[type="radio"]:checked + label{
  color: #3498db;
}

.product-create .radio-buttons img{
  height:80px !important;
}
