s/* CSS Document */

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden; }


/*ALL*/
th
{
	vertical-align:top;
}
p
{
	font-family: 'Raleway', sans-serif;
}
.marca-fof
{
	font-family: 'Playfair Display SC', serif;
	font-style: normal;
	font-weight: 700;
}
.green
{
	color: #838c31;
}
td
{
	font-size:0.8rem;
}

input[type="submit"], input[type="button"], .btn-fof
{
	font-size: 0.8rem;
    background-color: #838c31;
    color: #fff;
    border-radius: 8px;
	border:none;
	padding: 8px 8px;
    margin: 0;
	font-weight: 400;
}
.hidden
{
	display: none;
	visibility: hidden;
}
input[type="submit"]:hover, input[type="button"]:hover, .btn-fof:hover
{
    background-color: #595e27;
	color: #fff;
}
input[type="submit"]:active, input[type="button"]:active, .add-filter:active, .btn-fof:active, .add-shop:active
{
    background-color: #fff;
	color: #838c31;
	border: solid 1px #838c31;
}
.btn-fof-vacio
{
	font-size: 0.8rem;
    background-color: #fff;
    color: #838c31;
    border-radius: 8px;
	border:#838c31 solid 1px;
	padding: 5px 5px;
    margin: 0;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.btn-fof-vacio:hover, .btn-fof-vacio:active
{
    background-color: #838c31;
    color: #fff;
	border:#fff solid 1px;
}
.advertencia
{
	color:#8c3531;
	font-size: 1.3rem;
	text-align: center;
	background-color:#E5E4E4;
	padding: 5px;
}
.advertencia span
{
	font-size: 0.8rem;
}
.add-filter
{
	font-size: 0.8rem;
    color: #fff;
    margin: 0;
	font-weight: 400;
	text-align: center;
}
.add-filter-category
{
	font-size: 1rem;
    color: #838c31;
    margin: 0;
	font-weight: 400;
	text-align: center;
}
.form-group
 select {
    margin-left: 0px;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 1px solid #838c31;
	clear: both;
}
.align-right
{
	text-align:right;
}
.content-center
{
	text-align: center;
}


.padding
{
	padding: 0 15px;
	min-height: 100vw;
}

.padding_optionsFile
{
    margin-top: 200px;
	padding: 0 15px;
	min-height: 25vw;
}

.ojo 
{
    color: #8C3531;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.ojo i, .ojo p
{
    display: inline;
}
/*LOGO on invoice*/
/* stupid css go (*&(% yourself! */
.logo-invoice {
    width: 120px;
    height: auto;
}
ul#id_models {
    list-style:  none;
    margin-left: 0;
}

textarea#id_additional_instructions {
    width: 100%;
	font-family: "Raleway"
}

.florist
{
	top:55px;
}

.versandfrei
{
	background-color: #8C3531;
	height: 55px;
	width: 100%;
	text-align: center;
	position: fixed;
	top:0;
	z-index: 5000;
}
.versandfrei p
{
	color: #fff;
	font-size: 0.8rem;
	padding: 10px;
	font-weight: 400;
}
.versandfrei span
{
	font-weight: 700;
}

tr, th, td
{
	font-family: raleway;
}

/*FORMS*/

span.helptext, .fieldset-password-change ul>li, .helptext
	{
		font-size: 75%;
		color: #999;
	}
.help-block
	{
		font-size: 10px;
		color: #B40E11;
	}

/*SIDEBAR*/
.language-selector
{
	width:80%;
	margin: 30px auto 0;
}
@media screen and (max-width:780px){
	.navbar-mobile
	{
		display: none;
	}
}

.sidebar-mobile
{
	display: block;
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width:780px){
	.sidebar-mobile
	{
		display: none;
	}
}
.logo
{
	text-align: center;
}
.main-title
{
	color:#fff;
	font-family: 'Playfair Display SC', serif;
	font-size: 2.5rem;
	line-height: 1.5rem;
}

.main-title:hover
{
	color:#313131;
}

a.nav-link
{
    font-family: 'Playfair Display SC', serif;
}

.nav-link a
{
	color: #fff;
}

.nav-link a:hover, .nav-link a:active
{
	color: #ccc;
	padding: 10px;
}

.shake
{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	background-color:rgba(51,51,51,0.50);
}

@include keyframes(shake) {
  33% {transform: rotate(30deg);}
  66% {transform: rotate(-30deg);}
}

.nav
{
	text-align:center;
}

ul.nav.mainnav
{
  position: relative;
}

ul.nav li
{
  margin: 10px 0;
}
a.nav-link.link-activo {
    background: rgba(255, 255, 255, 0.13);
}
ul.nav li ul {
  display: none;
  position: relative;
  max-height: 1000px;
  height: 100%;
}

ul.nav li ul.open {
  display: block;
}

ul.nav li span {
  transition: all 0.5s;
  position: absolute;
  right: 30px;
}

ul.nav li span.closed {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

ul.nav li span.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

section.offscreen-menu {
  background: #004F8F;
  background: rgba(0, 79, 143, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-top: 100px;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, -150%);
  transform: translate(0, -150%);
  transition: all 1s;
  z-index: 500;
}

section.offscreen-menu.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sub-menu{
    color: #FFFFFF;
    margin: 5px 15px;
    opacity: .86;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
	padding: 10px 15px;
	text-align: left;
	text-decoration: overline;
}

.sub-menu i {
    font-size: 28px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.nav-link.nav-filter
{
	text-align: center;
}

.nav-link
{
	text-align: left;

}

.nav-link-edit
{
	text-align: right;
	margin-right:10px;
	color: #fff;
	font-weight: 400;
	font-size: 0.6rem;
}

.btn-login {
    color: #fff;
    border-color: #ccc;
    font-size: 1.2rem;
}

.btn-login:hover {
    color: #333;
    border-color: #333;
}

.img-product
{
	width:100%;
	margin:0 ;
}


/*NAVBAR*/

.hamburger-navbar
{
	color:#fff;
}

a.navbar-link {
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
    color: #838c31;
}

.nav-icon-info {
	color: #fff;
	font-family: 'Playfair Display SC', serif;
}
.nav-icon-info:hover {
	color: #838c31;
}
.versand-info {
	font-size: 0.6rem;
}
.search-nav div
{
	margin: 0 auto;
}
.navbar .btn
{
	margin: 15px 20px;
	font-family: 'Playfair Display SC', serif;
    color: #fff;
}

.navbar-form .form-control
{
	font-family: 'Playfair Display SC', serif;
	margin-right: 50px;
}

.list-nav
{
	list-style: none;
	padding:0;
}

/*INDEX.HTML*/

.navbar-index
{
	background-color: rgba(69,68,68,1.00);
	height: 40px;
	padding: 5px;
	width: 100%;
}

.navbar-right
{
	float: right;
}
.navbar-left
{
	float: left;
}
.navbar-left a, .navbar-right a
{
	color: #fff;
	margin-left: 50px;
	font-size: 0.8rem;
	margin-right: 5px;
}

.img-index
{
	position: relative;
	height: 95vh;
    overflow: hidden;
	background-image: url(../img/rosefarm.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-index img
{
	width: 20%;
	
}
.recuadro-signin, .recuadro-settings
{
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	position: absolute;
	top: -300px;
	right: 0;
	width: 300px;
	padding: 15px;
	z-index: 600;
	opacity: 0;
	transition: all 2s;
}
.recuadro-signin.show, .recuadro-settings.show
{
	top: 40px;
	opacity: 1;
}

.recuadro-img
{
	background-color: rgba(255,255,255,0.75);
	border-radius: 20px;
	position: absolute;
	bottom: 80px;
	left: 40px;
	width: 70%;
	padding: 15px;
	text-align: center;	
}
.btn-who
{
	position: absolute;
	bottom: 20px;
	right: 10px;
	text-align: center;
}

.p-index
{
	font-size: 0.8rem;
}

.btn-index
{
	border: solid 1px #222;
	color:#222;
	font-size: 0.8rem;
	padding: 5px 10px;
	border-radius: 4px;
}
.btn-index.who
{
	background-color: rgba(255,255,255,0.75);
	margin-left: 10px;
	font-size: 0.8rem;
}

.btn-index:hover
{
	background-color: #838c31;
	color:#fff;
}

.btn-index i
{
	color:#000;
}

.video-index
{
	box-shadow: 1px 1px 5px 0px #444;
	background-color: #fff;
	width: 100%;
}

.title-blog-index
{
	color: #838c31;
	font-size: 0.9rem;
	text-align: center;
}

.img-finca
{
	position: relative;
	height: 200px;
    overflow: hidden;
	background-image: url(../img/farms.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.finca-text
{
	position: absolute;
	width: 50%;
	top: 10px;
	left: 10px;
}
.p-index-b
{
	color:#fff;
	font-size: 1.2rem;
}
.btn-index-b
{
	border: solid 1px #fff;
	color:#fff;
	font-size: 0.8rem;
	padding: 5px 10px;
	border-radius: 4px;
}
.btn-index-b:hover
{
	background-color: #838c31;
	color:#fff;
}
.img-sonder
{
	position: relative;
	height: 300px;
    overflow: hidden;
	background-image: url(../img/2ilustracion.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.mom-b
{
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	text-align: center;
}
.info-home
{
	text-align:center;
	padding: 20px;
}
.info-home h2, .title-mypage
{
	font-family: "Raleway";
	margin-top: 0;
	font-weight: 700;
}
.img-info-home
{
	height: 125px;
    overflow: hidden;
	background-image: url(../img/7ilustracion.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news-p
{
	font-weight: 400;
	font-size: 0.8rem;
}
.news-title
{
	text-decoration: underline;
}

.footer-index
{
	background-color: #eee;
	padding: 20px;
}
@media screen and (min-width:580px)
{
	.recuadro-img
	{
		width: 35%;
	}
	
	.finca-text
	{
		width: 25%;
		top: 40px;
		left: 40px;
	}
	.img-info-home
	{
		margin-top: 0;
	}
	
}
@media screen and (min-width:920px)
{
	.recuadro-img
	{
		width: 25%;
	}
	
}
@media screen and (min-width:1200px)
{
	.recuadro-img
	{
		width: 20%;
	}
	.p-index
	{
		font-size: 1.2rem;
	}

	.btn-index
	{
		font-size: 1.2rem;
	}
}
@media screen and (min-width:1800px)
{
	.recuadro-img
	{
		width: 15%;
	}
}


.modal-home{
    width: 90%;
    position: fixed;
    z-index: 6000;
    left: 50%;
    transform: translate(-50% , -50%);
	top: 20%;
	transition: all 0.5s linear;
	display: none;
}

.modal-flo, .modal-may
{
	position: fixed;
	bottom: -500px;
	opacity: 0;
	z-index: 7000;
	transition: all 0.5s linear;
}

.modal-flo.show, .modal-may.show
{
	bottom: 0;
	opacity: 1;
}

.modal-home.show, .modal-info-b.show {
    display: block;
}

.modal-info img
{
	width:50%;
}
.modal-info p
{
	font-size:14px;
}
.modal-info .modal-header
{
	background-color:#838c31;
}
.modal-flo .modal-header, .modal-may .modal-header
{
	margin-bottom: 20px;
}
.modal-info .modal-title
{
	color:#fff;
	padding-bottom: 20px;
	font-size: 1.5rem;
	margin:0;
}
.modal-info .imp-title {
    margin: 10px 0 0 0;
}
.modal-info hr {
    margin-top: 0;
}
@media screen and (min-width:520px)
{
	.modal-home {
    width: 60%;
	transform: translate(-50% , -35%);
	}
	.modal-flo, .modal-may
	{
	width: 60%;
	right: 0;
	}
	.modal-info img
	{
		width:60%;
	}
}

@media screen and (min-width:770px)
{
		.modal-btn
	{
		width: 35%;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:1000px)
{
	.modal-home {
    width: 30%;
	transform: translate(-50% , -50%);
	}
	.modal-flo, .modal-may
	{
		width: 30%;
	}
	.modal-info img
	{
		width:80%;
	}
	.modal-info .modal-title
	{
		font-size: 2rem;
	}
	.modal-info p
	{
		font-size:16px;
	}

}

@media screen and (min-width:1800px)
{
	.modal-home {
    width: 20%;
	transform: translate(-50% , -50%);
	}
	.modal-flo, .modal-may
	{
		width: 20%;
	}
	.modal-info img
	{
		width:80%;
	}
	.modal-btn
	{
		width: 20%;
	}
}

.content-index
{
	text-align: center;
	min-height: 50vh;
}
@media screen and (min-width:580px)
{
	
}
@media screen and (min-width:920px)
{
	
}

.btn-top {
    text-align: right;
    margin-right: 10px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 99;
    border: #838c31 solid 1px;
    outline: none;
    background-color: #fff;
    color: #838c31;
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 1rem;
}

#myBtn:hover {
    background-color: #838c31;
	color: #fff;
}


.navbar {
    position: fixed;
    width: calc(100% - 260px);
    z-index: 10000;
	background-color: #313131;
}

.form-signin
{
	width:80%;
	margin: 0 auto;
}
.content-center .accounts
{
	display:inline;
}

@media screen and (max-width:780px)
{
	.content-opacity
	{
		opacity:0;
	}
}

@media screen and (min-width:1500px)
{
	.form-signin
	{
		width:50%;
		margin: 0 auto;
	}
}
.signinarea
{
	width:95%;
	margin:0 auto;
	text-align: center;
	padding: 20px;
	background-color: #EFF2E5;
	border-radius: 10px;
    border: 1px solid #838c31;
	margin-bottom: 20px;
}



.area-mozaico
{
	border: 1px solid #838c31;
	margin-top: 15px;
	min-height: 200px;
}


@media screen and (min-width:560px)
{
	.fondo-verde
	{
		height: 500px;
	}
	.signinarea
	{
		width:500px;
		margin: 0 auto 30px auto;
	}
	.index-area.areab
	{
		position: relative;
		background-color: rgba(0,0,0,0.00);
	}
	.index-area
	{
		min-height:initial;
		padding: 0;
		margin:30px 0 0 0;
	}

	.video2
	{
		width: 95%;
		border: none;
	}
}
@media screen and (min-width:780px)
{
	.video2
	{
		width: 70%;
		margin: 0 auto;
	}
	
}
@media screen and (min-width:1200px)
{
	.video2
	{
		width: 50%;
	}

}

@media screen and (min-width:1800px)
{
	.video2
	{
		width: 40%;
	}
}


/*INDEX counter*/

.index-area.areac
{
	background-color: #838c31;
/*	background-image:url(../media/banner/default.jpg);*/
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
	padding: 15px;
}
.counter
{
    text-align: center;
}
.years,.products,.flowers
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-count
{
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
	border: 1px solid #838c31;
    position: relative;
    color: #838c21;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.years-p,.products-p,.flowers-p
{
    font-size: 22px;
    color: #000;
    line-height: 34px;
	background-color: rgba(255,255,255,0.75);
	padding: 5px;
	border-radius: 5px;
}

@media screen and (min-width: 990px) and (max-width: 1400px)
{
	.counter-count
	{
		font-size: 15px;
		line-height: 70px;
		width: 70px;
		height: 70px;
	}

	.years-p,.products-p,.flowers-p
	{
		font-size: 18px;
	}

}

/*SIGNIN*/


.forgot-password
{
	font-size:0.8rem;
}

label, .checkout-details th
{
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}

input {
    font-size:0.8rem;
    font-family: 'Raleway', sans-serif;
}

.social-signup
{
	margin: 40px auto;
	width:300px;
	text-align: center;
}

/*SHOP*/

.shop-category-list
{
	padding:15px;
}
.lists
{
	border: 1px #838c31 solid;
	box-shadow: 1px 1px 3px 1px #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
.list-title
{
	font-weight: 700;
	
}
.list-desc
{
	color:#000;
	font-family: 'Raleway', sans-serif;
	padding: 2px;
	font-size: 0.8rem;
	font-weight: 400;
}
.list-desc span
{
	font-weight: 700;
	float:left;
}
.btn-filter
{
	text-align: right;
	margin-top: 50px;
	clear: both;
}
.btn-filter input
{
	width: 200px;
}
.col-lists
{
	padding:5px;
	text-align: center;
}
@media screen and (max-width:780px)
{
	.lists
	{
		padding: 0;
	}
}
.lists:hover
{
	opacity: 0.8;
}
span.list_date {
    font-size: 0.8rem;
}
.shop-name
{
	font-family: "Playfair Display SC"
}
.new-list-text
{
  margin-top: 30px;
}

.img-category
{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;

}
.img-category img {
    height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.caption
{
	text-align: center;
}

.count
{
	color:#000;
}

.shop-filter {
    width: 30%;
    margin-left: auto;
}

@media screen and (max-width:1200px)
{
	.catalogo-list
	{
		display: none;
	}
}
.fof-filters-all
{
	text-align: center;
	margin-top: 20px;
}
.fof-filters
{
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border: 1px solid #777;
    text-decoration: none;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
	font-size: 0.8rem;
	border-radius: 0;
}

.fof-filters a
{
	color: #777;
	font-family: Raleway;
}
.btn.fof-filters:hover, .fof-filters a:hover, .btn.fof-filters:active, .fof-filters a:active
{
	color: #838c31;
	border-color: #838c31;
}

.table-select
{
	color: #838c31;
	border: solid #838c31 0.2rem;
}

.modalcart, .modalbuy {
    width: 90%;
    position: fixed;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -100%);
	top: 50%;
	visibility:hidden;
	opacity: 0;
	transition: all 0.5s linear;
}

.modalcart.show, .modalbuy.show {
    visibility: visible;
	opacity: 1;
}

@media screen and (min-width:780px)
{
	.modalcart, .modalbuy{
    width: 50%;
	transform: translate(-25%, -50%);
	}
}

.price_l
{
	text-align:left;
	border-radius: 5px;
	color: #000;
	font-family: "raleway";
	font-size: 0.8rem;
}
.loading
{
	text-align: center;
	color: #838c31;
	font-family: "Raleway";
}
.caption-block
{
	position:absolute;
	top: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.caption-block.mozaico-appear
{
	position:absolute;
	top: 0;
	opacity: 1;
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	width: 100%;
	z-index: 100;
}

.caption h4
{
	margin: 10px 0;
	color:#838c31;
}

.old-price {
    text-decoration: line-through;
	font-size: 1rem;
}
.onsale-text {
    font-family: "Raleway";
    font-size: 0.7rem;
}

.price {
    color: #838c31;
    font-size: 0.8rem;
	font-family: "Raleway";
}
.price-info
{
	line-height: 1;
	text-align: center;
    font-family: "Raleway";
}
.product-info-hover {
    font-size: 0.8rem;
}
.product-info-prod {
    font-size: 0.9rem;
}
.select-product-hover
{
	font-size: 1rem;
}
.box-icons
{
	background-color:#838c31;
	padding: 5px;
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 45px;
	text-align: center;
}
.box-icons2
{
	background-color:none;
	position: absolute;
    bottom: 40px;
	left: 10px;
    width: 100%;
	height: 45px;
}

.box-icons-mobile
{
	background-color: rgba(0,0,0,0.30);
	padding: 5px;
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 40px;
}
.box-icons-mobile .price-box {
    display: inline;
	float: right;
}
.box-icons-mobile .price-box span {
    color: #fff;
}
@media screen and (min-width:915px)
{
	.info-icon-mobile
	{display:none;}
}
.close-product span
{
	font-size: 20px;
}
.close-product
{
	position: absolute;
	bottom: -35px;
	left: 5px;
}
.buy-box
{
	width:100%;
	background: #fff;
	position: absolute;
	top:0;
	z-index: 101;
	border: 1px solid #838c31;
	height: 0;
	transition: height 0.5s ease-out, opacity 0.2s linear;
	transition-delay: opacity 0.5s;
	opacity: 0;
	display: none;
}
.buy-box-appear
{
	height: calc(100% - 45px);
	opacity: 1;
	display: block;
	transition: height 0.5s ease-out, opacity 0.2s linear;
}
.select-options
{
	padding:10px;
}
.tiles-select {
  display: inline-block;
  width: 50%;
  float: left;
  height: calc(1.6rem + 2px);
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.price-box
{
	margin:1px 0 1px 0;
	text-align: center;
}
.icon-ftg
{
	cursor:pointer;
	font-size: 1.2rem;
	display: inline;
}
form.cart-form
{
	display: inline;
}
.fa-minus-circle.punto-rojo
{
	display:block;
}
.fa-minus-circle.punto-rojo:before
{
	color:#fff;
	background-color:#8c3156;
	border-radius: 30px;
	font-size: 1.5rem;
	position: absolute;
	right: 20px;
	display: inline;
	z-index: 250;
}
.fa-minus-circle.punto-rojo-2:before
{
	color:#8c3156;
	background-color:#fff;
	border-radius: 30px;
	font-size: 1.5rem;
	position: absolute;
	right: 20px;
	top: 18px;
	display: inline;
	z-index: 250;
}
.fa-minus-circle.punto-rojo-3:before
{
	color:#8c3156;
	background-color:#fff;
	border-radius: 30px;
	font-size: 1.5rem;
	position: relative;
	display: inline;
	z-index: 250;
}
.fof-wishlist.estrella:hover:before
{
	color: #000;
	text-decoration: line-through;
	cursor: pointer;
}
.fa-minus-circle.punto-rojo:hover:before, .fa-minus-circle.punto-rojo-2:hover:before, .fa-minus-circle.punto-rojo-3:hover:before
{
	background-color: #000;
	cursor: pointer;
}
.fa-minus-circle.punto-rojo.hidden, .fof-wishlist.estrella.hidden, .fof-wishlist.delete.hidden, .fa-minus-circle.punto-rojo-2.hidden, .fa-minus-circle.punto-rojo-3.hidden
{
	display:none;
}
.fof-wishlist.estrella:before
{
	color:#8c3156;
	background-color:#fff;
	border-radius: 30px;
	font-size: 1.5rem;
	position: absolute;
	z-index: 250;

}
.fof-wishlist.delete:before
{
	color:#8c3156;
	font-size: 2rem;
	position: absolute;
	bottom:50px;
	left: 50px;

}
.aktionscode-cart table, .aktionscode-cart th, .aktionscode-cart td {
	width: 100%;
}
.delivery-costs
{
	font-size: 0.6rem;
	color: #838c31;
	font-weight: 400;
}
.cart-header-info div
{
 	font-size: 0.6rem;
	color: #333;
	font-weight: 400;
}
.cart-header div
{
 	font-size: 0.7rem;
	color: #888;
	font-weight: 400;
}
.cart-header-mobile
{
	display:none;
}
.cart-header, .cart-item
{
	text-align: center;
}
.item-desc a
{
	font-size:0.8rem;
}
.cart-form .quantity input
{
	width:60%;
}
.cart-info
{
	margin-top: 10px;
}
.item-inner-mobile
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9rem;
}

@media screen and (max-width:1000px)
{
	.cart-header
	{
		display:none;
	}
		.cart-form .quantity input
	{
		width:40px;
	}
	.cart-form .quantity {
    text-align: left;
}
	.cart-header-mobile
	{
		display:inline;
		font-size: 0.7rem;
		color: #aaa;
		font-weight: 400;
		text-align: center;
		float: left;
	}
	.cart-item
	{
		text-align:left;

	}
	.item-inner-mobile
	{
		float:right;
    	font-size: 0.8rem;
	}
	.item-inner
	{
		margin-bottom:5px;
	}
}

@media screen and (max-width:1000px)
{
	.cart-item
	{
		text-align:center;

	}
}
.checkout-details .help-block, #id_payment_account_fields .help-block {
    color: #838c31;
}
.checkout-details .help-block::before {
    content: "* ";
}
.img-product-checkout
{
	width:30%;
	margin:0 ;
}
.discount-form
{
	text-align: right;
}
.price-cart
{
	font-size: 1rem;
	font-family: 'Raleway', sans-serif;
}

.confirmation {
    margin-bottom: 10px;
}
.checkout-panel .price
{
	font-family: 'Raleway', sans-serif;
}
.box-checkout .form-actions {
    margin-bottom: 20px;
}
.checkout-details td {
    color: #838c31;
    font-family:  'Raleway', sans-serif;
    font-size:1rem;
}
.media-body p
{
	font-family: 'Raleway', sans-serif;
	font-size:0.8rem;
}
ul.media-list
{
	padding:4px;
	height:340px;
	overflow-y:visible;
	overflow-x:hidden;
}
.shop-form {
    width: 80%;
    margin: 50px auto;
    border: 1px solid #838c31;
    padding: 20px;
}

ul#product-images-large {
    text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 768px)
{
	ul#product-images-large {
	width: 80%;
}
}
@media screen and (min-width: 1400px)
{
	ul#product-images-large {
	width: 60%;
}
}
@media screen and (min-width: 1700px)
{
	ul#product-images-large {
	width: 40%;
}
}

input#id_quantity {
    margin: 0;
    width: 100px;
}

.form-actions
{
	text-align: right;
}

.panel-default.rating span {
    font-size: 1rem;
    color: #838c31;
    margin: 0 auto;
    display: block;
	display: none;
}

ul.radio.radio-inline, ul#id_value {
    list-style-type: none;
	padding: 0;
}

ul#id_value li
{
	float: left;
	margin-left: 20px;
}

.rating .panel-body {
    position: relative;
}
.panel.panel-default.rating {
    width: 50%;
    margin: 20px auto;
}

.btn-rate {
    position: absolute;
    right: 20px;
	bottom: 10px;
}
.panel-body
{
	margin-top:35px;
}
.box-checkout  fieldset{
    border: 1px solid #838c31;
    margin-bottom: 20px;
    padding: 10px;
}
.box-checkout.panel-body{
    border: 1px solid #838c31;
    margin-bottom: 20px;
    padding: 10px;
	box-shadow: 2px 2px 5px #888;
	width: initial;
	background-color: #fff;
}
.checkout-submit {
    font-size: 0.8rem;
    background-color: #838c31;
    color: #fff;
    border-radius: 8px;
    border:none;
}

.order-totals span {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    color: #838c31;
}

.continue-shopping
{
	margin-top:30px;
}
.form-complete
{
	text-align: left;
	background-color: rgba(131,140,49,0.10);
	padding: 20px;
	margin-top: 20px;
}

.btn-complete{
	margin-bottom:10px;
}
@media screen and (min-width:500px)
{
	.box-checkout.panel-body{
		width: 200px;
		right: 10px;
	}
}
@media screen and (min-width:780px)
{
	.box-checkout
	{
		position: relative;
		right: 20px;
	}
	.box-checkout.panel-body{
		width: 200px;
		right: 20px;
	}
	.btn-complete{
		margin-bottom:0px;
	}
}
@media screen and (min-width:980px)
{
	.box-checkout.panel-body{
		width: 250px;
	}
}
@media screen and (min-width:1270px)
{
	.box-checkout.panel-body{
		width: 350px;
	}
}


/*ERROR*/

.content-error
{
	text-align: center;
}

/*PROFILE*/

.white-box
{
	margin-bottom:20px;
}
.profile-title
{
	font-family: "Playfair display";
	font-variant:  small-caps;
	font-size: 1.5rem;
	color: #838c31;
	text-align: center;
	font-weight: 700;
	padding-top: 5px;
	margin-top: 5px;
}
img.mugshot {
    margin: 20px 0;
border-radius:  150px;
  border: 2px solid #838c31;
	width: 150px;
}
.img-profilepic
{
	height:100%;
	margin-right: -50%;
	position: absolute;
	left:50%;
    transform: translate(-50%);
}
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	top:-30px;
}
.profile-owner
{
	color: #FFF;
	text-align: center;
	position: absolute;
	z-index: 102;
	top: 15%;
	display: block;
	left: 50%;
	transform: translate(-50%);
	text-shadow: 2px 1px #444;

}
.profile {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top:180px;
	left:50%;
	transform: translate(-50%);
	z-index: 100;
	border: 1px solid #838c31;
}

.img-banner {
	width: 100%;
	position: relative;
	top: -50%;
}
.banner-farms {
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.img-banner-farms {
	height: 100%;
	transform: translate(-50%);
	margin-left: 50%;
}
.prod-typ
{
	padding: 0;
}
.type-choice
{
	display: block;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width:780px)
{
	.img-banner-farms {
		height: initial;
	}
	.banner-farms {
		width: 100%;
		height: 180px;
		position: relative;
		overflow: hidden;
	}
	.type-choice
	{
		width: 30%;
	}

}
.row-styles
{
	align-content: center;
	margin-top: 80px;
	padding: 0 20px;
	max-width:960px;
}

.btn-menu-profile
{
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-family: "playfair-display";
	font-variant: small-caps;
	font-size: 1.3rem;
}

.btn-menu-profile:hover, .btn-menu-profile:active
{
	background-color: #595E27;
	color: #fff;
	text-decoration: none;

}

.btn-menu-profile.active-menu
{
	background-color: #595E27;
	color: #fff;
	text-decoration: none;
}
.pro-styles-button
{
	text-align: right;
	margin-top:15px;
	padding-right: 0;
}
.profile-styles
{
	border: 0.5px solid #858c31;
	margin-left: -10px;
	margin-top: 5px;
	padding: 10px;
}

.profile-info-title {
  color: #838c31;
  text-decoration: none;
	font-family: "playfair-display";
	font-variant: small-caps;
	font-size: 1.5rem;
	display: block;
	margin-right: 10px;
}
.profil-info
{
  font-family: "Raleway";
  font-size: 1rem;
  margin-top: 5px;
	display: inline;
}
.profile-info-about
{
	font-family: "raleway";
	font-size: 0.9rem;
	font-weight: 400;
}
.card-title
{
	color: #838c31;
}
.profile-box
{
	width: 100%;
	text-align: center;
	box-shadow: 1px 1px 3px #999;
	padding: 5px;
	margin-right: 3px;
	margin-top: 15px;
    margin-bottom: 15px;
	font-family: "Raleway";
	font-size: 1rem;
}

.profile-box p
{
	margin-bottom: 5px;
	font-size: 0.9rem;
	font-weight: 500;
}
.active.profile-box
{
	border: 1px solid #838c31;
	box-shadow: 2px 2px 5px #333;
}
.img-cert
{
	height: 50px;
    margin: 0 5px 10px 0;
}

.img-cert img
{
	height: 100%
}

@media screen and (max-width:992px){
	.row-styles{
		width: 100%;
		margin: 80px auto;
	}
	.shipping-styles{
		margin-top: 25px;
	border-top: 1px solid #858c31;
		padding-top: 20px;
	}
	.title-profile1
	{
		padding-top: 20px;
	}
	.profile-styles
	{
		border: none;
	}

}
@media screen and (max-width:700px)
{
  .profile
  {
    top:180px;
  }
}
.title-profile1
{
  color:#838c31;
  font-weight: 700;
  font-size: 2rem;
}
.list-profile
{
    list-style-type: none;
    margin: 50px 10px 10px 10px;
    padding: 20px 0;
    text-align:center;
	border: 1px solid #838c31;
}

.list-profile-item
{

  margin: 2% auto;
  width:400px;
	font-size: 1.3rem;
  border-radius: 8px;
	border:none;
	padding: 5px 10px;
}


.list-profile-item a {
    color: #fff;
    font-weight: 400;
}

.list-profile-item :hover
{
    background-color: #595e27;
}

@media screen and (min-width: 700px)
{
    .list-profile-item
{
    display: inline;
    margin: 3%;
}

}

@media screen and (min-width: 1100px)
{
    .list-profile-item
{
    display: inline;
    margin: 5%;
}

}

.details-profile {
    text-align: center;
	margin-bottom: 50px;
	padding: 10px;

}

dl.details-profile-item
{
	text-align:  left;

}
.profile-space
{
  text-align: center;
  border-right: 1px solid #838c31;
}

.caption-profiles h4
{
	font-weight: 700;
	margin-bottom: 5px;
}
.caption-profiles p, .caption-profiles i
{
	margin:0;
	
	font-size: 0.8rem;
	color: #999;
}
.caption-profiles i
{
	font-style:normal;
	color: #333;
}

.lists-profile-prov
{
	border: 1px #838c31 solid;
	box-shadow: 1px 1px 3px 1px #ccc;
	padding: 5px;
	margin-bottom: 5px;
	min-height: 250px;
}
.lists-profile-prov img
{
	width: 100%;
}
@media screen and (min-width:790px)
{
	.lists-profile-prov img
	{
		width: initial;
		height: 130px;
	}
}
/*FOOTER FOF*/

button:focus {
    outline: none;
}
.payment-method span
{
	color:#fff;
}
.payment-method p
{
	display: inline-block;
}
.payment-method
{
	position: absolute;
	top: 10px;
	left: 30px;
}
.prices-vat
{
	position: absolute;
	top: 15px;
	right: 2px;
}
@media screen and (min-width:780px)
{
	.prices-vat
	{
		right: 30px;
	}
}
.footer-page
{
	position: fixed;
	bottom: -95vh;
	transition: bottom 1s linear;
	z-index: 250;
	height: 100%;
}
.footer-page h4
{
	margin-top: 10px;
	color:#fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.appear
{
	bottom: 0;
}
.cards
{
	font-size: 1rem;
	border: 1px solid #ccc;
	padding: 3px;
}
.footer-appear
{
	height:50px;
	background-color: #313131;
	position: fixed;
	bottom: 0;
	z-index: 104;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	transition: width 0.5s linear;
}
button#footerbtn
{
	color: #fff;
    padding-top: 10px;
	background: none;
    border: none;
}
.footer-appear .icono-angle-up, .footer-appear .icono-angle-down
{
	color:#fff;
	display: inline;
	transition: 1s all linear;
}
.icono-angle-up.away, .icono-angle-down.away
{
	display: none;
}
.site-info {
    font-size: 0.8rem;
    margin-top:20px;
    color:#fff;
    font-family: 'Raleway', sans-serif;
    text-align:center;
	padding-top: 80px;
}
.footer2 .site-info {
	padding-top: 20px;
}
.footer-fof
{
	background-color: #313131;
	height: 100%;
}

@media screen and (min-width:768px)
{
	.footer-page
	{
		width: calc(100vw - 260px);
	}
	.footer-appear
	{
		height:50px;
		width: calc(100vw - 260px);
	}
	.footer-fof
	{
		height:300px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.site-info {
		padding-top: 0px;
	}
	.footer-page h4
	{
		margin-top: 30px;
	}
	.logo-footer
	{
		margin-top:30px;
	}
}

@media screen and (min-width:1700px)
{
	.footer-fof
	{
		height:350px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
@media screen and (min-width:2200px)
{
	.footer-fof
	{
		height:400px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
.title-info-footer
{
	font-family: 'Raleway', sans-serif;
	margin-top: 5px;
	font-weight: 700;
}
.info-footer, .info-footer a
{
font-family: 'Raleway', sans-serif;
	margin-top: 5px;
	font-weight: 400;
}
.logo-footer
{
	color:white;
	text-align: center;
	margin-top: 40px
}
.logo-footer img
{
	width:30%;
	margin: 10px 0;
}

@media screen and (min-width:1500px)
{
	.logo-footer img
	{
		width:30%;
	}
}

.logo-footer h2
{
	font-family: 'Waiting for the Sunrise', cursive;
        font-size:1.3rem;
}

.info-footer
{
	font-size: 0.8rem;
}

.icon-footer
{
	color: #000;
}

/*ORDERS_STYLES*/

.order-tab-title
{
	font-family: "Playfair display";
	font-variant:  small-caps;
	font-size: 1.5rem;
	color: #838c31;
	text-align: left;
	font-weight: 700;
}

.pest-orders
{
	text-align:center;
}

#carttotal
{
	font-family: "Raleway";
}

.orders-pest.nav-link {
    display: block;
    font-family:  "Playfair display";
    font-variant:  small-caps;
    border: 1px solid #838c31;
    color: #fff;
    background-color:  #838c31;
    padding: 5px 10px;
	text-align: center;
	border-radius: 0;
}

.orders-pest:hover {
    color: #858c31;
}

.orders-pest:active {
    background-color:  #fff;
    color: #838c31;
    border: solid 1px #838c31;
}

.orders-pest.disabled {
  color: #6c757d;
}
@media screen and (max-width:780px)
{
	.order-paid
	{
		display:none;
	}
}
.status-i
{
	cursor: pointer;
	position: relative;
}
.status-off
{
	opacity:0;
	font-size: 8px;
	color:#666;
	margin: 0;
	position: absolute;
	left: -10px;
	transition: opacity 0.5s linear;
}
.status-on
{
	opacity:1;
}
.history-buttons
{
	text-align: right;
}

.btn-history
{
	width: 80px;
}
@media screen and (max-width:780px)
{
	.history-buttons
	{
		text-align: center;
	}
}

.icon-negro
{
	color:#000;
	margin-right: 5px;
}
.modal-footer {
    text-align: right;
}

.modal-body {
    text-align: center;
    font-weight:  400;
}
.modal-body img {
    width: 30%;
}
.modal-header {
    text-align:  center;
	padding-top: 5px;
}

.modal-header h5 {
    font-size: 1.5rem;
    color: #838c31;
}

button.close.btn-fof {
    width: 30px;
}

.modal-content {
    padding: 10px;
    border: 1px solid #939c31;
    box-shadow: 2px 2px 8px #aaa;
	background-color: #fff;
}


/*GUEST_STYLES*/
.content-guest
{
	text-align:center;
	margin-top: 30px;
}
.logo-guest
{
	width:20%;
}

/*MY_PAGE_STYLES*/

.title-mypage
{ text-align: center;
	color: #000;
	font-size: 1.3rem;
}

.discount-mypage
{
	position: absolute;
	left: 10px;
    top: 55px;
	font-size: 0.8rem;
}
.discount-mypage a
{
	color:#858585;
}
.discount-mypage a:hover
{
	color:#626262;
}
@media screen and (min-width:780px)
{
	.discount-mypage
	{
		position: absolute;
		right: 35px;
		top: 80px;
	}
}
.area-mozaico-2
{
	margin-top: 15px;
	min-height: 300px;
	overflow-x: hidden;
	padding: 5px;
}
.area-mozaico-2 a h2:hover
{
	color: #595e27;
}
p.list-mypage
{
	margin-top:30px;
}
.title-box-mozaico2
{
  color: #838c31;
  font-size: 1.7rem;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: overline;
  border-bottom: 1px solid #ccc;
}
.banner-sale-movil
{
	width: 100%;
}
.banner-sale
{
	display: none;
}
.banner-sale:hover
{
	cursor: pointer;
}
.info-banner-mypage
{
	color: #838c31;
    text-align: center;
    font-size: 0.8rem;
	display: block;
}
.info-banner-mypage:hover, .banner-sale:hover
{
	opacity: 0.9;
	color: #fff;
}

@media screen and (min-width:1000px)
{
	.banner-sale
	{
		width: 100%;
		display: block;
	}
	.banner-sale-movil
	{
		display: none;
	}
	.info-banner-mypage
	{
		color: #FFF;
		position: relative;
		top: -40px;
		font-size: 0.8rem;
	}
}
.img-page
{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.img-page img {
    width: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}
.lists-page
{
	padding: 3px;
	margin-bottom: 5px;
}
@media screen and (min-width: 1500px)
{
	.lists-page
	{
		padding: 3px;
		margin-bottom: 5px;
		min-height: 200px;
	}
}
.lists-page-farms
{
	box-shadow: 1px 1px 3px 1px #ccc;
	padding: 3px;
	margin-bottom: 5px;
}
.lists-page:hover, .lists-page-farms:hover
{
	opacity: 0.8;
}

@media screen and (min-height 768px)
{
	.blog-body
	{
		min-height: 250px;
	}
}
@media screen and (min-height 990px)
{
	.blog-body
	{
		min-height: 240px;
	}
}

.title-blog-mypage
{
	text-align: center;
	color: #838c31;
	font-size: 1.1rem;
}
.recent-summary-mypage
{
	font-weight:400;
	font-size: 0.9rem;
	text-align: left;
	color: #888;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}
.recent-summary-mypage a
{
	font-size: 0.6rem;
	text-transform: uppercase;
}
.caption-mypage
{
	text-align:center;
}
.caption-mypage h4
{
	font-size: 0.8rem;
	font-weight: 700;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

/*PRODUCT_STYLES*/

.select-product
{
	text-align: center;
	font-size: 0.9rem;
	color: #838c31;
	margin-bottom:0;
}
.img-thumbnail
{
	width:100%;
}
.prod-info
{
	padding:10px 0px;
	text-align: center;
}
.item-desc p {
    margin: 0;
    font-size: 0.8rem;
}
.prod-desc h5 {
    margin-bottom: 5px;
	font-size:1.1rem;
	color: #333;
}
.prod-desc p {
    font-size:0.9rem;
	font-weight: 400;
}
.table-product
{
	margin-top: 20px;
}
.product-price
{
	text-align: center;
	font-size: 1.3rem;
	color: #838c31;
}

.product-title {
    font-size: 2rem;
    text-align: center;
    color: #838c31;
    font-family: 'Playfair Display SC', serif;
    text-decoration: overline;
	margin:0;
}

.variations-product
{
	margin-bottom:30px;
}
.code-product
{
	color: #595e27;
	font-size: 0.8rem;
}
.prices-product
{
	text-align: center;
	clear: both;
}
.variations
{
	padding: 10px 5px;
	display: inline;
	margin-right: 10px;
	border: 1px solid #000;
	cursor: pointer;
}
.variations.active
{
	border: 1px solid #838C31;
}
.variations.unavailable
{
	border: 1px solid #8884;
}
.variations:hover
{
	border: 1px solid #595e27;
}
.wish-product
{
	background-color: #838c31;
	border-radius: 50px;
	padding: 5px;
}
.buy-form
{
	align-self: center;
}
.prices-st
{
	padding: 5px 5px;
	display: inline;
	margin-right: 10px;
}
.proveedores
{
	margin-top:0;
	text-align: center;
	padding:10px;
	font-size: 0.9rem;
}
.cart-header-mobile.prod-header
{
	display:block;
	float:none;
}
.proveedor-fila
{
	border: 1px solid #838c31;
	margin-bottom: 5px;
}
.catalogo-menu
{
    border: 1px solid #838c31;
	margin-bottom: 5px;
}
.prod-prov
{
	border-right: 0.5px solid #eee;
}
.foto-prov
{
	width:100%;
}
.proveedor-menu
{
	display: none;
}
.prov-size
	{
		width:150px;
		margin:30px auto;
	}
.product-header-mobile
{
	font-size: 0.7rem;
	color: #fff;
	display: inline;
	font-weight: 400;
	float: left;
	z-index: 2;
	padding: 6px;
	margin: 0;
}
@media screen and (min-width:780px)
{
	.cart-header-mobile.prod-header
	{
		display:none;
	}
	.product-header-mobile
	{
		display: none;
	}
	.proveedor-fila
	{
		border: none;
		border-bottom: 2px solid #838c31;
		margin-bottom: 0;
	}
	.proveedor-menu
	{
		display:flex;
		background-color: #444;
		color: #fff;
	}
	.catalogo-menu
	{
		border: none;
		background-color: #444;
		color: #fff;
	}
}
.logo-prov
{
	width: 80px;
}
.prov-name
{
	color: #838c31;
	text-decoration: overline;
	margin:5px 0 0 0;
	display: none;
}
.prov-text
{
	font-size:0.8rem;
	margin:0;
	font-weight: 400;
	color: #444;
}
.prov-ava
{
	font-size:0.8rem;
	margin:0;
	background-color: #838c31;
	color: #fff;
	padding: 5px;
}
i.fa.fa-star.rating-prov, i.fa.fa-star-o.rating-prov {
    width: 10px;
	font-size: 0.6rem;
}
.rating-prov
{
	font-size: 0.6rem;
}
.prov-old-price {
    text-decoration: line-through;
	font-size: 0.8rem;
	color: #333;
}
.prov-price {
    color: #838c31;
    font-size: 1rem;
}
.prov-price .error-msg {
    color: #8c3531;
    font-size: 0.8rem;
	line-height: 0.8rem;
	font-family: 'Raleway', sans-serif;
}
.tiles-select2 {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select
{
	font-family: "Raleway";
	font-size:0.8rem;
}
.form-group.input_id_quantity {
    margin: 0;
}
.img-related
{
	overflow: hidden;
	margin: 0 auto 5px auto;
	text-align: center;
	height: 148px;
}
.img-related img {
    height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

/*FILTERS*/

.create_list
{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.field-filter input
{
	padding: 10px;
	border: solid 1px #838c31;
}
.filter-colors
{
	padding-left: 15px;
}
.filter-special
{
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.qty-list .popup {
    display: block;
}
.boton{
  width:30px;
  height:30px;
  margin: 20px;
  padding:10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size:11px;
  line-height:32px;
  text-transform: uppercase;
  float:left;
  text-align: center;
}
@media screen and (min-width:768px)
{
	.boton
	{
		margin: 10px;
	}
}
.boton:hover{
  opacity: 0.50;
  -moz-opacity: .50;
  filter:alpha (opacity=50);
  cursor: pointer;
}
.boton-special{
  
  	font-size:11px;
	font-family: raleway;
	display: inline-block;
	border: solid 1px #ccc;
	padding: 10px;
	margin:10px;
}
.boton-special:hover{
  
	border: solid 1px #838c31;
	color: #838c31;
	cursor: pointer;
}

.etiqueta-color.status-off
{
	font-size: 8px;
    color: #000;
    margin: 30px 10px;
	width:30px;
}

.filter-select {
  display: inline-block;
  width: 100%;
  float: left;
  height: calc(1.6rem + 2px);
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
	margin-bottom: 5px;
}
.filter-product-2 {
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
  color: #495057;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;;
  background-size: 8px 10px;
  border: 1px solid #838c31;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.filter-select-prod {
  display: inline-block;
  width: 100%;
  height: calc(1.6rem + 2px);
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
	margin-bottom: 5px;
}
.filters-mozaico
{
	background-color: #eee;
	padding: 10px;
	margin-top: 45px;
}
@media screen and (min-width:768px)
{
	.filters-mozaico
	{
		margin-top: 15px;
	}
}

/*MOZAICO*/

.col-mozaico
{
	padding:0;
	margin:0;
}
.link-product
{
	height: 0;
	position: absolute;
	width: 0;
	visibility: hidden;
	display: none;
}
.link-product.show
{
	visibility: visible;
	display: block;
	height: 100%;
	width: 100%;
}
.text-wrapper .title
{
	margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
.ftg-filters{
    margin-bottom: 10px;
    text-align: center;
}

.ftg-filters .btn-filter
{
	font-size: 0.8rem;
	display: inline-block;
    margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 0;
    color: #777;
    padding: 4px 10px;
    border: 1px solid #777;
    text-decoration: none;
    outline: 0;
    text-shadow: none;
    box-shadow: none;
	font-family: 'Raleway', sans-serif;
}

.ftg-filters .btn-filter:hover
{
	color: #fff;
    background-color: #838c31;
    text-decoration: none;
	cursor: pointer;
}

.advanced-fil
{
	margin: -15px auto 10px auto;
}

.advanced-fil a
{
	font-size: 0.8rem;
	font-family: 'Playfair display sc', serif;
}

.btn-filter.selected
{
	color: #fff;
    text-decoration: none;
	cursor: pointer;
}

.advanced
{
	position: absolute;
	right: 100px;
	top: 10px;
}
.boton
{
	box-shadow: 0.5px 0.5px 1px 0px #333;
}
.buy-icon:hover, .info-icon:hover, .wish-icon:hover
{
	opacity: 0.7;
}
.border-color
{
	border: solid 2px #838c31;
}
@media screen and (max-width:570px)
{
	.flex-reverse
	{
		display: flex;
		flex-direction: column-reverse;
	}
}


/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.1s;
    animation: fadeIn 0.1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* LISTA_MOZAICO*/

.order-by {
    position: absolute;
    left: 50%;
    top: 150px;
    width: 150px;
    height: 35px;
    transform: translateX(-50%);
	text-align: center;
}
.filter-product {
    display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	width: 200px;
}
.row.filter-prod
{
	margin-top:70px;
}
.caption-catalogue
{
	display: inline-block;
    margin-right: 20px;
    text-decoration: overline;
    color: #838c31;
}
@media screen and (min-width:768px)
{
		.order-by
	{
		position: absolute;
		left: 100px;
		top: 60px;
		text-align: left;
	}
		.linea-mobile-prod
	{
		display: none;
	}
	.row.filter-prod
	{
		margin-top:0px;
	}
}
.onoffswitch {
    
    position: absolute;
	right: 20px;
	top:95px;
	width: 100px; height:35px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 3px solid #fff; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 1rem; color: white; font-family: Playfair Display, serif;font-variant:small-caps; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: attr(title);
    padding-left: 20px;
	background-color: #838c31; color: #FFFFFF ;
    text-align: left;
}
.onoffswitch-inner:after {
    content: attr(title);
    padding-right: 20px;
    background-color: #EEEEEE ; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 1px; bottom: 1px;
    right: 60px;
    border: 1px solid #999999; border-radius: 8px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 5px;
}
.catalogue-list
{
	padding: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
	background-color: #838c31;
	background: #838c31;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
	font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
}
.sorting_1 .prov-text {
    font-weight: 700;
}

.catalogo-menu th, .proveedor-fila td p, .proveedor-fila td span
{
	font-size: 0.9rem;
}

/*BLOG*/
.blog-post-2 img
{
	width:100%;
	height: initial;
	display: block;
	margin: 0 auto;
}
.blog-post-2 iframe
{
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:780px)
{
	.blog-post-2 img
	{
		width: 50%;
	}
	img.gif-blog {
		width: 30%;
		float: left;
		margin-right: 5px;
	}
}
.banner-blog {
	width: 100%;
	overflow: hidden;
}
.banner-blog-peq {
	width: 100%;
	overflow: hidden;
}
img.img-blog-banner
{
	width:100%;
}
.blog-post
{
	border: solid #ccc 1px;
	padding: 10px;
	margin: 10px;
	box-shadow: 2px 2px 5px #ccc;
}
.blog-title-list 
{
	text-align: center;
	margin: 10px;
}
.blog-title-list a
{
	font-family: 'Playfair Display SC', serif;
	font-size: 1.8rem;
}

.blog-title, .blog-title-a
{
	text-decoration: none;
	display: inline-block;
	font-size: 0.6rem;
	margin:0;
}
.blog-title
{
	color: #777;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
}
.blog-title-h6
{
	text-align: center;
}
.blog-post .editable-link, .blog-post .editable-highlight
{
	display: none;
}

.blog-post p
{
	text-decoration: none;
	color: #777;
	font-size: 0.9rem;
	font-weight: 400;
}
.blog-post-2 p, .blog-post-2 ol, .blog-post-2 li
{
	text-decoration: none;
	color: #333;
	font-size: 0.9rem;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.blog-share
{
	font-weight: 700;
	text-decoration: overline;
	font-style: normal;
	font-size: 1.3rem;
	display: block;
	padding-bottom: 15px;
	color: #838c31;
	
}
.blog-arrow-a
{
	text-decoration: none;
	display: inline-block;
	font-size: 0.8rem;
	margin:15px;
}
.blog-arrow-a.align-right
{
	float: right;
}

/*SEARCH*/

.search-img
{
	height: 148px;
	margin-bottom:10px;
}
.search-name, .search-name-2
{
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.search-name
{
	color: #838c31;
}
.search-name-2
{
	font-weight: 400;
}
.list-search
{
	min-height: 250px;
}
@media screen and (min-width:575px)
{
	.list-search
	{
		min-height: 350px;
	}
}
@media screen and (min-width:1900px)
{
	.list-search
	{
		min-height: 300px;
	}
}
.search-name-name
{
	font-weight: 700;
	text-decoration: overline;
}
.search-prev
{
	display: inline;
	font-size: 0.8rem;
}
.caption-search{
	text-align: left;
}

/*RECHTILCHE*/
.rechttext h2, .rechttext h3, .rechttext .imp-title
{
	font-size:1.4rem;
	word-break: break-all;
}
.rechttext a
{
	word-break: break-all;
	
}
.rechttext
{
	
}
.rechttext p
{
	font-weight: 400;
}

.rechttext li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.rechttext img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width:1200px)
{
	.rechttext img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
}
@media screen and (min-width:1700px)
{
	.rechttext img {
    width: 50%;
    margin: 0;
    display: block;
}
}

.box-signin
{
	background-color:#838c31;
	padding: 5px;
    width: 100%;
	height: 35px;
	text-align: center;
}
.not-login
{
	color:#fff;
    font-weight: 400;
    font-size: 0.9rem;
}

.width-all
{
	width: 100%;
}

/*Versand und Kosteninformationen*/

.kosten-table
{
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}
.kosten-table tr:nth-of-type(odd) { 
  background: #eee; 
}
.kosten-table th
{
	color: #838c31;
	border: 1px solid #333;
}
.kosten-table td
{
	font-family: 'Raleway', sans-serif;
	border: 1px solid #333;
	font-weight: 400;
}
.kosten-table .green
{
	font-weight: 700;
}
.kosten-table .farm
{
	font-weight: 700;
}
.rechttext p.example
{
	font-weight: 700;
	text-align: center;
}
.paymentand .nav-link-edit, .paymentand span
{
	color: #838c31;
	font-size: 0.6rem;
}
.paymentand .nav-link-edit:hover, .paymentand span:hover
{
	color: #595e27;
	
}
.paymentand
{
 	position: absolute;
    top: 260px;
    right: 10px;
}
.paymentand.prod
{
 	position: absolute;
    top: 60px;
    right: 20px;
}
@media screen and (min-width:780px)
{
	.paymentand
	{
		top: 60px;
		right: 20px;
	}
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.kosten-table, .kosten-table th, .kosten-table td, .kosten-table tr, .kosten-table tbody, .kosten-table thead { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.kosten-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.kosten-table .farm {
		padding-left: 0;
		font-size: 1rem;
	}
	
	.kosten-table tr { border: 1px solid #ccc; }
	
	.kosten-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 50%; 
	}
	
	.kosten-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.kosten-table td:nth-of-type(2):before { content: "1/8 Box"; }
	.kosten-table td:nth-of-type(6):before { content: "1/4 Box"; }
	.kosten-table td:nth-of-type(10):before { content: "1/2 Box";}
}

.gris{
    filter: grayscale(90%);
    filter: gray;
    opacity: 0.4;
}
/*PAYMENT METHODS*/

#id_card_type
{
	padding:0;
}
#id_card_type label
{
	font-size: 0.8rem;
}


/*COOKIES*/

.cookie-nav
{
	width:100%;
	left: 0
		
}
div#cookie_accept
{
	margin-top: 20px;
	width: 100%;
}

a.btn.btn-fof.btn-cookie {
    float: right;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}

/*LANDING PAGE*/


.banner-landing
{
	display: block;
	width: 100%;
	position: relative;
	top: -75px;
}

.foto-banner-landing
{
	width:100%;
}

.landing
{
	text-align: center;
}
.logo-landing
{
	color: #333;
    font-family: 'Playfair Display SC', serif;
    font-size: 4rem;
    line-height: 3rem;
	font-weight: 700;
}
.title-landing
{
  color: #838c31;
  font-size: 1.7rem;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: overline;
}
.img-landing
{
	width: 100%;
	overflow: hidden;
	position: fixed;
}
.img-landing img
{
	height: 100vh;
	opacity: 0.8;
	min-width: 100%;
}
.blanco-landing
{
	background-color:rgba(251,251,251,0.92);
	width: 80%;
	margin: 0 auto;
}
.blanco-landing-full
{
	background-color:#fff;
}
.btn-landing
{
	font-size: 1rem;
    background-color: #838c31;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #FFF;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	margin: 10px 15px;
	min-width:130px;
	padding: 8px 16px;
	font-weight: 400;
	display: block;
}
.btn-landing:hover
{
    background-color: #595e27;
	color: #FFF;
}
.btn-landing:active
{
    background-color: #838c31;
    color: #FFF;
    border: none;
}
.years-pl, .products-pl, .flowers-pl {
    font-size: 18px;
    line-height: 34px;
	color: #333;
    padding: 5px;
    border-radius: 5px;
}
.img-steps
{
	border: 1px solid #ccc;
}
.img-steps img
{
	width: 100%
}
.steps
{
	margin-top:10px;
}
@media screen and (min-width:1700px)
{
	.img-landing img
	{
		height: 100vw;
	}
}
@media screen and (min-width:900px)
{
	.video-landing
	{
		width: 560px;
		height: 350px;
	}
	.btn-landing
	{
		font-size: 1.2rem;
		margin: 0 15px;
		display: inline;
	}

}
@media screen and (min-width:780px)
{
	.btn-landing
	{
		font-size: 1rem;
	}

}

.info-aktion {
    padding: 10px;
	background-color: rgba(152,37,38,1.00);
	color: #fff;
}
.info-aktion p {
    margin: 0;
}
.info-aktion span {
    font-size: 1.5rem;
}

/*PAGINATION*/

.pagination
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9rem;
	margin: 20px auto;
	width: 90%;
	text-align: center;
	display: block;
	background-color: #eee;
}
.pagination .page-info
{
	display: none;
}

.pagination li
{
	display: inline-block;
	margin: 5px 0;
}
.pagination li::before
{
	content: "|";
}
.pagination .active a
{
	color:#000;
}

.pagination .prev, .pagination .next
{
	margin: 0;
}
.pagination .prev::before, .pagination .next::before
{
	content: "";
}
/*GUESTS BUY*/

.guests-buy div
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 20px;
	
}

@media screen and (min-width:780px)
{
	.guests-buy div
	{
		border-bottom: none;
		border-right: 1px solid #ccc;
		margin-bottom:0px;
		padding-bottom: 0px;

	}
}

/*MUST BE ON END*/

@media screen and (min-width:780px)
{
	.versandfrei
	{
		height: 45px;
	}
	.florist
	{
		top:45px;
	}
	.versandfrei p
	{
		font-size: 0.9rem;
	}
	
}

/*Input filter*/
.filter-input {
  display: inline-block;
  width: 100%;
  float: left;
  height: calc(1.6rem + 2px);
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
	margin-bottom: 5px;
}

.filter-input-table {
  display: inline-block;
  width: 50%;
  float: center;
  height: calc(1.6rem + 2px);
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
	margin-bottom: 5px;
}


/*TRACK*/

.track
{
	text-align: center;
}

.track p
{
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
}

.img-track
{
	display:block;
	margin: auto;
	height: 300px;
}

@media screen and (min-width:780px)
{
	.track-2
	{
		border-left: 1px solid #ccc;
	}
}

/*CATALOGUE PRINT*/

.catalogue-down img
{
	width: 100%;
	margin-bottom: 15px;
	border: solid 1px #eee;
}

.catalogue-down
{
	text-align: center;
	margin-bottom: 15px;
}


/*fof-prov*/

.info-proy p, .info-proy li
{
	font-size: 0.7rem;
	color: #555;
}

.upload-btn
{
	float: right;
}

.content
{
	padding:10px 0 55px 0;
	min-height: 100vh;
	transition: opacity 0.2s linear;
}

.imp-title {
    font-size: 2rem;
    text-align: center;
    color: #838c31;
    font-family: 'Playfair Display SC', serif;
    text-decoration: overline;
	margin-bottom: 20px;
}

@media screen and (max-width:780px)
	{
		.imp-title {
		font-size: 1.5rem;
		text-align: center;
		color: #838c31;
		font-family: 'Playfair Display SC', serif;
		text-decoration: overline;
	}
}


.new-proj
{
	text-align: center;
}
.new-proj input
{
	margin: 20px auto;
}
.date-proj
{
	display: inline-block;
}
input#expire {
    width: 100px;
}
.info-proj
{
	font-size: 0.7rem;
}

.summary-p p
{
	display: inline;
}

.title-2
{
	color: #838c31;
	text-decoration: underline;
	font-size: 1.8rem;
}
.table-import
{
	width: 100%;
}
.table-import th
{
	width: 15%;
	color: #838c31;
	border-bottom: 1px solid #ddd;
	text-align: center;
	
}
.table-import td
{
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.table-import td ins
{
	background-color: #fff;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.tr-import
{
	height:35px;
}
.tr-import:nth-child
{
	background-color: #ddd;
}
ul.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #8c3531;
    font-family: Raleway;
    margin: 3px;
	font-size: 0.7rem;
	}



a.ui-datepicker-next.ui-corner-all::after {
    content: '>>';
}

a.ui-datepicker-prev.ui-corner-all::after{
	content: '<<';
}

.ui-widget-header {
	background: #838c31;
}

.ui-widget-content .ui-state-default{
	border: none;
	background: #fff;
	font-weight: normal;
	color: #454545;
	text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #D4E352;
	background: #D4E352;
	color: #000;
	text-align: center;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #838c31;
	background: #838c31;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #838c31;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}


.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
    text-align: center
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #fff;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
}

.btn_report {
    text-align: right;
	margin-bottom: 20px;
}

div.dt-buttons
{
	margin-bottom: 20px;
}

.btn-upload
{
	background-color: #838c31;
	color: #fff;
	cursor: pointer;
	
	margin-right: 20px;
	padding: 20px;
}

@media screen and (min-width:780px)
{
.upload-options
{
	margin-top: 200px;
}
}

.modal-info {
    width: 90%;
    position: fixed;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -100%);
	top: 50%;
	visibility:hidden;
	opacity: 0;
	transition: all 0.5s linear;
}

.modal-info.show {
    visibility: visible;
	opacity: 1;
}

@media screen and (min-width:780px)
{
	.modal-info{
        width: 50%;
        transform: translate(-25%, -50%);
	}
}

.bg {
  background-image: url("/static/images/index-pic.jpg");
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.move-sidebar
{
	padding: 5px 10px;
	position: fixed;
	left: 260px;
	background-color: #9e9e9e;
	z-index: 10000;
}

.move-sidebar.open
{
	left: 0px;
}

.main
{
	width: calc(100% - 280px);
	float: left;
	position: absolute;
	right: 0;
	transition: 0.3s width linear;
}

.main.complete
{
	width: 100%;
	transition: 0.3s width linear;
}

.main.opacity
{
	opacity: 0;
}

.hide
{
	display: none
}

.green-icon {
    color: green;
}

.red-icon {
    color: red;
}

.button-like {
    display: inline-block;
    color: #fff;
    border: none;
    margin: 20px auto;
    font-size: 0.8rem;
    background-color: #838c31;
    border-radius: 8px;
    padding: 8px 8px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.button-like .fa {
    width: auto;
    max-width: none;
    margin-right: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.btn-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.button-like:hover {
    background-color: #6b7137;
}