
    /*////////////////////////////////////////////////////////////////////*/
    /*   COMPARAR              ////////////////////////////////////////  */
    /*//////////////////////////////////////////////////////////////////*/

    #COMPARE {
        background: #FFF;
    }

    #tab-comparar {
        float: left;
        padding: 0;
        width: 100%;
    }

    .Content.Compare section{
        padding-top: 0;
    }

    /**************************************************************************/
    /* COMPARAR - DESKTOP ******************************/

    #tab-comparar table {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        float: left;
        font-size: 0.9em;
        margin-bottom: 0;
        width: 100%;
    }


    /* table product */
    .table-main .table-product {
        padding-left: 25%;
        min-height: 1px;
        float: left;
        display: inline-flex;
        width: 100%;
    }
    .table-main .table-product.two-items {padding-left: 33.333%}

    .table-main .PRODUCT_BOX {
        float: left;
        margin: 0;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        border: 0;
        border-right: 1px solid #ddd;
        position: relative;
        left: 1px;
        padding: 27px 10px 50px 10px;
    }
    .table-main .two-items .PRODUCT_BOX {width: 50%}
    .table-main .two-items .spec_grupo li h6, .table-main .two-items .spec_grupo li span {width: 33.3333%}

    #tab-comparar .PRODUCT_BOX:first-child {border-left: 1px solid #eee}

    #tab-comparar .PRODUCT_BOX .box_image {
        height: 180px;
        margin: 3px 0 5px !important;
        display: block;
        float: left;
    }

    #tab-comparar .table-product .box_image .badges {
        position: static;
        display: inline-block;
        float: left;
        display: none
    }

    #tab-comparar .table-product .badge-enviogratis
    {
        width: 156px;
        margin: 0 calc(50% - 78px);
        bottom: -30px;
    }

    #tab-comparar .table-product .PRODUCT_BOX .box_data {
        margin-top: 30px;
        display: block;
        float: left;
        max-width: unset;
        width: 100%;
        margin-top: auto;
        margin-bottom: 0;
    }

    #tab-comparar .box_data > span {
        display: table;
        margin: auto;
        width: auto;
    }
    #tab-comparar .box_data > span > * {
        display: inline-block;
        float: none;
    }
    #tab-comparar .box_data h3 {
    margin: 0;
        padding: 0 5px;
        height: auto !important;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #000000;
            margin-top: 15px;
    }
    #tab-comparar .box_data h3:hover {
        text-decoration: underline
    }
    #tab-comparar .box_data > span .price {
        font-size: 1.3em;
        width: 100%;
        text-align: center;
    }
    #tab-comparar .box_data > span .tachado {
        font-size: 0.95em;
        width: 100%;
        opacity: 0.4;
        text-align: center;
        margin-top: 3px;
    }

    #tab-comparar .BUTTONBUY {
        margin: 10px auto;
        display: block;
        padding: 7px 10px;
        max-width: 130px;
        font-size: 0.95em;
        background: #2972f8;
        text-transform: none;
        font-style: normal;
        font-weight: 500;
        font-size: 14.831px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 91.2676px;
    }


    #tab-comparar .PRODUCT_BOX:hover {box-shadow: none !important; background-color: transparent;}
    #tab-comparar .PRODUCT_BOX:first-child, #tab-comparar .PRODUCT_BOX:first-child:hover {box-shadow: 2px 0 15px rgba(0, 0, 0, 0.12) !important;}
    #tab-comparar .PRODUCT_BOX:hover .rib::after {display: block;}

    #tab-comparar .PRODUCT_BOX:nth-child(2) .box_image .badges, #tab-comparar .PRODUCT_BOX:nth-child(1) {
        z-index: 1;
    }



    /* table data */
    .table-main .table-data {
        float: left;
        width: 100%;
    }


    .table-main .spec_grupo h5 {
        background-color: #f5f5f5;
        border-top: 2px solid #fff;
        color: #054fa2;
        font-size: 1.35em;
        font-weight: normal;
        margin: 0;
        padding: 11px 15px;
        position: relative;
    }
    .table-main .spec_grupo h5::before {
        border: 1px solid #054fa2;
        border-radius: 100%;
        font-family: "Ionicons";
        font-size: 24px;
        height: 26px;
        line-height: 24px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: calc(50% - 13px);
        width: 26px;
    }
    .table-main .spec_grupo h5::before {content: "\f462"}
    .table-main .spec_grupo h5.collapsed::before {content: "\f489"}


    .table-main .spec_grupo, .table-main .spec_grupo li {
        display: table;
        float: left;
        width: 100%;
    }
    .table-main .spec_grupo li > * {
        background-color: transparent;
        border-color: #ebebeb;
        border-style: solid;
        border-width: 1px 1px 0 0;
        display: table-cell;
        float: none;
        font-size: 0.9em;
        line-height: 1.2em;
        margin: 0;
        padding: 13px 15px;
        text-align: center;
        vertical-align: middle;
        width: 25%;
    }
    .table-main .spec_grupo li > h6 {
        background-color: #fff;
        border-color: #fff;
        text-align: right;
    }
    .table-main .spec_grupo li > *:nth-child(2) {
        border-left-width: 1px;
    }
    .table-main .spec_grupo:last-child li > * {
        border-bottom-width: 1px;
    }
    .table-main .spec_grupo li:nth-child(2n+2) > span {
        background-color: #fbfbfb;
    }

    /* hover */
    .table-main .spec_grupo li:hover > h6 {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }
    .table-main .spec_grupo li:hover > span {background-color: #eaeaea;}


    td.datos-tabla {
        width: 25%;
        text-align: center;
    }
    th.titulo-tabla {
        width: 25%;
        border: none !important;
        text-align: right;
    }



    /* table responsive */

    @media (max-width:1199px) {
        #tab-comparar .th_image .box_image img {
            max-height: unset;
            width: 100%;
        }
        #tab-comparar th {
            line-height: 1.2em;
            width: 17%;
        }
        #tab-comparar table h3 {
            font-size: 1.45em;
            height: 63px;
        }
        .table-main .table-product {
            padding-left: 18%;
        }
    }

    @media (max-width:991px) {
        #tab-comparar table {
            font-size: 0.8em
        }
        #tab-comparar th {
            padding-right: 10px;
            width: 3%;
        }
        #tab-comparar table h3 {
            font-size: 1.35em;
            height: 50px;
        }
        #tab-comparar .box_data>span {
            font-size: 0.84em;
        }
        #tab-comparar .box_data>span>* {
            display: block;
            text-align: center;
            margin: 0 !important;
        }
        #COMPARE {
            display: none;
        }
    }

    @media (max-width:767px) {

    }






    /**************************************************************************/
    /* COMPARAR - MOBILE ******************************/

    @media (max-width:767px) {
        #compare-slider .owl-dots {
            display: none
        }
        #compare-slider .owl-nav>div {
            font-size: 1.4em;
            text-shadow: none;
            top: 133px;
        }
        #compare-slider .owl-nav .owl-next {
            right: 0
        }
        #compare-slider .owl-nav .owl-prev {
            left: 0
        }
        #compare-slider {}
        #tab-comparar .PRODUCT_BOX .box_image {
            height: 130px;
            margin: 0;
        }
        #tab-comparar .PRODUCT_BOX .option-color {
            margin-bottom: 7px;
        }
        #tab-comparar .PRODUCT_BOX .option-color li {
            height: 10px;
            margin: 4px 5px 4px 3px;
            width: 10px;
        }
        #tab-comparar .PRODUCT_BOX .box_data h3 {
        font-size: 1.6em;
        height: 60px;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #4F4F4F;
        height: auto !important;
        }
        #tab-comparar .box_data>span {
            font-size: 1em;
            text-align: center;
        }
        #tab-comparar .box_data>span>* {
            display: inline-block;
            font-style: normal;
            font-weight: 500;
            font-size: 11.5152px !important;
            line-height: 15px;
            text-align: center;
            letter-spacing: 0;
            color: #000000;
            padding: 0;
            margin-top: 10px !important;
        }
        #tab-comparar .box_data > span .tachado{
            margin-top: 0px !important
        }
        #tab-comparar .BUTTONBUY {
            margin-bottom: 11px;
            max-width: 171px;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #FFFFFF;
            width: 90%;
            padding: 6px 0;
        }
        #tab-comparar .table-product .box_image .badges{
            display: none
        }
        #tab-comparar .item>* {
            float: left;
            width: 100%;
            max-width: 100%;
        }
        .box_propiedad {}
        .box_propiedad .prop {
            border-top: 1px solid #eee;
            float: left;
            line-height: 1.2em;
            padding: 5px 0;
            width: 100%;
        }
        .box_propiedad .prop>* {
            float: left;
            font-weight: normal;
            text-align: center;
            width: 100%;
        }
        .box_propiedad span {
            color: #777;
            font-size: 0.83em;
            margin-bottom: 2px;
        }
        .box_propiedad strong {
            font-size: 1.2em;
            line-height: 1.2em;
        }

        .table-main .table-product {
            padding: 0;
            display: flex;
            width: 100%;
        }
        .table-main .spec_grupo, .table-main .spec_grupo ul{
            width: 100%
        }
        .table-main .spec_grupo, .table-main .spec_grupo li{
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }
        .table-main .spec_grupo h5::before{
            border: 0;
        }

        .table-main .spec_grupo h5 {
            width: 100%;
            color: black;
            background-color: #d9d9d9;
            font-weight: 500;
            font-size: 16px;
        }
        .table-main .spec_grupo li h6{
            width: 100%;
            text-align: center;
            color: #000;
            font-weight: 700;
            background: #f2eeff;
            padding: 8px 0;
            border-bottom: 1px solid #d5cfdb;
        }
        .table-main .spec_grupo li span{
            width: 33.3%;
            text-align: left;
            border-color: #cfcfd1;
            padding: 8px 5px;
        }
        #tab-comparar .PRODUCT_BOX{
            display: flex;
            flex-direction: column;
        }
        #tab-comparar .table-product .PRODUCT_BOX .box_data {
            margin-top: auto;
            margin-bottom: 0;
        }
    }

    @media (max-width:767px) 
    {
        #COMPARE > div{
            padding: 0;
        }
    }


    @media (max-width:457px) 
    {
        #tab-comparar .PRODUCT_BOX .box_image {
            height: 105px;
            margin: 0;
        }
        #tab-comparar  .PRODUCT_BOX {
            font-size: 0.84em;
            padding: 10px 0;
        }
    }


    
/*Compare*/


.Compare table {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: .87em;
    margin-bottom: 0;
    min-width: 480px
}

.Compare tr td,.Compare tr th {
    border: 1px solid #ddd!important
}

.Compare th,.Compare td {
    width: 21%
}

#tab-comparar table tbody>tr td,#tab-comparar table tbody>tr th {
    background: transparent
}

#tab-comparar table tbody>tr:nth-child(2) {
    background-color: #f9f9f9
}

#tab-comparar table tbody>tr:nth-child(4n+4) {
    background-color: #f9f9f9
}

.Compare thead.affix .corner,.Compare tbody tr th:first-child,.Compare thead .corner {
    width: 9%
}

.Compare thead {
    box-shadow: 0 0 5px rgba(0,0,0,.28);
    z-index: 2
}

.Compare thead th {
    background: #040043 none repeat scroll 0 0!important;
    border-color: #f5f5f5!important;
    border-style: solid!important;
    border-width: 0 0 6px!important;
    padding-bottom: 14px!important;
    padding-top: 35px!important;
    position: relative;
    vertical-align: middle!important
}

.Compare tbody th,.Compare tbody td {
    padding: 8px!important
}

.Compare tbody tr th:first-child,.Content thead tr th:first-child {
    padding-left: 10px!important
}

.Compare tbody tr th:last-child,.Content thead tr td:last-child {
    padding-right: 10px!important
}

.Compare .corner {
    background: #040043 none repeat scroll 0 0!important;
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1em
}

.Compare table h3 {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 5px 0 10px;
    padding: 0 5px;
    text-align: center
}

.Compare table h3:hover {
    text-decoration: underline
}

.th_image img:hover {
    border: 1px solid #040043
}

.Compare .remove {
    background: #888 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 24px;
    bottom: -17px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 19px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    text-align: center;
    text-decoration: none!important;
    width: 25px
}

.Compare .remove:before {
    content: ""
}

.Compare .remove:before {
    font-family: "E3Interface";
    text-align: center
}

.Compare .remove:hover {
    color: #fff;
    background: #000
}

.Compare .th_image {
    background: #fff none repeat scroll 0 0!important
}

.Compare .th_img {
    opacity: 1!important;
    text-align: left!important
}

.Compare .th_img:before {
    content: ""
}

.Compare .th_img::before {
    font-family: "Ionicons";
    opacity: .2
}

.Compare .th_image {
    padding: 1px!important;
    text-align: center
}

.Compare .th_image img {
    height: auto;
    max-width: 140px;
    max-height: 120px;
    padding-top: 7px;
    width: auto
}

.Compare tbody th {
    color: #777;
    font-weight: 500;
    letter-spacing: .02em;
    min-width: 133px
}

.Compare table .price_wrapper {
    font-size: .95em;
    height: auto;
    margin-bottom: 10px
}

.Compare table .BUTTONBUY {
    margin-top: 7px;
    padding: 11px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_buy .BUTTONBUY {
    font-size: 1.05em!important;
    margin: 0 auto;
    padding: 6px 14px!important
}

.Compare table .stars_off {
    z-index: 0
}

.Compare table .puntaje {
    display: none
}

.comp-button span {
    font-family: 'Open Sans';
    font-size: .95em;
    color: #707070
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 0 4px 0;
    height: 12px;
    width: 12px;
    border: 1px solid #a1a2a2;
    content: "";
    border-radius: 2px
}

.affix {
    width: inherit
}

.Compare thead.affix {
    top: 0
}

.Compare thead.affix tr {
    display: table;
    width: 100%
}

.Compare thead.affix th {
    display: table-cell;
    padding: 5px 5px 13px!important
}

.Compare thead.affix h3 {
    font-size: .78em;
    letter-spacing: 0;
    line-height: 1.1em
}

.Compare thead.affix .remove {
    bottom: -20px
}

#tab-comparar tr:hover td {
    background-color: #eee!important
}

#tab-comparar tr:hover th {
    background-color: #e9e8ea
}

#tab-comparar tr:nth-child(1):hover>* {
    background-color: #fff!important
}

.compare {
    float: left;
    position: relative;
    clear: left;
    width: 100%;
    top: 5px
}

.comp-button {
    color: #777;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-button:before {
    content: ""
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.4em;
    opacity: .8;
    text-decoration: none!important;
    text-transform: none
}

.comp-button::after {
    content: "Comparar";
    font-size: 13px;
}

.compare:hover .comp-button {
    text-decoration: underline!important;
    opacity: 1;
    color: #444!important
}

.act_compare .comp-button {
    color: #000!important
}

.act_compare .comp-button:before {
    content: "\f122";
    font-size: 1em;
    color: #0054C8;
}

.act_compare .comp-button:before {
    line-height: 0.7em;
}

.act_compare .comp-button::after {
    content: "Ver Comparación";
    letter-spacing: 0
}

.act_compare:hover .comp-button {
    color: #000!important
}

.PRODUCTAREA .compare {
    line-height: 1.2em;
    font-size: 1.4em
}

.cat-item-76 {
    display: none!important
}


@media(max-width:767px){

    .compare {
        display: none;
    }
}