body {
    min-height: 100vh; 
}
.logo{
    min-height: 1.8rem;
    max-height: 2.3rem;
}
@media (min-width: 576px) {
    .logo{
        min-height: 1.8rem;
		max-height: 2.3rem;
    }
}
@media (min-width: 768px) {
    .logo{
        min-height: 2rem;
		max-height: 3.6rem;
    }
}
@media (min-width: 992px) {
    .logo{
        min-height: 2rem;
		max-height: 4rem;
    }
}
@media (min-width: 1200px) {
    .logo{
        min-height: 2rem;
		max-height: 4rem;
    }
}
.logo-inner {
	min-height: 1.8rem;
	max-height: 2.3rem;
}
.hamburger{
	cursor: pointer;
	height: 1.7rem;
}
/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  
}
.logo-footer{
    max-height: 8.5rem;
}
.top-icon {
	width: auto;
	height:20px;
}
.nav-lg-options {
	color: rgba(255,255,255,0.8);
	font-size: 1.1rem;
	text-decoration: none;
}
.nav-lg-options:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.cart-link {
	color: rgba(255,255,255,0.8);
	font-size: 0.9rem;
	text-decoration: none;
}
.cart-link:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.cart-icon {
	width: auto;
	height: 1.8rem;
}
.carousel-control-prev,
.carousel-control-next {
	display: none !important;
}
.more-btn {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.more-btn-holder {
	margin-top: 10px;
	text-align: center;
}
@media (min-width: 576px) {
    .more-btn-holder {
        margin-top: -39px;
		text-align: right;
	}
}
.home-product-img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	cursor: pointer;
}
@media (min-width: 576px) {
    .home-product-img{
        height: 20rem;
	}
}
@media (min-width: 768px) {
    .home-product-img{
        height: 11rem;
    }
}
@media (min-width: 992px) {
    .home-product-img{
        height: 15rem;
    }
}
@media (min-width: 1200px) {
    .home-product-img{
        height: 20rem;
    }
}
.home-product-pos {
	position: relative;
	top: 0;
	left: 0;
}
.home-product-pos-over {
	position: absolute;
	top: 0;
	left: 0;
}
.banner-btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -75px;
	font-size: 1.3rem;
	padding: 10px 30px;
}
.banner-btn1 {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -165px;
	font-size: 1.3rem;
	padding: 10px 30px;
}
.banner-btn2 {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: 7px;
	font-size: 1.3rem;
	padding: 10px 30px;
}
.bg-home {
	background-image: url("../userfiles/photos/aromas.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.steps-number {
	font-family: "Futura-Light";
	font-size: 3rem;
}
.alquiler-icon {
	width: auto;
	height: 5rem;
}
.blog-img {
	width: 100%;
	height: 13rem;
	object-fit: cover;
	cursor: pointer;
}
.footer-links {
	color: rgba(255,255,255,0.90);
	text-decoration: none;
	font-size: 1rem;
	padding-left: 8px;
	padding-right: 8px;
}
.footer-links:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.logo-nav {
	width: auto;
	max-height: 5rem;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: -2px;
  padding-top: 10px;
  background-color: #000;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: rgba(255,255,255,0.8);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: rgba(255,255,255,1)}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: rgba(255,255,255,1);
}
.submenu-arrow {
	font-size: 0.6rem;
}
/* The container <div> - needed to position the dropdown content */
.dropdownMobile {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdownMobile-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #000000;
  min-width: 300px;
  margin-top: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1100;
}
.position-fix {
	top: 18px !important;
}
/* Links inside the dropdown */
.dropdownMobile-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	letter-spacing: 0px;
	color: rgba(255,255,255,0.85);
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdownMobile-content a:hover {color: rgba(255,255,255,1);}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.dropdownMobile-submenu{
	display: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.dropdownMobile-submenu a{
    padding: 8px 10px 8px 25px;
    letter-spacing: 0px;
    color: rgba(255,255,255,0.8);
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
	cursor: pointer;
}
.dropdownMobile-submenu a:hover{
	color: rgba(255,255,255,1);
}
.product-img {
	width: 100%;
	height: 19rem;
	object-fit: cover;
	cursor: pointer;
}
@media (min-width: 576px) {
    .product-img{
        height: 19rem;
	}
}
@media (min-width: 768px) {
    .product-img{
        height: 17rem;
    }
}
@media (min-width: 992px) {
    .product-img{
        height: 16rem;
    }
}
@media (min-width: 1200px) {
    .product-img{
        height: 13rem;
    }
}
.product-pos {
	position: relative;
	top: 0;
	left: 0;
}
.product-pos-over {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: calc(100% - 4rem);
	height: 19.1rem;
}
@media (min-width: 576px) {
    .product-pos-over {
        height: 19.1rem;
	}
}
@media (min-width: 768px) {
    .product-pos-over {
        height: 17.1rem;
    }
}
@media (min-width: 992px) {
    .product-pos-over {
        height: 16.1rem;
    }
}
@media (min-width: 1200px) {
    .product-pos-over {
        height: 13.1rem;
    }
}
.gallery-img {
	width: 100%;
	height: 27rem;
	object-fit: cover;
	cursor: pointer;
}







.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav-option {
    cursor: pointer;
    display: block;
}
.nav-option:hover {
    background: #5b5b5b;
}
.nav-item-option {
    cursor: pointer;
    display: block;
}
.nav-item-option:hover {
    background: #f2f2f2;
}
.nav-icons {
    max-width: 2rem;
    height: auto;
}
@media (min-width: 576px) {
    .nav-icons{
        max-width: 2rem;
    }
}
@media (min-width: 768px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
@media (min-width: 992px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
.nav-text {
    font-size: 0.7rem;
    margin: 0.3rem 0 0 0;
}
@media (min-width: 576px) {
    .nav-text{
        font-size: 0.7rem;
    }
}
@media (min-width: 768px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
@media (min-width: 1200px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
.nav-item-icons {
    max-width: 4rem;
    height: auto;
}
/*LOADER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: url(../images/ajax-loader.svg) center no-repeat rgba(255,255,255,0.7);
	background-size: 10em auto;
}

.top-spacer{
    padding-top: 6.5rem;
}
@media (min-width: 576px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 768px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 992px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 1200px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
.bottom-spacer{
    padding-bottom: 4rem;
}
@media (min-width: 576px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 768px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 1200px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
.form-group{
    margin-bottom: 1rem;
}
.page-link{
    font-size: 0.8rem !important;
}

.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.main-links{
	text-decoration: none;
}
.main-links:hover{
	text-decoration: none;
}
.precio-prod {
	text-align: left;
}
@media (min-width: 576px) {
    .precio-prod {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .precio-prod {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .precio-prod {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .precio-prod {
        text-align: left;
    }
}
.gallerydisplay{
	width:100%;
	height:22rem;
	object-fit:cover;
}
@media (min-width: 576px) {
    .gallerydisplay {
        height:22rem;
    }
}
@media (min-width: 768px) {
    .gallerydisplay {
		height:17rem;
    }
}
@media (min-width: 992px) {
    .gallerydisplay {
		height:24rem;
    }
}
@media (min-width: 1200px) {
    .gallerydisplay {
		height:27rem;
    }
}
.gallerythumb{
	width:100%;
	height:3.7rem;
	object-fit:cover;
	cursor:pointer;
}
@media (min-width: 576px) {
    .gallerythumb {
        height:3.7rem;
    }
}
@media (min-width: 768px) {
    .gallerythumb {
		height:3.35rem;
    }
}
@media (min-width: 992px) {
    .gallerythumb {
		height:3.35rem;
    }
}
@media (min-width: 1200px) {
    .gallerythumb {
		height:4rem;
    }
}
.cart-table{
    border-collapse: collapse;
    width: 100%;
}
@media (max-width: 47em) {
    .cart-table {
        font-size:0.75rem;
    }
}
@media (min-width: 48em) {
    .cart-table {
        font-size:0.85rem;
    }
}
@media (min-width: 62em) {
    .cart-table {
        font-size:0.9rem;
    }
}
@media (min-width: 75em) {
    .cart-table {
        font-size:0.9rem;
    }
}
.cart-table th{
    border: 1px solid #14463d;
    line-height: 1.8rem;
}
.cart-table td{
    border: 1px solid #d9d9d9;
    line-height: 1.8rem;
}
.cart-table-header{
    background-color: #14463d;
    color: #fff;
}
.cart-input {
	width: 4rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #808080;
	font-size: 0.8rem;
	padding: 0.2rem !important;
	border: 1px solid #cccccc;
	background-color: #FFF;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.cart-holder{
    width: 100%;
}
@media (max-width: 47em) {
    .cart-holder {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width: 48em) {
    .cart-holder {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 62em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 75em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.cart-icono{
    width:20px;
    height:20px;
}
.img-creditcard{
	width:auto;
	height:4rem;
}
.form-check-label{
	padding-left: 10px;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #8c8c8c;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input:focus {
  border-color: #88ddce;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(136, 221, 206, 0.55);
}
.form-check-input:checked {
  background-color: #14463d;
  border-color: #14463d;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.links{
	color: #14463d;
	text-decoration: underline;
}
.links:hover{
	color: #14463d;
	text-decoration: underline;
}