#megazoom {
    display: none;
    position: absolute;
    color: #FFFFFF;
    background: #333333;
    padding: 5px;
    max-width: 600px;
    max-height: 600px;
    z-index: 100000;
}
#mpimages{padding:10px;}

#megaproduct {
    margin-left: 20px;
}

/* FIX CLS: Reservar espacio para megagroups y transicion suave al cargar */
#megagroups {
    min-height: 200px;
    contain: layout style;
}
#megagroups.mp-loaded {
    min-height: unset;
    contain: unset;
}
/* FIX CLS: Transicion de opacidad controlada por clase en vez de fadeIn JS */
#megaproduct.mp-ready {
    min-height: unset;
}

.mp-measures {
    margin-bottom: 8px;
}

.mp-measures label {
    display: block;
    width: 100%;
}

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

.mp-measure::-webkit-outer-spin-button,
.mp-measure::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mp-measure {
    -moz-appearance: textfield;
}

.mp-measure {
    border: none;
    border-radius: 0px;
    color: #61666D;
    padding: 0px 5px 0px 10px;
    text-align: left;
    width: 100%;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.cart_quantity .megacart_quantity_input {
    border: 1px solid #FFFFFF;
    float: left;
    margin-left: 5px;
    width: 20px;
}

#megaproduct #megaproduct_price {
    color: red;
    font-size: 1.5em;
}

#megaproduct p {
    margin-top: 5px;
}

#megaproduct span {}

.mpajaxbuttons {
    text-align: center;
    margin: 10px;
}

#header_user #shopping_cart .ajax_cart_quantity {
    /*display:none !important;*/
}

#header_user #shopping_cart .ajax_cart_product_txt_s {
    /*display:none !important;*/
}

#megaproducterror {
    min-height: 100px;
    /*min-width:400px;*/
}

.mpErrorTableLabel {
    font-weight: bold;
}

#megaproductinfo {
    margin-top: 10px;
    background: #aaaaaa;
}

#megaproducterror table {
    width: 100%;
}

#megaproductinfo table {
    width: 100%;
}

#calculePrice {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

#calculePriceData {
    color: #000;
    float: left;
    min-width: 95% !important;
}

#calculePrice #btnAddCalculePrice {
    margin: 10px;
}

#megaproduct #btnRanges {
    float: left;
    margin-right: 10px;
}

#megaproduct #mpranges {
    width: 300px;
}

#megagroups {
    /* display: table; */
    margin-bottom: 10px;
}

#megagroups a.mp_color_pick:hover {
    outline: 1px solid #000000;
}

#megagroups a.mp_color_pick {
    outline: 1px solid #666666;
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    margin: auto;
}

#megagroups .megacolor_list li {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: calc(calc(100% / 8 ) - 6px);
    vertical-align: middle;
    position: relative;
    display: flex;
    flex-direction: column;
}

#megagroups .megacolor_list.listmode li {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#megagroups .megacolor_list.listmode li a {
    width: 70px!important;
    height: 70px!important;
}

#megagroups .megacolor_list.listmode li .mpcheckboxdiv {
    display: none;
}

#megagroups .megacolor_list.listmode li .mplabeldiv {
    text-align: left;
    width: calc(100% - 70px)!Important;
}

#megagroups .megacolor_list li .viewmore {
    top: 0px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #666666;
    border-radius: 50%;
    padding: 0px;
    display: block;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#megagroups .megacolor_list li .viewmore svg {
    width: 25px;
    text-align: center;
}

#megagroups .megacolor_list li.viewmore:hover {
    border: 1px solid #000;
}
#megagroups .owl-carousel li{  max-width:100%; width:auto; }
#megagroups .megacolor_list li a {
    border-radius: 50%;
    -moz-border-radius: 3px;
    height: auto!important;
    overflow: hidden;
    /* width: initial!Important; */
    min-height: 65px;
    width: 100%!important;
    aspect-ratio: 1 / 1;
}

#megagroups .megacolor_list li .mplabeldiv {
    display: block;
    min-height: 36px;
    line-height: 21px;
    font-size: 14px;
    max-height: 30px;
    margin-top: 5px;
}
.mpstep input[type=text] {
    max-width: 100%;
    border: 1px solid #555555;
    border-radius: 9px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    background-color: white;
    color: #2D2D2D;
}

input#id_width, #id_height, #id_long, #id_step_quantity{
    border: none;
    border-radius: 0px!important;
}

#megagroups .mpstep {
    margin-bottom: 23px;
}

#megagroups .mpstep:not(.mpmovecontainer):not(.mpresize) {
    /*float:left;
    width:100%;*/
    display: block;
    clear: left;
}

#megagroups a.selectAttr {
    outline: 2px red solid !important;
;
}

#mpsteps {}

#mpsteps #mpStepPrevious {
    float: left;
}

#mpsteps #mpStepNext {
    float: right;
}

.mp-step-measures {
    display: flex;
}

/*#mp-step-quantity {
    width: 100%;
    clear: both;
    margin-top: 20px;
    text-align: right;
    visibility: hidden;
    position: absolute;
    z-index: -1;
}*/

#mp-step-quantity label {
    font-weight: bold;
}

#mp-step-buttons {
    display: flex;
    clear: both;
    justify-content: right;
}
#mp-step-buttons input {
    margin-top: 10px;
}

.mp-step-measures div {
    float: left;
    margin: 5px 5px 20px 5px;
}

.mp-step-measures div .typemeasure {
    font-size: 11px;
}
.mp-step-measures label {
    font-weight: 600;
    margin: 0;
    width: 100%;
    font-size: 14px;
}

#mp-step {
    float: left;
    width: 100%;
}

#mp-step-result {
    display: block;
    float: left;
    width: 100%;
}

#mp-step-result a {
    float: left;
    margin: 2px;
    width: 100px !important;
    height: 100px !important;
}

#mp-step-result a img {
    width: 100px !important;
    height: 100px !important;
}

#mpproduct-step {
    float: left;
    width: 100%;
}

ul.megabuttons_list {
    list-style-type: none;
    display: flex;
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
}

.megabuttons_list li,
.bas_buttons a {
    /* float: left; */
}

.megabuttons_list li {
    margin: 0 5px 5px 0;
}

/*.megabuttons_list li a{
  border: 1px solid #9dc4e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.megabuttons_list a {
  color: #3c89c8;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  text-decoration: none;

}*/
.megabuttons_list a {

    color: #050505;

    padding: 5px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    border-radius: 0px;

    outline: 1px solid #949494;

    cursor: pointer;

    display: block;
}

#megagroups .megabuttons_list a:hover,
#megagroups .megabuttons_list a.selectAttr {
    /*background: #3c89c8;
    outline: #3c89c8;
    color: #FFF;*/
    text-decoration: none;
}

.mpHide {
    top: -2300px;
    left: -1000px;
    position: absolute !important;
}

div.radio input.hideMegaField,
.hideMegaField,.hideMegaFieldFilter {
    top: -2300px;
    position: absolute !important;
    display: none;
    -webkit-appearance: none;
}

.mp_title {
    font-weight: bold;
}

/*.mp-categorylabel,.mega-attrlabel{width:100%;float:left;margin-bottom:6px;}*/
.mega-attrlabel {
    border-top: 1px solid #C9C9C9;
    font-size: 1em;
    font-weight: 700;
    min-height: 30px;
    line-height: 22px;
    margin-bottom: 0px;
    padding: 15px 0px;
    text-align: left;
}
.mega-attrlabel .megaattr_name {
    color: red;
    font-size: 0.9em
}

.megadescriptionlong {
    clear: left;
    float: left;
    width: 100%;
}

.megadescriptionshort {
    clear: left;
    /* float: left; */
    width: 100%;
}

.mega_title {
    font-weight: bold;
    font-size: 14px;
}

.mpinlineblock ul.megaquantity_list {
    display: inline-block;
}

.mpinlineblock ul.megaquantity_list li {
    float: left;
    padding: 5px;
    text-align: center;
}

ul.megaquantity_list {
    list-style-type: none;
    clear: left;
    margin-top: 5px;
    padding: 0;
    text-align: center;
}

ul.mpqtycolor li {
    display: inline-block;
    float: left;
}

.mpstep input.mega-qty-list {
    width: 40px;
    margin: 5px;
    text-align: center;
}

.mp-product-price {
    color: red;
}

.mp-product-stock {
    font-weight: bold;
}

.megazoom {
    background: url('img/zoom.png') no-repeat;
    float: left;
    width: 24px;
    height: 24px;
}

.megahelp {
    background: url('img/help.svg?') no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.megaattrhelp {
    background: url('img/help-mini.png') no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.megahelp img {}

.divmegazoom {
    float: right;
}

.divmegahelp {
    float: right;
}

.divmegaattrhelp {
    /*display: inline; float: right;*/
    position: absolute;
}

.megacolor_list {
    clear: left;
    display: flex;
    align-items: stretch;
    gap: 6px;
    flex-wrap: wrap;
}
.megacolor_list li:nth-child(n+8):not(.viewmorecontent) {
    display: none!important;
}
#tableRanges td,
#tableRanges th {
    text-align: center;
    text-transform: none;
}
#megagroups a.mp_color_pick {
    max-width: 100% !important;
    /*height: auto !important;*/
}
#extraInfoProducts .divmegazoom,
#extraInfoProducts .divmegahelp {
    display: none;
}
#megagroups .megacolor_list li .mplabeldiv {
    max-width: 100%;
    width: 100% !important;
    font-size: 12px;
    line-height: 12px;
}
.megacomplement_list .mp-attributes .mp_attribute_list select {
    width: 100%;
}
#megagroups a.mp_color_pick img {
    max-width: 100%;
    height: auto !important;
}
.mp_total_price {
    color: red;
    font-size: 29px;
    width: initial;
    text-align: right;
    display: block;
    font-weight: bold;
}
#calculePriceData #mp-modal-buttons {
    text-align: center;
    margin: 15px;
}

#calculePriceData .infoData {
    font-weight: bold;
    line-height: 25px;
}

#mpimages .ui-datepicker {
    width: 100%;
}

.mpcheckbox {}

.mpcheckboxdiv div.checker {
    width: 100%;
}

.mpcheckboxdiv {
    margin-top: 5px;
    text-align: center;
}

.mplabeldiv {
    margin-bottom: 5px;
    text-align: center;
}

.mpcheckboxlist {
    list-style: none;
}

.mpcheckboxlist li {
    float: left;
    /*width:32%;*/
    display: block;
    margin-top: 5px;
}

.mpcheckboxlist li input[type="checkbox"] {
    margin: 0px;
    width: 30px;
}

.mpcheckboxlist label {}

.megaradio {}

.megaradiolist li label {
    margin: 0px;
}

.megaradiolist li {
    float: left;
    width: 32%;
    display: flex;
    align-items: center;
    gap: 10px;

}
.megaradiolist li input {
    cursor: pointer;
}
.megaradio input[type="radio"] {
    clear: left;
    margin: 0px 5px;
}

.mp-personalization input[type="text"] {
    width: 90%;
    text-align: left;
}

.mp-personalization textarea {
    width: 100%;
    min-height: 60px;
}
.showTab {
    display: none;
}

.mp-label-result {
    font-weight: bold;
}

#mp-step-result {
    padding: 10px;
}

.mp-step-width {}

.mp-step-height {}

.mp-step-long {}

@media only screen and (min-width: 480px) {
    .resultFloat {
        position: fixed;
        max-width: 16%;
        min-width: 180px;
        right: 10px;
        top: 25%;
        z-index: 100000000;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #949494;
    }
}

#megagroups #show-result-container.fixedBottom {
    z-index: 9999;
    position: fixed;
    margin: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.mp_total_price_string {
    display: none;
}

#megagroups #show-result-container.fixedBottom .idTabs,
#megagroups #show-result-container.fixedBottom .mp-product-title,
#megagroups #show-result-container.fixedBottom br {
    display: none;
}

#megagroups #show-result-container.fixedBottom .mp-result-name {
    margin: 0px;
    width: 100%;
    max-width: 25%;
}
#megagroups #show-result-container.fixedBottom .mp-product-name {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-align: right;
    font-weight: 300;
    text-transform: uppercase
}

#megagroups #show-result-container.fixedBottom #mp-step-result {
    float: left;
    width: 100%;
    padding: 0px;
    max-width: 40%;
}
#megagroups #show-result-container.fixedBottom .mp-result-days {
    float: left;
    display: block;
    width: 100%;
    font-weight: bold;
    color: black;
}

#megagroups #show-result-container.fixedBottom .mp-result-price {
    font-size: 1.8rem;
    text-align: right;
    line-height: 28px;
    display: block;
    width: auto;
    max-width: 15%;
}
#megagroups #show-result-container.fixedBottom .mp_total_price_string {
    display: inline-block;
    margin-right: 10px;
}

#megagroups #show-result-container.fixedBottom .mp-result-error {
    float: left;
    width: 100%;
}
.mp-result-measure {
    color: black;
}
#megagroups #show-result-container.fixedBottom .mp-label-result {
    float: left;
    display: block;
    clear: left;
    color: black;
}

#megagroups #show-result-container.fixedBottom .mp-data-result {
    float: left;
    color: black;
    display: block;
    margin-left: 10px;
}

#megagroups #show-result-container.fixedBottom .mp_total_price {
    float: none;
    font-weight: bold;
    padding-right: 15px;
}

@media only screen and (max-width: 860px) {
    #megagroups #show-result-container.fixedBottom .mp_total_price_string {
        display: none;
    }

    #megagroups #show-result-container.fixedBottom .mp-product-name {
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
    }

    #megagroups #show-result-container.fixedBottom .mp-result-price {
        font-size: 1.0rem;
        line-height: 16px;
    }

    .mp-tab-button {
        float: none;
        display: inline-block;
        width: 50% !important;
    }
}



.resultFixed {
    float: left;
}

@media only screen and (max-width: 480px) {
    .resultFloat {
        position: relative;
        float: left;
        width: 100%;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #949494;
    }
}

.resultFloat .idTabs {
    display: none;
}

.resultFloat .mp_total_price {
    font-size: 18pt;
    font-weight: bold;
    float: none;
}

.resultFloat .mp-result-price {
    text-align: center;
    margin: 20px;
}

.mp-data-result {
    font-style: italic;
}

#mp-ul-tabs {
    border-bottom: 1px solid #D9DAD8;
    float: left;
    width: 100%;
}

#mp-ul-tabs li.mp-tab {
    float: left;
    margin-left: 10px;
    border: 1px solid;
    background: none repeat scroll 0 0 #fbfbfb;

    border: 1px solid #d6d4d4;
    border-bottom: none;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

#mp-ul-tabs li.selected {
    background: none;
}

.mp-tab-button {
    float: left;
    margin-left: 10px;
}

.mp-tab {
    font-size: 14px;
}

.mp-result-button {
    text-align: center;
    margin: 0px;
    width: auto;
    max-width: 20%;
}
.mp-result-button a {
    width: auto;
}

.mp-result-button a.btn-primary span {
    font-size: 12px;
}

#megagroups {
    width: 100%;
}

#megagroups .longStep {
    width: 100%;
}

#megafooter {
    width: 100%;
    float: left;
}
#megafooter img{
    max-width: 100%;
    height: auto
}
.button-moreinfo .button {}

.mega-zoom {}

.mp-result-name {
    margin-top: 8px;
    margin-left: 10px;
}

.mp-product-title {
    font-weight: bold;
    font-size: 14px;
}

.mp-product-name {
    font-weight: bold;
    font-size: 12px;
    color: red
}

.mp-result-measure-label {
    font-weight: bold;

    color: black;
}

.mega-group-buttons {
    position: absolute;
    margin-top: 75px;
}

.mp-result-data {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.mp-result-error {
    color: red;
    font-weight: bold;
    text-align: center;
}

#step-quantity {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.mp-wetransfer {
    background: url('./img/wetransfer.jpg');
    width: 100px;
    height: 100px;
    display: block;
    clear: left;
}

.megacart_quantity_delete {
    font-size: 23px;
    text-align: center;
}

.mp-result-weigth {
    margin-left: 10px
}

.mplayer {
    background: transparent;
}

.mplayer img {
    background-color: transparent !important;
    border: none;
}

.mp-edit-icon {
    background: url('img/edit.png') no-repeat;
    float: right;
    width: 24px;
    height: 24px;
}

.mp-save-icon {
    background: url('img/save.png') no-repeat;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.mp-checkout {
    float: left;
    width: 100%;
    display: block;
    border: 1px #a1a1a1 solid;
    padding: 10px;
    margin-top: 5px;
    display: none;
}

.mp-checkout span {
    float: left;
}

.mp-checkout input {
    margin-left: 50px;
    float: left;
}

.mp-cart-measure {
    margin: 8px;
    float: left;
    display: block;
}

.qty-help {
    float: none;
    display: inline-block;
}

.mp-cart-measure span {
    width: 80px;
}

.mp-cart-measure input {
    margin-width: 80px;
}

.mp-components {
    font-style: italic;
    font-weight: bold;
}

.mp-infos {
    font-size: 90%;
    font-weight: normal;
}

.showMPHeader {
    display: block;
    width: 100%;
    float: left;
}

.mpinfo-title {
    float: left;
    margin: 10px;
}

.mpinfo-logo {
    float: left
}

.mpinfo-date {
    float: left;
    margin: 10px;
}

#mpinfo-image {
    width: 100%
}

.mpInfoImage {
    float: left;
    width: 20%
}

.mpInfoProduct {
    float: left;
    width: 78%
}

.mega-limit {
    display: block;
    color: red;
}

#mp-cgv {
    display: inline-block;
}

.ui-tooltip {
    margin-left: 70px
}

.mp_ft,
.mp_inch {
    display: inline-block;
    width: 70px;
}

.mp_meters {
    display: inline-block;
    width: 70px;
}

.mp_inch {
    margin-left: 4px;
}

.mp_ft_span,
.mp_inch_ft {
    margin-left: 4px;
}

.mp-step-measures .measure-inches,
.mp-step-measures .measure-meters {
    float: none;
}

.megaimgzoom {
    float: right;
    position: absolute;
}

#megagroups .megacolor_list li .megazoomsingle {
    /* display: none;*/
}

.megazoomsingle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    cursor: pointer;
}

.megazoomsingle svg {
    width: 100%;
    height: auto;
}

#megagroups .megacolor_list li:hover .megazoomsingle {
    display: block;
    height: 24px;
    width: 24px;

}

#megagroups .megacolor_list li .megazoomsingle {
    display: none;
    cursor: pointer;
}

.megaattrzoom:before {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: red;
    padding-right: 0;
    padding-left: 3px;
}

/* .mpmovecontainer{display:none}*/
.mptitlehide>.mega-attrlabel {
    display: none;
}

.mptitleopacity>.mega-attrlabel {
    visibility: hidden;
    opacity: 0;
}

.mpallwith .megaradiolist li {
    width: 100%;
}

.mpallwith .mpcheckboxlist li {
    width: 100%;
}

.mpallwith .mpcheckboxlist .checker {
    display: inline-block;
}

.mpallwith .mpcheckboxlist li .mpradioprice {
    float: right;
}

.mpallwith .megaradiolist li .mpradioprice {
    float: right;
}

.megainputcontent {}

.mptitlehide {}

.mppriceattr {
    margin-top: 5px;
    font-size: 10px;
    clear: left;
}

@media(max-width: 800px) {
    .resultFloat {
        position: static;
        max-width: 16%;
        min-width: 180px;
        clear: both;
    }
}

/* CSS protesis en stock */
#megagroups #show-result-container {
    margin-top: 0;
    padding-left: 0%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #megagroups .click_paso2 .megacolor_list li {
        margin-left: 2%;
    }

    #megagroups .click_paso3 .megacolor_list li {
        margin-left: 10%;
    }

    #megagroups .click_paso4 .megacolor_list li {
        margin-left: 2%;
    }
}

@media(min-width: 1200px) {
    #megagroups .click_paso2 .megacolor_list li {
        margin-left: 8%;
    }

    #megagroups .click_paso3 .megacolor_list li {
        margin-left: 19%;
    }

    #megagroups .click_paso4 .megacolor_list li {
        margin-left: 7%;
    }
}

.megacombotexture {
    border: 1px solid transparent;
    min-height: 30px;
    width: auto;
    float: left;
    min-width: 30px;
    float: left;
    padding: 0;
    cursor: pointer;
    margin: 5px 4px;
    font-size: 12px;
    line-height: 19px;
    width: 190px;
}

.megacombotexture .fHead {
    border: 1px solid #ccc;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-in-out, border-color .5s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .5s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .5s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .5s ease-in-out;
    background: #f3f3f3;
    color: #333;
    padding: 4px 11px;
    position: absolute;
    min-width: 120px;
}

.megacombotexture .fHead:hover,
.megacombotexture .fHead.open {
    border: 1px solid #D6D4D4;
    color: black;
    background: white;
}

.megacombotexture .fHead.open {
    background: #fff;
    border-bottom-width: 0;
    border-color: #D6D4D4;
    z-index: 2;
}

.megacombotexture .fHead .fLabel {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.megacombotexture .fHead .iconFont {
    float: right;
    width: 15px;
    margin-left: 5px;
}

.megacombotexture .fHead.closed .iconFont:before {
    line-height: 18px;
    float: right;
    font-size: 17px;
    content: "\f107";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}

.megacombotexture .fHead.open .iconFont:before {
    line-height: 18px;
    float: right;
    font-size: 17px;
    content: "\f106";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}

.megacombotexture .filterBox {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #D6D4D4;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 0;
    width: 445px;
    -webkit-transform: scale(1);
    z-index: 1;
    opacity: 1;
    margin-top: 27px;
    position: absolute;
    left: 20px;
}

.megacombotexture .filterBox .noScrollBar {
    width: auto;
    overflow: hidden;
    height: auto;
    margin: 5px;
}

.megacombotexture_list {
    margin: 5px;
}

.megaproduct_name {}

/* RANGE CSS */
.mpslider {
    margin-top: 10px
}

.mp-personalization .fileupload-buttonbar .uploader span {
    display: none;
}

.mp-personalization .fileupload-buttonbar .uploader {}
.accordion-section {
    border: 1px solid #d6d4d4;
    padding: 0px 15px;
    clear: both;
    border-top: none;
}
div#mp-accordion {
    border-top: 1px solid #d6d4d4;
}
.megadescriptionshort {
    margin-bottom: 20px;
}
.megadescriptionshort p {
    color: black;
    margin: 0px;
}
/*----- ACCORDINF -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px 0px;
    display: inline-block;
    border-bottom: none;
    transition: all linear 0.15s;
    /* Type */
    font-size: 1.200em;
    color: black;
}

.accordion-section-title.active {
    font-weight: bold;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 0px 0px 15px 0px;
    display: none;
}

.mp-accordion-buttons {
    display: block;
    text-align: right;
}

.megacomplement_list {}

.megacomplement_list .mpclistproduct {
    min-height: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.megacomplement_list .megaproduct_name {
    font-size: 16px;
    font-weight: bold;
}

.megacomplement_list .mega-product-price {
    font-weight: bold;
}

.megacomplement_list .mp-fieldset {
    margin-bottom: 4px;
}

.megacomplement_list .mp-fieldset li {
    display: block;
    float: left;
    margin: 2px;
    outline: 1px solid #666666;
    cursor: pointer;
}

.megacomplement_list .mp-fieldset li.selected {
    outline: 2px solid red
}

.megacomplement_list .mpcolor_pick {
    width: 24px;
    height: 24px;
    display: block;
}

.megacomplement_list .mp-attributes {}

.megacomplement_list input.mega-comb-qty-list {
    width: 40px;
    margin: 5px;
    text-align: center;
    max-width: 100%;
    border: 1px solid #555555;
    border-radius: 9px !important;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    background-color: white;
    color: #2D2D2D;
}

.mega-comb-select-list {
    max-width: 170px;
}

.mega-comb-qty-table {
    text-align: center;
    max-width: 80px;
}

/*******PS 1.7*******/
#megaproduct label {
    text-align: left;
}

/*#id_step_quantity {
    color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;
}*/

#mp-quantity-prices .mp-tableqty-price {
    font-weight: bold;
}

#mp-quantity-prices .mp-tableqty-qty {
    background: #428bca;
    color: #fff;
    padding: 8px;
    text-align: center;
}

#mp-quantity-prices .mp-tableqty-headerqty {
    text-align: center;
}

#mp-quantity-prices .mp-tableqty-headerattr {
    background: #428bca;
    color: #fff;
    padding: 8px;
}

.megacategory_list li {
    float: left;
    margin: 5px;
}

.hideMegaFieldCategory {
    display: none !important;
}

#mpFilterMeasures {
    float: left;
    width: 100%;
}

/* CHECKOUT*/
.js-cart-line-megaproduct-measure {
    color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 4rem;
}

.mp-tab-steps .progressbar {
    counter-reset: step;
}

.mp-tab-steps .progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.mp-tab-steps .progressbar li:before {
    width: 45px;
    height: 45px;
    content: counter(step);
    counter-increment: step;
    line-height: 45px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.mp-tab-steps .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 25px;
    left: -50%;
    z-index: -1;
}

.mp-tab-steps .progressbar li:first-child:after {
    content: none;
}

.mp-tab-steps .progressbar li.active {
    color: green;
}

.mp-tab-steps .progressbar li.active:before {
    border-color: #55b776;
}

.mp-tab-steps .progressbar li.active+li:after {
    background-color: #55b776;
}

.mp-tab-steps {
    padding: 18px;
    float: left;
    width: 100%;
    display: block;
}

#mp-ul-steptabs {
    float: left;
    width: 100%;
    margin-top: 8px;
}

#mp-ul-steptabs .mp-tab-button {
    margin: 0px;
}

#mp-step-before {}

#mp-step-next {
    float: right;
    text-align: right;
}

.mp-result-measure {}

#btnMPSample {
    margin-right: 10px;
}

.customproduct {
    display: none !important;
}

#megagroups .col-lg-1,
#megagroups .col-lg-2,
#megagroups .col-lg-3,
#megagroups .col-lg-4,
#megagroups .col-lg-5,
#megagroups .col-lg-6,
#megagroups .col-lg-7,
#megagroups .col-lg-8,
#megagroups .col-lg-9,
#megagroups .col-lg-10,
#megagroups .col-lg-11,
#megagroups .col-lg-12 {
    clear: none !important;
    padding: 0px;
}

.mpBtnContainer .add-to-cart {
    display: none !important;
}

.mpDisable {
    pointer-events: none;
    opacity: 0.2;
}

#mp-lamas {
    float: left;
    width: 100%;
}

#mp-lamas-container {
    overflow: auto;
    margin-left: 50px;
    z-index: 1000;
}

#mp-lamas-nav {
    float: left;
    width: 100%;
    margin-top: -150px;
}

.mp-lamas-previous {
    float: left;
    font-size: 28px;
    font-weight: bold
}

.mp-lamas-next {
    float: right;
    font-size: 28px;
    font-weight: bold
}

#mp-ul-lamas {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#mp-ul-lamas li {
    display: block;
    float: left;
    height: 220px;
    width: 30px;
    margin: 2px;
    border: 1px solid;
    background: #e7e7e7;
    text-align: center;
}

#mp-ul-lamas li:hover {
    cursor: pointer
}

#mp-ul-lamas li span.lamas-number {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: -19px;
}

#mp-ul-lamas li span.lamas-click {
    ext-align: center;
    display: block;
    margin-top: 90px;
    font-size: 8px;
}

.mp-lamas-buttons {
    float: left;
    width: 100%;
}

/* TABLE COMBINATIONS */
.mpgroup-row-title {
    font-weight: bold;
    text-align: center;
}

.mpgroup-col-title {
    font-weight: bold;
    text-align: center;
}

#mp-table-groups .mpgroup-input {
    font-weight: bold;
    text-align: center;
}

.mp-price-span {
    color: #428bca;
}

.mp-price {
    color: #428bca;
}

.mp-price-disc-span {
    color: red;
}

.mp-stock-span {
    font-weight: bold;
}

.mp-input-error {
    color: red
}

#mp-table-groups .mpgroup-col-title {
    background: #428bca;
    color: #fff;
    padding: 8px;
}

#mp-table-groups .mpgroup-row-title {
    background: #428bca;
    color: #fff;
    padding: 5px;
}

.mp-stock-span img {
    width: 32px;
    height: 32px;
}

#mp-table-groups .mp-stock-span img {
    width: 24px;
    height: 24px;
}

#mp-table-groups .mpgroup-col-title {
    background: #428bca;
    color: #fff;
    padding: 8px;
}

#mp-table-groups .mpgroup-row-title {
    background: #428bca;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
}

.mp-stock-span img {
    width: 32px;
    height: 32px;
}

#mp-table-groups .mp-stock-span img {
    width: 24px;
    height: 24px;
}

.mpTableRowSelect {
    background: #000;
    color: #fff;
}

.btnMPQuantity {
    padding: 1.0em 1.4em;
}

.mp-data-price {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.errorMPMeasures {
    border-bottom: 3px red !important
}

.countPagesHeight #id_height {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mp-personalization .mColorPickerTrigger {
    display: inline-block;
    cursor: pointer;
    width: 46px;
}
div#megaproductdays {
    margin-bottom: 16px;
}
.mp-personalization input.mpColorPicker {
    width: 120px;
}

.mp-personalization #mColorPickerImg {
    background-image: url("../img/admin/colorpicker.png") !important;
}
div#megagroups.tabs {
    padding: 0px;
    margin: 0px;
    background: transparent;
}

div#megagroups > .mpstep > div > .mp_total_price {
    display: none;
}

#megaintro img {
    max-width: 100%;
    height: auto;
}
div#megagroups select {
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.1rem center/1.25rem 1.25rem;
    max-width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 0px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    background-color: white;
    text-transform: capitalize;
    color: #2D2D2D;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

#editMegaIframe #footer,#editMegaIframe #header{display:none;}
.mpstep .product-features>dl.data-sheet {margin:0px;display: -webkit-box; display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
.mpstep .product-features>dl.data-sheet dd.value, .mpstep .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1; -ms-flex: 1 0 40%; flex: 1 0 40%; font-weight: 400; background: #f5f5f5; padding: 0.625rem;
    margin-right: 0.625rem;  min-height: 2.5rem;  word-break: normal;  text-transform: capitalize;  margin-bottom: 0.5rem;
}


@media(max-width:991px) {
    #megagroups .megacolor_list li {
        max-width: calc(calc(100% / 6 ) - 6px);
    }
    #megagroups #show-result-container.fixedBottom #mp-step-result {
        float: left;
        width: 100%;
        padding: 0px;
        max-width: 34%;
    }
}
@media(max-width:767px) {
		#id_step_quantity{margin-top:5px;}
    #megaproduct {
        min-height: 300px;
    }
    #megagroups {
        min-height: 150px;
    }
    .tabevent.mobile a{
        /* font-weight: normal!important; */
    }
    div#_mobile_tabs{
        display: none;
    }
    .megacolor_list li:nth-child(n+5):not(.viewmorecontent){
        display: none!important
    }
    .mp-measure {
        max-width: 100%;
    }
    #megagroups .megacolor_list li {
        max-width: calc(calc(100% / 5 ) - 6px);
        margin-bottom: 15px;
    }
    .mp-step-measures{
        width: 100%;
        gap: 10px;
    }
    .mp-step-measures div {
        /* float: left; */
        margin: 0px 0px 20px 0px;
        display: flex;
        align-items: flex-start;
        gap: 0px;
        flex-direction: column;
        width: 100%;
    }
    .mp-step-measures .mpMeasureTextAlert{width:100%;}
    #megagroups #show-result-container.fixedBottom #mp-step-result {
        width: 100%;
        max-width: 100%;
    }
    #megagroups #show-result-container.fixedBottom .mp_total_price {
        padding:0px;
        text-align:center;
        font-size: 20px;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-price {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-name {
        display: none;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-button {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    #megagroups #show-result-container.fixedBottom .mp-label-result {
        font-size: 12px;
    }
    #megagroups #show-result-container.fixedBottom .mp-data-result {
        font-size: 12px;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-days {
        font-size: 12px;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-data {
        margin: 0px;
    }
    #megagroups #show-result-container.fixedBottom .mp-result-measure {
        font-size: 12px;
    }
    #megagroups #show-result-container.fixedBottom {
        padding: 10px 10px;
    }
}

/* CARROUSE */
#mpimages .owl-carousel .owl-nav{/* display: block; */}
#mpimages .owl-carousel .owl-dots{/* display:none; */}

#mpimages .owl-carousel .owl-nav .owl-prev{position: absolute;left: 0px; top: 25%;}
#mpimages .owl-carousel .owl-nav .owl-next{position: absolute;right: 0px; top: 25%;}
#mpimages .owl-carousel .owl-stage{margin:5px;}
#mpimages .owl-carousel .owl-stage-outer{/* margin:30px; */}
#mpimages .owl-carousel.owl-drag .owl-item{margin-top:2px;}
#mpimages .owl-carousel .owl-nav span{font-size:50px;}
#megaproductdays{border:1px solid #D6D4D4;text-align: center;padding: 15px;font-weight: bold;}
.mpdropdown .ms-dd{width:100%;}
/* DESIGNER CONTAINER */
#mpDesignerContainer{width:100%;height:100%;display:block;min-height:300px;
    background:#000;background-size:cover;border:1px solid #000;text-align:center;}
#mpDesignerContainer #mpCharsContainer{color:#fff;font-size:60px;}
#mpDesignerContainer #mpCharsContainer.mpAnimationChar{
    font-size:calc(12px * 20px);
    animation-name: multi-colour-neon-10948;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-shadow: 0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #0fa,
    0 0 82px #0fa,
    0 0 92px #0fa,
    0 0 102px #0fa,
    0 0 151px #0fa;}
@keyframes glow-neon {
    0% {
        text-shadow: 0 0;
    }
    50% {
        text-shadow: 0 0 14px;
        filter: brightness(300%);
    }
    75% {
        text-shadow: 0 0 16px;
        filter: brightness(300%);
    }
}
.cropper-action-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.cropper-action-btn svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.cropper-action-btn:hover svg {
    fill: #007bff;
}

#cropper-container {
    position: absolute;
    top: 0px;
    right: 0px;
}
#megagroups #cropper-container{position: relative; top: 0px;right: 0px;}

.megainputcontent .lateralpopup {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 532px;
    max-width: 100vw;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.2);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* efecto suave */
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(120vw);
    transition: transform 300ms ease-in-out;
}

/* cuando estÃ¡ abierto */
body.openLateralMegaproduct .megainputcontent .lateralpopup.open {
    transform: translateX(0);
    transition: transform 300ms ease-in-out;
}
body.openLateralMegaproduct #bglateralpopup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999
}
/* BotÃ³n de cerrar */
.lateralpopup .close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f2f2f2;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    transition: background 0.3s;
    z-index: 11;
}
.lateralpopup .close-btn:hover {
    background: #ddd;
}
.megainputcontent .lateralpopup ul {
    /* overflow: scroll; */
    display: flex;
    flex-wrap: wrap;
    /* height: 100%; */
    padding: 25px 10px;
}

.megainputcontent .lateralpopup ul > li {
    width: 25%;
    padding: 10px;
    position: relative;
    font-size: 11px;
}

.megainputcontent .lateralpopup ul > li .noimage {
    width: 100px;
    height: 100px;
}
#mp-step-buttons #btnAddProduct:hover, #mp-step-buttons #btnCalculePrice:hover {
    /* background: white; */
    /* border: 2px solid #ff2330; */
    /* color: #ff2330; */
    opacity: 0.7;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix:after {
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #ff2330;
    margin-top: 30px;
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close{
    background: transparent;
    border: none;
    right: 15px!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    /* Establecer la posiciÃ³n relativa para que los pseudo-elementos se posicionen con respecto a este */
    position: relative;
    /* Asegurar que el elemento tenga un tamaÃ±o y sea visible (ajusta segÃºn sea necesario) */
    width: 20px; /* Ancho de la X */
    height: 20px; /* Altura de la X */
    cursor: pointer; /* Indicar que es un elemento interactivo */
    /* Opcional: Ocultar o resetear el contenido original si lo hubiera */
    text-indent: -9999px; /* Ocultar texto */
    overflow: hidden; /* Asegurar que el texto estÃ© oculto */
}

/* Base de los pseudo-elementos */
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
    /* Los pseudo-elementos necesitan contenido, posiciÃ³n absoluta y visualizaciÃ³n como bloque */
    content: '';
    position: absolute;
    top: 50%; /* Centrar verticalmente */
    left: 50%; /* Centrar horizontalmente */
    width: 100%; /* Ancho de la barra (ajusta si es necesario) */
    height: 2px; /* Grosor de la lÃ­nea */
    background: #000; /* Color de la lÃ­nea (ajusta segÃºn tu diseÃ±o) */
    /* Asegurar el centrado con la transformaciÃ³n */
    transform-origin: center;
}

/* La primera barra (inclinada a 45 grados) - Usando :before */
.ui-dialog .ui-dialog-titlebar-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* La segunda barra (inclinada a -45 grados) - Usando :after */
.ui-dialog .ui-dialog-titlebar-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    border-radius: 0px!important;
    box-shadow: 4px 4px 8px 1px rgb(0 0 0 / 40%);
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    top: 60px!important;
    position: fixed;
    scrollbar-width: none;   /* Firefox */
    -ms-overflow-style: none;/* IE y Edge antiguos */
}

div#helpmegaproduct {
    font-size: 12px;
    line-height: 16px;
}

div#helpmegaproduct img {
    max-width: 100%;
    height: auto;
}

.extrainfotop {
    clear: both;
    border-top: 1px solid #ff2330;
    padding-top: 10px;
}

.extrainfotop .anchortabs {
    display: flex;
    gap: 15px;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.extrainfotop .anchortabs li a {
    color: black;
    font-weight: normal!important;
}

.extrainfotop .anchortabs li {
    border-right: 1px solid #ff2330;
    padding: 5px 15px 5px 0px;
}

.extrainfotop .anchortabs li a {
    font-weight: bold;
}

.extrainfotop .anchortabs li a:hover {
    color: #ff2330;
}

.extrainfotop .anchortabs li:last-child {
    border: none;
}

.extrainfoprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.extrainfoprice .pricetotalblock {
    /* font-size: 24px; */
    /* font-weight: bold; */
}

.contentaddtocart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contentaddtocart .btn-secondary {
    width: 500%;
    line-height: 45px;
    height: 45px;
    border: 1px solid black;
    background: transparent;
}
#megagroups .megacolor_list li a.muestraatributo {
    width: 100% !important;
    border-radius: 13px;
    padding: 6px 5px;
    min-height: initial;
    font-size: 12px;
    white-space: break-spaces;
    aspect-ratio: initial;
    line-height: 12px;
}
html.opendialog {
        position: fixed; 
     overflow-y: scroll; 
     width: 100%;
}


.viewmorecontent .muestraattributo {
    height: 57px;
}
.mpstep input.mpMeasureAlert{color:red;font-weight:bold;}
.typemeasure{color:transparent;}
.ui-dialog{z-index:10000;}

@media(max-width:767px ){
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
   width: 100vw!important;
   max-height: 100vh!important;
   z-index: 999;
   top: 0px!important;
}
    .ui-widget-overlay.ui-front{
        z-index: 999;
    }
    #megagroups .megacolor_list li a{
        min-height: auto;
    }
    .extrainfotop .anchortabs li a{
    font-size: 12px;
    font-weight: initial;
}
    .extrainfotop .anchortabs{
    display: flex;
    justify-content: space-between;
}
    .extrainfotop .anchortabs li{
    text-align: center;
    padding: 5px 19px 5px 3px;
    width: 100%;
}
    #megagroups .megacolor_list li .mplabeldiv {
    font-size: 10px;

}
}

/* bug #23033 — viewmore desktop: ocultar "+" si todos los colores son visibles */
@media(min-width:768px) {
    .megacolor_list li.viewmorecontent {
        display: none!important;
    }
    .megacolor_list li:nth-child(n+8):not(.viewmorecontent) ~ li.viewmorecontent {
        display: block!important;
    }
}

/* bug #23033 — lateralpopup mobile: imágenes responsivas */
@media(max-width:767px) {
    .megainputcontent .lateralpopup ul > li img.tooltip-image {
        max-width: 100%!important;
        width: 100%!important;
        height: auto!important;
    }
    .megainputcontent .lateralpopup ul > li .mplabeldiv {
        width: auto!important;
    }
}
