@media (max-width: 576px) {
     :root {
        --blancoFF: #FFFFFF;
        --grise4: #e4e4e4;
        --naranjaea: #ea8610;
    }
    .container-wrapper {
        background-color: var(--blancoFF)!important;
    }
    /*#header {
        display: none!important;
    }*/
    .fixed-margin-home {
        padding-top: 60px !important;
    }
    .fixed-margin-home-banners #mas-vendidos {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .sortForm {
        display: none;
    }
    .tooltip {
        display: none!important;
    }
    .fixed-margin-home-banners {
        padding-top: 0!important;
    }
    /*INICIO - Home*/
    /*.banner-home{
        display:none;
    }*/
    #homepage_slider.stripViewer {
        position: relative;
        overflow: hidden;
        margin: 0!important;
    }
    .slider_component img {
        /*width:50%;*/
    }
    .container_slider_banner {
        display: flex;
    }
    .container_slider_banner>div {
        max-width: 50%;
    }
    .container_slider_banner>div.banner-home {
        margin: 0!important;
        padding: 0!important;
    }
    .container_slider_banner .box {
        border: none;
        height: auto;
    }
    .stripTransmitter {
        display: flex;
        position: relative;
        margin-top: 5px;
        height: 14px;
        justify-content: center;
    }
    .stripTransmitter ul li a {
        border: 1px solid black;
        background-color: #ffffff7a;
        cursor: pointer;
        display: block;
        height: 14px;
        outline: none!important;
        line-height: 0;
        font-size: 0;
        color: transparent!important;
        padding: 0;
        width: 14px;
        margin: 0;
        border-radius: 31px;
    }
    .stripTransmitter ul li {
        width: 21px;
        float: none;
    }
    .stripTransmitter ul {
        display: flex;
    }
    .stripTransmitter ul li a.current {
        background-color: black;
    }
    .box-small .box-title {
        min-height: 45px;
    }
    .box-title {}
    /*FIN - Home*/
    /*INICIO Banners y popups*/
    .zopim {
        display: none!important;
    }
    #cookie-bar {
        display: none!important;
    }
    #logistaModalCart .modal-body div #cartItems,
    #logistaModalCart .modal-body .cart-totals,
    #logistaModalCart .modal-body .cart-totals::after {
        display: none;
    }
    #logistaModalCart .modal-body .row.line-break {
        border: none;
    }
    #logistaModalCart .modal-body .row.line-break div:nth-child(2) {
        display: flex;
        padding: 0;
    }
    #logistaModalCart .modal-body .row.line-break div a.btn {
        font-size: 12px!important;
        margin: 0 7px;
    }
    #logistaModalCart .modal-body>div>div:last-child {
        margin: 0;
    }
    #logistaModalCart .modal-body .row:nth-child(3) {
        display: none;
    }
    /*    .modal-dialog,
  .modal-backdrop {
      display: none!important;
  }
  #logistaModal {
      display: none!important
  }*/
    .disp-img .thumb>img,
    .simple_disp-img .thumb>img {
        max-width: 100%;
    }
    .popup-wrapper {
        /* background: rgba(0, 0, 0, 0.5); */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
    }
    .popup {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        width: 100%;
        max-width: 220px;
        background: white;
        margin: 10% auto;
        padding: 5px;
        position: relative;
        font-weight: 600;
        border-radius: 5px;
        box-shadow: 1px 4px 10px black;
        background-color: black;
    }
    .popup a {
        background: salmon;
        color: white;
        text-decoration: none;
        padding: 6px 10px;
        margin: 30px auto;
        display: block;
        width: 50%;
    }
    .popup a:hover {
        background: palevioletred;
        transition: all 0.2s;
    }
    .popup-close {
        position: absolute;
        top: 2px;
        right: 8px;
        cursor: pointer;
        font-size: 1.5rem;
    }
    .linkTelefono {
        color: var(--naranjaea)!important;
        text-transform: uppercase;
    }
    .popup-content {
        color: white;
    }
    /*FIN Banners y popups*/
    /*INICIO-Bloque filtros*/
    .m-d-block {
        display: block!important;
    }
    .yCmsContentSlot>.simple_disp-img:nth-child(2) {
        display: none;
    }
    .facetNavigation {
        display: none;
        padding: 20px!important;
        /* padding-right: 45px!important; */
        position: fixed;
        top: 88px;
        min-width: 200px;
        z-index: 9998;
        right: 0;
        background-color: white;
        box-shadow: 1px 4px 10px black;
        border-radius: 5px 0 0 5px;
        overflow-y: scroll;
        max-height: 600px;
    }
    .btnFiltros {
        position: fixed;
        right: 0;
        top: 88px;
        z-index: 9999;
    }
    .title-filter:nth-child(3) {
        display: none!important;
    }
    /*FIN-Bloque filtros*/
    /*INICIO-Vistas artículos*/
    .list-grid-view>span.title {
        display: none!important;
    }
    .list-grid-view {
        float: left!important;
        left: -10px;
        position: relative;
    }
    .title-articles-view {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
    }
    .xtt-promotion-button>.promoText {
        display: none!important;
    }
    .xtt-promotion-accordion .promoIcon {
        height: 18px!important;
    }
    .xtt-promotion-accordion .promoIcon.bundle {
        height: 25px!important;
    }
    .xtt-promotion-accordion .singlePromotion:only-child .xtt-promotion-button .promoIcon-container {
        height: 24px!important;
    }
    .xtt-promotion-accordion .xtt-promotion-button {
        height: auto!important;
    }
    button.bundleTrigger {
        height: 27px;
        z-index: 99;
    }
    button.bundleTrigger>div {
        z-index: 99;
        height: 25px;
    }
    button.bundleTrigger>div.promoText {
        display: none;
    }
    .well-product {
        border: 3px solid var(--grise4)!important;
        padding: 5px!important;
    }
    .well-product .thumb {
        /* height: revert; */
        /* max-height: 150px!important; */
    }
    .well-product .thumb>img {
        box-shadow: none;
    }
    .productWislistShowcase {
        display: none!important;
    }
    .product-title,
    .title-product {
        font-size: 12px!important;
    }
    .product-title {
        width: 55%;
    }
    .well-product-column {
        .product-title {
            width: 100%;
        }
        .new-qnty-input {
            width: 55.33%;
        }
    }

    body.page-productList .productListItem.col-md-4,
    body.page-search .productListItem.col-md-4 {
        padding-right: 0px!important;
    }
    body.page-search .productList .productListItem.show-column .wrapper-product-info>div:nth-child(2),
    body.page-productList .productList .productListItem.show-column .wrapper-product-info>div:nth-child(2) {
        bottom: revert !important;
        /* padding-top: 15px; */
    }
    body.page-search .productListItem.show-column,
    body.page-productList .productListItem.show-column {
        min-height: revert !important;
    }
    body.page-search .productListItem .well-product.well-product-column,
    body.page-productList .productListItem .well-product.well-product-column {
        min-height: 475px!important;
    }
    .well-product .price-info .price-1 {
        display: none!important;
    }
    .productWislistShowcase.fakeHeight,
    .price-info.fakeHeight {
        height: auto!important;
    }
    .addPromoProductCartButton,
    .grid-add-basket .addCartButton {
        background: #eb8610 url(../../bootstrap_ui/images/add.png) no-repeat 50%;
        background-size: 18px auto;
        border: 1px solid #eb8610;
        color: #fff;
        font-family: museo_sans700;
        font-size: 0;
        height: 26px;
        margin: 0;
        padding: 0 30px 0 5px;
        text-transform: uppercase;
        vertical-align: middle;
        border-radius: 2px;
    }
    .addPromoProductCartButton:disabled,
    .addPromoProductCartButton[disabled="disabled"],
    .addPromoProductCartButton[disabled],
    .grid-add-basket .outOfStock {
        background-color: #eb8610;
        background-image: url(../../bootstrap_ui/images/add.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20px auto;
        border: 1px solid #eb8610;
        color: white;
        font-family: museo_sans700;
        font-size: 0px !important;
        height: 26px;
        margin: 0;
        padding: 0 30px 0 10px;
        text-transform: uppercase;
        vertical-align: middle;
        border-radius: 2px;
        background-color: #999;
        cursor: not-allowed;
        line-height: 0.9em;
        border-color: #999;
        max-height: 25px !important;
    }
    .wrapper-product-info {
        display: flex;
        flex-wrap: nowrap;
        padding-top: 0px!important;
    }
    .well-product-column .wrapper-product-info {
        display: block;
    }
    .productListItem .descrip-product,
    .well-product .price-info {
        display: none!important;
    }
    .well-product-column .price-info {
        display: block;
    }
    .wrapper-product-info>.js-product-col.col-sm-4.col-m-4:first-child {
        max-width: 45%;
    }
    .ribbon {
        width: 40px!important;
        height: 40px!important;
        margin-top: 25px;
    }
    .productPromotialDetails .productPromotialDetails-set,
    .productPromotialDetails #lotset_sticky {
        position: relative!important;
        top: 0!important;
    }
    .productPromotialDetails .scroll-to-fixed-fixed~.col-md-7 {
        left: 0!important;
    }
    /*FIN-Vistas artículos*/
    /*INICIO-Detalle artículos*/
    .product-detail #product-icons--wrapper {
        display: none!important;
    }
    .product-detail .priceInfoDetails {
        display: flex;
    }
    .product-detail .price-pvp {
        padding-left: 5px;
    }
    .product-detail .price-container,
    .product-detail .subprice-container,
    .product-detail .stock-container {
        border-bottom: 0!important;
        border-top: 0!important;
        margin-top: 0!important;
        padding-top: 0!important;
        margin-bottom: 5px!important;
        padding-bottom: 0!important;
    }
    .product-detail .price-container {
        font-size: 20px!important;
    }
    .product-detail .productLongDetails .panel:nth-child(2) {
        display: none!important;
    }
    .product-detail .productLongDetails .panel>a {
        padding: 10px;
        font-size: 17px;
    }
    #productCarousel-prod>.cms_disp-img_slot {
        padding: 0!important;
    }
    #productCarousel-prod>.cms_disp-img_slot .scrollerProducRow>h3,
    .LogistaCustomerCarouselComponent h3 {
        font-size: 17px!important;
        padding: 0;
    }
    #productCarousel-prod .well-product-column>.row {
        margin: 0;
    }
    #productCarousel-prod .well-product-column,
    .LogistaCustomerCarouselComponent .well-product {
        min-height: revert;
    }
    #wishlist-dropdown {
        background-image: url('../images/heart.png')!important;
    }
    .p-0 {
        padding: 0!important;
    }
    .product-carrousel {
        display: flex;
        flex-direction: row;
    }
    .product-carrousel .col-md-3.col-sm-6:nth-child(1n+3) {
        display: none!important;
    }
    .product-carrousel .col-md-3.col-sm-6 {
        padding: 4px;
    }
    .product-carrousel .select-qty-container input.show-qty {
        min-width: 35px;
    }
    .paginationBar.actionUser.bottom {
        display: none;
    }
    .actionUser .sortForm label {
    margin-left: 0;
    }
    /*FIN-Detalle artículos*/
    /*INICIO-Mi cuenta*/
    .model347-data,
    .mydata,
    .myorders {
        border: none!important;
    }
    .model347-data #searchModel347Form .ghost {
        display: none!important;
    }
    .mydata a.btn {
        margin: 5px 0;
    }
    .myorders .showAll {
        margin: 5px -30px 10px 0!important;
        white-space: nowrap;
    }
    .myorders table tr:nth-child(4),
    .myorders table tr:nth-child(5) {
        display: none!important;
    }
    .myorders #createWishlist button {
        margin: 10px 0 0!important;
    }
    .myorders.singleWhislistDetail .wishlist-button-group button {
        padding: 5px 10px!important;
    }
    .myorders .sortForm select {
    width: fit-content;
    }
    .whislistProductsTable {
        min-width: 0!important;
    }
    .whislistProductsTable td[headers="header1"].details {
        white-space: normal!important;
    }
    .whislistProductsTable td[headers="header3"] .quantity-container {
        width: 80px!important;
    }

    .table_accountData td {
        border: 1px solid #dee2e6 !important;
    }
    /*FIN-Mi cuenta*/
    /*INICIO-Carrito*/
    .page-cartPage .LogistaCustomerCarouselComponent {
        display: none!important;
    }
    /*#cartItems .table.table-cart tbody>tr.cartItem.lineGray,
    #cartItems .table.table-cart tbody>tr.cartItemChild.lineGray,*/
    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: var(--blancoFF)!important;
        ;
    }
    #xtt-cart-product-list .glyphicon-eliminar {
        border: none;
        background: none;
    }
    #xtt-cart-product-list .cartItem .details {
        display: flex;
        width: 100%!important;
        padding: 5px;
    }
    #xtt-cart-product-list .cartItem .details .cartItemImg {
        width: 60%;
    }
    #xtt-cart-product-list .cartItem .quantity {
        position: relative;
        top: -27px;
    }
    #xtt-cart-product-list .cartItem td[headers="header2"],
    #xtt-cart-product-list .cartItem td[headers="header2"] p,
    #checkoutOrderDetails td[headers="header2"],
    #checkoutOrderDetails td[headers="header5"] {
        padding: 0!important;
        margin: 0!important;
    }
    #cartItems .table.table-cart.table-mobile>tbody>tr>td>div.total {
        width: auto;
        padding-right: 10px;
        font-size: 13px;
    }
    #cartItems .table-responsive table>tbody>tr>td.thumb {
        min-width: 90px;
    }
    .LogistaCustomerCarouselComponent .well-product .row {
        margin: 0;
    }
    #checkoutOrderDetails #cartItems .table-responsive table thead {
        display: none;
    }
    #checkoutOrderDetails #cartItems .table-responsive table .thumb {
        min-width: 33%;
        margin: 0 10px;
    }
    #checkoutOrderDetails #cartItems .table-responsive .table-mobile {
        display: none!important;
    }
    #checkoutOrderDetails #cartItems table tbody tr.item {
        min-width: 300px;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div {
        margin: 20px 5px;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.itemName {
        margin-bottom: 0;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.code {
        margin-top: 0;
        margin-bottom: 0;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.dto {
        margin-top: 0;
        margin-bottom: 0;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.price {
        margin-top: 0;
        margin-bottom: 0;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.quantity {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left!important;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.total {
        margin-top: 0;
        font-weight: 900;
    }
    #checkoutOrderDetails #cartItems table tbody tr td>div.promotionalEntries {
        display: none;
    }
    #checkoutOrderDetails #cartItems .table.table-cart.table-mobile tbody>tr>td[headers="header2"] {
        display: flex;
    }
    #checkoutOrderDetails #cartItems .table-responsive {
        border: none!important;
    }
    #checkoutOrderDetails #cartItems table thead {
        display: none;
    }
    #checkoutOrderDetails #cartItems table tbody tr.item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #checkoutOrderDetails #cartItems table tbody tr.item td[headers="header3"],
    #checkoutOrderDetails #cartItems table tbody tr.item td[headers="header4"],
    #checkoutOrderDetails #cartItems table tbody tr.item td[headers="header5"],
    #checkoutOrderDetails #cartItems table tbody tr.item td[headers="header6"] {
        display: none!important;
    }
    /*FIN-Carrito*/
    /*INICIO-Promociones*/
    .banderola .table-responsive table * {
        font-size: 2.8vw!important;
    }
    .banderola .caracteristicas-pld {
        width: 100%!important;
        padding: 0 10px;
    }
    .banderola .caracteristicas-pld *,
    .niebla .caracteristicas-pld * {
        font-size: 3.8vw!important;
    }
    .banderola div.row:last-child .verVideo-pld,
    .niebla .verVideo-pld {
        font-size: 3vw!important;
        background-color: var(--blancoFF)!important;
    }
    .contenedor-pld .precio-pld p {
        font-size: 5.8vw!important;
        padding: 0 5px;
    }
    .niebla .estancia-pld * {
        font-size: 4.8vw!important;
    }
    .niebla .estancia-pld {
        max-width: 100%!important;
    }
    .niebla .numeros-pld {
        display: none!important;
    }
    .niebla table {
        width: 100%!important;
        margin: auto!important;
    }
    .niebla table * {
        font-size: 2.8vw!important;
    }
    .niebla .caracteristicas-pld {
        margin: auto!important;
    }
    /*FIN-Promociones*/
    /**/
    .redemption-results>.row>.col-md-12 {
        overflow-x: auto!important;
    }
    /**/
    /*INICIO - ASM*/
    #public-home * {
        font-size: 12px!important;
    }
    #public-home table {
        max-width: 100%;
    }
    #public-home table img {
        max-width: 100%;
        height: auto;
    }
    #_asm .ASM_header.navigation.navigation--top {
        display: block!important;
        width: auto!important;
    }
    #_asm .ASM_header .ASM_logo+#_asmLogged {
        width: auto!important;
        float: none!important;
    }
    #_asm .ASM_timer,
    #_asm .ASM_header .first-top-row .ASM_loggedin:after,
    #_asm .ASM_header .first-top-row .ASM_loggedin:before {
        display: none!important;
    }
    #_asm>* {
        border: none!important;
    }
    #_asm .ASM_header:after {
        display: none;
    }
    .ASM_session span.btn {
        display: none!important;
    }
    .ASM_loggedin_text_label.hidden-xs {
        display: block!important;
    }
    #_asmPersonifyForm,
    #_asmBindForm {
        display: flex!important;
    }
    #_asm .ASM_session #_asmPersonifyForm> :nth-child(1) {
        /* max-width: 30%!important; */
        padding-right: 0;
    }
    #_asm #_asmCustomer .ASM_input_holder.customerId .input-group input {
        width: 168px!important;
        font-size: 12px;
    }
    #_asm .ASM_session .ASM-btn.ASM-btn-start-session,
    #_asm .ASM_end_session .ASM-btn.ASM-btn-end-session {
        font-size: 12px!important;
        max-width: 130px;
        padding: 0;
    }
    #_asm .ASM_loggedin_agent_store_name {
        color: var(--blancoFF)!important;
        font-size: 14px!important;
    }
    span.ASM_loggedin_agent_store_name {}
    #_asm .collapseBtn-wrapper {
        /* left: 64px!important; */
        /* right: auto!important; */
        /* position: relative; */
    }
    .ASM_loggedin_text.element-separator-height {
        display: flex;
    }
    .ASM_loggedin_text.element-separator-height #asmLogoutForm {
        position: absolute;
        right: 10px;
        margin-top: 3px;
    }
    .ASM_loggedin_text.element-separator-height #asmLogoutForm button {
        min-width: auto;
    }
    .ASM_loggedin_text.element-separator-height form {
        /* padding-left: 10px; */
    }
    #_asmCustomer span:nth-child(4) {
        display: none!important;
    }
    #_asmCustomer {
        display: flex;
    }
    #_asmCustomer span.ASM_end_session {
        padding: 0;
        margin-top: 0;
    }
    /*FIN - ASM*/
    /*INICIO - MIS FACTURAS*/
    #searchBillsForm>.row {
        margin: 10px!important;
    }
    #searchBillsForm>.row>div {
        padding-left: 0px!important;
        padding-right: 5px!important;
    }
    #searchBillsForm .btn {
        font-size: 1.05rem;
        height: 35px;
    }
    .__remove-incidence {
        text-align: center;
    }
    .__remove-incidence img {
        width: 20px;
    }
    /*FIN - MIS FACTURAS*/
    /*INICIO - MODELO 347*/
    .model347-data {
        width: 98%;
    }
    /*FIN - MODELO 347*/
    /*INICIO - ZOOM IMAGEN PRODUCTO*/
    #cboxContent,
    #cboxLoadedContent {
        max-width: 75%!important;
    }
    div#colorbox {
        width: 100%!important;
    }
    #cboxLoadedContent img {
        width: 100%!important;
    }
    button#cboxClose {
        top: 0px!important;
        right: 15px!important;
        /*bottom: -45px;
        right: 7px;*/
        padding: 0;
    }
    button#cboxClose::before {
        color: black;
    }
    #back-top span {
        line-height: 1;
    }
    select#sortOptions1 {
    margin-left: 5px;
    }
    .paginationBar .col-4 {
    padding-left: 10px;
    }
    .paginationBar .col-12 {
    padding-left: 0;
    }
    /*FIN - ZOOM IMAGEN PRODUCTO*/
}

@media (max-width: 767px) {
    .calendar_table > tbody > tr > td,
    .calendar_table > tbody > tr > th,
    #orderHistoryTable > tbody > tr > td,
    #orderHistoryTable > tbody > tr > th,
    .stacktable.cardtable > tbody > tr > td {
        background-color: #ffffff !important;
        box-shadow: none !important;
    }
}