/** Colours **/
/** Fonts **/
@font-face {
  font-family: "Fira Sans";
  src: url("../../fonts/FiraSans-Light.woff2") format("woff2"), url("../../fonts/FiraSans-Light.woff") format("woff"), url("../../fonts/FiraSans-Light.eot") format("eot"), url("../../fonts/FiraSans-Light.ttf") format("ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../../fonts/FiraSans-Bold.woff2") format("woff2"), url("../../fonts/FiraSans-Bold.woff") format("woff"), url("../../fonts/FiraSans-Bold.eot") format("eot"), url("../../fonts/FiraSans-Bold.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../../fonts/FiraSans-Regular.woff2") format("woff2"), url("../../fonts/FiraSans-Regular.woff") format("woff"), url("../../fonts/FiraSans-Regular.eot") format("eot"), url("../../fonts/FiraSans-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "Fira Sans";
  font-size: 1.1em;
  line-height: 1.8em;
}

a {
  color: #AA9E0E;
}

a:hover, a:focus {
  color: #6e640a;
}

.uppercase {
  text-transform: uppercase;
}

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

.bg-dark {
  background-color: #262A30;
}

.bg-lightgrey {
  background-color: #FDFDFF;
}

.bg-mediumgrey {
  background-color: #6E7C93;
}

.bgmediumgrey {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-green {
  background-color: #3C654F;
}

.white {
  color: #FFFFFF;
}

a.white:hover {
  color: #878787;
}

.mediumgrey {
  color: #6E7C93;
}

.black {
  color: #262A30;
}

.grey {
  color: #878787;
}

.reddelete {
  color: #eb685e;
}

.yellow {
  color: #AA9E0E;
}

.bg-arbequina {
  background-color: #D4E8E7;
}

.red {
  color: #F06969 !important;
}

.hojiblanca {
  color: #6B8EB1;
}

.arbequina {
  color: #5DB8B1;
}

.picual {
  color: #A0605A;
}

.frantoio {
  color: #776957;
}

.manzanilla {
  color: #BC8B4C;
}

.bio {
  color: #3C654F;
}

.bio-bg {
  background-color: #3C654F;
}

/** olive-foil **/
.olive-foil {
  background-image: url("../../images/foil-olive.svg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

/** CTA **/
.cta-primary {
  background-color: #AA9E0E;
  color: #FFFFFF;
  border-radius: 3px;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.cta-primary:hover {
  background-color: #262A30;
  color: #FFFFFF;
}

@media screen and (max-width: 475px) {
  .cta-primary {
    padding: 10px 15px;
  }
}
.cta-secondary {
  background-color: #FFFFFF;
  color: #262A30;
  border-radius: 3px;
  border: 1px solid #262A30;
  outline: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.cta-secondary:hover {
  background-color: #262A30;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 475px) {
  .cta-secondary {
    padding: 10px 15px;
  }
}
.cta-terciary {
  background-color: none;
  color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  outline: 0;
  padding: 10px 20px;
}

.cta-terciary:hover {
  background-color: #AA9E0E;
  color: #FFFFFF;
  border: 1px solid #AA9E0E;
}

@media screen and (max-width: 475px) {
  .cta-terciary {
    padding: 10px 15px;
  }
}
.cta-fourth {
  background-color: #262A30;
  color: #FFFFFF;
  border-radius: 3px;
  border: 0;
  outline: 0;
  padding: 10px 20px;
}

.cta-fourth:hover {
  background-color: #3C654F;
  color: #FFFFFF;
}

@media screen and (max-width: 475px) {
  .cta-fourth {
    padding: 10px 15px;
  }
}
/** Cabecera **/
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.navbar-toggler {
  border: 0;
}

@media screen and (max-width: 768px) {
  .dropdown-toggle::after {
    display: none !important;
  }
  .navbar-collapse .dropdown {
    position: relative;
  }
  .navbar-collapse .dropdown::after {
    content: "";
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.3em;
    right: 0;
    top: 9px;
    position: absolute;
    background-image: url("../../images/ico-angle-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 30px;
    height: 30px;
  }
  .navbar-brand img {
    width: 70px;
    margin-top: 3px;
  }
}
.ico-search {
  width: 25px;
  margin-top: 5px;
}

.dropdown-menu {
  background-color: #262A30;
  border-radius: 0;
  border: 0;
  color: #FFFFFF;
  padding-top: 0;
}

.quantity-cart {
  position: absolute;
  top: -4px;
  background-color: #AA9E0E;
  line-height: 18px;
  padding: 0px 6px;
  border-radius: 50px;
  font-size: 14px;
  right: -10px;
}

.nav-link {
  text-transform: capitalize;
}

.nav-link:focus, .nav-link:hover {
  color: #878787;
}

@media screen and (max-width: 768px) {
  .navbar-collapse.show {
    position: fixed;
    overflow: scroll;
    background-color: #262A30;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding: 25px;
  }
}
.close-menu {
  background: none;
  border: 0;
  padding: 0;
}

/** Mod Buscador **/
.mod-buscador {
  min-height: 52px;
  border: 0;
  border-bottom: 3px solid #504f4f;
  font-size: 25px;
  padding-left: 20px;
}

.search-box {
  display: none;
}

/** Formularios **/
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], select, textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #6E7C93;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.error {
  border: 1px solid #F06969 !important;
}

.error-label {
  color: #F06969;
}

textarea {
  height: 100px !important;
}

select:disabled {
  background-color: #F5F5F5;
}

.form-group small {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
}

input {
  margin-bottom: 5px;
}

/** Breadcrumbs **/
.breadcrumbs ul li a, .breadcrumbs ul li {
  color: #6E7C93;
  font-size: 0.95em !important;
}

.breadcrumbs ul li a::after {
  content: "/";
  display: inline-block;
  text-decoration: none;
  margin-left: 1em;
}

@media screen and (max-width: 992px) {
  .breadcrumbs ul li a::after {
    margin-left: 0.5em;
  }
  .breadcrumbs ul li {
    font-size: 0.8em !important;
    margin-right: 0em !important;
  }
}
/** Footer **/
footer {
  color: #6E7C93;
  font-size: 0.9em;
  line-height: 1.4em;
  border-top: 3px solid #F5F5F5;
}

footer a {
  color: #6E7C93;
}

/** item social **/
.item-social {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}

/** related-content **/
.snippet-related-content {
  border-bottom: 2px solid #878787;
  padding-bottom: 10px;
}

.snippet-related-content:last-of-type {
  border: 0;
}

.snippet-related-content a {
  color: #262A30;
  text-decoration: none;
  position: relative;
}

.snippet-related-content p, .snippet-related-content span {
  padding-right: 70px;
}

.snippet-related-content a::after {
  content: "";
  width: 35px;
  height: 32px;
  background-image: url("../../images/ico-arrow.svg");
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .snippet-related-content a::after {
    top: 15px;
  }
  .snippet-related-content span {
    line-height: 1.5em;
  }
  .snippet-related-content p {
    line-height: 1.5em;
  }
}
/** menu-left-sidebar **/
.menu-left-sidebar {
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .menu-left-sidebar {
    padding-right: 0px;
  }
}
/** composition-1 **/
.composition-1 {
  position: relative;
}

.composition-1 img {
  max-width: 90%;
}

.composition-1 .cta-composition {
  background-color: #3C654F;
  max-width: 350px;
  position: absolute;
  right: 0;
  top: 200px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .composition-1 {
    position: static;
  }
  .composition-1 img {
    max-width: 100%;
  }
  .composition-1 .cta-composition {
    width: 100%;
    position: static;
    border-radius: 0;
  }
}
/** composition-2 **/
.composition-2 {
  position: relative;
  margin-bottom: 100px;
}

.composition-2 img {
  max-width: 100%;
}

.composition-2 .cta-composition {
  background-color: #262A30;
  max-width: 350px;
  position: absolute;
  right: 25%;
  top: 200px;
  border-radius: 3px;
}

@media screen and (max-width: 992px) {
  .composition-2 {
    position: static;
    margin-bottom: 20px;
  }
  .composition-2 img {
    max-width: 100%;
  }
  .composition-2 .cta-composition {
    width: 100%;
    position: static;
    border-radius: 0;
    max-width: 100%;
  }
}
/** composition-3 **/
.composition-3 {
  position: relative;
  margin-bottom: 150px;
}

.composition-3 img {
  max-width: 90%;
  margin-left: 10%;
}

.composition-3 .cta-composition {
  background-color: #3C654F;
  max-width: 350px;
  position: absolute;
  left: 0;
  top: 200px;
  border-radius: 3px;
}

@media screen and (max-width: 992px) {
  .composition-3 {
    position: static;
    margin-bottom: 20px;
  }
  .composition-3 img {
    max-width: 100%;
    margin-left: 0;
  }
  .composition-3 .cta-composition {
    width: 100%;
    position: static;
    border-radius: 0;
    max-width: 100%;
  }
}
.menu-left-sidebar ul li a {
  color: #262A30;
  text-decoration: none;
  border-bottom: 2px solid #878787;
  display: block;
}

.menu-left-sidebar ul li a:hover {
  color: #AA9E0E;
  text-decoration: underline;
}

.menu-left-sidebar ul li a.active {
  color: #AA9E0E;
  text-decoration: underline;
}

.menu-left-sidebar ul li:last-of-type a {
  border-bottom: 0;
}

.menu-left-sidebar ul li a::after {
  content: url("../../images/ico-arrow.svg");
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-top: 2px;
  float: right;
}

a.edit-address {
  font-size: 13px;
  margin-top: -10px;
}

/** purchase-snippet **/
.purchase-snippet {
  border-radius: 3px;
  border: 0.5px solid #BCC7D4;
}

.purchase-snippet a {
  text-decoration: none;
  color: #262A30;
}

.purchase-snippet .purchase-number {
  font-size: 1em;
}

.purchase-snippet .purchase-date, .purchase-snippet .purchase-vat {
  color: #878787;
  font-size: 0.8em;
  line-height: 2.5em;
}

.purchase-snippet .purchase-total {
  font-size: 1.3em;
}

.purchase-snippet .purchase-detail {
  color: #FFFFFF;
  background-color: #AA9E0E;
  cursor: pointer;
  padding: 2px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}

.purchase-snippet .purchase-status {
  color: #FFFFFF;
  background-color: #6E7C93;
  padding: 1px 14px;
  border-radius: 3px;
  font-size: 0.75em;
}

.purchase-snippet .purchase-status.purchase-status-completed {
  background-color: #6E7C93;
}

.purchase-snippet .purchase-status.purchase-status-inprogress {
  background-color: #BC8B4C;
}

/** login-register **/
.login-register {
  background-image: url("../../images/fondo-registro-login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .login-register {
    background-size: cover;
  }
}
.separator {
  position: relative;
}

.separator:before {
  content: "";
  width: 45%;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 15px;
}

.separator:after {
  content: "";
  width: 45%;
  border: 1px solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 15px;
}

.google-button button img, .facebook-button button img {
  margin-top: -5px;
  position: static;
}

.google-button button:hover, .facebook-button button:hover {
  background-color: #6B8EB1;
  color: #FFFFFF;
  border-color: #6B8EB1;
}

/** product-snippet **/
.product-snippet-link {
  text-decoration: none;
  color: #262A30;
}

.product-snippet {
  border: 1.5px solid #F7F7FD;
}

.product-snippet-title {
  font-size: 23px;
}

.product-snippet-description {
  font-size: 15px;
  line-height: 22px;
}

.product-snippet-price {
  font-size: 36px;
}

.product-snippet-price-foreign {
  font-size: 28px;
  opacity: 0.75;
  font-weight: 500;
}

.product-snippet-vat {
  font-size: 13px;
  text-transform: uppercase;
}

.product-snippet-vat-foreign {
  font-size: 10px;
}

.product-snippet-variety-title {
  font-size: 14px;
  line-height: 24px;
}

.product-snippet-variety-item {
  font-size: 20px;
  line-height: 28px;
  border-radius: 5px;
  background-color: #6E7C93;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.variety .product-snippet-variety-item {
  font-size: 12px;
  line-height: 24px;
  border-radius: 2px;
  background-color: #6E7C93;
  padding: 0 10px;
}

.product-snippet-variety-item-reduced {
  font-size: 12px;
  line-height: 24px;
  border-radius: 2px;
  background-color: #6E7C93;
  padding: 0 10px;
  text-decoration: none;
}

.product-snippet-variety-item.hojiblanca, .product-snippet-variety-item-reduced.hojiblanca {
  background-color: #D1DCE7;
  color: #6B8EB1;
}

.product-snippet-variety-item.arbequina, .product-snippet-variety-item-reduced.arbequina {
  background-color: #D4E8E7;
  color: #5DB8B1;
}

.product-snippet-variety-item.picual, .product-snippet-variety-item-reduced.picual {
  background-color: #E1CECD;
  color: #A0605A;
}

.product-snippet-variety-item.frantoio, .product-snippet-variety-item-reduced.frantoio {
  background-color: #D5D0CC;
  color: #776957;
}

.product-snippet-variety-item.manzanilla, .product-snippet-variety-item-reduced.manzanilla {
  background-color: #EADBC9;
  color: #BC8B4C;
}

.product-snippet-variety-item.bio {
  background-color: #3C654F;
  color: #FFFFFF;
}

.product-snippet-variety-item-reduced.bio {
  background-color: #3C654F;
  color: #FFFFFF;
  padding: 0 10px 0 0;
}

.product-snippet-variety-item.bio img {
  width: 37px;
  margin-right: 5px;
  margin-top: -3px;
  border-radius: 2px;
}

/** card-testimonial **/
.swipe-testimonial-cover {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
}

.card-testimonial {
  width: 350px;
  border: 0.25px solid #6E7C93;
  margin-right: 15px;
  border-radius: 5px;
}

.testimonial-name {
  line-height: 28px;
}

.testimonial-date {
  line-height: 28px;
}

.testimonial-rating {
  line-height: 20px;
}

.card-testimonial-text {
  font-size: 16px;
  line-height: 25px;
}

.olive-icon {
  margin-top: -150px;
}

@media screen and (max-width: 768px) {
  .card-testimonial {
    width: 280px;
  }
}
/** CTA component **/
.cta-component {
  border: 10px solid #3C654F;
  position: relative;
}

.cta-component img {
  position: absolute;
  right: 40%;
  bottom: -90px;
}

@media screen and (max-width: 768px) {
  .cta-component img {
    right: 20%;
    bottom: -90px;
  }
}
/** item-payment **/
.item-payment {
  border: 1px solid #BCC7D4;
  border-radius: 5px;
  padding: 8px 15px;
}

.item-payment.selected {
  border: 2px solid #AA9E0E;
}

.item-payment input[type=checkbox] {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  accent-color: #AA9E0E;
}

/** purchase-snippet-vat **/
.purchase-snippet-vat {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 475px) {
  .purchase-snippet-vat {
    font-size: 13px;
  }
}
/** purchase-breadcrumbs **/
.purchase-breadcrumbs, .step {
  position: relative;
}

.purchase-breadcrumbs:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #BCC7D4;
  display: block;
  position: absolute;
  top: 120px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 475px) {
  .purchase-breadcrumbs:after {
    top: 104px;
  }
}
.step.active:before {
  content: "";
  width: 113%;
  height: 4px;
  background-color: #262A30;
  display: block;
  position: absolute;
  top: 72px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  left: -10%;
}

@media screen and (max-width: 475px) {
  .step.active:before {
    top: 104px;
    width: 126%;
    left: -12px;
  }
}
.step.active:after {
  content: "";
  background-image: url("../../images/elipsestep.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: -9%;
  top: 66px;
  z-index: 2;
}

@media screen and (max-width: 475px) {
  .step.active:after {
    top: 81px;
    right: -12px !important;
  }
  .step.active:before {
    top: 88px;
    left: -20px;
  }
}
.purchase-breadcrumbs .step .num-step {
  font-size: 60px;
}

@media screen and (max-width: 475px) {
  .purchase-breadcrumbs .step .num-step {
    font-size: 35px;
  }
}
.purchase-breadcrumbs .step.inactive {
  color: #BCC7D4;
}

.purchase-breadcrumbs .step .text-step {
  display: inline-block;
  max-width: 140px;
  line-height: 20px;
}

.buy-more {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #6e7c93;
}

.purchase-breadcrumbs .step .text-step {
  font-size: 12px;
  line-height: 12px !important;
}

.discount-coupon {
  border: 1px solid #BCC7D4;
}

.accordion {
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.accordion .accordion-button {
  border-bottom: 1px solid #DCE6E1;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion ol {
  padding: 15px 20px 0px;
  color: #6E7C93;
}
.accordion a {
  color: #6E7C93;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.accordion .accordion-button {
  background-color: #FDFDFF;
  color: #1c1c1c;
  font-size: 21px;
}
.accordion .accordion-button p {
  margin-bottom: 0;
}
.accordion .accordion-body {
  padding: 10px 20px;
  color: #6E7C93;
}

/** box-selector **/
.box-selector {
  border-radius: 5px;
  border: 1px solid #878787;
  padding: 10px 15px;
}
.box-selector .see-variety {
  background: none;
  font-size: 12px;
  text-align: right;
  border: 0;
  padding: 0;
  outline: 0;
  color: #000;
  opacity: 0.75;
  cursor: pointer;
}

.product-photo {
  margin-top: -150px;
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .product-photo {
    margin-top: 0 !important;
    max-height: 100%;
  }
}
.mod-banner {
  background-image: url("../../images/bg-index.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
@media screen and (max-width: 475px) {
  .mod-banner .mod-banner {
    background-size: cover;
    min-height: 375px;
  }
}

.mod-reason {
  background-image: url(../../images/bg-porque-comprar.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  min-height: 470px;
  background-size: 50%;
}
@media screen and (max-width: 1200px) {
  .mod-reason .mod-reason {
    background-size: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .mod-reason .mod-reason {
    background-size: 35%;
  }
}
@media screen and (max-width: 992px) {
  .mod-reason .mod-reason {
    background-size: 35%;
  }
}
@media screen and (max-width: 768px) {
  .mod-reason .mod-reason {
    background-position: 110% 150%;
  }
}

.comp-finca {
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .comp-finca .comp-finca {
    margin-top: 0;
  }
}

.comp-news {
  margin-top: -200px;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 992px) {
  .comp-news {
    margin-top: -100px;
  }
}
@media screen and (max-width: 475px) {
  .comp-news {
    margin-top: 0;
  }
}
.comp-faq {
  margin-top: -125px;
}

@media screen and (max-width: 992px) {
  .comp-faq {
    margin-top: 50px;
  }
}
@media screen and (max-width: 475px) {
  .comp-faq {
    margin-top: 0;
  }
}
.mod-sidebar, .mod-sidebar-2 {
  position: fixed;
  top: 0;
  z-index: 999;
}
.mod-sidebar .white-zone, .mod-sidebar-2 .white-zone {
  background-color: #FFFFFF;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mod-sidebar .dark-zone, .mod-sidebar-2 .dark-zone {
  background-color: #262A30;
  opacity: 0.8;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .mod-sidebar .dark-zone, .mod-sidebar-2 .dark-zone {
    height: 0;
    display: none;
  }
  /** close-sidebar **/
  .close-sidebar {
    background: none;
    border: 0;
  }
  .product-description-ext, .product-analytics-ext {
    cursor: pointer;
  }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  table td {
    padding: 5px 10px;
  }
}
.sticky-cta {
  bottom: 30px;
  right: 20px;
  max-width: 300px;
}
.sticky-cta .cta-component {
  background-color: #FFFFFF;
  padding: 10px;
}
.sticky-cta .cta-component button {
  border: 0px;
  display: inline-block;
  background-color: #FFFFFF;
}
.sticky-cta .cta-component button img {
  top: 5px;
  right: 5px;
}
.sticky-cta .cta-component .ico-olives {
  bottom: -35px !important;
  right: 30% !important;
}

input[type=number]:disabled {
  background-color: #c9c9c9;
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto;
}

.sticky-top {
  z-index: 500;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #383c43;
  color: #fff !important;
}

.cosecha-text {
  font-size: 12px;
}

@media screen and (max-width: 475px) {
  .text-ups {
    font-size: 12px;
  }
}
input#id_voucher {
  margin-bottom: 0 !important;
}

.checkbox label {
  display: flex;
  align-items: flex-start;
}

.checkbox label input[type=checkbox] {
  margin-right: 3px;
}

.promo-link {
  text-decoration: none;
}

.promo-link:hover {
  text-decoration: underline;
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.f-16 {
  font-size: 16px !important;
}

.show {
  display: block !important;
}

#collapseLoginbutton {
  background: #fff;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  margin-left: 4px;
  padding: 0px 15px;
  margin-bottom: 10px;
}

.well.login-well {
  max-width: 500px;
  width: 100%;
  text-align: left;
  border: 1px solid #bbb;
  padding: 20px 20px;
  border-radius: 5.5px;
}
.well.login-well .button.secondaryAction {
  font-size: 14px;
  display: block;
}
.well.login-well .list-sociales {
  list-style: none;
  padding-left: 0;
}
.well.login-well .list-sociales .btn.btn-block.btn-social {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 5px;
}

.text-social {
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.form-login-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-120 {
  margin-top: 120px;
}

.product-item-variety {
  display: flex;
  justify-content: flex-end;
}

.dropdown:hover > .dropdown-menu, .dropdown:hover > .dropdown-menu:hover {
  display: block;
}

.opacity-50 {
  opacity: 0.75 !important;
}

iframe {
  max-width: 100%;
}

.left-sidebar h5 {
  font-weight: bold;
}

.controllers {
  position: relative;
}

#izq {
  background-color: #d1d1d1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #9b9b9b;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -330px;
  left: -10px;
}

#izq img {
  margin-left: -5px;
}

#der {
  background-color: #d1d1d1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #9b9b9b;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -330px;
  right: -10px;
}

#der img {
  margin-right: -5px;
}

.product-content-description {
  color: #000000 !important;
}

.product-content-description a {
  color: #AA9E0E;
  text-decoration: underline;
}

.product-content-description a:hover, .product-content-description a:focus {
  color: #6e640a;
}

.product-content-description h2 {
  font-size: 22px !important;
  line-height: 24px !important;
}

.product-content-description h3 {
  font-size: 22px !important;
  line-height: 24px !important;
}

.product-content-description p {
  font-size: 15px !important;
  line-height: 22px !important;
}

.product-content-description a {
  display: inline !important;
}

.product-content-description li {
  font-size: 15px !important;
}

.m-450 {
  display: flex;
  flex-direction: column;
  padding: 15px;
  min-height: 450px;
}

.top-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.top-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
}

.top-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
  width: 100%;
}

.middle-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.middle-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.middle-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  width: 100%;
}

.bottom-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.bottom-center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
}

.bottom-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
