/* GENERAL
--------------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'GantariLight';
    src: url('../fonts/Gantari/Gantari-Light.eot');
    src: url('../fonts/Gantari/Gantari-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gantari/Gantari-Light.woff2') format('woff2'),
    url('../fonts/Gantari/Gantari-Light.woff') format('woff'),
    url('../fonts/Gantari/Gantari-Light.ttf') format('truetype'),
    url('../fonts/Gantari/Gantari-Light.svg#GantariBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GantariBold';
    src: url('../fonts/Gantari/Gantari-Bold.eot');
    src: url('../fonts/Gantari/Gantari-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gantari/Gantari-Bold.woff2') format('woff2'),
    url('../fonts/Gantari/Gantari-Bold.woff') format('woff'),
    url('../fonts/Gantari/Gantari-Bold.ttf') format('truetype'),
    url('../fonts/Gantari/Gantari-Bold.svg#GantariBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GantariBoldItalic';
    src: url('../fonts/Gantari/Gantari-BoldItalic.eot');
    src: url('../fonts/Gantari/Gantari-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gantari/Gantari-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gantari/Gantari-BoldItalic.woff') format('woff'),
    url('../fonts/Gantari/Gantari-BoldItalic.ttf') format('truetype'),
    url('../fonts/Gantari/Gantari-BoldItalic.svg#GantariBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caprabo-ofertas';
    src: url('../fonts/Caprabo-ofertas.eot?oeo1vj');
    src: url('../fonts/Caprabo-ofertas.eot?oeo1vj#iefix') format('embedded-opentype'),
    url('../fonts/Caprabo-ofertas.ttf?oeo1vj') format('truetype'),
    url('../fonts/Caprabo-ofertas.woff?oeo1vj') format('woff'),
    url('../fonts/Caprabo-ofertas.svg?oeo1vj#Caprabo-ofertas') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GantariMedium';
    src: url('../fonts/Gantari/Gantari-Medium.eot');
    src: url('../fonts/Gantari/Gantari-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gantari/Gantari-Medium.woff2') format('woff2'),
    url('../fonts/Gantari/Gantari-Medium.woff') format('woff'),
    url('../fonts/Gantari/Gantari-Medium.ttf') format('truetype'),
    url('../fonts/Gantari/Gantari-Medium.svg#GantariMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cp-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Caprabo-ofertas' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cp-icon-remove-shopping-list:before {
    content: "\e902";
}

.cp-icon-remove-from-list-icon:before {
    content: "\e900";
}

.cp-icon-add-to-list-icon:before {
    content: "\e901";
}

.btn {
    white-space: normal;
}

html,
body {
    overflow-x: hidden;
}

.strong {
    font-weight: bold;
}

.brand,
.brand-color {
    color: #337ab7 !important;
}

.danger-color {
    color: #da2926 !important;
}

.bg-brand {
    background: #337ab7;
}

.brand-second {
    color: #30B3E9 !important;
}

.bg-brand-second {
    background: #30B3E9;
}

.bg-brand-second-light {
    background: #e4fbff;
}

.section-inverse {
    color: #fff;
}

.font-neutra {
    font-family: 'GantariBold';
}

.font-neutra-light {
    font-family: 'GantariLight';
}

.font-elkwood {
    font-family: 'GantariRegular';
}

.v-align-m {
    vertical-align: middle;
}

.inline-b {
    display: inline-block;
}

.disp-block {
    display: block !important;
}

.upper {
    text-transform: uppercase;
}

.heading {
    line-height: 1.1;
}

.text-left {
    text-align: left !important;
}

.inverse {
    color: #fff !important;
}

.table-block {
    display: table;
    width: 100%;
    float: none;
}

.table-cell {
    display: table-cell;
    width: 100%;
    float: none;
    vertical-align: middle;
}

.row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row-no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* LAYOUT
--------------------------------------------------------------------------------------------------------------------------------------*/

.visible-xxs {
    display: block !important;
}

@media (max-width: 480px) {
    .hidden-xxs {
        display: none !important;
    }
}

.fill-to-border {
    margin-left: -20px;
    margin-right: -20px;
}

.fill-to-border > * {
    padding-left: 20px;
    padding-right: 20px;
}

/* filas con aspecto de tabla-------*/

.row-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.row-table > [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.row-table > [class*="col-"]:first-child {
    padding-left: 0;
}

.row-table > [class*="col-"]:last-child {
    padding-right: 0;
}

/* > 768px */

@media (min-width: 768px) {
    .row-table-sm {
        display: table;
        table-layout: fixed;
        margin-left: 0;
        margin-right: 0;
    }

    .row-table-sm > [class*="col-"] {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .row-table-sm > [class*="col-"]:first-child {
        padding-left: 0;
    }

    .row-table-sm > [class*="col-"]:last-child {
        padding-right: 0;
    }

    .row-table-sm.row-table-no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {

    #content #container #col-right .cr-content .cr-content-bckg {
        padding: 20px 40px;
    }

    #content #container #col-right .cr-content .cr-content-bckg h1 {
        margin-top: 20px;
    }

    .fill-to-border {
        margin-left: -40px;
        margin-right: -40px;
    }

    .fill-to-border > * {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .sm-disp-b {
        display: block !important;
    }

    .sm-text-center {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .md-disp-b {
        display: block !important;
    }

    .md-text-center {
        text-align: center !important;
    }
}

@media (max-width: 1199px) {
    .lg-disp-b {
        display: block !important;
    }

    .lg-text-center {
        text-align: center !important;
    }
}

/* ICONOS BG
--------------------------------------------------------------------------------------------------------------------------------------*/
.bg-icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.bg-icon-30 {
    width: 30px;
    height: 30px;
}

.bg-icon-20 {
    width: 20px;
    height: 20px;
}

/* BOTONES
--------------------------------------------------------------------------------------------------------------------------------------*/

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'GantariBold';
}

.btn + .btn {
    margin-left: 4px;
}

.btn-brand {
    background-color: #005fab;
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: #2f4f88;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 8px 1px #D6F5FF;
    box-shadow: inset 1px 1px 8px 1px #D6F5FF;
    color: #30B3E9;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #eee;
    color: #30B3E9;
}

.btn-inverse {
    color: #fff !important;
}

.btn-inverse:hover,
.btn-inverse:focus {
    opacity: 0.8;
}

.btn-link {
    border: none;
}

/* boton de ver mas resultados */

#search-ofertas-more:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

/* margin ----------------------------------------------------------*/

.no-margin {
    margin: 0 !important;
}

.mb-5,
.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.mb-10,
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.mb-15,
.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.mb-20,
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.mb-25,
.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.mb-30,
.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.mb-40,
.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.mb-50,
.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.mb-60,
.margin-bottom-60 {
    margin-bottom: 60px !important;
}

/*-------------------------*/

.mt-5,
.margin-top-5 {
    margin-top: 5px !important;
}

.mt-10,
.margin-top-10 {
    margin-top: 10px !important;
}

.mt-15,
.margin-top-15 {
    margin-top: 15px !important;
}

.mt-20,
.margin-top-20 {
    margin-top: 20px !important;
}

.mt-25,
.margin-top-25 {
    margin-top: 25px !important;
}

.mt-30,
.margin-top-30 {
    margin-top: 30px !important;
}

.mt-40,
.margin-top-40 {
    margin-top: 40px !important;
}

.mt-50,
.margin-top-50 {
    margin-top: 50px !important;
}

.mt-60,
.margin-top-60 {
    margin-top: 60px !important;
}

/*-------------------------*/

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

/*-------------------------*/

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

/* padding ----------------------------------------------------------*/

.no-padding {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

/* bottom */
.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

/*-------------------------*/

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

/*-------------------------*/

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

/*-------------------------*/

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

/* FONT SIZE -----------------*/

.fs8 {
    font-size: 8px !important;
}

.fs9 {
    font-size: 9px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

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

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs32 {
    font-size: 32px !important;
}

.fs36 {
    font-size: 36px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs45 {
    font-size: 45px !important;
}

.fs50 {
    font-size: 50px !important;
}

.fs55 {
    font-size: 55px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs65 {
    font-size: 65px !important;
}

.fs70 {
    font-size: 70px !important;
}

.fs75 {
    font-size: 75px !important;
}

.fs80 {
    font-size: 80px !important;
}

.fs85 {
    font-size: 85px !important;
}

.fs90 {
    font-size: 90px !important;
}

.fs95 {
    font-size: 95px !important;
}

.fs100 {
    font-size: 100px !important;
}

/* POPOVER
-----------------------------------------------------------------------------------*/

.popover {
    font-family: inherit;
}

.popover .popover-title {
    font-weight: bold;
}

.popover .btn {
    font-size: 13px !important;
}

/* FORMULARIOS
---------------------------------------------------------------------------------------------------------------------*/

form label {
    text-transform: uppercase;
    font-family: 'GantariBold';
    color: #337ab7;
    margin-bottom: 10px;
    display: block;
}

.select2-container--bootstrap .select2-selection {
    border: 2px solid #337ab7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #393939;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #30B3E9 transparent transparent transparent;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 2px #337ab7;
}

.input-group .form-control {
    border-right: none;
}

.input-group .input-group-btn .btn {
    border: solid 2px #337ab7;
    height: 34px;
    border-left: none;
}

.input-group .input-group-btn .btn:hover,
.input-group .input-group-btn .btn:focus {
    background: #337ab7;
    color: #fff;
}

.checkbox label,
.radio label {
    color: #393939;
    font-family: 'GantariMedium';
    text-transform: none;
    margin-bottom: 0;
}

.to-right label {
    padding-left: 0;
}

/* CUSTOM FORM CON CHECKBOXES Y RADIO BUTTONS CUSTOMIZADOS
    -----------------------------------------------------------------------------*/
.check-wrapper {
    margin-bottom: 8px;
    font-weight: normal;
    display: block;
}

.check-wrapper label {
    cursor: pointer;
    color: #337ab7;
    font-weight: normal;
    margin-bottom: 0;
}

.iradio,
.icheckbox {
@include transition(all ease-in-out .3 s);
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: #337ab7 solid 2px;
    background: none;
}

.to-right .iradio,
.to-right .icheckbox {
    float: none;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.iradio:hover,
.icheckbox:hover {
    -webkit-box-shadow: 0px 0px 4px 3px rgba(64, 185, 242, 0.3);
    box-shadow: 0px 0px 4px 3px rgba(64, 185, 242, 0.3);
}

.icheckbox {
    position: relative;
}

.icheckbox:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    color: #337ab7;
}

.icheckbox:focus:before,
.icheckbox.checked:before {
    visibility: visible;
}

.iradio {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.iradio.focus,
.iradio.checked {
    background: #337ab7;
}

/* FORMULARIO BUSCADOR OFERTAS
---------------------------------------------------------------------------------------------------------------------*/

/* bloque botones principal */

.ofertas-btn-section .btn {
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 8px 1px #D6F5FF;
    box-shadow: inset 1px 1px 8px 1px #D6F5FF;
    color: #30B3E9;
}

.ofertas-btn-section .btn:hover,
.ofertas-btn-section .btn.active {
    background-color: #337ab7;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-ofertas-by-store .bg-icon {
    background-image: url('../images/tienda-blue.png');
}

#search-ofertas-by-store:hover .bg-icon,
#search-ofertas-by-store.active .bg-icon {
    background-image: url('../images/tienda.png');
}

#search-ofertas-by-capraboacasa .bg-icon {
    background-image: url('../images/shop-phone.png');
}

#search-ofertas-by-capraboacasa:hover .bg-icon,
#search-ofertas-by-capraboacasa.active .bg-icon {
    background-image: url('../images/shop-phone-white.png');
}

span#labelglutenfield, span#labelecofield, span#labellocalfield, span#labelofertassinimagen {
    text-transform: uppercase;
    font-family: 'GantariBold';
    color: #337ab7;
    /* margin-bottom: 10px; */
    display: inline-block;
}

/* BLOQUE BOTON VER LISTA DE LA COMPRA */

.block-shopping-list-btn .btn {
    background: #f6fbff;
    color: #337ab7;
    border: solid 2px #337ab7;
    padding-bottom: 12px;
    font-size: 16px;
}

.block-shopping-list-btn .btn:hover,
.block-shopping-list-btn .btn:focus {
    background: #ebf2f7;
}

.block-shopping-list-btn .img-responsive {
    margin-top: -35px;
    margin-bottom: 4px;
}

/* enlace que despliega filtros avanzados */

#search-ofertas-form .search-collapser {
    color: #555;
    text-decoration: none;
}

#search-ofertas-form .search-collapser:hover,
#search-ofertas-form .search-collapser[aria-expanded="true"] {
    color: #337ab7;
    text-decoration: none;
}

#search-ofertas-form .search-collapser .fa {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#search-ofertas-form .search-collapser[aria-expanded="true"] .fa {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 1200px) {
    .ofertas-search-form [data-toggle="collapse"] {
        display: block;
        text-align: center;
    }

    .radio, .checkbox {
        font-size: 0.8em;
    }

    .ofertas-search-selected-shop img {
        margin: 0 0 10px 0;
    }

    .ofertas-search-selected-shop strong {
        display: block;
        font-size: 16px;
    }
}

/* OFERTAS SUBHEADER SWITCH */
.ofertas-search-subheader {
    background: #f4f4f4;
    padding-top: 5px
}

.ofertas-search-subheader > .disclaimer {
    color: #626262
}

@media (min-width: 992px) {
    .switch-container {
        padding-left: 80px
    }
}

.ofertas-search-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.ofertas-search-switch input {
    display: none;
}

.ofertas-search-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.ofertas-search-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .ofertas-search-slider {
    background-color: #337ab7;
}

input:focus + .ofertas-search-slider {
    box-shadow: 0 0 1px #337ab7;
}

input:checked + .ofertas-search-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded ofertas-search-sliders */
.ofertas-search-slider.round {
    border-radius: 34px;
    height: 20px;
    width: 40px;
}

.ofertas-search-slider.round:before {
    border-radius: 50%;
    /*background-image: url(/system/modules/com.caprabo.mrmmccann.caprabocom.ofertas/resources/images/camera-26x26.png);*/
    content: "\f030";
    font-family: FontAwesome;
    color: #337ab7;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
}

.ofertas-search-slider.round.gray:before {
    color: #cccccc;
}

.ofertas-search-slider-text {
    color: black;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 8px;
}

.ofertas-search-slider-text.gray {
    color: #cccccc;
}


/* LISTADO DE OFERTAS - PRODUCTOS
-------------------------------------------------------------------------------------------------------------------------*/

/* CARRUSEL
--------------------------------------------------------*/

.ofertas-main .carousel {
    padding-left: 60px;
    padding-right: 60px;
}

.ofertas-main .carousel-inner {
    height: auto !important;
}

.ofertas-main .carousel .carousel-control {
    top: 50%;
    bottom: auto;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 60px;
    line-height: 1;
    color: #337ab7;
    background: none;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ofertas-main .carousel .carousel-control:hover,
.ofertas-main .carousel .carousel-control:focus {
    color: #000;
}

.ofertas-main .carousel .carousel-control .fa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* cuando es resolucion movil y los controles de carrusel se posicionan fijos */

.ofertas-main .carousel .carousel-control.carousel-control-fixed {
    position: fixed;
}

.ofertas-main .carousel .carousel-control.left.carousel-control-fixed {
    left: 20px;
}

.ofertas-main .carousel .carousel-control.right.carousel-control-fixed {
    right: 20px;
}

/* fin carrusel */

.ofertas-search-sort .search-ofertas-tag-close-btn img {
    max-width: 70px;
}

/*.ofertas-search-list {
    margin-left: -20px;
    margin-right: -20px;
}*/
.ofertas-search-list > ul {
    margin-left: 0;
    margin-right: 0;
}

/* PAGINACION BUSCADOR OFERTAS */
#search-ofertas-pagination-container > ul > li.active > button.middlepagelink {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.product-item-wrapper + .product-item-wrapper {
    border-top: solid 1px #337ab7;
}

.product-item {
    padding: 0 20px 30px 20px;
    position: relative;
}

.product-item.par {
    background: #f4fcff;
}

.product-item .thumbnail {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 3px solid #e4fff5;
    margin-bottom: 0;
}

.product-item .product-item-img {
    position: relative;
    padding: 30px 0 15px 0;
}

.product-item .product-item-img .img-responsive {
    padding: 0;
    margin: 0 auto;
}

.product-item .product-item-info-promo {
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-item .product-item-info-promo .btn-link {
    padding: 0;
    border: 0;
    background: #fcf339;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #000;
    display: block;
}

.product-item .product-item-info-promo .btn-link:hover,
.product-item .product-item-info-promo .btn-link:focus {
    opacity: 0.8;
    text-decoration: none;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta {
    color: #000;
    font-size: 11px;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta > span {
    display: block;
}

.product-item-heading-price.brand-color {
    color: #000 !important;
}

.product-item-subheading-price.brand-color {
    color: #000 !important;
}

/* tipo oferta 1 */

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg {
    margin-top: -18px;
    margin-bottom: -8px;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg .fs40 {
    font-size: 36px !important;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg .fs20 {
    font-size: 18px !important;
}

.product-item .product-item-info-oferta.product-item-info-oferta-1 .fs9 {
    font-size: 7px !important;
}

/* tipo oferta 2 */

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-2 .info-oferta-lg {
    margin-top: -10%;
}

/* tipo oferta 4 y 5 */

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4,
.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 {
    font-size: 9px;
    line-height: 1;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-lg,
.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-lg {
    margin-top: -10%;
}

.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-feat,
.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-feat {
    line-height: 0.8;
}

/*.product-item .product-item-info-cat {
    font-weight: bold;
    color: #337ab7;
}*/
.product-item .product-item-info-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #337ab7;
}

.product-item .product-item-info-desc {
    font-weight: bold;
    font-size: 15px;
}

.product-item .product-item-info-date {
    margin-top: 20px;
    color: #999;
}

.product-item .product-item-icons {
    text-align: right;
    height: 22px;
    margin: 10px 0;
}

/*.product-item .product-item-price {
    color: #337ab7;
    font-size: 45px;
    line-height: 1;
    text-align: center;
}
.product-item .product-item-price .small {
    font-size: 24px;
    vertical-align: bottom;
}*/

.product-item .product-item-info-price {
    margin-top: 15px;
}

.product-item .product-item-info-price .product-item-price {
    color: #000000;
    font-size: 50px;
    line-height: 1;
}

.product-item .product-item-info-price .product-item-price-no-offer {
    color: #666666;
}

.product-item .product-item-info-price .product-item-heading-price {
    margin-bottom: -5px;
}

.product-item .product-item-info-price .product-item-subheading-price {
    opacity: 0.6;
    margin-top: 5px;
}

.product-item .product-item-compara {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.product-item .product-item-filter-count > * {
    height: 32px;
    float: left;
    text-align: center;
}

.product-item .product-item-filter-count > .btn {
    width: 24px;
    background: #eee;
    border: none;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

.product-item .product-item-filter-count > .btn:hover,
.product-item .product-item-filter-count > .btn:focus {
    background: #555;
    color: #fff;
}

.product-item .product-item-filter-count > input {
    width: 28px;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
}

.product-item .product-item-filter-btn {
    padding: 8px 10px;
    font-size: 25px;
    margin: 0;
    position: absolute;
    right: -10px;
    top: 20px;
}

.product-item .product-item-filter-btn:hover,
.product-item .product-item-filter-btn:focus {
    text-decoration: none;
}

.product-item .product-item-filter-btn:hover .cp-icon {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item .product-item-filter-btn:hover .cp-icon.brand-color,
.product-item .product-item-filter-btn:focus .cp-icon.brand-color {
    color: #63aff1 !important;
}

.product-item .product-item-filter-btn:hover .cp-icon.danger-color,
.product-item .product-item-filter-btn:focus .cp-icon.danger-color {
    color: #6b1312 !important;
}

.product-item .product-item-filter-count > .btn.btn-info {
    background: #6fb4e3;
    width: 32px;
}

/* resolucion > empieza formato grid */

@media (min-width: 992px) {
    .product-item-wrapper {
        height: 560px;
        border-right: solid 1px #337ab7;
    }

    .product-item .product-item-info {
        height: 114px;
    }

    .product-item-wrapper + .product-item-wrapper {
        border-top: none;
    }

    .product-item-wrapper-row-1.product-item-wrapper,
    .product-item-wrapper-row-2.product-item-wrapper {
        border-bottom: solid 1px #337ab7;
    }

    .product-item-wrapper-pagepos-3,
    .product-item-wrapper-pagepos-6,
    .product-item-wrapper-pagepos-9 {
        border-right: none;
    }
}

/* resoulicon ancho > 1024px */

@media (min-width: 1024px) {

    .product-item-wrapper {
        height: 33.3333%;
    }

    .product-item {
        padding: 0 10px 20px 10px;
        position: relative;
        height: 100%;
    }

    .product-item .product-item-img .img-responsive {
        max-width: 100px;
    }

    .product-item .product-item-info-promo {
        left: 10%;
    }

    .product-item .product-item-img {
        padding: 15px 0;
    }

    .product-item .product-item-filter-btn {
        top: 0;
    }

    .product-item .product-item-icons {
        text-align: center;
        height: auto;
        margin: 0;
        position: absolute;
        right: -10px;
        top: 44px;
        padding: 0 6px;
    }

    .product-item .product-item-icons img {
        margin: 6px 0 0 0 !important;
        display: block !important;
    }

    .product-item .product-item-icons .btn img {
        margin: 0 !important;
    }

    .product-item .product-item-info {
        height: auto;
        width: 60%;
    }

    .product-item .product-item-info-desc {
        line-height: 1.1;
    }

    .product-item .product-item-info-price {
        margin-top: 0;
        position: absolute;
        bottom: 15px;
        right: 10px;
        left: 10px;
    }

    .product-item .product-item-info-price .product-item-price {
        font-size: 42px;
    }

    .product-item .product-item-info-price .product-item-heading-price {
        font-size: 13px;
        line-height: 1;
    }

    .product-item .product-item-info-price > .row > .text-right {
        margin-top: 0;
        width: 40%;
        float: none;
        position: absolute;
        right: 0;
        bottom: 0;
        padding-right: 0;
    }

    .product-item .product-item-info-title {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .product-item .product-item-info-date {
        margin-top: 5px;
        font-size: 10px;
        color: #999;
    }

    .product-item .product-item-info-price .product-item-price-no-offer {
        font-size: 13px;
        line-height: 1.3;
    }
}

@media (min-width: 1024px) and (min-height: 800px) {
    .product-item .product-item-img .img-responsive {
        max-width: 130px;
    }

    .product-item .product-item-info-title {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) and (max-height: 800px) {
    .product-item .product-item-info-price > .row > .text-right {
        width: 45%;
    }

    .product-item .product-item-img {
        padding: 15px 0 0 0;
    }

    .product-item .product-item-img .img-responsive {
        max-width: 80px;
    }

    .product-item .product-item-info-title {
        font-size: 18px;
    }

    .product-item .product-item-info-desc {
        font-size: 14px;
    }

    .product-item .product-item-info-price .product-item-price {
        font-size: 38px;
    }

    .product-item .product-item-info-price .product-item-price-no-offer {
        font-size: 12px;
    }

    .product-item .product-item-info-price .product-item-subheading-price {
        font-size: 13px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .product-item .product-item-info-title {
        font-size: 18px;
    }

    .product-item .product-item-info-desc {
        font-size: 11px;
        margin-top: 5px;
    }

    .product-item .product-item-info-price .product-item-heading-price {
        font-size: 12px;
    }

    .product-item .product-item-info-price .product-item-subheading-price {
        font-size: 11px;
    }

    .product-item .product-item-info-price .product-item-price-no-offer {
        font-size: 11px;
    }

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

    .product-item .product-item-info-price .product-item-price .small {
        font-size: 60%;
    }

}

@media (min-width: 1300px) {
    .product-item .product-item-info-promo {
        left: 18%;
    }

    /*.product-item .product-item-filter-btn {
        right: 10px;
    }
    .product-item .product-item-info-price .product-item-price-no-offer {
        margin-top: 30px;
    }
    .product-item .product-item-info-promo .btn-link{
        width: 110px;
        height: 110px;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta {
        font-size: 14px;
    }	*/
    /* tipo oferta 1 */
    /*.product-item .product-item-info-promo .btn-link .product-item-info-oferta-1 {
        font-size: 16px;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg {
        margin-top: -30px;
        margin-bottom: -12px;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg .fs40 {
         font-size: 55px !important;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-1 .info-oferta-lg .fs20 {
        font-size: 27px !important;
    }
    .product-item .product-item-info-oferta.product-item-info-oferta-1 .fs9 {
        font-size: 10px !important;
    }*/
    /* tipo oferta 2 */
    /*.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-2 .info-oferta-lg {
        margin-top: -10%;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-2 .info-oferta-lg .fs50 {
         font-size: 65px !important;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-2 .info-oferta-lg .fs26 {
        font-size: 32px !important;
    }*/
    /* tipo oferta 3 */
    /*.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-3 .info-oferta-lg .fs18 {
         font-size: 23px !important;
    }*/
    /* tipo oferta 4 y 5 */
    /*.product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 > span,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 > span {
        font-size: 11px;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-lg,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-lg {
        margin-top: -5%;
        margin-bottom: 7px;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-lg .fs30,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-lg .fs30 {
        font-size: 36px !important;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-lg .fs16,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-lg .fs16 {
        font-size: 18px !important;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-feat,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-feat {
        line-height: 0.9;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-feat .fs14,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-feat .fs14 {
        font-size: 24px !important;
    }
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-4 .info-oferta-feat .fs10,
    .product-item .product-item-info-promo .btn-link .product-item-info-oferta.product-item-info-oferta-5 .info-oferta-feat .fs10 {
        font-size: 11px !important;
    }*/
}

/* empieza formato grid > resolución < cambio de tamaño de container dede pc */

@media (max-width: 1023px) {
    .product-item .product-item-info-price > .row > [class*="col-"] {
        width: 100%;
    }

    .product-item .product-item-info-price > .row > [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
    }
}

/* resolucion mobile < 480px */

@media (max-width: 480px) {

    .ofertas-main .carousel {
        padding-left: 40px;
        padding-right: 40px;
    }

    .ofertas-main .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 40px;
    }

    .ofertas-search-list > ul {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

/* resolucion mobile < 768px y filtramos por la clase que se carga en dispositivo móvil en los items */

@media (max-width: 768px) {
    .product-item-wrapper-mobile .product-item {
        padding: 25px 0;
        text-align: left;
    }

    .product-item-wrapper-mobile .product-item > .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-item-wrapper-mobile .product-item > .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-item-wrapper-mobile .product-item .product-item-filter-btn {
        right: 0;
        top: -15px;
    }

    .product-item-wrapper-mobile .product-item .product-item-icons {
        text-align: left;
        margin: 0;
    }

    .product-item-wrapper-mobile .product-item .product-item-icons > .ml-5:first-child {
        margin-left: 0 !important;
    }

    .product-item-wrapper-mobile .product-item .product-item-img {
        padding: 12px 0 0 0;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-promo {
        position: relative;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-promo .btn-link {
        margin: 15px auto 0 auto;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-title {
        margin-top: 10px;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-price .product-item-price {
        font-size: 46px;
        display: inline-block;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-price .product-item-subheading-price {
        margin-top: 5px;
        display: inline-block;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-price .product-item-price-no-offer {
        margin-top: 10px;
        font-size: 13px;
    }

    .product-item-wrapper-mobile .product-item .product-item-info-price .product-item-price-no-offer {
        margin-top: 10px;
        font-size: 13px;
    }
}

/*
@media (min-width: 1360px) {
	.product-item .product-item-filter {
    	margin-top: 20px;
	}
	.product-item .product-item-price {
		margin: 33px 0 40px 0;
		min-height: 45px;
	}
	.product-item .product-item-filter .row [class*="col-"].product-item-filter-count {
		float: left;
		text-align: right;
		padding-right: 8px;
		margin-top: -1px;	
	}
	.product-item .product-item-filter-count > * {
		float: none;
	}
	.ofertas-lista-compra .product-item .product-item-filter-count > * {
		float: left;
	}	
	.product-item .product-item-filter .row .product-item-filter-btn {
    	float: right;
	}	
	
}
@media (min-width: 1200px) {
    .ofertas-search-list {
        margin-left: 0;
        margin-right: 0;
    }
    .product-item {
        padding: 30px 40px;
    }
    .product-item .product-item-filter .row {
        margin:0;
    }
    .product-item .product-item-filter .row [class*="col-"]{
        padding-left: 0;
        padding-right: 0;
    }
	.product-item .product-item-filter {
		margin-top: 0;
	}	
	.product-item .product-item-icons {
        margin-bottom: 0;
    }
	.product-item .product-item-info-date {
		margin-top: 7px;
	}	
}
@media (max-width: 1360px) {
    .product-item .product-item-filter-count > * {
        width: 33.33% !important;
		min-height: 50px;
    }
	.ofertas-lista-compra .product-item .product-item-filter-count > * {
		width: 24% !important;
	}	
	.product-item .product-item-filter-btn .btn {
		min-height: 50px;
	}
}
@media (max-width: 1200px) {
    .product-item .product-item-icons {
        margin-bottom: 0;
    }
    .product-item .thumbnail .img-responsive{
        padding: 5px;
    }
    .product-item .product-item-info-title {
        margin-top: 5px;
    }
    .product-item .product-item-info-promo {
        display: block;
        font-size: 1em;
        margin-top: 0;
    }
    .product-item .product-item-info-date {
		margin-top: 15px;
        font-size: 0.8em;
        line-height: 1.1;
    }
    .product-item-shopping .row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .product-item-shopping .row [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }
    .product-item .product-item-filter {
        margin-top: 0;
    }
    .product-item .product-item-filter-count > * {
        height: 40px;
    }
    .product-item .product-item-filter-count > .btn {
        background: #ccc;
    }
    .product-item .product-item-filter-btn .btn {
        padding: 6px 7px;
    }
}
@media (max-width: 768px) {
    .product-item .product-item-price {
        font-size: 39px;
        line-height: 30px;
    }
    .product-item .product-item-price .small {
        font-size: 15px;
        vertical-align: text-bottom;
    }
}
@media (max-width: 480px) {
    .product-item .product-item-filter-btn .btn {
        display: block;
        width: 100%;
    }
    .product-item .product-item-price {
        font-size: 32px;
        line-height: 16px;
    }
    .product-item .product-item-price .small {
        font-size: 15px;
        display: block;
        margin-top: 10px;
    }
}
*/
/* POP-UP NUEVO PRODUCTO AÑADIDO ------------------------*/

.alert-new-item {
    position: fixed;
    right: 40px;
    bottom: 75px;
    font-size: 15px;
    background-color: #f1fcff;
    -webkit-border-radius: 15px 15px 0 15px;
    border-radius: 15px 15px 0 15px;
    z-index: 5000;
    border: solid 3px #337ab7;
    padding: 40px 20px;
    max-width: 300px;
}

.alert-new-item strong {
    color: #337ab7;
    display: block;
    margin-bottom: 15px;
}

.alert-new-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: -25px;
    border-style: solid;
    border-width: 25px 32px 25px 0;
    border-color: transparent #f1fcff transparent transparent;
}

.alert-new-item:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    bottom: -31px;
    border-style: solid;
    border-width: 28px 36px 28px 0;
    border-color: transparent #337ab7 transparent transparent;
}

/* VARIANTE LISTA COMPRA
---------------------------------------------------------*/

.ofertas-lista-compra-list .ofertas-lista-compra-list-header {
    font-weight: bold;
    font-size: 17px;
}

.ofertas-lista-compra-list-ul > .product-item {
    padding: 30px 20px;
    border-bottom: solid 3px #337ab7;
}

.ofertas-lista-compra-list-ul > .product-item:first-child {
    border-top: solid 3px #337ab7;
}

.ofertas-lista-compra-list-ul .product-item .product-item-icons {
    text-align: left;
    height: auto;
    margin: 30px 0 0 0;
}

.ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .shopping-list-item-title {
    font-size: 17px;
    color: #777;
}

.ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .shopping-list-item-tipo-oferta {
    background: #fcf339;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 13px;
}

.ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .shopping-list-item-date {
    color: #999;
}

.ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .product-item-price {
    color: #337ab7;
    font-size: 50px;
    line-height: 1;
    font-family: 'GantariBold';
    margin-top: -9px;
}

.ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .product-item-filter-btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
}

.ofertas-lista-compra-list-ul .product-item .product-item-filter {
    margin-top: 0;
}

.ofertas-lista-compra-list-ul .product-item .shopping-list-item-tipo-oferta [class*="fs"] {
    font-size: 14px !important;
}

.ofertas-lista-compra-list-ul .product-item .shopping-list-item-tipo-oferta .fs40 {
    margin-left: 3px;
}

.ofertas-lista-compra-list-ul .product-item .shopping-list-item-tipo-oferta .info-oferta-lg {
    margin-right: 3px;
    margin-left: 3px;
}

.ofertas-lista-compra-list-ul .product-item .shopping-list-item-tipo-oferta .info-oferta-lg sup {
    top: 0;
}

@media (max-width: 768px) {
    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-price,
    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-action {
        text-align: right;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-action {
        margin-top: 64px;
    }
}

@media (max-width: 480px) {
    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item {
        padding-bottom: 90px;
    }

    .ofertas-lista-compra-footer .mr-20 {
        margin-right: 0 !important;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-img {
        width: 30%;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-text {
        width: 70%;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-price,
    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-action {
        margin: 0;
        position: absolute;
        bottom: 30px;
        right: 0;
        width: auto;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .block-price {
        right: 60px;
    }

    .ofertas-lista-compra-list .ofertas-lista-compra-list-ul .product-item .shopping-list-item-date {
        margin-top: 10px;
    }

}

/* VISTA IMPRESION
-----------------------------------------------------------------------------------------------------------------------------------*/

.visible-print {
    display: none !important;
}

@media print {

    @page {
        margin: 9% 0 0 0;
    }

    body {
        padding: 0 35px !important;
    }

    * {
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        color: #555 !important;
    }

    .org-opencms-gwt-client-ui-css-I_CmsLayoutBundle-I_CmsToolbarCss-toolbar {
        display: none !important;
    }

    .visible-print {
        display: block !important;
    }

    .no-visible-print {
        display: none !important;
    }

    .visible-print-inline-b {
        display: inline-block !important;
    }

    #web > #header,
    #web > footer,
    #container > #col-left,
    .breadcrumb,
    #sites
        /*#webdetail-container > div*/
    {
        display: none !important;
    }

    #webdetail-container > .ofertas-lista-compra {
        display: block !important;
    }

    .ofertas-lista-compra {
        margin-top: 0 !important;
    }

    #container > #col-right {
        width: 100% !important;
    }

    .table {
        margin-bottom: 0;
    }

    .table tr {
        page-break-before: left;
    }

    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 10px 20px;
        vertical-align: middle;
        border-top: 2px solid #337ab7;
        background: none !important;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th {
        padding: 10px;
        border-top: none;
        border-bottom: none;
        text-align: center;
        font-weight: normal;
    }

    .icheckbox {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .table-footer {
        border-top: solid 2px #337ab7;
    }

    .table-footer > div {
        border-bottom: solid #337ab7 1px;
        padding: 40px 30px 15px 30px;
        display: inline-block;
    }

    .table-footer > div > span {
        vertical-align: bottom;
    }

    /* footer -----------------------------*/
    #footerprint {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
    }

    body:after {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 285px;
        text-align: center;
        background-image: url('../images/bg-footer-print.png') !important;
        background-position: center center !important;
        background-repeat: repeat-x !important;
        z-index: -1;
    }
}

#map-canvas .btn {
    padding: 5px;
}

#results .botonesResult {
    display: flex;
    align-items: center;
}

#results .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}