.navbar-flores{
	background-color: #CFDF5A;
	border-color: transparent;
}

.navbar-flores a{
    color: #212121 !important;
    text-decoration: none;
}

.navbar-flores .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #212121;
    background-color: #bbd028;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
}

.thumbnail a img{
	width: 130px;
	max-width: 100%;
	height: 130px;
	padding: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.thumbnail-single img{
	width: 200px;
	height: 100%;
	max-height: 200px;
}

.caption p{
	line-height: 18px;
	font-size: 13px;
}

.thumbnail .text-left p{
	padding: 9px 0 0 9px;
	margin: 0 0 -10px 0;
}

.btn-flores {
  background-color: #f05b79;
   border-color: transparent;
  color: #ffffff;
  font-weight: 500 !important;
}
.btn-flores:focus,
.btn-flores.focus {
  color: #fff;
  background-color: #930d27;
  border-color: transparent;
}
.btn-flores:hover {
  color: #fff;
  background-color: #930d27;
  border-color: transparent;
}
.btn-flores:active,
.btn-flores.active,
.open > .dropdown-toggle.btn-flores {
  color: #fff;
  background-color: #930d27;
  border-color: #770b20;
}
.btn-flores:active:hover,
.btn-flores.active:hover,
.open > .dropdown-toggle.btn-flores:hover,
.btn-flores:active:focus,
.btn-flores.active:focus,
.open > .dropdown-toggle.btn-flores:focus,
.btn-flores:active.focus,
.btn-flores.active.focus,
.open > .dropdown-toggle.btn-flores.focus {
  color: #fff;
  background-color: #930d27;
  border-color: #770b20;
}
.btn-flores:active,
.btn-flores.active,
.open > .dropdown-toggle.btn-flores {
  background-image: none;
}
.btn-flores.disabled:hover,
.btn-flores[disabled]:hover,
fieldset[disabled] .btn-flores:hover,
.btn-flores.disabled:focus,
.btn-flores[disabled]:focus,
fieldset[disabled] .btn-flores:focus,
.btn-flores.disabled.focus,
.btn-flores[disabled].focus,
fieldset[disabled] .btn-flores.focus {
  background-color: #770b20;
  border-color: #570918;
}
.btn-flores .badge {
  color: #930d27;
  background-color: #fff;
}



.side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.side-nav span.badge {
  margin-top: calc(24px - 11px);
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 900002;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.side-nav .collapsible {
  margin: 0;
}

.side-nav li {
  float: none;
  line-height: 48px;
}

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}

.side-nav a.btn-flat {
  color: #343434;
}

.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
  background-color: #2bbbad;
}

.side-nav a.btn-floating:hover {
  background-color: #26a69a;
}

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: right;
  height: 48px;
  line-height: 48px;
  margin: 0; /* 0 32px 0 0; */
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.side-nav .divider {
  margin: 8px 0 0 0;
}

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.side-nav .subheader:hover {
  background-color: transparent;
}

.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.side-nav .userView > a {
  height: auto;
  padding: 0;
}

.side-nav .userView > a:hover {
  background-color: transparent;
}

.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 120px;
  clear: both;
}

.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block;
}

.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}

.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900001;
  will-change: opacity;
}






.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-effect .waves-ripple {
  z-index: -1;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) li {
    list-style-type: none;
}






#toggle-btn{
	float:left;
	padding-left: 12px;
}

#toggle-btn i{
	color: #444444;
	line-height: 50px;
}
#toggle-btn i:hover{
	color: #f05b79;
	cursor: pointer;
}

.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }



/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#footer{
	background: #2a2a2a;
	color: white;
	border-top: 8px solid #CFDF5A;
}

#footer a:hover{
    color: #bbd028;
    text-decoration: none;
}

#footer a{
    color: #CFDF5A;
}


#back-to-top.show{ opacity: 1; }

#back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 12vw;
    height: 12vw;
    text-align: center;
    line-height: 16vw;
    background: #CFDF5A;
    color: #2A2A2A;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top i{ padding-top: 4px; }



.rotate-box{
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 40vw;
	-moz-transform: translate(-50%, 7px) rotate(-2deg);
	-o-transform: translate(-50%, 7px) rotate(-2deg);
	-ms-transform: translate(-50%, 7px) rotate(-2deg);
	-webkit-transform: translate(-50%, 7px) rotate(-2deg);
	transform: translate(-50%, 7px) rotate(-2deg);
}

.tax-delivery{
    position: relative;
	font-size: 4.2vw;
    font-weight: 500;
	line-height: 15px;
	background: #c0d62c;
	padding: 3vw 4vw;
	color: #42490e;
	border-radius: 1vw;
	border: 4px solid #95a620;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
}


/* products */

.wrap {
	width: 100%;
	position: relative;
}

.frame {
	/* height: 146px;
	line-height: 146px; */
	overflow: hidden;
}

.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* height: 100%; */
	font-size: 50px;
}

.frame ul li {
	float: left;
	width: 126px;
	/* height: 100%; */
	margin: 0 1px 0 0;
	padding: 0;
	/* background: #333; */
	color: #2A2A2A;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	line-height: 35px;
}

.frame ul li label, .frame ul li img { cursor: pointer; }

.frame ul li img:hover { opacity: 0.75; filter: alpha(opacity=75); }

.frame ul li.active {
	color: #2A2A2A;
	/* background: #a03232; */
}

.pages {
	list-style: none;
	padding: 0;
	text-align: center;
}

.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}

.pages li:hover {
	background: #85941d;
}

.pages li.active {
	background: #b9cd27;
}

#prevPage, #nextPage{ font-size:26px;color:#666;cursor:pointer; }
#prevPage:hover, #nextPage:hover{ color: #262626; }



.nav-tabs{
	margin-bottom: 20px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
	border: none;
	-webkit-box-shadow: inset 0 -2px 0 #f05b79;
	box-shadow: inset 0 -2px 0 #f05b79;
	color: #f05b79;
	font-size: 4.3vw;
}

.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover {
	color: #ec2850;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus{
	font-size: 4.3vw;
}

#myTabContent .tab-pane{
	font-size: 4.1vw;
	font-weight: 300;
}


#select2-select-country-to-send-container{
	font-size: 4.4vw;
	line-height: 24px;
	height: 30px;
}

.select2-selection__rendered {
	line-height: 33px !important;
}
.select2-container .select2-selection--single {
	height: 37px !important;
}
.select2-selection__arrow {
	height: 36px !important;
}



#twitter-widget-0{ vertical-align: bottom; }



.picker{
	z-index: 9999999;
}

@media (min-height: 33.875em){
	.picker--opened .picker__frame {
		top: 20%;
		bottom: 0;
	}
}