/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*
@media screen and (max-width: 767px)
{
    .bootstrap .table-responsive-row{width:100%;margin-bottom:12.75px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch;}
    .bootstrap .table-responsive-row>.table{margin-bottom:0;}
    .bootstrap .table-responsive-row>.table>thead>tr>th,.bootstrap .table-responsive>.table>thead>tr>td,.bootstrap .table-responsive>.table>tbody>tr>th,.bootstrap .table-responsive>.table>tbody>tr>td,.bootstrap .table-responsive>.table>tfoot>tr>th,.bootstrap .table-responsive>.table>tfoot>tr>td{white-space:nowrap;}
    .bootstrap .table-responsive-row>.table-bordered{border:0;}
    .bootstrap .table-responsive-row>.table-bordered>thead>tr>th:first-child,.bootstrap .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}
    .bootstrap .table-responsive-row>.table-bordered>thead>tr>th:last-child,.bootstrap .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}
    .bootstrap .table-responsive-row>.table-bordered>tbody>tr:last-child>th,.bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}
}
*/

body {
    overflow-x: hidden;
}

p {
    color: #000;
}

.hidden {
    display: none !important;
}

input:disabled {
    cursor: not-allowed;
}

.container {
    width: 1560px;
    max-width: 95%;
}

.prestashop-switch {
    display: flex;
    overflow: hidden;
}

.prestashop-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.prestashop-switch label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.prestashop-switch label:hover {
    cursor: pointer;
}

.prestashop-switch input:checked+label {
    background-color: #009045;
    box-shadow: none;
}

.prestashop-switch label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.prestashop-switch label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.kb-form-field-block {
    /*max-height: 1.5rem;*/
}


/*
.prestashop-switch{margin-top:3px;background-color:#eee;border-radius:3px;color:#333;text-align:center;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 4px 1px inset;box-shadow:rgba(0,0,0,0.15) 0 1px 4px 1px inset}
 .prestashop-switch *{outline:0 !important}
 .prestashop-switch label{text-transform:uppercase;color:#bbb;font-weight:400;cursor:pointer;-webkit-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out;transition:color 0.2s ease-out}
 .prestashop-switch input:checked+label{color:#fff}
 .prestashop-switch>span{color:#666;text-transform:uppercase;cursor:pointer}
.switch a {
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    color: #fff;
    border: solid 1px #279CBB;
    background-color: #2eacce;
    left: 0;
    -webkit-box-shadow: "#1B7088" 0 -1px 0 inset;
    box-shadow: "#1B7088" 0 -1px 0 inset;
}
.switch {
    display: block;
    height: 26px;
    position: relative;
}
 .switch a {
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.prestashop-switch label {
    text-transform: uppercase;
    color: #bbb;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
 .switch label {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
    float: left;
}
*/

#header .header-nav {
    margin-bottom: 0px;
}

#header .header-top {
    padding-bottom: 0px;
    padding-top: 5px;
}

#header .header-top>.container {
    margin-bottom: 5px;
}


/*Logo*/

#header .header-top #_desktop_logo {
    color: #E44A5E !important;
}


/*Barra busqueda*/

#header .header-top #_search {
    text-align: center !important;
    margin: auto !important;
    padding-right: 35px;
    padding-left: 30px!important;
    margin-top: -1px!important;
}

#header .header-top .search-widget {
    padding: .5rem;
    text-align: left;
    width: 100%;
}

.hidden-sm-down.titulo-tienda {
    color: white;
}

.search-widget form input[type="text"] {
    padding: 10px;
    color: #7a7a7a;
    border: none;
    border-radius: 0px 5px 5px 0px;
    margin: 0px;
    height: 40px;
    min-width: 200px !important;
    width: calc(100% - 232px);
}

.search-widget form select {
    padding: 9px;
    height: 42px;
    margin-right: -5px;
    color: #7a7a7a;
    border: none;
    background: #d1d2d4 !important;
    appearance: none;
    outline: none;
}

.search-widget form {
    border: 1px solid rgba(0, 0, 0, .25) !important;
    border-radius: 5px;
}

.search-widget form button[type="submit"] {
    position: absolute;
    padding: 9px;
    height: 42px;
    vertical-align: middle;
    background: #e6e7e9 !important;
    border: none !important;
    border-radius: 0px 5px 5px 0px;
    bottom: 0px !important;
    right: 0px !important;
    color: #E44A5E !important;
    outline: none;
}


/*.search-widget form button[type="submit"]:hover {*/


/*    color: #FFF !important;*/


/*}*/

.ui-helper-hidden-accessible {
    width: 0px !important;
}


/*Inicio Sesion*/

#header .header-top .user-info {
    background: #E44A5E;
    height: 42px;
    padding: .75rem;
    /*margin: auto .2rem auto;*/
    margin-top: 0.5em;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    display: inline-block;
    display: flex;
    align-items: center;
    /*width: 85px;*/
    justify-content: center;
}

#header .header-top .titulo-tienda {
    display: inline-block;
}

#header .header-top .user-info a {
    color: #FFF;
    height: 41px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

#header .header-top .user-info .dropdown-menu a {
    color: #E44A5E !important;
}

#header .header-top .user-info .dropdown-menu {
    left: -13px;
    border-radius: 5px !important;
}


/*Carrito*/

#header .header-top .blockcart {
    background: #FFF;
    height: 42px;
    padding: 0 7px;
    /*margin: auto .2rem auto;*/
    margin-top: 0.5em;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #E44A5E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-top .blockcart .header {
    color: #E44A5E;
    margin-top: 0!important;
}

#header .header-top .blockcart .header:hover {
    color: #7a7a7a !important;
}

#header span.cart-products-count {
    font-size: 20px;
    position: relative;
    bottom: -3px;
    color: black;
}


/*Barra de menu*/

#header .menu-entero > .row {
    width: 1530px;
    margin: 0;
}

#header .menu-entero {
    background: #FFF;
    width: 100%;
    margin-bottom: 0px;
    color: #000;
}

#header .header-top .menu-entero .menu {
    margin-top: 1.9rem;
    margin-bottom: 0px;
}

#header .header-top .menu-entero .menu ul[data-depth="0"] {
    margin-bottom: 0.2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#header .header-top .menu-entero .menu ul[data-depth="0"]>li {
    width: auto;
    display: flex;
    flex: 1;
    text-align: center;
}

#header .header-top a[data-depth="0"] {
    color: #000;
    /* font-weight: 600; */
    width: 100%;
    font-weight: normal;
}

#header .top-menu a[data-depth="0"]:hover,
#header .top-menu a:hover {
    /*color: #2fb5d2;*/
    color: #E44A5E;
    text-decoration: none;
}

#header .top-menu {
    position: relative;
    z-index: 10;
}

#header .header-top a[data-depth="0"] {
    text-transform: capitalize;
}

#header .header-top .menu {
    padding-left: 0px;
    width: 100%;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    background: white;
    display: inline-block !important;
    margin-left: 0!important;
}

#_desktop_user_info .dropdown {
    display: inline-block;
}

#wrapper .breadcrumb {
    margin-top: .5rem;
}

.breadcrumb {
    font-size: .725rem;
}


/* Footer */

.img-footer {
    background: #E44A5E;
    padding: 1em;
}

.footer-container {
    background: #FFF;
    padding-top: 30px;
    margin-top: 0px !important;
}

.footer-container .container {
    padding-bottom: 25px;
}

.footer-container h3,
.footer-container a,
.footer-container p {
    color: #000 !important;
}

.footer-before-container {
    background: #515965;
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer-before-container p,
.footer-before-container label,
.footer-before-container h2 {
    color: #fff;
}

.block_newsletter p {
    padding-top: .15rem;
}

.footer-before-container #boton_newsletter input {
    border-radius: 5px;
    background: #F6D558;
    color: #FFF;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
}

.footer-before-container .custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #fff;
}

.footer-before-container .custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    color: #fff !important;
}


/*Contenido pagina*/

#wrapper {
    box-shadow: none !important;
    padding-top: 0px !important;
}


/*Productos destacados*/

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 1.5rem .625rem;
}

.featured-products .products-section-title {
    text-align: left !important;
    text-transform: none !important;
}

#products .product-title,
.featured-products .product-title,
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping {
    text-align: left !important;
}

#products .product-title a,
.featured-products .product-title a,
.featured-products .product-price-and-shipping {
    color: #000 !important;
    font-weight: 700 !important;
}

.featured-products article img,
#products article img {
    border-radius: 5px;
    /*width: 300px;*/
    margin-left: 0px !important;
	object-fit: cover;
}

#products article img {
    width: 100%;
}

#products .product-title {
    width: 100%;
}

.product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 0.563rem;
   /* height: 300px;
    width: 300px;*/
}

#products .thumbnail-container {
    width: 100%;
    height: auto;
}

.product-cover img,
#product .info_product,
#product #block-reassurance {
    box-shadow: none;
    border-radius: 20px;
	object-fit: cover;
}
.scroll-box-arrows i {
    top: 42%;
}
#product-modal .modal-content .modal-body, #product-modal .modal-content .modal-body .product-cover-modal {
    background: transparent;
}

.product-cover img{
	    width: 100%;
}
.product-images>li.thumb-container>.thumb {
    box-shadow: none !important;
    border-radius: 5px;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 2px solid #E44A5E;
    border-radius: 5px;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 2px solid #E44A5E;
    border-radius: 5px;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    border-radius: 5px;
}

.product-miniature .thumbnail-container:hover .product-description:after {
    border-top: none;
}

#products .product-description,
.featured-products .product-description {
    position: relative !important;
    z-index: 1 !important;
    background: #fff;
    width: 300px;
    bottom: 0;
}

#products .product-description {
    width: 100%;
}

#products .h3,
.featured-products .h3 {
    line-height: 0.5 !important;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    line-height: 15px;
    font-size: .975rem
}

#products .product-title span,
.featured-products .product-title span,
.product-accessories .product-title span,
.product-miniature .product-title span {
    font-size: .775rem
}

#products .product-description #free_shipping,
.featured-products .product-description #free_shipping,
#product #free_shipping,
#products .product-description #new,
.featured-products .product-description #new,
#product #new {
    background: #009045;
    border-radius: 5px;
    color: #FFF;
    padding: 1px 5px;
    font-weight: normal;
    font-size: .7em;
    line-height: inherit;
    letter-spacing: .0625em;
}

#product #free_shipping,
#product #new {
    margin-left: .5rem;
    font-size: 12px;
    text-transform: initial;
}

#product #new,
#products .product-description #new,
.featured-products .product-description #new {
    background: #E44A5E;
}

.product-miniature .highlighted-informations {
    width: 100%;
    position: absolute;
    z-index: 0 !important;
    padding: 0.425rem;
    height: auto;
    bottom: 0;
    opacity: 0
}

#products .highlighted-informations {
    width: 100%;
}


/*
#products .thumbnail-container:focus .product-description:after,#products .thumbnail-container:hover .product-description:after,.featured-products .thumbnail-container:focus .product-description:after,.featured-products .thumbnail-container:hover .product-description:after,.product-accessories .thumbnail-container:focus .product-description:after,.product-accessories .thumbnail-container:hover .product-description:after,.product-miniature .thumbnail-container:focus .product-description:after,.product-miniature .thumbnail-container:hover .product-description:after
{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2) !important;
 opacity:.25;}
*/

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 0
}


/*#products .thumbnail-container:focus .highlighted-informations:after,*/


/*#products .thumbnail-container:hover .highlighted-informations:after,*/


/*.featured-products .thumbnail-container:focus .highlighted-informations:after,*/


/*.featured-products .thumbnail-container:hover .highlighted-informations:after,*/


/*.product-accessories .thumbnail-container:focus .highlighted-informations:after,*/


/*.product-accessories .thumbnail-container:hover .highlighted-informations:after,*/


/*.product-miniature .thumbnail-container:focus .highlighted-informations:after,*/


/*.product-miniature .thumbnail-container:hover .highlighted-informations:after {*/


/*    opacity: 1 !important*/


/*}*/

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 0
}


/*#products .thumbnail-container:focus .highlighted-informations.no-variants,*/


/*#products .thumbnail-container:hover .highlighted-informations.no-variants,*/


/*.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,*/


/*.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,*/


/*.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,*/


/*.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,*/


/*.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,*/


/*.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {*/


/*    opacity: 1 !important*/


/*}*/

#products .highlighted-informations a,
.product-miniature .highlighted-informations a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: .825rem;
    font-weight: 600;
    line-height: .625rem;
}

#products .amedida,
.featured-products .amedida,
.product-miniature .amedida,
#products .no-variants .amedida,
.product-miniature .no-variants .amedida {
    background: #009045 !important;
    border-radius: 0px 0px 5px 5px;
}

#products .personalizado,
.featured-products .personalizado,
.product-miniature .personalizado,
#products .no-variants .personalizado,
.product-miniature .no-variants .personalizado {
    background: #F6D558 !important;
    border-radius: 0px 0px 5px 5px;
}


/*Bloque Valoraciones*/

.revws-product-list,
.revws-product-list a,
.revws-comparison {
    display: flex;
    flex-direction: row;
    justify-content: left !important;
    align-items: left !important;
}

.revws-grade-on path {
    fill: #E44A5E !important;
    stroke: #E44A5E !important;
}


/*Bloque de texto tipo producto*/

#bloque_text img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    border: 1px solid #2d1414;
}

.featured-products .regular-price {
    color: #009045 !important;
    text-decoration: line-through;
    font-size: 11px;
}

.featured-products span.regular-price+span {
    font-size: 11px;
    color: #009045;
}


/*Bloque de texto registrase */

#custom-text {
    background: #EBECEC;
}

#custom-text h3 {
    text-transform: none !important;
    color: #000 !important;
}

#custom-text a {
    background: #E44A5E;
    height: 45px;
    border-radius: 5px;
    color: #FFF;
    font-size: 23px;
    display: flex;
    width: 250px;
    align-items: center;
    justify-content: center;
}

.custom-text-button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


/*Pagina producto */

#product h1 {
    text-transform: capitalize !important;
}

#product .misplugins,
#product #presupuesto {
    margin-top: 1.5rem;
}

#product #presupuesto.fixed {
    position: sticky;
    top: 20px;
    z-index: 999;
    width: 100%;
}
.product-add-to-cart{
	width: 100%;
	}
#product .product-add-to-cart.fixed {
    position: sticky;
    top: 280px;
    z-index: 999;
width: 100%;
}

.owl-carousel .item .opt.activo {
    border: 2px solid #E44A5E !important;
}

.owl-carousel .item .opt {
    border: 2px solid #EBECEC !important;
}

.misplugins .kb-material-icons {
    line-height: 1.7;
    color: #4c4c4c;
}

.misplugins .ayuda-campo {
    margin-top: .2rem;
    margin-left: .2rem;
    border-radius: 5px;
    width: 100%;
}

.pro_plg_titulo.encabezado,
#carro .pro_plg_titulo {
    font-family: Verdana;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    background: #fff;
    padding: 0.3rem 0rem;
    border-bottom: 2px #009045 solid;
    color: #000;
}

#presupuesto.encuadrado,
#carro.encuadrado {
    border: 1px #EBECEC solid;
    border-radius: 5px;
    background: #EBECEC;
    padding: .2rem;
    padding-bottom: 0px;
	margin-bottom: 0px;
	    width: 100%;
}

#presupuesto .pro_plg_titulo,
#carro .pro_plg_titulo {
    background: #EBECEC;
    color: #000;
    font-weight: normal;
    border: none;
    text-align: center;
}

#presupuesto #cantidades,
#presupuesto #precios,
#presupuesto #fecha_entrega {
    background: #FFF;
    border-radius: 5px;
    margin-bottom: .3rem;
    padding: 0.3rem;
}

#presupuesto div label,
#carro div label {
    font-weight: 400;
    font-size: 0.725rem;
    margin-bottom: 0px;
}

#presupuesto div b,
#carro div b {
    font-size: 0.825rem;
}

#product .add-to-cart {
    background: #009045;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: .5rem auto !important;
    font-size: 1rem;
    font-weight: 500;
    display: block !important;
    width: 100%;
}

#product #editor {
    text-transform: uppercase !important;
    text-align: center;
    border-radius: 5px !important;
    padding: .5rem auto !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    display: block !important;
    width: 100% !important;
}

.continue.btn.btn-primary.float-xs-right,
#idTabRevws .btn-primary,
#lgconsultas .btn-primary {
    background: #E44A5E;
    text-transform: uppercase;
    border-radius: 5px;
    padding-bottom: .5rem;
    padding-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    box-shadow: none !important
}

#idTabRevws {
    margin-top: 60px;
}

.revws-review-box {
    text-align: left;
}

#idTabRevws .btn-primary {
    width: 400px;
    color: white;
}

#revws-section h2.page-product-heading {
    font-size: 26px;
}

#lgconsultas .new-faq {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: .5rem;
}

#product-details .seller_detail {
    margin-top: 1.5rem;
}

#checkout #sel_entrega div span {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #696c6c;
    border-radius: 5px;
    background: #fff !important;
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-bottom: 4px;
    min-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
}
#sel_entrega div span {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EBECEC;
    border-radius: 5px;
    background: #ecedef !important;
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-bottom: 4px;
    min-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
}

#sel_entrega div .titulo {
    padding: 7px;
    vertical-align: middle;
    background: #EBECEC;
    width: 100%;
    display: block;
    text-align: center;
}

#sel_entrega div span.fecha_entrega,
#sel_entrega div span.cantidades,
#sel_entrega div span.precio {
    background: none;
}


/*#sel_entrega div  span.fecha_entrega, #sel_entrega div  span.titulo-fecha{*/


/*    height: 75px !important;*/


/*}*/

#sel_entrega div span.titulo-fecha {
    background: #FFF !important;
    padding-bottom: 2px !important;
    min-height: 50px !important;
}
#sel_entrega{
display: flex;
    align-items: flex-end;	
}
#sel_entrega .fecha_entrega {
    vertical-align: baseline;
}

#sel_entrega div span.activo.precio {
    background: #E44A5E !important;
}

#checkout #sel_entrega div span.activo.fecha_entrega {
   background: #4cbb6c !important;
    color: white;
}

#sel_entrega div span.activo.fecha_entrega {
  background: #d8d9dd !important;
}

a.cart-det {
   color: #4cbb6c;
}



#sel_entrega div span.precio.disabled,
#sel_entrega div span.fecha_entrega.disabled {
    background: #EBECEC;
    color: #FFF;
    cursor: not-allowed;
}

#sel_entrega .cantidades {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EBECEC;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-bottom: 4px;
    min-height: 40px;
    text-align: center;
    width: 100%;
}

#sel_entrega .titulo-fecha {
    vertical-align: baseline;
    background: #FFF;
    border: none;
    padding-bottom: 2px;
}

.fecha_entrega {
    min-height: 50px !important;
}

#msg_plazo {
    width: 100%;
    padding: 5px 15px;
    background: #eaea8f;
    border-radius: 5px;
    margin-top: 1.5rem;
    color: #d9913b;
    font-size: .825rem;
}

#product #peris {
    background: #fff;
}

#product .misplugins {
    margin-top: 2rem;
}


/*
#presupuesto.encuadrado, #carro.encuadrado{
    border: 2px solid #dbdbdb;
}
#presupuesto .pro_plg_titulo,#carro .pro_plg_titulo{
    background: #dbdbdb;
    color: #4c4c4c;
    font-weight: 600;
}*/

#presupuesto .pro_plg_titulo i {
    color: #4c4c4c;
}

#presupuesto div label,
#carro div label {
    font-weight: 400;
    margin-bottom: 0px;
    white-space: nowrap;
}

#presupuesto #fecha_entrega,
#presupuesto #productos_carro {
    text-align: center;
}


/*
#info_presu{
    position: absolute;
    left:1150px;
    top:200px;
    float: right;
}
*/

#info-plantilla {
    margin-top: 10px;
}

.info_plantilla {
    width: 100%;
    background: #bdbdbd;
    border-radius: 5px;
}

a.btn.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}

.colum-right .btn-primary {
    width: 100%;
    box-shadow: none;
}

.colum-center .btn-primary {
    box-shadow: none;
}

.product-quantity .add {
    width: 97%;
}

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

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

.right {
    padding-right: 0px !important;
    text-align: right;
}

.left {
    padding-left: 0px !important;
    text-align: left;
}

.pro_plg_titulo.conicono {
    padding: 5px 0px 8px 17px;
    position: relative;
}

.pro_plg_titulo>i {
    position: absolute;
    /*top: 12px;*/
    left: auto;
    right: 5px;
    font-size: 20px;
    color: #19a2db;
}

.pro_plg_titulo.izq {
    text-align: left;
    margin-bottom: 4px;
}

.pro_plg_titulo {
    padding: 3px;
    /*text-align: center;*/
    font-weight: 400;
    color: #4c4c4c;
    /* margin-bottom: 4px; */
    margin-left: 0px;
    margin-right: 0px;
}

.pro_plg_titulo span.derecha {
    position: absolute;
    /*top: 12px;*/
    left: auto;
    right: 5px;
    /*font-size:14px;*/
    /*color: #19a2db;*/
}

.pro_plg_titulo span.activo {
    color: #E44A5E;
    background: #EBECEC;
    padding: 6px;
    border-radius: 4px;
    font-weight: 500;
    cursor: auto;
}

.pro_plg_titulo span span {
    cursor: hand;
    cursor: pointer;
    padding: 6px;
}

.derecha {
    text-align: right;
}

.encuadrado {

}

.hijo {
    margin-top: 10px;
}

.clearFix {
    clear: both;
    height: 0;
}

#product .info_product {
    box-shadow: none;
    background: #FFF;
    padding: 1rem 1.5rem;
}

.fec_entrega {
    box-sizing: border-box;
}

#product-details .label {
    font-size: 1rem;
    color: #bdbdbd;
    font-weight: 700;
}

.product-reference span {
    color: #bdbdbd;
}

#info-presu {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: #E44A5E;
    border-radius: 5px;
}

#info-presu .info {
    background: #FFF;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    padding: 5px;
    line-height: .9rem;
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#info-presu .info label,
#info-presu .fecha label {
    margin: 0!important;
}

#info-presu .info.fecha,
#info-presu .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#info-presu span {
    color: #FFF;
    font-size: 1.1rem;
}

#info-presu .div {
    padding: .2rem;
}

#info-presu .add-to-cart {
    font-size: 12px;
    height: 50px;
    padding: 0.5rem 0.25rem;
    font-weight: 600;
    margin-top: 0.5rem;
    font-family: Arial;
}

.seller_detail .detail {
    margin-bottom: 0.7rem;
}

.seller_detail .detail .label,
.resena {
    text-align: left;
    font-size: 0.825rem !important;
}

#revws-product-buttons .resena {
    display: inline-block;
}

#politicas .panel-title,
.container-product-mods-rigth  .panel-title {
    background: #EBECEC !important;
    padding: 5px 15px !important;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    font-family: Arial;
    display: flex;
    align-items: center;
}

#politicas .panel-body,
.container-product-mods-rigth .panel-body {
    padding: .5rem !important;
}

#politicas .cnt-politicas-tab-left,
.container-product-mods-rigth .cnt-politicas-tab-left {
    display: flex;
    align-items: center;
    width: 80%;
    white-space: nowrap;
}

#politicas .cnt-politicas-tab-right,
.container-product-mods-rigth .cnt-politicas-tab-right {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: end;
}

#politicas span,
.container-product-mods-rigth  span {
    margin-left: 10px;
    font-weight: 700;
}

#politicas .svg_ico_arrowDown-light,
.container-product-mods-rigth  .svg_ico_arrowDown-light,
.container-product-mods-rigth  .svg_ico_arrowUp-light,
#politicas .svg_ico_arrowUp-light {
    color: black;
    width: 25px;
    height: 25px;
    display: block;
}

#politicas .panel-title[aria-expanded='false'] .svg_ico_arrowDown-light,
.container-product-mods-rigth  .panel-title[aria-expanded='false'] .svg_ico_arrowDown-light {
    display: block!important;
}

#politicas .panel-title[aria-expanded='true'] .svg_ico_arrowDown-light,
.container-product-mods-rigth  .panel-title[aria-expanded='true'] .svg_ico_arrowDown-light {
    display: none!important;
}

#politicas .panel-title[aria-expanded='true'] .svg_ico_arrowUp-light,
.container-product-mods-rigth  .panel-title[aria-expanded='true'] .svg_ico_arrowUp-light {
    display: block!important;
}

#politicas .panel-title[aria-expanded='false'] .svg_ico_arrowUp-light,
.container-product-mods-rigth  .panel-title[aria-expanded='false'] .svg_ico_arrowUp-light {
    display: none!important;
}

#product .cnt-presupuesto-envio,
#product .cnt-presupuesto-fecha-mob {
    display: none;
}

div#product .h1 #discount {
    display: none!important;
}

div#product .h1  {
    display: flex;
    align-items: center;
}

#seller_product_body .kb-material-icons {
    font-size: 19px!important;
}
#seller_product_body .acciones.kb-form-field-inblock {
    display: flex;
    gap: 5px;
}

.multiaction-group .kbbtn-success {
    padding: 4px 8px!important;
}


@media (max-width: 743px) and (min-width: 580px){
    .kb-filter-block {
        margin-top: 30px!important;
    }
}

@media (max-width: 1590px) {

    #product #presupuesto.fixed {
        
    }

    #product .product-add-to-cart.fixed {
       
    }

}

@media (max-width: 1480px) {

    #product #presupuesto.fixed, #presupuesto.encuadrado{
        width: 290px;
    }

    #product .product-add-to-cart.fixed {
        width: 290px;
    }

}

@media (max-width: 1300px) {

    #product #presupuesto.fixed {
        width: 250px;
    }

    #product .product-add-to-cart.fixed {
        width: 250px;
    }

}

@media (max-width: 1173px) {

    #product #presupuesto.fixed {
        width: 210px;
    }

    #product .product-add-to-cart.fixed {
        width: 210px;
    }

}

@media (max-width: 1005px) {

    div#seller_product_filter ul li:nth-child(3) {
        margin-top: -20px;
    }
}

@media (max-width: 980px) {

    #product #presupuesto.fixed {
        position: inherit;
        width: inherit;
    }

    #product .product-add-to-cart.fixed {
        position: inherit;
        width: inherit;
    }

}

@media (max-width: 768px) {

    #Shipping .cnt-available-shippings, #Shipping .cnt-selected-shippings {
        width: 100%!important;
    }

    #product .product-add-to-cart.fixed {
        display: none;
    }

    .cnt-presupuesto-fecha-mob .info.fecha {
        flex-direction: row!important;
    }

    .cnt-presupuesto-cart {
        display: none;
    }

    #product .cnt-presupuesto-envio,
    #product .cnt-presupuesto-fecha-mob {
        display: block;
    }

    #product .cnt-presupuesto-fecha-desk {
        display: none;
    }
}

@media (min-width: 768px) {

    .cnt-presupuesto-cart-mob {
        display: none;
    }

}

/*Ventana modal*/

.kb-modal {
    position: absolute;
    top: 0%;
    left: 10%;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #777;
    border-radius: 10px;
    width: 80%;
}

.kb-modal-header {
    background-color: #EBECEC !important;
    color: #333 !important;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

.kb-modal-header .kb-modal-close {
    margin-top: -20px !important;
    border: 1px solid #333;
    padding: 0px 5px;
    height: 20px;
    width: 20px;
}

.kb-modal-content {
    border-top: none;
    border-bottom: none;
    color: #333;
    padding: 25px;
    max-height: 500px !important;
}


/*Ayudas*/

.ayuda-campo {
    padding: 8px;
    position: relative;
    margin-bottom: 10px;
    vertical-align: top;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid #2fb5d2;
    border-radius: 5px;
    color: #2fb5d2;
    margin-top: .5rem;
}

.grupos {
    margin-bottom: .75rem;
}

.opcional {
    color: #bdbdbd;
}

blockquote {
    margin: 0 1rem 0 !important;
}

.valores .delete {
    color: #E24055  !important;
}


/*Inputs formularios*/

.form-control {
    background: #fff;
    color: #000;
    border-radius: 5px;
    float: left;
}

.form-control:focus {
    border-color: #2fb5d2;
    border-radius: 5px;
}

#peris .bootstrap-touchspin {
    width: 100% !important;
    box-shadow: none;
}

#peris .bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    width: 94% !important;
    background: #FFF;
    color: #000;
    padding: .5rem 1rem;
    border-radius: 5px 0px 0px 5px;
}

#peris .bootstrap-touchspin .input-group-btn-vertical {
    width: 6% !important;
    background: #FFF !important;
    color: #000!important;
}

#peris .bootstrap-touchspin .btn-touchspin {
    background-color: #FFF !important;
}

#peris .bootstrap-touchspin .bootstrap-touchspin-up {
    border-radius: 0px 5px 0px 0px;
}

#peris .bootstrap-touchspin .bootstrap-touchspin-down {
    border-radius: 0px 0px 5px 0px;
}

#peris .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #2fb5d2;
}


/*Pagina de busqueda*/

#search_filters .custom-checkbox input[type=checkbox]+span {
    border-radius: 15px !important;
}

#search_filters .custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    color: #E44A5E !important;
}

.active_filters {
    background: #FFF !important;
    padding: .425rem 0;
}

.active_filters .filter-block {
    box-shadow: none !important;
    background: #EBECEC !important;
}

.pagination .page-list {
    box-shadow: none;
}

#morecsspure-trigger-toggle {
    cursor: pointer;
}

#morecsspure-element-toggle {
    display: none;
}

#morecsspure-element-toggle:not(:checked)~#morecsspure-toggled-element {
    display: none;
}

#morecsspure-element-toggle:not(:checked)~#morecsspure-trigger-toggle .morecsspure-lesslink {
    display: none;
}

#morecsspure-element-toggle:checked~#morecsspure-abstract {
    display: none;
}

#morecsspure-element-toggle:checked~#morecsspure-trigger-toggle .morecsspure-morelink {
    display: none;
}

#product-description .morecsspure-morelink,
#product-description .morecsspure-lesslink {
    display: block;
    cursor: pointer;
    color: #2196f3;
}

#product-description .morecsspure-morelink:hover,
#product-description .morecsspure-lesslink:hover {
    text-decoration: underline;
}

#product-description #morecsspure-trigger-toggle span {
    text-align: center !important;
    color: #2fb5d2;
    text-decoration: none;
}


/*PAGINA DEL VENDEDOR*/

.info-view .seller-profile-photo {
    position: static !important;
    text-align: center;
}

.info-view .seller-info {
    position: static !important;
    text-align: center;
}

.slr-f-box h3 {
    position: static !important;
}

#kb-marketplace-layout .info-view .seller-profile-photo img {
    border: none;
    padding: 0px;
    border-radius: 5px;
    width: 160px;
    background-color: #fff;
}

.kbmp-_inner_block {
    display: inline !important;
}

.seller-name .name {
    font-size: 26px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333;
}

.slr-f-box h3 {
    border: none !important;
    text-transform: capitalize !important;
    color: #333 !important;
}

#seller_products_to_customer #products .thumbnail-container {
    width: 100% !important;
    height: auto !important;
}

#kb-marketplace-layout #products img {
    
}


@media (max-width:768px) {
    .container {
        max-width: 100%;
    }
    .header-top {
        background: #FFF !important;
    }
    #header #_desktop_logo {
        text-align: center;
    }
    #header .logo {
        max-width: 100px;
    }
    /*Inicio Sesion*/
    #header .header-top .user-info {
        background: #FFF !important;
        height: 1.75rem;
        padding: .2rem;
        margin-top: 0.4em;
        white-space: nowrap;
        border-radius: 5px;
    }
    #header .header-top .user-info a {
        color: #E44A5E
    }
    #header .header-top .user-info a:hover {
        color: #7a7a7a;
    }
    #header .header-top .user-info .dropdown-item {
        color: #E44A5E !important;
    }
    /*Carrito*/
    #header .header-top .blockcart {
        background: #FFF;
        height: 1.75rem;
        padding: 0rem;
        /*margin: auto .2rem auto;*/
        margin-top: 0em;
        text-align: center;
        white-space: nowrap;
        border: none;
        border-radius: 5px;
    }
    #header .header-top .blockcart .header {
        color: #E44A5E;
        margin-top: auto !important;
    }
    #header .header-top .blockcart .header:hover {
        color: #7a7a7a !important;
    }
    #bloque_text {
        margin-bottom: 1.5rem;
    }
    #bloque_text img {
        width: 100%;
        height: auto;
    }
    .featured-products .thumbnail-container,
    .featured-products article img,
    .featured-products .product-description,
    .product-miniature .highlighted-informations {
        width: 150px;
        line-height: 1em;
        margin: 0 auto;
    }
    .featured-products .thumbnail-container,
    .featured-products article img {
        height: 150px;
    }
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: .675rem;
    }
    #products .product-description span,
    .featured-products .product-description span,
    .product-accessories .product-description span,
    .product-miniature .product-description span {
        font-size: 14px;
    }
    /*.product-miniature .highlighted-informations{*/
    /*    position:absolute;*/
    /*    height: 2.125rem;*/
    /*    padding-top: .05rem;*/
    /*    opacity:1;*/
    /*}*/
    .product-miniature .highlighted-informations a,
    .product-miniature .highlighted-informations .quick-view {
        font-size: .625rem;
        font-weight: 600;
    }
    #viewed_products .thumbnail-container {
        width: 300px;
        height: auto;
    }
    #viewed_products .product-description {
        position: relative;
        padding-left: .4rem;
        padding-top: 0px;
    }
    #viewed_products .product-miniature .h3 {
        margin: 0px auto !important;
    }
    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
    }
    #header .header-top .search-widget {
        height: 2.5rem;
        padding: 0px;
        margin: 0px;
        text-align: right;
        white-space: nowrap;
    }
    #lupa_search {
        color: #E44A5E;
        height: 1.75rem;
        padding: 0rem;
        margin: 0;
        text-align: center;
        font-size: 22px;
    }
    #search_mobile {
        width: 100%;
        padding: 0px;
        margin-top: 0.2rem;
    }
    #search_mobile form input[type="text"] {
        border-radius: 0px;
    }
    .menu-mobile {
        color: #E44A5E !important;
        background: #FFF;
        border: none;
        height: 1.75rem;
        padding: 0;
        margin-top: 0;
        text-align: center;
    }
    #custom-text {
        padding: .725rem;
    }
    #custom-text h3 {
        font-size: .725rem;
    }
    #custom-text a {
        font-size: .725rem;
        padding: .4em .75rem;
    }
    #custom-text p {
        margin-bottom: .625rem;
    }
    .block_newsletter {
        font-size: .725rem;
        margin-bottom: .625rem;
        border-bottom: none;
    }
    .block_newsletter p,
    .block_newsletter span,
    .block_newsletter input {
        font-size: .725rem;
    }
    #boton_newsletter {
        text-align: center !important;
    }
    #footer .logo {
        max-height: 40px;
    }
    #product .colum-left,
    #product .colum-center,
    #product .colum-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /*#product p,*/
    /*#product span,*/
    /*#product label,*/
    /*#product .product-description,*/
    /*#product table td {*/
    /*    font-size: .725rem;*/
    /*}*/
    #product p,
    #product span,
    #product label,
    #product .product-description,
    #product table td {
        /*font-size: 1rem;*/
        font-size: 15px;
    }
    #product .product-title {
        padding: 0;
    }
    #product label {
        text-align: left !important;
    }
    #product .misplugins .row .input,
    #product #div_medidas_predefinidas .input {
        padding-left: 0px;
    }
    .owl-carousel {
        font-size: .725rem;
    }
    .padding-right-xs {
        padding-right: 15px !important;
    }
    .info_plantilla {
        margin-bottom: .7rem;
    }
    #info-presu .titulo {
        font-size: .925rem !important;
    }
    #info-presu .info {
        height: 65px;
    }
    #info-presu .fecha {
        height: 30px;
    }
    #lgconsultas,
    #viewed_products {
        margin-top: .7rem;
    }
    #presupuesto {
        margin-bottom: .7rem;
    }
    #product .editor-online span {
        font-size: 1rem;
    }
    #product .faq_question,
    #product .faq_answer {
        font-size: .725rem;
    }
    #lgconsultas .btn-primary {
        width: 100%;
    }
    #lgconsultas .new-faq {
        font-size: .825rem;
    }
    #politicas {
        margin-top: 0;
    }
    #product .misplugins {
        margin-top: 10px!important;
    }
    #morecsspure-trigger-toggle-mobile {
        cursor: pointer;
    }
    #morecsspure-element-toggle-mobile {
        display: none;
    }
    /*#morecsspure-element-toggle-mobile:not(:checked)~#morecsspure-toggled-element-mobile {*/
    /*    display: none;*/
    /*}*/
    #morecsspure-element-toggle-mobile:not(:checked)~#morecsspure-trigger-toggle-mobile .morecsspure-lesslink {
        display: none;
    }
    /*#morecsspure-element-toggle-mobile:checked~#morecsspure-abstract-mobile {*/
    /*    display: none;*/
    /*}*/
    #morecsspure-element-toggle-mobile:checked~#morecsspure-trigger-toggle-mobile .morecsspure-morelink {
        display: none;
    }
    #product-description-mobile .morecsspure-morelink,
    #product-description-mobile .morecsspure-lesslink {
        display: block;
        cursor: pointer;
        color: #000000;
        font-family: Arial;
        font-size: 14px;
    }
    #product-description-mobile .morecsspure-morelink:hover,
    #product-description-mobile .morecsspure-lesslink:hover {
        text-decoration: underline;
    }
    #product-description #morecsspure-trigger-toggle span {
        text-align: center !important;
    }
}

body#index #carousel {
    box-shadow: none;
}

body#index #bloque_text h2 {
    font-size: 34px;
}

body#index #bloque_text p {
    font-size: 26px;
    line-height: 31px;
    margin-top: 15px;
    color: #9a9b9f;
}

body#index #bloque_text {
    margin-top: 85px;
}

body#index .featured-products {
    margin-top: 50px!important;
    display: inline-block;
    width: 100%;
}

body#index .featured-products .products-section-title {
    font-size: 39px;
    font-weight: normal;
}

.slider-title {
    background: #40bea4;
    color: white;
    font-size: 40px;
    padding: 15px 10px 21px 10px;
}

.text-block-label {
    position: absolute;
    left: 15px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px 10px;
    font-size: 29px;
}

.text-block-label::before {
    content: ' ';
    width: 21px;
    height: 24px;
    background-image: url(../img/flechita.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
    vertical-align: top;
}

.banner-full-width-home {
    width: calc(100vw - 9px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    margin-top: 30px;
}

.banner-full-width-home h2 {
    font-size: 31px!important;
    font-family: Arial;
    font-weight: bold!important;
}

.morecsspure-abstract {
    text-align: justify;
    line-height: 16px;
}

#revws-portal-product-reviews {
    text-align: right;
}

.pill-label {
    font-size: 10px;
    text-align: center;
}

#checkout #wrapper {
    padding-top: 30px !important;
}

#checkout .row.form-group {
    margin-bottom: 15px !important;
}


/***** HEADER  *****/

body {
    font-family: Verdana, sans-serif!important;
}

#header .header-top .user-info:hover a {
    color: black;
    transition: none!important;
}

#header .header-top .user-info a:hover {
    color: black;
    transition: none
}

#header .header-top .blockcart.active a:hover {
    color: #000 !important;
}

#header i.material-icons.shopping-cart {
    color: #E44A5E!important;
    font-size: 20px;
}

#header .cnt-header-left {
    gap: 10px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

#header .header-top .search-widget {
    margin-left: 0!important;
}

input:focus {
    outline: none!important;
}

.search-widget form button[type=submit] .search:hover {
    color: inherit!important;
}

.search-widget form button[type="submit"] {
    cursor: pointer;
}

.header-top .cnt-header-right {
    gap: 5px;
}

i.material-icons.search {
    color: #E44A5E!important;
    display: flex;
    align-items: center;
}

#close_search {
    display: none;
}

a#close_search span {
    color: #E44A5E;
    opacity: 1!important;
    position: relative;
    top: -1px;
}

a#close_search {
    opacity: 1;
}

.top-menu a:not([data-depth="0"]) {
    font-size: 16px;
    font-weight: 600!important;
}

.top-menu a[data-depth="2"] {
    font-weight: 400!important;
}

.ul.first-item-menu-ul li a {
    font-weight: 600!important;
}

ul#top-menu {
    font-family: Arial;
}

.top-menu[data-depth="1"] .first-item-menu {
    display: none!important;
}

.first-item-menu {
    display: flex;
    flex-direction: column;
}

.first-item-menu-ul {
    flex-direction: row;
    text-align: left!important;
    display: none;
    position: absolute;
    z-index: 999;
    background: white;
    top: 30px;
    width: 100%;
    text-transform: uppercase;
    flex-wrap: wrap;
    padding-bottom: 140px;
    padding-top: 15px
}

ul.first-item-menu-ul li {
    width: 315px;
}

ul#top-menu {
    margin: 0 auto;
    max-width: 1560px;
    align-items: center;
}

.dropdown-item-first {
    display: flex!important;
    align-items: center;
    gap: 5px;
    padding-left: 0!important;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    margin-right: 30px;
    padding-top: 15px;
    margin-left: 0!important;
}

.top-menu .sub-menu {
    box-shadow: none!important;
    min-height: 320px;
}

button:focus {
    outline: none!important;
}

.dropdown-menu.show {
    border: none!important;
    width: 100vw;
    padding-right: 10px;
    margin-left: -15px;
    padding-left: 10px;
    z-index: 999999;
}

.dropdown .svg_ico_close {
    display: none;
    font-size: 23px;
}

.dropdown-backdrop {
    display: none!important;
}

.top-menu .add-all-categories,
.top-menu .remove-all-categories {
    display: none;
}

#module-sellers-seller #header .menu-entero,
#module-sellers-product #header .menu-entero {
    border-bottom: none!important
}

#product .form-control {
    font-size: 15px!important;
}

#header .header-nav .right-nav,
#header .header-top .right-nav {
    width: auto;
}

#module-sellers-product .sellers-back {
    width: 150vw;
    background: #c2c3c8;
    position: relative;
    left: 0;
    margin: 0px -50% 0px -50% !important;
    top: 0px;
    height: 1px;
}

.cnt-header-center {
    display: flex;
    align-items: center;
    /*max-width: 1230px;*/
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width: 1560px) {
    #header .menu-entero {
        width: 100%;
    }
    #header .menu-entero > .row {
        width: 100%;
    }
}

@media (min-width: 1370px) {
    #module-sellers-product div#Informations .kb-form-r {
        width: 70% !important;
    }
}

@media (max-width: 1240px) {
    .search-widget form {
        border-left: none!important;
    }

    .search-widget form input[type="text"] {
        border-left: 1px solid #bfbfbf;
        border-radius: 5px;
        width: 100%;
    }

    .search-widget form select {
        display: none;
    }

}

@media (max-width: 1040px) {

    #module-sellers-product .kb-cnt-header-product {
        flex-direction: column;
        gap: 15px;
    }

    #module-sellers-product  .kb-cnt-header-product .kb-content-header {
        margin-left: 0!important;
    }

    #module-sellers-product  ul.kb-tabs {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    #module-sellers-product  ul.kb-tabs li {
        padding: 0 15px!important;
    }

}

@media (max-width: 768px) {

    .cnt-header-center {
        display: inherit;
        align-items: center;
        max-width: inherit;
        margin: inherit;
    }

    .cnt-header-center .cnt-header-right,
    .cnt-header-center {
        padding-right: 0!important;
    }

    #module-sellers-product #kb-marketplace-layout .header-tab-product p {
        width: 100%;
    }

    .first-item-menu {
        border-bottom: 1px solid #f6f6f6;
    }

    .first-item-menu-ul {
        top: 48px;
        padding-left: 3px;
        padding-top: 0px;
        margin-top: -10px;
    }

    .dropdown-item-first {
        justify-content: space-between;
        padding-right: 22px!important;
        padding-left: 10px!important;
    }

    .top-menu .svg_ico_arrowDown {
        display: none;
    }

    .top-menu .add-all-categories {
        display: block;
    }

    .dropdown {
        display: flex;
    }

    .footer-container .links ul {
        background-color: white!important;
    }

    .links .title {
        border-bottom: none!important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: white;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li {
        padding-top: 0px;
        background: white;
        border: none!important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        font-weight: 400!important;
    }

    .top-menu .sub-menu {
        min-height: auto;
    }

    #header .header-top .search-widget {
        width: 100%;
    }

    div#search_widget {
        margin-top: 5px!important;
    }

    .search-widget form input[type=text] {
        min-width: 100%!important;
        font-size: 14px!important;
    }

    #header .menu-entero .row {
        border-bottom: none;
    }

    #header .header-top {
        padding-bottom: 5px;
    }

    #header .cnt-header-left,
    #header .cnt-header-right {
        position: relative;
        top: 4px;
    }
}

@media (max-width: 768px) {

    .cnt-seller-conf-menus .col-md-4.padding-left-none {
        width: 55%;
    }

    .cart-products-count {
        display: none!important;
    }

    #header .menu-entero {
        border-bottom: 1px solid #c2c3c8;
        margin-top: 10px;
    }
    #index #header .menu-entero,
    #module-sellers-product #header .menu-entero,
    #module-sellers-seller #header .menu-entero {
        border-bottom: none!important;
        margin-top: 0!important;
    }

    #product .product-reference,
    #product .product-reference label,
    #product .product-reference span {
        font-size: 16px!important;
    }

}

@media (min-width: 768px) {

    .container-product {
        padding-right: 0;
    }

    .top-menu {
        border-bottom: 1px solid #c2c3c8;
    }

    #index #header .menu-entero,
    #index .top-menu,
    #module-sellers-seller .top-menu,
    #module-sellers-product .top-menu {
        border-bottom: none!important;
    }

    #lupa_search {
        display: none;
    }

    #close_search {
        display: none;
    }

    button.menu-mobile {
        display: none;
    }

    #header .cnt-header-favs {
        display: none;
    }

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

    ul.first-item-menu-ul a {
        position: relative;
        z-index: 10;
        padding-left: 0!important;
    }

}

/***** MENU FOR SELLERS *****/

ul.top-menu-seller {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-family: Arial;
}

ul.top-menu-seller li a:hover{
    color: #E44A5E!important;
}

@media (max-width: 768px) {

    ul.top-menu-seller li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    ul.top-menu-seller {
        flex-direction: column;
        line-height: 46px;
        align-items: start;
        padding-left: 10px;
        padding-right: 15px;
    }

    ul.top-menu-seller li {
        border-bottom: 1px solid #f6f6f6;
        width: 100%;
    }


}

/***** MY EARNINGS PAGE *****/

#module-sellers-earning .cnt-header-myEarnings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#module-sellers-earning .cnt-header-myEarnings  .kb-content-header {
    width: 30%;
    margin: 0;
	padding: 15px 15px 20px 15px !important;
}




/***** MY ACCOUNT *****/

#my-account header.page-header {
    padding-top: 20px!important;
}

@media (max-width: 950px) {

    ul.top-menu-seller li a {
        font-size: 14px;
    }

}


/***** NEWSLETTER *****/

.cnt-newsletter-rgpd-right .psgdpr_consent_message {
    padding-top: 5px;
}

@media (max-width: 1050px) {
    .cnt-newsletter-rgpd-right .padding-left-none {
        display: flex;
        flex-direction: column;
    }
    .cnt-newsletter-rgpd-right .padding-left-none .col-sm-8 {
        width: 100% !important;
    }
}


/***** FLEX CONTAINERS *****/

.cnt-flex {
    display: flex;
    gap: 5px;
}

.cnt-flex-center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cnt-flex-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/***** MY ACCOUNT PAGE *****/

.page-my-account #content .links a:hover i {
    color: #E44A5E!important;
}


/***** PRODUCT PAGE *****/

#product .detail.row {
    width: 100%;
}

#product .colum-left .page-content#content {
    margin-left: 15px!important;
}

#product .svg_ico_info_product {
    width: 22px;
    height: 22px;
    color: black;
}

#product .cnt-flex-center .bootstrap-touchspin .input-group-btn-vertical i {
    left: 5px!important;
}

.cnt-ico-info-product {
    display: flex;
    align-items: center;
    height: 38px;
}

.product-information select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")!important;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
}

.form-control:focus {
    border: 1px solid rgba(0, 0, 0, .25)!important;
    outline: none!important;
}

#sel_entrega .fecha_entrega {
    font-weight: normal;
    font-family: Arial;
    padding-top: 13px;
    font-weight: bold!important;
	      font-size: 14px;
    display: inline-block;
}

/*#sel_entrega .fecha_entrega:first-line {*/

/*    font-size: 0px;*/
/*}*/

.cnt-taxes-product {
    display: none;
}

#product .product-reference,
#product .product-reference label,
#product .product-reference span {
    font-size: 18px;
    font-weight: normal!important;
    color: #aeadb3!important;
    font-family: Arial;
}

#product .info_product {
    padding: 0!important;
}

#product .description-short span {
    font-family: Arial!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

#product-details .seller_detail a {
    color: black!important;
}

#product-details .label {
    font-size: 12px;
    color: #bdbdbd;
    font-weight: normal!important;
    color: #5b5b5f!important;
}

#product-details .seller_detail-item {
    font-size: 15px!important;
}

#product #politicas {
    padding-top: 25px;
}

#product #politicas .panel-group {
    cursor: pointer;
}

#product div#fecha_entrega div.text-left {
    display: flex;
}

.container-product {
    display: flex;
    flex-direction: column;
}

.container-product-mods {
    display: flex;
    gap: 30px;
}



.container-product-mods-rigth {
    width: 30%;
}

#product section.product-accessories {
    padding-top: 30px;
}

#product section.product-accessories h3.h5 {
    font-family: Verdana;
    font-size: 25px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    background: #fff;
    color: #000;
}

#product label.titulo-cantidad {
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-family: Arial;
    margin: 0!important;
    padding-bottom: 0px;
}

/*#product #lgconsultas .col-md-8 {*/
/*    width: 51%!important;*/
/*}*/

#product .product-cover svg.svg_ico.svg_ico_wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#wrapper .breadcrumb li:after {
    margin:0!important;
}

#product label#morecsspure-trigger-toggle-mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product #morecsspure-toggled-element-mobile {
    display: none;
}

#product ul.product-images.show-scrollbar {
    overflow-x: scroll;
}

#product ul.product-images.hide-scrollbar {
    overflow-x: hidden;
}

#product .pro_plg_titulo.izq.row label {
    text-transform: capitalize;
}

.images-container .product-images > li.thumb-container > .thumb {
    object-fit: cover;
}

#product .images-container .js-qv-mask.scroll {
    width: 90% !important
}

.cnt-ico-info-product-mob {
    display: none;
}

/*#product #lgconsultas .col-md-8 {*/
/*    width: 52%!important;*/
/*    margin-left: 10px!important;*/
/*}*/

/*#product #lgconsultas .col-md-4 {*/
/*    width: 25%!important;*/
/*}*/

#product form#form_consulta input {
    margin-bottom: 10px;
}

#product form#form_consulta .text-warning {
    font-size: 13px;
}

#product  form#form_consulta a {
    font-size: 12px;
}


#form_consulta .btn-primary {
    background-color: #E44A5E!important;
    color: white!important;
}

@media (max-width: 1480px) {
    #info-presu .add-to-cart {
        white-space: inherit;
    }
}

@media (max-width: 1190px) {

    #politicas span {
        font-size: 14px;
    }

    div#_desktop_logo {
        padding:0;
    }


}

@media (max-width: 1100px) {

    #politicas span,
    .container-product-mods-rigth  span {
        font-size: 13px!important;
        white-space: break-spaces;
        line-height: 15px;
    }

}

@media (max-width: 1050px) {

    #product .description-short span {
        font-size: 15px!important;
    }

    #product-details .seller_detail-item {
        font-size: 14px!important;
    }
}

@media (max-width: 980px) {

    /*#product #lgconsultas .col-md-8 {*/
    /*    width: 72% !important;*/
    /*}*/

    .container-product-mods {
        flex-direction: column;
    }

    .container-product-mods-left {
        width: 100%;
    }

    .container-product-mods-rigth {
        width: 100%;
    }
}

@media (max-width: 768px) {

    #product .colum-left .page-content#content {
        margin-right: 15px!important;
    }

    #politicas span,
    .container-product-mods-rigth  span {
        font-size: 14px!important;
    }
    
    #msg_plazo {
        display: none;
    }

    .product-discounts {
        margin-bottom: 0;
    }

    svg.svg_ico.svg_ico_shopping_cart.shopping-cart {
        width: 20px!important;
        height: 20px!important;
    }

    #product #free_shipping,
    #product #new {
        font-size: 12px;
    }

    .cnt-ico-info-product-mob {
        display: block;
    }

    #peris .col-xs-12.col-sm-4.col-md-4.col-lg-4.left {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #peris .cnt-ico-info-product-mob svg {
        width: 15px!important;
        height: 15px!important;
    }

    #peris #div_medidas .col-xs-11,
    .encuadrado .col-xs-11 {
        width: 100%!important;
        padding-right: 0;
    }

    .container-product-mods {
        gap: 20px;
    }

    .container-product-mods .product-add-to-cart {
        margin-bottom: 20px;
    }

    #peris .col-xs-12 {
        padding-right: 0;
    }

    .cnt-ico-info-product {
        display: none;
    }

    .images-container .product-images > li.thumb-container > .thumb {
        width: 66px;
    }

    #product #politicas {
        padding-top: 0px;
    }

    #product #morecsspure-toggled-element-mobile,
    #product #morecsspure-abstract-mobile,
    #product .product-desc-back-white{
        width: 100%!important;
    }

    #product .product-desc-back-white {
        display: block;
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        height: 40px;
        background: white;
        top: -55px;
        background: linear-gradient(to top, white, #ffffffb8);
    }

    /*#product #lgconsultas .col-md-8 {*/
    /*    width: 95%!important;*/
    /*    margin-left: 15px!important;*/
    /*    margin-right: 15px!important;*/
    /*}*/

    #product label#morecsspure-trigger-toggle-mobile {
        margin-top: -45px;
    }

    #product #content {
        max-width: inherit;
    }


    #product-details .seller_detail {
        margin-top: 0!important;
    }

}

@media (min-width: 768px) {
    
    #product-availability {
        display: none;
    }
    
    #header .header-top .blockcart .header {
        display: flex;
        gap: 1px;
    }

    div#_desktop_logo {
        width: 200px;
    }

    
}


/***** SHOP INFO MODULE *****/

#module-sellers-seller .kb-content-header,
#module-sellers-product .kb-content-header {
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px 15px 30px 15px;
    font-family: Arial;
}

#module-sellers-seller .kb-tabs {
    width: auto!important;
    display: none!important;
}

#module-sellers-seller .header-top,
#module-sellers-earning .header-top,
#my-account .header-top,
#module-sellers-product .header-top {
    border-bottom: 1px solid #c2c3c8;
}

.preSellerProfile {
    text-align: center;
    padding: 20px 0 10px 0;
    font-family: Arial;
    color: black;
}

#kblayout-centercol #wrapper {
    margin: 0px;
    padding: 0px;
    width: 700px;
}

#kblayout-centercol .progress {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 98%;
    height: 19px!important;
}

div#seller_shipping_list_filter .kb-form-field-block {
    margin-bottom: -10px!important;
    padding-top: 5px;
}

#kblayout-centercol .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #d8d9dd;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#kblayout-centercol .bar__fill {
    display: block;
    background: #E44A5E;
    height: 100%;
}

#kblayout-centercol .point {
    position: relative;
    color: #999;
}

#kblayout-centercol .point:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

#kblayout-centercol .show-radius .point:before {
    background: rgba(0, 0, 0, 0.1);
}

#kblayout-centercol .point--complete {
    color: #fff;
}

#kblayout-centercol .point--active {
    color: #E44A5E;
}

#kblayout-centercol .bullet {
    z-index: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    transition: 0.3s ease;
    border: 4px solid #d8d9dd;
    background: white;
    cursor: pointer;
}

#kblayout-centercol .point--complete .bullet,
.point--active .bullet {
    background: #E44A5E!important;
}

#module-sellers-seller .kb-content-header h1 {
    position: relative;
    top: 10px;
}

#kblayout-centercol .progress label {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 7px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    transform: translate(-50%, 0);
    white-space: nowrap;
    cursor: pointer;
}

.preSellerProfile-paymentinfo,
.preSellerProfile-policydata,
.preSellerProfile-shipping {
    display: none;
}

.kb-block.kb-form {
    font-family: Arial;
}

.kb-form .kblabel {
    font-weight: bold;
}

.kb-form em {
    color: black!important;
}

.kblabel-url-preview {
    color: #87868a;
    font-weight: normal;
}

.kb-form-fwidth-flex-center {
    display: flex;
    align-items: center;
}

.kb-form-fwidth-flex {
    display: flex;
}

#module-sellers-seller a#seller_upload_image {
    background: #ecedef;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #aeadb3;
    color: #87868a;
    font-size: 15px;
    margin-right: 10px;
}

#module-sellers-seller p.form-inp-help {
    margin-top: 5px!important;
}

#module-sellers-seller div#sellerprofile-panel {
    padding-bottom: 25px;
    padding-top: 5px!important;
    border-radius: 15px;
    border: 1px solid #aeadb3!important;
}

label.kb-sprofile-shipping-mob,
label.kb-sprofile-general-mob,
label.kb-sprofile-paymentinfo-mob {
    display: none;
}

.kb-cnt-header-product {
    display: flex;
    align-items: center;
    padding: 15px 0 25px 0px;
}

.kb-cnt-header-product .kb-content-header h1 span {
    text-transform: lowercase;
}

.kb-cnt-header-product .kb-content-header {
    padding: 0!important;
    white-space: nowrap;
    margin-left: -20px;
    margin-bottom: 0!important;
}

#module-sellers-product #kb-marketplace-layout .header-tab-product p {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
}

body#module-sellers-product {
    font-family: Arial!important;
}

#module-sellers-product li.kb-form-fwidth-flex-center {
    display: flex;
    align-items: center;
}

#module-sellers-product .kb-form-label-block {
    margin-bottom: 0!important;
}

#module-sellers-product .kb-form-field-block.kb-form-field-block-two {
    flex-direction: column;
    text-align: left;
    align-items: self-start!important;
}

#module-sellers-product .kb-form .kblabel {
    font-weight: bold;
    color: #5b5b5f;
}

.kb-form-r-flex {
    display: flex!important;
    gap: 15px;
    align-items: center;
}

.kb-form-r-flex-start {
    display: flex!important;
    gap: 15px;
    align-items: start;
}

.kb-form-r-flex .kb-form-field-block {
    width: 795px;
}

.kb-form-r-flex svg.svg_ico.svg_ico_info,
.kb-form-r-flex-start svg.svg_ico.svg_ico_info,
#Informations svg.svg_ico.svg_ico_info {
    width: 22px;
    height: 22px;
    color: #7f7f7f;
    cursor: help;
}

#module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-r {
    padding-right: 36px;
}

#module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block {
    border: 1px solid #009bdb;
    padding: 5px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 795px;
}


.kb-labeled-inpfield input[type="text"] {
    border-radius: 5px;
}

#module-sellers-product .kb-inpfield-seo {
    width: 795px;
}

/*#module-sellers-product .kb-inpfield-seo-tit {*/
/*    width: calc(795px - 31px);*/
/*}*/

#module-sellers-product .kb-form-field-block.kb-cnt-policy {
    width: 795px;
}

#module-sellers-product .kb-link-preview-text {
    display: block;
    margin-top: 10px;
    background-color: #dfecdb!important;
    color: #5b5b5f;
    font-family: Arial;
    font-size: 14px;
    width: 795px;
    padding-left: 15px;
}

/*#module-sellers-product .kb-inpfield-seo-desc {*/
/*    width: calc(795px - 38px);*/
/*}*/

#module-sellers-product li.kb-form-fwidth.kb-form-info-blue {
    display: none;
    opacity: 1;
}

#peris .owl-nav {
    display: flex;
    justify-content: space-between;
}

#module-sellers-product .general-info .kb-inpselect,
#module-sellers-product .general-info .kb-inpfield,
#module-sellers-product .general-info .mce-tinymce {
    width: 795px;
}

#module-sellers-product .cnt-ico-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
}

#Informations .kb-tcenter.kb-botones,
#Images .kb-tcenter.kb-botones,
#Quantities .kb-tcenter.kb-botones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#module-sellers-product .cnt-ico-info {
    font-size: 15px;
    color: #87868a;
}

#module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block p {
    text-align: left!important;
    margin: 0!important;
    padding-left: 15px;
    padding-right: 15px;
    color: #009bdb;
    font-style: italic;
    font-size: 13px;
}

#category .kb-form-r {
    position: relative;
}

#module-sellers-product span.cnt-ico-info-span {
    font-size: 15px;
    color: #87868a;
}

#module-sellers-product #Quantities span.cnt-ico-info-span {
    position: relative!important;
    top: -5px!important;
}

#category .cnt-ico-info {
    padding-left: 15px;
    position: absolute;
    top: 4px;
    right: -24px;
    justify-content: end;
}

#module-sellers-product .content-tab-product {
    border-radius: 15px;
}

#module-sellers-product #Quantities .cnt-ico-info {
    display: inline;
    font-size: 22px;
    padding-left: 5px;
    position: relative;
    top: 5px;
    cursor: help;
}

#module-sellers-product #Quantities li.kb-form-fwidth.kb-form-info-blue .kb-form-r{
    padding-right: 0px!important;
}


#module-sellers-product #Quantities li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block {
    width: 100%;
}

#module-sellers-product #Quantities div#unidades table,
#module-sellers-product #Quantities div#rango table {
    border: none!important;
}

#module-sellers-product #Quantities div#unidades table tr.heading-row th:first-child,
#module-sellers-product #Quantities div#rango table tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#module-sellers-product #Quantities div#unidades table tr.heading-row th:last-child,
#module-sellers-product #Quantities div#rango table tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#module-sellers-product #Quantities div#unidades table th,
#module-sellers-product #Quantities div#rango table th {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    padding-left: 0;
    color: #5b5b5f!important;
}

#module-sellers-product #Quantities .table .valores td, .table-striped td:first-child,
#module-sellers-product #Quantities .table .valores td, .table-striped td:last-child {
    padding: 0!important;
}

#module-sellers-product #sellerprofile-panel .table .valores td, .table-striped td:first-child,
#module-sellers-product #sellerprofile-panel .table .valores td, .table-striped td:last-child {
    padding: 0.75rem!important;
}

#module-sellers-product #Quantities .table .valor_activo {
    width: 20px;
    position: relative;
}

#module-sellers-product #Quantities .table .valores td,
#module-sellers-product #Quantities .table-striped td {
    padding-left: 0!important;
}

#module-sellers-product #Quantities  .td-delete {
    padding-right: 5px!important;
}

#module-sellers-product .ui-tooltip {
    border: none!important;
    font-size: 13px !important;
    color: #009bdb!important;
    border: 1px solid #009bdb!important;
    box-shadow: none!important;
}

#module-sellers-product #Quantities   svg.svg_ico.svg_ico_info[data-toggle='tooltip'] {
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
    cursor: help;
}

.bootstrap .table-responsive-row tr {
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#module-sellers-product #Quantities #unidades,
#module-sellers-product #Quantities #rango {
    border: none!important;
}

@media (max-width: 1370px) {

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 695px;
    }

    /*#module-sellers-product #price.kb-inpfield {*/
    /*    width: calc(695px - 23px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-tit {*/
    /*    width: calc(695px - 31px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-desc {*/
    /*    width: calc(695px - 38px);*/
    /*}*/

    #module-sellers-product .cnt-seller-conf-menus {
        width: 705px !important;
    }

}

@media (max-width: 1250px) {

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 595px;
    }

    /*#module-sellers-product #price.kb-inpfield {*/
    /*    width: calc(595px - 23px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-tit {*/
    /*    width: calc(595px - 31px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-desc {*/
    /*    width: calc(595px - 38px);*/
    /*}*/

    #module-sellers-product .cnt-seller-conf-menus {
        width: 605px !important;
    }

}

@media (min-width: 1170px) {

    #general .input-general-info {
        margin-left: 3px!important;
    }

}

@media (max-width: 1100px) {

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 495px;
    }

    /*#module-sellers-product #price.kb-inpfield {*/
    /*    width: calc(495px - 23px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-tit {*/
    /*    width: calc(495px - 31px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-desc {*/
    /*    width: calc(495px - 38px);*/
    /*}*/

    #module-sellers-product .cnt-seller-conf-menus {
        width: 505px !important;
    }

}

@media (max-width: 1070px) {
    .kb-content-header {
        flex-direction: column;
        gap: 15px;
    }
}

@media (min-width: 990px) {
    #module-sellers-product #Quantities .td-delete {
        position: relative;
        top: 8px;
    }
}

@media (max-width: 990px) {

    #module-sellers-product .td-checkbox-visual {
        display: none!important;
    }

    #module-sellers-product .container-flex-colum {
        display: flex;
        flex-direction: column;
    }

    #module-sellers-product #Quantities .table-striped td {
        padding-bottom: 0!important;
    }

    #module-sellers-product #Quantities div#unidades {
        margin-top: -30px;
    }

    #module-sellers-product .container-flex-colum span {
        font-size: 13px;
        margin-bottom: -6px;
    }

    #module-sellers-product .td-delete .kb-tright {
        text-align: left;
        padding-top: 5px;
    }

    #module-sellers-product  tr.addfila {
        margin-top: 15px;
    }

    #module-sellers-product .bootstrap .table-responsive-row tr.container-valores {
        border: 1px solid #bfbfbfa6!important;
        box-shadow: none!important;
        border-radius: 5px!important;
        padding: 15px!important;
        margin-top: 15px!important;
        padding-top: 0!important;
    }

    #module-sellers-product .addfila  td.kb-tcenter {
        text-align: center!important;
    }


}

@media (max-width: 950px) {

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 395px;
    }

    /*#module-sellers-product #price.kb-inpfield {*/
    /*    width: calc(395px - 23px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-tit {*/
    /*    width: calc(395px - 31px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-desc {*/
    /*    width: calc(395px - 38px);*/
    /*}*/

    #module-sellers-product .cnt-seller-conf-menus {
        width: 405px !important;
    }

}

@media (max-width: 890px) {
    #kblayout-centercol #wrapper {
        width: 100%;
    }
}

@media (max-width: 810px) {

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 300px;
    }

    /*#module-sellers-product #price.kb-inpfield {*/
    /*    width: calc(300px - 23px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-tit {*/
    /*    width: calc(300px - 31px);*/
    /*}*/

    /*#module-sellers-product .kb-inpfield-seo-desc {*/
    /*    width: calc(300px - 38px);*/
    /*}*/

}

@media (min-width: 788px) {

    #module-sellers-product #Informations ul.kb-form-list .kb-form-r {
        width: 48% !important;
    }
}

@media (max-width: 786px) {

    #Shipping .images-optional-text,
    #Shipping .images-optional-text.svg{
        display: none!important;
    }

    #Shipping .kb-form-r {
        width: 100% !important;
    }

    /**************** ***/

    #module-sellers-product #Quantities .kb-form-r {
        width: 82% !important;
    }

    #module-sellers-product #abrir_texto_category_impresion_2 {
        position: relative;
        top: 15px!important;
        left: -15px;
    }

    #module-sellers-product #abrir_texto_category_3_1 {
        left: -15px;
    }

    #cnt-ico-info-desk{
        display: none!important;
    }

    #module-sellers-product #category .cnt-ico-info {
        padding-left: 0px!important;
    }

    #module-sellers-product ul.kb-tabs li {
        padding: 0 4px!important;
        width: auto!important;
        text-align: center;
    }

    #module-sellers-product .kb-inpfield-seo-tit,
    #module-sellers-product .kb-inpfield-seo-desc {
        width: 100%;
    }

    #module-sellers-product .content-tab-product {
        border-top: 1px solid rgba(0, 0, 0, .25) !important;
        border-left: none!important;
        border-right: none!important;
        border-bottom: none!important;
        border-radius: 0px;
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }

    #module-sellers-product li.kb-form-fwidth-flex-center {
        flex-direction: column;
    }

    span.cnt-ico-info-span-mob {
        margin-left: 5px;
        color: grey;
        font-size: 12px;
    }

    .kb-form-l {
        width: 100% !important;
    }

    .kb-form-label-block {
        display: flex!important;
        justify-content: start!important;
    }

    #Shipping .kb-form-label-block {
        display: inherit!important;
        justify-content: inherit!important;
    }

    .kb-form-r-flex .kb-form-field-block {
        width: 100%!important;
    }

    #module-sellers-product div#Informations .kb-form-r {
        width: 100% !important;
    }

    .cnt-ico-info {
        width: 26px!important;
    }

    ul.kb-form-list li {
        flex-direction: column!important;
    }

    #module-sellers-product #price.kb-inpfield {
        width: 100%!important;
    }

    #module-sellers-product li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block,
    #module-sellers-product .kb-link-preview-text,
    #module-sellers-product .kb-form-field-block.kb-cnt-policy,
    #module-sellers-product .general-info .kb-inpselect,
    #module-sellers-product .general-info .kb-inpfield,
    #module-sellers-product .general-info .mce-tinymce,
    #module-sellers-product .kb-inpfield-seo,
    #module-sellers-product .kb-inpfield-seo-desc,
    #module-sellers-product .kb-inpfield-seo-tit {
        width: 100%!important;
    }

    #module-sellers-product div#container-mceu {
        width: 100%!important;
    }

    #module-sellers-product .kb-block.kb-form.general-info,
    #module-sellers-product  .kb-block.kb-form.categorias{
        padding-left: 0;
        padding-right: 0;
    }


    #module-sellers-product .header-tab-product.kb-tcenter {
        padding: 0;
    }

    .seller-title-cats {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 0;
        font-family: Arial;
        color: black;
        text-decoration: underline;
    }

    .kb_tab_container {
        border: none!important;
    }


    /**************** ***/

    #module-sellers-product div#Informations .kb-form-r {
        position: relative;
    }



    label.kb-sprofile-shipping-mob,
    label.kb-sprofile-general-mob,
    label.kb-sprofile-paymentinfo-mob {
        display: block;
    }

    label.kb-sprofile-shipping,
    label.kb-sprofile-general,
    label.kb-sprofile-paymentinfo {
        display: none;
    }
}

@media (max-width: 768px) {

    #module-sellers-product #Quantities .kb-form-r {
        width: 95% !important;
    }

    #header .header-nav .right-nav, #header .header-top .right-nav {
        width: 16.66667%;
    }

}

@media (min-width: 768px) {

    .cnt-ico-info-span-mob,
    #cnt-ico-info-mob {
        display: none!important;
    }

}

@media (max-width: 700px){

    #module-sellers-product ul.kb-tabs {
        flex-wrap: wrap;
    }

    #module-sellers-product .sellers-back {
        top: 40px;
    }

    #module-sellers-product .kb-content-product {
        padding-top: 15px;
    }


}

@media (max-width: 600px) {

    #module-sellers-product #Quantities .kb-form-r {
        width: 92% !important;
    }

}

@media (max-width: 572px) {
    ul.kb-form-list .kb-form-l, ul.kb-form-list .kb-form-r {
        padding-right: 5px!important;
    }
}

@media (max-width: 485px){

    #module-sellers-product ul.kb-tabs li {
        font-size: 14px;
    }

}

@media (max-width: 440px){

    #module-sellers-product ul.kb-tabs {
        flex-wrap: wrap;
    }

    #module-sellers-product .sellers-back {
        top: 40px;
    }

    #module-sellers-product .kb-content-product {
        padding-top: 15px;
    }

    #Informations .kb-tcenter.kb-botones {
        flex-direction: column;
    }

}

/***** PRODUC EDIT IMAGES MODULE *****/

#Images .kbalert-warning.pack-empty-warning {
    display: none!important;
}

#Images a#product-img-uploader {
    width: 100%;
    height: 61px;
    border-radius: 5px;
    background: #ecedef!important;
    color: black!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Images a#product-img-uploader span {
    text-transform: none;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 13px;
}

#Images div#upload-error {
    background: #e2b2b5;
    color: #bf0811!important;
    border: 1px solid #bf0811;
    height: 30px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}

#Images #star-upload-btn span {
    margin-left: 0!important;
}

#Images .uploaded-img-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#Images .cnt-image-uploaded {
    width: 120px;
    margin-left: 5px;
}

#Images .cnt-image-input-title input {
    width: 100%;
    background: #fff !important;
    color: #7a7a7a !important;
    border: 1px solid rgba(0, 0, 0, .25) !important;
    padding: 0.5rem 1rem !important;
    line-height: 1.25 !important;
    border-radius: 5px;
}

#Images .uploaded-img-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px!important;
}

#Images .cnt-image-input-title {
    width: 52%;
}

#Images .table-striped thead tr.heading-row th {
    background: #d8d9dd!important;
    padding: 6px 15px!important;
}

#Images li.kb-form-fwidth.container-recs-imagesUpload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px!important;
    padding-top: 15px!important;
}

#Images li.container-recs-imagesUpload > span {
    font-size: 12px!important;
    line-height: 16px;
    text-align: center;
    color: #5b5b5f;
}

#Images .container-recs-imagesUpload > p {
    margin-bottom: 10px!important;
    font-size: 14px;
}

#Images p.title-images-uploaded {
    font-size: 13px;
    font-weight: bold;
    color: #5b5b5f;
    font-family: Arial;
    color: #5b5b5f;
}

#Images tbody#product-images td:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

#Images  .pro-img-smallprev {
    padding: 0!important;
    border: 0!important;
    border-radius: 5px!important;
    max-width: 120px;
}

#Images .img-uploder-block {
    border: 1px solid #aeadb3!important;
    background-color: #ffffff!important;
    border-radius: 5px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    padding: 15px 10px!important;
}

#Images .cnt-image-uploaded-info {
    width: 20%;
    color: #5b5b5f;
}

#Images .cnt-image-uploaded-deleteBtn {
    padding-right: 10px;
    width: calc(18% - 120px);
    text-align: right;
}

#Images .cnt-image-uploaded-info {
    display: flex;
    flex-direction: column;
}

#Images .cnt-image-uploaded-info .new-img-name {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#Images .container-image-caption {
    display: none!important;
}

#Images .kb-tcenter.kb-botones {
    margin-top: 0!important;
}

/***** PRODUC EDIT SHIPPING MODULE *****/



#Shipping .kb-labeled-inpfield .inplbl {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

#Shipping .kb-labeled-inpfield,
#Shipping .kb-form-field-block.cnt-pred,
#Shipping .kb-form-field-block.inpfwidth {
    border-radius: 5px;
    align-items: center;
    display: flex;
}

#Shipping li.kb-form-fwidth.kb-form-info-blue .kb-form-field-block {
    width: 93%;
}

#Shipping .kb-form-field-block.cnt-pred .mce-panel {
    width: 100%;
}

#Shipping .images-optional-text {
    margin-left: 40px;
    font-size: 15px;
    color: #87868a;
}

#Shipping .kb-form-label-block {
    text-align: right!important;
}

#module-sellers-product .mce-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#Shipping input.kb-inpfield.widthpackage,
#Shipping input.kb-inpfield.heightpackage,
#Shipping input.kb-inpfield.depthpackage,
#Shipping input.kb-inpfield.weightpackage {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

#Shipping .inplbl {
    width: 40px;
    height: 33px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Shipping .images-optional-text.svg {
    margin-left: 13px;
    display: flex;
    gap: 5px;
}

#Shipping .images-optional-text.svg  .svg_ico {
    width: 22px;
    height: 22px;
    color: #7f7f7f;
    cursor: help;
}

#Shipping a#addShipping {
    border-radius: 5px!important;
    border-color: #009045;
    text-align: left!important;
    padding-left: 10px;
}

#Shipping a#removeShipping {
    border-radius: 5px!important;
    border-color: #bf0811;
    text-align: left!important;
    padding-left: 10px;

}

#Shipping .cnt-available-shippings {
    margin-right: 10px;
}

#Shipping .cnt-available-shippings,
#Shipping .cnt-selected-shippings {
    float: left;
    width: 44%;
}


/**** COMBINATIONS PAGE *****/

#kb-combination-modal-form .icono-info {
    display: none!important;
}


.kb-modal-header .kb-modal-close {
    border: none!important;
}

/***** MY ORDERS PAGE *****/

#module-sellers-order li.summary-box.blue-summary .summary-box-text {
    width: 82px;
}

#module-sellers-order #header {
    border-bottom: 1px solid #c2c3c8;
}

#module-sellers-order  .cnt-my-orders-header {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    margin: -13px auto 0 auto;
}

#module-sellers-order .summary-list-group li.summary-box {
    border: none!important;
}

#module-sellers-order ul.summary-list-group {
    align-items: center;
    display: flex;
    gap: 20px;
}

#module-sellers-order .cnt-orders-stats {
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-sellers-order li.summary-box.blue-summary,
#module-sellers-order li.summary-box.red-summary,
#module-sellers-order li.summary-box.yellow-summary {
    display: flex;
    align-items: center;
    gap: 10px;
}

#module-sellers-order .summary-box-text .summary-box-last-days {
    color: #717175;
    text-transform: uppercase;
    font-size: 8.5px;
    margin-top: -4px;
}

#module-sellers-order  span.summary-box-products-sell {
    width: 70px;
    text-align: left;
    line-height: 16px;
}

#module-sellers-order  .summary-box-orders-processing {
    width: 75px;
    text-align: left;
    line-height: 16px;
}

#module-sellers-order li.summary-box {
    padding: 0!important;
    margin: 0 15px 0 0!important;
}


#module-sellers-order .summary-box-text {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: left;
}

#module-sellers-order .summary-single-box {
    border: 1px solid #717175;
    border-radius: 5px;
    background: #f7f7f8;
}

#module-sellers-order span.big-value {
    color: #56976f!important;
    padding: 5px 10px;
}

#module-sellers-order .summary-single-box .big {
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-sellers-order .mo_kpi_content.big {
    height: inherit;
}

#module-sellers-order .kb-content-header {
    padding: 30px 15px 20px 15px !important;
}

#module-sellers-order div#filter-block-seller_order_filter {
    padding: 40px;
}

#module-sellers-order div#filter-block-seller_order_filter > .kb-filter-header {
    margin-bottom: 15px;
	text-align: right;
	cursor: pointer;
}

.kb-filter-header {
    text-align: right;
}



#module-sellers-order .kbalert-warning,
#module-sellers-earning .kbalert-warning {
    border-color: #f2dede!important;
    background-color: #f2dede!important;
    color: #a94442!important;
}

#module-sellers-order div#seller_order_filter_filter ul {
    display: flex;
    gap: 20px;
}

#module-sellers-order div#seller_order_filter_filter .kb-form-field-block {
    padding-top: 5px;
}

#module-sellers-order .blue-summary,
#module-sellers-order .yellow-summary,
#module-sellers-order .red-summary {
    background-color: transparent!important;
}

@media (max-width: 820px) {

    #module-sellers-order .cnt-my-orders-header {
        flex-direction: column;
    }

    .summary-single-box .mo_kpi_content .big-value {
         float: none!important;
         margin-top: 0!important;
         background-color:transparent!important;
         padding: 5px 10px!important;
        border-radius: 0!important;
    }

}

@media (max-width: 768px) {

    #module-sellers-order ul.summary-list-group {
        gap: 0px;
    }

    #module-sellers-order #header {
        border-bottom: 0!important;
    }

    #module-sellers-order .kb-content-header {
        padding: 10px 15px 20px 15px !important;
    }
}

@media (max-width: 520px) {

    #module-sellers-order li.summary-box.blue-summary,
    #module-sellers-order li.summary-box.red-summary,
    #module-sellers-order li.summary-box.yellow-summary {
        margin-right: 0!important;
    }

}

@media (max-width: 460px) {

    #module-sellers-order li.summary-box.blue-summary,
    #module-sellers-order li.summary-box.red-summary,
    #module-sellers-order li.summary-box.yellow-summary {
        flex-direction: column;
    }

    #module-sellers-order ul.summary-list-group {
        gap: 20px;
    }

}



/***** CATALOG PAGE *****/

#module-sellers-product div#seller_product_filter ul {
    display: flex;
    gap: 25px;
}

#module-sellers-product div#new-product-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*****MY ACCOUNT PAGE *****/

.page-my-account #content .links a span.link-item {
    box-shadow: none!important;
    border: 1px solid #e24055;
    border-radius: 5px;
}

.page-my-account span.link-item:hover {
    color: #e24055;
}

#my-account #content a:hover {
    color: #7e0818!important;
}



/***** PRODUC EDIT PAGE MODULE *****/

#module-sellers-product li#category_impresion .kb-form-fwidth {
    display: flex;
    justify-content: start;
    align-items: start;
}

#module-sellers-product div#cat_hija_impresion,
#module-sellers-product div#cat_hija_1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#module-sellers-product .text-nueva-categoria {
    vertical-align: bottom;
    margin-top: 0!important;
}

#module-sellers-product  #cat_impresion_2_nueva {
    display: flex;
    align-items: start;
}

#module-sellers-product  #new_category_impresion_3 svg {
    position: relative;
    top: 5px;
}

#module-sellers-product  #categoria_3_1 {
    margin-bottom: 8px;
}

#module-sellers-product  #cat_impresion_2_nueva .new_category_impresion {
    padding: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#module-sellers-product  #cat_impresion_1_nueva .new_category_impresion {
    padding: 0;
    margin-left: 10px;
}

#module-sellers-product  a#new_category_impresion_1,
#module-sellers-product  #abrir_texto_category_impresion_2,
#module-sellers-product  #abrir_texto_category_impresion_3,
#module-sellers-product  #abrir_texto_category_3_1,
#module-sellers-product  #abrir_texto_category_2_1 {
    position: relative;
    top: 8px;
}

#module-sellers-product  #new_category_2_1,
#module-sellers-product  #new_category_3_1 {
    padding: 0;
    position: relative;
    top: 6px;
}

#module-sellers-product .cnt-seller-conf-menus {
    width: 802px;
}

.seller-btn-save,
.kb-botones .kbbtn-info#submit_product_form_butn {
    background-color: #ffffff !important;
    color: #E44A5E !important;
    border: 1px solid #E44A5E!important;
}

/*#module-sellers-product div#Informations .kb-form-r {*/
/*    width: 40% !important;*/
/*}*/

/*#module-sellers-product  div#imp_3 {*/
/*    margin-bottom: 2px;*/
/*}*/

div#Informations .kb-form-fwidth .kb-material-icons {
    font-size: 30px;
    color: #009045;
    padding-left: 0.5rem;
}

.plalert-success {
    background-color: #009045!important;
    border: none!important;
    color: #ffffff!important;
    border-radius: 5px!important;
}

.plalert {
    right: 20px!important;
    left:inherit!important;
}

/*@media (max-width: 850px) {*/
/*    .plalert {*/
/*        left: 65%!important;*/
/*    }*/
/*}*/

@media (max-width: 768px) {

    #module-sellers-product .cnt-ico-info-span {
        display: none;
    }

    #module-sellers-product .cnt-ico-info {
        gap: 0;
    }
}

/*@media (max-width: 580px) {*/
/*    .plalert {*/
/*        left: 50%!important;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .plalert {*/
/*        left: 50%!important;*/
/*    }*/
/*}*/

/***** ALERT MESSAGES *****/

.kbalert-danger {
    background-color: #f2dede;
    border: none!important;
    color: #a94442;
    font-size: 14px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 5px;
}

.kbalert-success {
    background-color: #c3e7bf;
    border: none!important;
    color: #4c9f31;
    font-size: 14px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 5px;
}

#img-upload-error svg.svg_ico.svg_ico_done {
    width: 19px;
    height: 19px;
}

.alert-product-noimages {
    text-align: center;
    color: red;
}


/***** FOOTER *****/

.block_newsletter {
    font-family: Arial;
}

.block_newsletter h2 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 22px;
}

.footer-before-container {
    background: #555E6D;
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer-container li a {
    font-weight: normal;
}

.col-sm-8.cnt-newsletter-rgpd {
    margin-left: -15px;
    padding-top: 5px;
}

div#boton_newsletter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#footer h3,
#footer .h3 {
    text-transform: none!important;
}

.eu-footer {
    display: flex;
    gap: 20px;
    padding: 20px 15px 20px 15px;
    max-width: 1560px;
    margin: 0 auto;
}

.ue-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-style: italic;
}

.ue-logo {
    display: block;
}

.ue-text {
    font-size: 13px;
    line-height: 18px;
}

footer#footer .h3 {
    font-size: 20px;
}

.footer-container .links ul > li {
    padding: 0px;
}

@media (max-width: 768px) {

    #module-sellers-product li#category_impresion .kb-form-fwidth {
        flex-direction: column;
    }

    #module-sellers-product  #category_1 select {
        margin-bottom: 10px;
    }

    #footer .links .title {
        padding: 10px 15px 10px 15px!important;
    }

    .footer-container .links ul > li {
        padding-left: 15px;
    }
}

@media (max-width: 550px) {

    .eu-footer {
        flex-direction: column;
        align-items: center;
    }
}

/***** HOME INDEX *****/

.wishlist-add-to-new[data-v-cab62222]:not([href]):not([tabindex]) {
    color: #E44A5E!important;
}

.wishlist-add-to-new i[data-v-cab62222] {
    color: #E44A5E!important;
}

.wishlist-modal .close {
    color: #000000!important;
    font-size: 21px!important;
}

.modal-content {
    border: none!important;
}

.sw-nav:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #E44A5E;
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
    margin-top: 20px;
    margin-left: 2px;
}

.sw-nav,
.n-hover:hover .sw-nav {
    background: rgb(255 255 255 / 42%)!important;
    top: 47%!important;
}

.sw-pgn,
.p-hover:hover .sw-pgn {
    margin-top: 0!important;
    position: relative;
    top: -30px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
}

.sw-pgn-bullet {
    background: none!important;
    border: 3px solid #000!important;
    opacity: 1!important;
}

.sw-pgn-bullet.active {
    opacity: 1;
    background: #E44A5E!important;
}

.cnt-home-our-products {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    font-family: Arial;
    gap: 60px;
}

.cnt-home-our-products-label p {
    margin: 0;
    color: white;
    padding-right: 10px;
    font-size: 25px;
}

svg.svg_ico.svg_ico_arrowRight {
    width: 35px;
    height: 35px;
}

.cnt-home-our-products-label {
    display: flex;
    position: absolute;
    bottom: 19px;
    left: 2px;
    background: #8080809e;
    color: #E44A5E;
    align-items: center;
    height: 40px;
}

.cnt-home-our-products img {
    border-radius: 10px;
    width: 100%;
}

.cnt-home-our-products-item a {
    color: white!important;
    display: flex;
    align-items: center;
}

.cnt-home-our-products-item a svg {
    color: #E44A5E;
}

.cnt-home-our-products-item {
    width: 100%;
    position: relative;
    text-align: left;
    height: fit-content;
}

.cnt-home-our-products h2 {
    font-size: 31px;
    text-align: left;
}

.cnt-home-our-products-item>p {
    font-size: 20px;
    color: #9a999e;
    text-align: left;
    padding-top: 5px;
    line-height: 28px;
    width: 75%;
}

section.featured-products h2 {
    font-size: 31px!important;
    font-family: Arial;
    font-weight: bold!important;
}

#index .featured-products article img,
#products article img {
    border-radius: 10px;
	    /*border: solid;*/
		object-fit: cover;
}
#index  .destacados article img {
    border-radius: 10px;
	   
    object-fit: cover;
}
#index .highlighted-informations {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-family: Arial;
}


#index .wishlist-button-add {
    background-color: transparent !important;
    box-shadow: none !important;
}

#index .wishlist-button-add i {
    color: #E44A5E !important;
}

#index #products .highlighted-informations a,
#index .product-miniature .highlighted-informations a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

#index #products .product-title a,
#index .featured-products .product-title a,
#index .product-accessories .product-title a,
#index .product-miniature .product-title a {
    font-size: 14px!important;
}

#index .product-description .seller-name {
    font-size: 12px;
}

#index h1.h3.product-title {
    margin-bottom: 2px;
}

#index .product-description .seller-name {
    font-size: 12px;
}

#index .product-description span#discount {
    display: none!important;
}

.featured-products .product-description #free_shipping {
    padding: 0px 6px!important;
    font-size: 9px!important;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    height: 15px;
    margin-top: 5px;
}

#index #custom-text {
    padding: 40px 0 35px 0!important;
}

@media (max-width: 1500px) {
    .cnt-home-our-products {
        gap: 40px;
    }
    #Shipping .cnt-available-shippings, #Shipping .cnt-selected-shippings {
        width: 42%;
    }
}

@media (max-width: 1400px) {
    .cnt-home-our-products {
        gap: 30px;
    }
}

@media (max-width: 1300px) {
    .cnt-home-our-products {
        gap: 20px;
    }
}

@media (max-width: 1100px) {
    .cnt-home-our-products-item>p {
        width: 100%;
    }
    #Shipping .cnt-available-shippings, #Shipping .cnt-selected-shippings {
        width: 40%;
    }
}


/***** SVG ICONS *****/

.svg_ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

svg.svg_ico.svg_ico_wishlist {
    color: #ffffff !important;
    width: 30px;
    height: 30px;
}
svg.svg_ico.svg_ico_shopping_cart.shopping-cart {
    color: #E44A5E !important;
    width: 25px;
    height: 25px;
}

svg.svg_ico.svg_ico_wishlist:hover {
    color: #E44A5E !important;
}

svg.svg_ico.svg-ico-addGreenCircle {
    width: 28px;
    height: 28px;
}

#header svg.svg_ico.svg_ico_wishlist {
    color: #E44A5E !important;
    width: 20px;
    height: 20px;
}

a#product-img-uploader .svg_ico_camera {
    width: 35px;
    height: 35px;
}

.svg_ico_arrowDown {
    font-size: 20px;
}

svg.svg_ico.svg_ico_close {
    color: #E44A5E;
    cursor: pointer;
}

@media (min-width: 767px) {
    .sellers-back {
        width: 150vw;
        background: #c2c3c8;
        position: relative;
        left: 0;
        margin: 0px -50% 0px -50% !important;
        top: 0px;
        height: 1px;
    }
    .menu-back {
        z-index: 9;
        width: 150vw;
        background: white;
        height: 100%;
        height: -webkit-fill-available;
        height: fill-available;
        position: absolute;
        left: 0;
        margin: 0px -50% 0px -50% !important;
        top: 0;
    }
    .ps_bestsellers article {
        width: 15%;
    }
    .ps_bestsellers .product-miniature .product-description,
    .ps_bestsellers .product-miniature .thumbnail-container,
    .ps_bestsellers .product-miniature .thumbnail-container img {
       /* width: 100%;
        height: auto;*/
    }
    #footer h3.h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (min-width: 850px) {
    .cnt-home-our-products-item-mob {
        display: none;
    }
}

@media (max-width: 850px) {
    .cnt-home-our-products-item:first-child {
        display: none;
    }
    .cnt-home-our-products-item-mob h2 {
        font-size: 22px;
        text-align: left;
        font-family: Arial;
    }
    .cnt-home-our-products-item-mob p {
        font-size: 15px;
        color: #9a999e;
        text-align: left;
        padding-top: 0px;
        line-height: inherit;
    }
    .banner-full-width-home h2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    #custom-text a {
        font-size: 17px;
    }
    .banner-full-width-home h2 {
        font-size: 23px!important;
    }
    .cnt-home-our-products {
        padding-top: 0px;
    }
    .cnt-home-our-products-item-mob {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    section.featured-products h2 {
        font-size: 22px!important;
        margin-bottom: 10px!important;
    }
    .cnt-home-our-products-label {
        bottom: 10px;
    }
    .cnt-home-our-products {
        gap: 10px;
    }
    body#index .featured-products {
        margin-top: 25px!important;
    }
    svg.svg_ico.svg_ico_arrowRight {
        width: 16px;
        height: 20px;
    }
    .cnt-home-our-products-label p {
        padding-right: 5px;
    }
    .cnt-home-our-products-label p {
        font-size: 16px;
    }
    .cnt-home-our-products-label {
        height: 30px;
    }
    .sw-nav {
        display: none;
    }
    .sw-pgn,
    .p-hover:hover .sw-pgn {
        top: -15px;
        right: 5px;
    }
    .sw-pgn-bullet {
        width: 10px;
        height: 10px;
    }
    .slider-title {
        font-size: 13px;
        padding: 4px 9px 4px 9px;
        display: block;
        text-align: left;
    }
    .right.carousel-control,
    .left.carousel-control {
        display: none;
    }
    body#index #bloque_text {
        margin-top: 20px;
    }
    body#index #bloque_text h2 {
        font-size: 25px;
    }
    .text-block-label {
        padding: 1px 7px;
        font-size: 11px;
        left: 2px;
        bottom: 2px;
    }
    .col-sm-3.col-xs-4.mobile-no-padding {
        padding-left: 2px;
        padding-right: 2px;
    }
    text-block-label::before {
        width: 12px;
        height: 16px;
    }
    body#index .featured-products .products-section-title {
        font-size: 29px;
    }
    .ps_bestsellers .product-miniature {
        margin: 1.5rem 0.925rem;
    }
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 0.775rem;
        line-height: 13px;
    }
    .seller-name {
        text-align: left;
    }
    .banner-full-width-home h2 {
        font-size: 0.95rem;
    }
    .custom-text-button-container {
        margin-top: 20px;
    }
    #footer .col-md-6.col-xs-12>h3.h3,
    .padding-left-none>h3.h3 {
        padding-left: 10px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.5;
        font-size: 20px;
    }
    #footer .col-md-6.padding-left-none>h3.h3,
    #footer .col-md-6.col-xs-12>h3.h3 {
        padding-left: 0px !important;
        margin-left: -5px;
    }
    body#index #bloque_text p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 400px) {
    .cnt-home-our-products-label p {
        font-size: 14px;
    }
}

#checkout .btn-primary {
    margin-top: 30px;
    color: #fff;
    background-color: #e44a5e;
    border-color: transparent;
}

#checkout .btn-info {
    color: #fff;
    background-color: #e44a5e;
    border-color: #e44a5e;
}
#checkout .btn-info:hover {
    color: #fff;
    background-color: #e44a5e;
    border-color: #e44a5e;
}

#index .featured-products .amedida, .product-miniature .amedida {

    width: 102%;
}

#kb-shipping-form .kb-panel .kb-panel-body {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 15px;
}
.kb-panel .kb-panel-body {
    border-top: 1px solid rgba(0, 0, 0, .25) !important;
}
.fec_entrega .product-information {
    font-size: .8375rem;
}

.encuadrado .product-quantity {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#checkout #sel_entrega {
    display: block;
    align-items: flex-end;
}
.product-information{
    width: 100%;
    margin-right: 20px;
}
.fijo{
width: 50%;
}
#lgconsultas{
    width:66%;
}
#product #footer {
    padding-top: 16.5rem;
}