select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/arrow_down.svg');
	background-size: 1.4rem auto;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-color: white;
	padding-right: 25px !important;
}
.logo{
	max-width: 180px;
}
@media (max-width: 47em) {
    .logo {
        max-width: 180px;
    }
}
@media (min-width: 48em) {
    .logo {
        max-width: 170px;
    }
}
@media (min-width: 62em) {
    .logo {
        max-width: 215px;
    }
}
@media (min-width: 75em) {
    .logo {
        max-width: 235px;
    }
}
.navbar {
	padding: 0.35rem 1.5rem;
}
.nav-link {
  padding: 0.2rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
  font-weight: 400; color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1.0); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
	
.btn-outline-secondary {
  color: #F38026;
  border-color: #F38026; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #F38026;
    border-color: #F38026; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 128, 38, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #F38026;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #F38026;
    border-color: #F38026; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 128, 38, 0.5); }

.cart-icon{
	width: auto;
	height: 2rem;
}
.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, .cart-table td{
    border: 1px solid #eeeeee;
    line-height: 1.8rem;
}
.cart-table-header{
    background-color: #eeeeee;
    color: #000000;
	font-weight: 600;
}
.cart-input {
	width: 3rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #808080;
	font-size: 0.8rem;
	padding: 0.4rem;
	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{
    color: #343434;
}

.fullBackground{
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url(images/cover.jpg);*/
	background-position: center center, center center;
	background-size: cover, cover;
	background-repeat: repeat, repeat;
}
.product-img-container{
	width:100%;
	height:200px;
}
.product-display{
	width: auto;
	height: 90%;
	max-width: 220px;
	max-height: 190px;
	object-fit: contain;
	object-position: center center;
}
.product-display-box{
	width: 100%;
	height: 60%;
	max-height: 215px;
	object-fit: cover;
	object-position: center center;
}
.link-detalle{
	text-decoration:underline;
}
.xs-text{
	font-size:0.85rem;
}
.lh-small{
	line-height:1.2rem;
}
.grecaptcha-badge {
display: none !important;
}
.shareBTN{
	width: auto;
	height: 37px;
	cursor: pointer;
}
.product-title{
	display:block;
	overflow:hidden;
	width:100%;
	height:1.3rem;
}
.product-link, .product-link:hover{
	color: #08A308;
	text-decoration: none;
	cursor: pointer;
}
.product-img{
	width:100%;
	height:11rem;
	background-repeat:no-repeat; 
	background-size:auto 100%;
	background-position:center;
	cursor:pointer;
}
.mobile-search-bar{
	margin-top: 4.5rem;
}
@media (min-width: 26em) {
    .mobile-search-bar {
        margin-top: 4.5rem;
    }
}
@media (min-width: 31em) {
    .mobile-search-bar {
        margin-top: 6rem;
    }
}
@media (min-width: 48em) {
    .mobile-search-bar {
        margin-top: auto;
    }
}
@media (min-width: 62em) {
    .mobile-search-bar {
        margin-top: auto;
    }
}
@media (min-width: 75em) {
    .mobile-search-bar {
        margin-top: auto;
    }
}
.mobile-search-bar-loged{
	margin-top: 4.5rem;
}
@media (min-width: 26em) {
    .mobile-search-bar-loged {
        margin-top: 4.5rem;
    }
}
@media (min-width: 31em) {
    .mobile-search-bar-loged {
        margin-top: 7.5rem;
    }
}
@media (min-width: 48em) {
    .mobile-search-bar-loged {
        margin-top: auto;
    }
}
@media (min-width: 62em) {
    .mobile-search-bar-loged {
        margin-top: auto;
    }
}
@media (min-width: 75em) {
    .mobile-search-bar-loged {
        margin-top: auto;
    }
}
.top-spacer{
    margin-top: 0;
}
@media (max-width: 47em) {
    .top-spacer {
        margin-top: 0;
    }
}
@media (min-width: 48em) {
    .top-spacer {
        margin-top: 6rem;
    }
}
@media (min-width: 62em) {
    .top-spacer {
        margin-top: 6rem;
    }
}
@media (min-width: 75em) {
    .top-spacer {
        margin-top: 6rem;
    }
}
.top-spacer-loged{
    margin-top: 0;
}
@media (max-width: 47em) {
    .top-spacer-loged {
        margin-top: 0;
    }
}
@media (min-width: 48em) {
    .top-spacer-loged {
        margin-top: 7.8rem;
    }
}
@media (min-width: 62em) {
    .top-spacer-loged {
        margin-top: 7.8rem;
    }
}
@media (min-width: 75em) {
    .top-spacer-loged {
        margin-top: 7.8rem;
    }
}
.menu-btn{
	width: auto;
	height: 2rem;
}
@media (max-width: 47em) {
    .menu-btn {
        height: 2rem;
    }
}
@media (min-width: 48em) {
    .menu-btn {
        height: 2rem;
    }
}
@media (min-width: 62em) {
    .menu-btn {
        height: 2.1rem;
    }
}
@media (min-width: 75em) {
    .menu-btn {
        height: 2.1rem;
    }
}
.cart-btn{
	width: auto;
	height: 1.8rem;
}
@media (max-width: 47em) {
    .cart-btn {
		height: 1.8rem;
    }
}
@media (min-width: 48em) {
    .cart-btn {
		height: 1.8rem;
    }
}
@media (min-width: 62em) {
    .cart-btn {
		height: 2rem;
    }
}
@media (min-width: 75em) {
    .cart-btn {
		height: 2rem;
    }
}
.custom-navbar{
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
.cart-top-link, .cart-top-link:hover{
	text-decoration: none;
}