
    /*////////////////////////////////////////////////////////////////////*/
    /*   COMPARAR              ////////////////////////////////////////  */
    /*//////////////////////////////////////////////////////////////////*/

    #COMPARE {
        background: #FFF;
    }

    #tab-comparar {
        float: left;
        padding: 0;
        width: 100%;
    }


    /**************************************************************************/
    /* COMPARAR - DESKTOP ******************************/

    /*Comparador del box*/


    /*Comparar*/
    .compare {
        float: left;
    }

    .compare:hover .comp-button {
        color: #4b4b4b;
    }

    .comp-button span {
        font-size: 16px;
        color: #4b4b4b;
    }


    @media (max-width:479px){
        .compare, .BUTTONFAV{
            display:block;
        }
    }

    #tab-comparar table {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        float: left;
        font-size: 0.9em;
        margin-bottom: 0;
        width: 100%;
    }
	.compare .comp-button:hover, .compare .comp-button:focus {
		color: #443458;
	}

    .compare .comp-button:hover::before{
        border:1px solid #443458
    }

    a.comp-button.comp-link span:hover {
        color: #443458 !important;
    }
	
	.compare {
		margin-top: 10px;
	}
	
	.compare .comp-button::before {
		content: "";
		float: left;
		height: 15px;
		width: 15px;
		border-radius: 3px;
		font-family: "Ionicons";
		font-size: 1.5em;
		margin: 2px 6px 0 1px;
		opacity: 0.8;
		border: 1px solid #a1a2a2;
		text-decoration: none !important;
	}

    .act_compare span {
        color: #443458;
    }

    .act_compare .comp-button {
        color: #443458!important;
    }
    
	.act_compare .comp-button::before {
		content: "\f122" !important;
		font-size: 1.1em;
		color: #443458;
	}
    
    .Product .act_compare .comp-button:before {
        line-height: 0.5em;
    }
    
    .act_compare:hover .comp-button {
        color: #443458 !important;
    }
    
    .PRODUCTAREA .compare {
        line-height: 1.2em;
        font-size: 1.4em;
    }
    
	
	@media screen and (max-width: 768px){
		.compare, .compare .act_compare{
			display: none;
		}
	}

    /* 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: #443458;
        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: #005EA9;
            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;
        }
    }