/* main.css */
a.active {
    color: #fcb800;
}
.header .header__top {
	background-color: #000;
}
.ps-form--quick-search button {
	background-color: #fff;
	color: #000;
	border-left: 1px solid #ccc;
}
.header .header__extra > i {
	color: #fff;
}
.header .header__extra:hover > i {
	color: #fcb800;
}
.header .header__extra span {
	background-color: #fff;
	color: #000;
        bottom: -1px;
        right: -7px;
}
.header button.header__extra i.icon-bag2 {
    position: absolute;
    top: -1px;
    left: -1px;
}
.ps-block--user-header .ps-block__left i {
	color: #fff;
}
.ps-block--user-header .ps-block__right a {
	color: #fff;
}
.ps-block--user-header .ps-block__right a:hover {
	color: #fcb800;
}
.header .header__left {
	max-width: 400px;
}
.header .header__right {
	max-width: 540px;
}
.ps-block--header-hotline .ps-block__left i {
	color: #fff;
}
.ps-block--header-hotline .ps-block__right,
.ps-block--header-hotline .ps-block__right p,
.ps-block--header-hotline .ps-block__right p strong {
	color: #fff;
}
.ps-block--header-hotline .ps-block__right span {
	float: right;
}
.header__extra-phone:hover .ps-block--header-hotline .ps-block__left i {
	color: #fcb800;
}
.header__extra-phone:hover .ps-block--header-hotline .ps-block__right p strong {
	color: #fcb800;
}
.navigation > .ps-container {
	height: 50px;
}
.navigation .navigation__right {
	justify-content: flex-end;
}
.ps-dropdown > span {
    position: relative;
    display: block;
    padding-right: 20px;
    cursor: pointer;
}
.ps-dropdown > span:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.menu--dropdown > li.has-mega-menu .mega-menu {
    min-width: 240px;
    width: 256px;
}
.header.header--sticky .header__left .menu--product-categories {
	color: #fff;
}
.header.header--sticky .menu--product-categories .menu__toggle span {
	color: #fff;
}
#homepage-1 .owl-slider {
    border: 1px solid #d9d9d9;
    height: 432px !important;
}
#homepage-1 .ps-deal-of-day .owl-slider {
    border: none;
    height: auto !important;
}
.ps-banner .ps-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.product-quickview {
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: none;
}
@media (min-width: 1200px) {
    .product-quickview {
        display: flex;
    }
}
.product-quickview:hover {
    background-color: #fcb800;
    color: #ffffff;    
}
.ps-product--detail h1 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 17px;
}
.ps-product--detail h2 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ps-product--quickview .ps-product__shopping {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.ps-product__categories {
    margin-bottom: 20px;
}
.ps-block--testimonial {
    margin-top: 0;
}
.ps-block--testimonial .ps-block__content {
    padding: 0;
}
#product-quickview .modal-dialog .modal-content {
    padding: 40px;
}
.ps-product__images {
    width: 378px;
    height: 378px;
}
.ps-reserva-flexible form [class*=col]{
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .ps-reserva-flexible form .select2-container, .ps-reserva-flexible form button {
        margin-top: 26px;
    }
}
.ps-reserva-flexible .results {
    display: none;
}
.ps-reserva-flexible .results h4 {
    margin-bottom: 20px;
}
.ps-reserva-flexible h4 span {
    font-weight: inherit;
}
.ps-reserva-flexible .results .price {
    font-weight: 500;
    font-size: 18px;
}
@media (min-width: 992px) {
    .ps-reserva-flexible .buscar {
        flex: 0;
    }
}

.ps-form--quick-search .icon-magnifier {
    color: #000;
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 9px;
}
.ps-footer__links p strong a {
    font-weight: 600;
}
.menu--mobile > li > span:not(.sub-toggle) {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
}
.menu--mobile .sub-menu > li > a img, .menu--mobile > li > span:not(.sub-toggle) img {
    margin-right: 8px;
}
.menu--mobile .mega-menu .mega-menu__list {
    display: block;
}
.header--mobile .navigation--mobile {
    background-color: #000;
}
.header--mobile .header__extra span i {
    color: #000;
}
.header--mobile.header--sticky .navigation--mobile {
    background-color: #000;
}
.ps-panel--sidebar .ps-panel__header {
    background-color: #000;
}
.header--mobile .header__top {
    display: none;
}
.ps-block--site-features .ps-block__left {
    flex-shrink: 0;
}
.select2 .select2-selection--multiple {
    border: solid #ccc 1px !important
}
.select2 .select2-selection--multiple .select2-selection__rendered input {
    width: 100% !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
}

.datepicker_container { position: relative; width: 100%; margin-bottom: 0}
.datepicker_container input { width: 100%; margin-bottom: 0; cursor: pointer;}
body.articulo .datepicker_container input { font-weight: bold; font-size: 16px;}
.datepicker_container span { position: absolute; right: 8px; top: 12px; font-size: 25px; cursor: pointer;}
.ui-datepicker-header { background: none; border: none; font-weight: normal; }
.ui-datepicker-header .ui-state-disabled { display: none; }
.ui-datepicker { box-shadow: none; margin: 0 auto; }
@media (min-width: 400px) { .ui-datepicker { width: 17em; } }
.ui-datepicker th { font-weight: normal; }
.ui-datepicker table tr td { text-align: center; vertical-align: middle; }
.ui-widget-header .ui-icon { background-image: url("../../plugins/jquery-ui/images/ui-icons_777777_256x240.png"); }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-widget-header .ui-state-hover { background: transparent; border: none; cursor: pointer; }
.ui-datepicker-unselectable span { background: #e6e6e6 !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #fff; border-color: #FFF; text-align: center; padding: .5em; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background-color: red; color: #FFF; }
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.hasDatepicker.form-control:disabled, .hasDatepicker.form-control[readonly] {
    background-color: transparent;
}
.ui-widget.ui-widget-content {
    z-index: 100000 !important;
}
.ps-btn.disabled, .btn.disabled {
    cursor: default;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7;
    height: auto;
    font-size: 14px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
}
.select2-container--default .select2-selection--single {
    border-color: #ddd;
}
.select2-selection__arrow {
    color: #bbb;
}
.select2-container--default .select2-selection--single {
    height: 50px;
}
.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.ps-download-app {
    margin-bottom: 100px;
}
@media (min-width: 768px) {
    .ps-download-app {
        margin-top: 54px;
    }
}

/* artículos */
/*===========*/
.ps-page--shop {
    padding-top: 30px;
}
.ps-block--shop-features .ps-block__header h3 span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}
.ps-layout--shop {
    padding-bottom: 0;
}
@media (max-width: 1199px) {
  .ps-layout--shop {
    flex-flow: wrap;
  }
  .ps-layout--shop .ps-layout__left {
    display: block;
    max-width: 310px;
    padding-right: 30px;    
  }
  .ps-layout--shop .ps-layout__right {
    max-width: calc(100% - 320px);
  }  
  .ps-page--shop .ps-block--shop-features {
    display: block;
  }
  
}
@media (max-width: 575px) {
    .ps-layout--shop .ps-layout__left {
        display: none;
    }
    .ps-layout--shop .ps-layout__right {
        max-width: 100%;
    }
}
.ps-product--detail .ps-product__meta p:after {
    position: relative;
}
.ps-product--detail .ps-product__meta p {
    margin-bottom: 10px;
}
img.en-venta { 
    position: absolute; 
    width: 115px !important; 
    height: 115px; 
    top: 5px; 
    right: 0; 
    z-index: 1;
}
@media (min-width: 478px) {
    img.en-venta { 
        width: 80px !important; 
        height: 80px; 
    }
}
img.no-disponible { 
    opacity: 0.5; 
}
.ps-product__other_gallery a:first-child {
    display: none;
}
.ps-product__price_original {
    color: red;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: normal;    
}

body.articulo .ps-product__price {
    margin-top: 20px;
}
body.articulo .estado-disponible, body.articulo .estado-nodisponible {
    display: none;
}
body.articulo .ps-product__price_original {
    display: none;
}
body.articulo .ps-product__price span {
    font-weight: 600;
}
.blue {
    color: #06c;
    text-decoration: underline;
}
.blue:hover {
    text-decoration: underline;
}
.red {
    color: red;
}
body.articulo .ps-product--detail .ps-product__header .ps-product__thumbnail {
    position: relative;
}
body.articulo .widget_features p:last-child {
    margin-bottom: 0;
}
body.articulo .widget_same-brand h3 {
    margin-bottom: 0;
}
body.articulo .widget_same-brand a {
    color: #06c;
}
body.articulo .ps-page--product {
    padding-top: 5px;
}
@media (min-width: 768px) {
    body.articulo .ps-page--product {
        padding-top: 30px;
    }
}
body.articulo .ps-page--product .ps-page__right .widget_same-brand {
    padding-bottom: 0;
}
body.articulo .ps-page--product .ps-page__right .widget_same-brand p:last-child {
    margin-bottom: 0;
}
body.articulo .pregunta, body.faq h5 {
    color: #000; 
    font-size: 16px; 
    font-weight: 500; 
    margin-bottom: 10px;
}
body.faq main h5 strong {
    font-weight: inherit;
}
body.faq main p {
    margin-bottom: 25px;
}
body.faq main a {
}
body.faq main a {
    color: #06c;
    text-decoration: underline;
}
body.faq main a:hover {
    text-decoration: underline;
}

.modal-dialog.modal-lg {
  max-width: 960px;
}
.modal-dialog.modal-lg .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.modal-dialog.modal-lg .modal-content {
  position: relative;
  padding: 40px;
}
.ps-form--account .ps-form__content {
    padding: 30px;
}
.ps-form--account form {
    background-color: #fff;
}
.ps-form--account .form-validate-error {
    padding: 10px 30px;
}
.ps-form--account .form-forgot > a {
    top: 25px;
}
.ps-contact-form {
    background-color: transparent;
}
.ps-checkbox label:before {
    border-color: #ddd;
}
.ps-contact-form .submit {
    text-align: center;
}
button[type=submit] svg {
    display: none;
}
.ps-btn:disabled, .ps-btn:disabled:hover {
    background-color: #eee;
    color: #999;    
    cursor: auto;
}
.form-group > label {
    font-weight: 600;
}
.form-control-plaintext {
    font-size: 14px;
}
.ps-section__highlight {
    margin-bottom: 40px;
    padding: 30px 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #f6f6f6;
}
.ps-section__highlight i {
    font-size: 50px
}
.ps-section__highlight figure {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}
.ps-section__highlight figure p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin: 0;
}
body.historico-pedidos img.pdf {
    width: 21px;
}
label.error, .form-validate-error {
    color: red;
    font-weight: bold;
}
.form-control {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu--product-categories .menu__content, .ps-cart--mini .ps-cart__content, .ps-panel--sidebar {
    transition: none;
}
body.registro small.form-text.text-muted {
    color: red !important;
}
.alert {
    display: flex;
    align-items: center;
}
.alert i {
      font-size: 30px;
}
.alert span {
    padding-left: 10px;
}
.alert .close {
    position: absolute;
    right: 10px;
    top: 10px;    
}
.header .header__extra:hover span i {
    color: #000;
}
.ps-cart--mini .ps-cart__items .ps-product--cart-mobile:last-child {
    margin-bottom: 0;
}
.ps-cart--mini figure {
    justify-content: center;
}
.modal .btn {
    font-size: 1.4rem;
}
.ps-btn, button.ps-btn {
    transition: none;
}
body.checkoutStep1 .ps-page__container h3, body.checkoutStep2 .ps-page__container h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
}
body.checkoutStep2 .ps-page__container h3 {
    margin-bottom: 10px;
}
body.checkoutStep1 .ps-page__container h4 {
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 768px) {
    body.checkoutStep1 .ps-page__container h3, body.checkoutStep2 .ps-page__container h3 {
        margin-bottom: 20px;
    }
}
body.checkoutStep1 .item-in-cart {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
body.checkoutStep1 .item-in-cart img {
    border: 1px solid #e0e0e0;
}
body.checkoutStep1 .item-in-cart h4 {
    font-weight: 400;
    font-size: 18px;
}
.custom-select {
    font-size: 14px;
    min-width: 58px;
    background-image: none;
    appearance: auto;
}
.highlight {
    background-color: #e6e6e6;
    padding: 15px 20px;
}
.highlight i {
    font-size: 25px;
    vertical-align: bottom;
}
h4.highlight {
    font-weight: 700 !important;
    font-size: 18px !important;    
}
body.checkoutStep1 .opciones .direccion_entrega {
    background-color: #212529; 
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
}
a {
    transition: none;
}
.ps-radio label {
    padding-left: 26px;
    color: #212529;
}
body.checkoutStep1 .opciones .ps-radio.disabled label {
    color: #999;
}
body.checkoutStep1 .opciones .ps-radio label:before {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
.modal-footer {
    justify-content: center;
}
.price {
    font-weight: bold;
    font-size: 16px;
}
body.checkoutStep1 .promocion input.form-control {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 166px;
    line-height: normal;
}
body.checkoutStep1 .promocion .ps-btn {
    padding: 6px 15px 9px;
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
}
p {
    color: #212529;
}
.ps-checkbox label {
    color: #212529;
}
body.checkoutStep2 .ps-radio label {
    font-weight: 600;
}
.ps-default {
    background-color: #f5f5f5 !important;
}
.ps-default:hover {
    color: #000 !important;
}
/*
.custom-control-label {
    padding-left: 12px;
}
.custom-control-label::before {
    top: 3px;
    left: -13px;
    border: 1px solid rgba(19, 8, 1, 0.2);
    width: 16px;
    height: 16px;
}
*/
.ps-radio label:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
}
.ps-btn-sm {
    font-size: 12px !important;
    padding: 5px 15px !important;
}
body.login .ps-form--account {
    max-width: 860px;
}
body.login .ps-form--account .row {
    background-color: #fff;
}
.ps-contact-form h3 {
    text-align: left;
}
.ps-form--account .ps-form__content h5 {
    font-weight: bold;
}
body.checkoutStep1 .opcion > div {
    border: 1px solid #fff;
    transition : border 500ms ease-out;
}
body.checkoutStep1 .opcion.selected > div {
    border-color: #000;
}
body.checkoutStep1 .opcion.unselected .direccion_entrega {
    background-color: #e6e6e6;
}
body.checkoutStep1 .incluye a {
    padding-right: 16px;
}
body.checkoutStep1 .incluye a span {
    position: absolute;
    right: 0;
    bottom: 1px;
}
body.checkoutStep1 .incluye a.collapsed span {
    transform: rotateX(180deg);
}
body.checkoutStep1 .incluye .card.card-body {
    border: none;
    padding: 10px 0;
}
#transporte-error {
    display: block;
}
.ps-dropdown ul li a.disabled, .menu--mobile .sub-menu > li > a.disabled {
    opacity: 0.5;
}
.modal {
    z-index: 10500;
}
@media (max-width: 479px) {
    .header--mobile .ps-block--user-header .ps-block__right {
        display: block;
    }
}
@media (max-width: 1024px) {
    .ps-block--site-features .ps-block__item:last-child {
        margin-bottom: 0;
    }
}
.ps-block--header-hotline .ps-block__right p strong {
    font-size: 18px;
}
.header__extra-phone {
    margin-right: 20px !important;
}
@media (min-width: 768px) {
    .header__extra-phone {
        margin-right: 10px !important;
    }
}
@media (min-width: 1441px) {
    .header__extra-phone {
        margin-right: 40px !important;
    }
}
.widget_footer .widget-title {
    margin-bottom: 15px;
}
body.faq h3 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    margin-top: 60px;
}
.ps-widget--account-dashboard .ps-widget__content ul li a {
    text-transform: none;
}
.ps-product--wide {
    margin-bottom: 10px;
}
.ps-product--quickview .ps-product__images .slick-arrow:hover, .ps-product--detail .ps-product__gallery .slick-arrow:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-product--quickview .ps-product__images .slick-arrow {
    visibility: visible;
    opacity: 1;
}
.ps-table--specification tbody tr td:first-child {
    width: 250px;
}
body.checkoutStep1 .total .row {
    line-height: 24px;
}
.separator {
    border-top: 1px solid #e1e1e1;
}
.ps-footer__links, .ps-footer__copyright {
    border-top: none;
}
.ps-footer__copyright {
    display: block;
    padding-bottom: 100px;
}
.ps-footer__copyright .row > div {
    display: flex;
    align-self: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .ps-footer__copyright .row > div:first-child {
        justify-content: flex-start;
    }
    .ps-footer__copyright .row > div:last-child {
        justify-content: flex-end;
    }
}
@media (min-width: 1200px) {
    .ps-footer__copyright {
        padding-bottom: 35px;
    }
}
.ps-footer__copyright p:last-child a {
    margin-left: 0;
}
.ps-footer__copyright p:last-child img {
    display: inline-block;
    vertical-align: middle;    
}
.ps-footer__copyright .payment-method img {
    margin-left: 15px;
}
.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
    right: 20px;
}
.ps-product--detail.ps-product--view .ps-product__header .ps-product__thumbnail {
    max-width: 36.3%;
}
.ps-product--detail.ps-product--view .ps-product__header .ps-product__info {
    max-width: 63.7%;
    padding-left: 50px;
}
@media (min-width: 1200px) {
    .ps-product--detail.ps-product--view .ps-product__header .ps-product__info {
        padding-left: 115px;
    }
}
@media (max-width: 767px) {
    .ps-product--detail.ps-product--view .ps-product__header .ps-product__thumbnail, .ps-product--detail.ps-product--view .ps-product__header .ps-product__info {
        max-width: 100%;
        padding-left: 0;
    }
}
.ps-product--detail .ps-product__gallery .slick-arrow {
    width: 9px;
    height: 18px;
}

/* blog */
body.blog main a {
    color: #06c;
    text-decoration: underline;
}
body.blog main a:hover {
    color: #fcb800;
}
.widget.widget_search .form button[type="submit"] {
    top: 0;
    right: 0;
}
.navbar .navbar-form button[type="submit"], .widget.widget_search .form button[type="submit"] {
    position: absolute;
    display: block;
    border: none;
    background: none;
    width: 50px;
    line-height: 30px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #777;
}
.widget .widget-title, .post-navigation h3 {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.post-navigation h3 {
    margin-bottom: 10px;
}
.post-title h1, .post-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.metadata {
    color: #999;
    margin-bottom: 20px;
}
.tags-links {
    display: block;
}
.author-info {
    display: none;
}
.post-navigation {
    background-color: transparent;
}
body.blog main .post-title h2 a {
    display: block;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.sticky .post-inner {
    position: relative;
    padding: 20px 30px 30px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, #f3f3f3));
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 70%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f3f3f3 100%);
}
.blog .post {
    padding-bottom: 40px;
    margin-bottom: 30px;
    position: relative;
}
.pagination {
    margin-top: 40px;
}
.pagination ul {
    padding-left: 0;
}
.pagination li > span {
    padding: 0 14px;
    position: relative;
    display: inline-block;
    z-index: 30;
    color: #999;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
body.blog main .pagination li a  {
    color: #000;
    text-decoration: none;
}
.pagination .page-numbers.current {
    background-color: #fcb800;
}
.pagination .page-numbers:hover {
    color: #000;
}
.comment-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.comments-container .author-name {
    font-size: 16px;
    font-weight: bold;
    color: #34353e;
    font-style: normal;
}
.comment-inner .metadata {
    margin-bottom: 10px;
}
.comments-container .single-comment {
    margin-bottom: 30px;
}
input.ps-btn {
    height: 50px;
}
img {
    height: auto;
}
.nav-links > div {
    display: inline-block;
    margin-right: 10px;
}
.comment-navigation {
    margin-bottom: 20px;
}
body.blog main .comment-navigation .nav-links a {
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;    
}
body.blog main .comment-navigation .nav-links a:hover {
    color: #fff;
}
footer .widget_contact-us h3 a {
    font-weight: 700;
}
.navigation--list {
    background-color: #fcb800;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navigation--list .navigation__item span {
    line-height: normal;
}
.navigation--list .navigation__item i {
    font-size: 22px;
}
.navigation--list a:hover, .navigation--list .navigation__item.active i, .navigation--list .navigation__item.active span {
    color: #000;
}
body.alquilar .ps-product .ps-product__vendor {
    border-bottom: none;
    font-size: 14px;
}
body.alquilar .ps-product .ps-product__title {
    font-size: 16px;
}
@media (min-width: 768px) {
    body.alquilar .ps-product .ps-product__vendor {
        border-bottom: 1px solid #e1e1e1;
        font-size: 12px;
    }
    body.alquilar .ps-product .ps-product__title {
        font-size: 14px;
    }
}
.direccion_entrega_agencia {
    width: 100%;
}
@media (min-width: 768px) {
    .direccion_entrega_agencia {
        width: auto;
    }
}
.ps-section--account-setting .ps-table tr td {
    padding: 8px;
}
@media (min-width: 768px) {
    .ps-section--account-setting .ps-table tr td {
        padding: 10px 15px;
    }
}
.ps-panel--sidebar .ps-panel__header .panel-close {
    position: absolute;
    color: #fff;
    top: 17px;
    right: 15px;    
}
.header--mobile .header__extra {
    height: 36px;
}
.header--mobile button.header__extra {
    height: 42px;
}
.header--mobile .header__extra i.icon-bag2 {
    position: absolute;
    top: -5px;
    left: 3px;    
}
.header--mobile button.header__extra i.icon-bag2 {
    top: -6px;
    left: 2px;        
}
@media (max-width: 1199px) {
    .header button.header__extra span {
        bottom: 4px;
        right: -8px;    
    }
}
#homepage-1 .ps-home-banner {
    display: none;
}
#homepage-1 .ps-site-features {
    padding-top: 30px;
}
/*
@media (min-width: 1024px) {
    #homepage-1 .ps-site-features {
        padding-top: 0;
    }
}
*/
@media (max-width: 1199px) {
    .header--mobile .ps-search--mobile {
        display: block;
    }
}
.ps-footer > .ps-container {
    padding-bottom: 35px;
}
body.alquilar .nav-mobile h4 {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;    
}
body.alquilar .ps-product .ps-product__content {
    height: 45px;
}
@media (max-width: 767px) {
    body.articulo .widget_product {
        order: 3;
    }
    body.articulo .widget_sell-on-site {
        order: 2;
    }
    body.articulo .widget_same-brand {
        order: 1;
    }
}
.ps-form--account {
    padding-top: 40px;
}
@media (min-width: 1023px) {
    .ps-form--account {
        padding-top: 130px;
    }
}
@media (max-width: 479px) {
    .ps-contact-form h3 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .ps-contact-form h3 {
        font-size: 36px;
    }
}
body.articulo .no-dispo span {
    background-color: #9d261d !important;
    color: #FFF;
}
@media (max-width: 991px) {
    .ps-block--site-features .ps-block__item {
        max-width: 100%;
        flex-flow: row nowrap;
    }
    .ps-block--site-features .ps-block__item .ps-block__right {
        padding-left: 20px;
    }    
}
body.checkoutStep1 .ps-page__container, body.checkoutStep2 .ps-page__container {
    margin-bottom: 12rem;
}
@media (min-width: 478px) {
    body.checkoutStep1 .ps-page__container, body.checkoutStep2 .ps-page__container {
        margin-bottom: 0;
    }
}
.modal-footer.equal-width-buttons button {
    width: 160px;
}
.form-group-toggle .btn {
    font-size: 16px;
    padding: 8px 40px;
}
.form-group-toggle .btn-secondary {
    background-color: #bbb;
    border-color: #bbb;    
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #5a6268;
    border-color: #545b62;
}
@media (min-width: 768px) {
    #homepage-1 .ps-home-banner {
        display: block;
    }
}
.ps-home-banner .ps-page__right {
    display: none !important;
}
@media (min-width: 1441px) {
    #homepage-1 .ps-home-banner {
        margin-bottom: 60px;
    }
    .ps-home-banner .ps-page__left {
        padding-right: 30px; 
        max-width: calc(100% - 360px);
    }
    .ps-home-banner .ps-page__right {
        min-width: 360px; 
        max-width: 360px;
        display: block !important;
    }
    .ps-site-features {
        display: none;
    }
    .ps-home-banner .ps-page__right .ps-block--site-features {
        flex-direction: column; 
        padding: 20px;
    }
    .ps-home-banner .ps-page__right .ps-block__item {
        max-width: 100%; 
        border-right: none; 
        padding: 17px 10px;
    }
}
#homepage-1 .ps-deal-of-day {
    padding-bottom: 54px;
}
#homepage-1 .ps-about .ps-section__header {
    margin-bottom: 24px;
}
#homepage-1 .ps-about .ps-section__content p {
    font-size: 16px;
}
.bg--100 {
    background-size: 100% 100% !important;
}

#homepage-1 .owl-slider {
  max-width: 100%;
  height: 100%;
}

#homepage-1 .owl-slider .owl-stage-outer {
  height: 100%;
}

#homepage-1 .owl-slider .owl-stage-outer .owl-stage {
  height: 100%;
}

#homepage-1 .owl-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

#homepage-1 .owl-slider .ps-banner {
  height: 100%;
}
#homepage-1 .ps-home-banner-mobile {
    margin-top: 30px;
    padding-top: 100%; 
    position: relative;
}
#homepage-1 .ps-home-banner-mobile > div {
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100% !important; 
    margin-top: 0;
}
#product-super .modal-dialog {
  max-width: 960px;
}

#product-super .modal-dialog .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

#product-super .modal-dialog .modal-content {
  position: relative;
  padding: 40px;
}
#nombre-super {
    font-size: 120%;
}