
@media screen and (min-width: 980px) {
.product-table-wrapper table td.column-line, .product-table-wrapper table th.column-line {
    display: none !important
}

    .product-table-wrapper table tr,
    .product-table-wrapper table th {
        font-family: "Open Sans Regular" !important;
        padding-bottom: 0.1rem;
        font-size: 20px !important;
        text-align: left;
        border-bottom: solid 2px #000;
        vertical-align: middle;
        font-weight: bold;
    }

    .product-table-wrapper table th {
        border-bottom: none !important;
    }

    .product-table-wrapper table tr {
        display: grid;
        border-bottom: solid 2px #000 !important;
    }

    .product-table-wrapper table thead {
        border-bottom: solid 2px #000;
    }

    .product-table-wrapper table thead tr {
        grid-template-columns: 23% 23% 23% 31% 0% !important;
        grid-template-rows: 1fr;
    }

    .product-table-wrapper table tbody tr {
        grid-template-columns: 23% 23% 23% 31% 0% !important;
    }
    .product-table-wrapper table td{
        font-family: 'Montserrat' !important;
        font-size: 22px !important;
        text-align: center !important;
        font-weight: 600 !important;
    }
 
    .product-table .price-number, 
    .product-table span.currency {
        font-family: 'Montserrat Bold' !important;
        font-size: 22px !important;
        text-align: center !important;
        font-weight: bold !important;
    }

    .product-table-wrapper table td:first-of-type {
        text-align: left !important;
    }
.product-table-wrapper table td.column-button .cbutton .button{
    max-width: 50%;
    width: 100%;
    min-width: 175px;
}

}

@media screen and (max-width: 980px) {
    .product-table-wrapper table td.column-line, .product-table-wrapper table th.column-line {
        display: none !important;
    }
	
	    .product-table-wrapper table th, .products-table.adamoProductsTable table th, .product-table-wrapper table tr {
        border-bottom: none !important;
        text-align: left !important;
    }
    
.intermedia-page-container .products-table td .more-details {
    display: block;
}
    
    .product-table-wrapper table td.column-line {
        display: none !important;
        line-height: 22px !important;
    }
    
.product-table table div.price-wrapper div.monthly-average span.currency {
        font-family: "Montserrat Bold" !important;
        font-size: 24px !important;
        line-height: 1em;
        font-weight: bolder !important;
    }

    
    .product-table-wrapper table thead tr,
    .product-table-wrapper table tr th {
        border-bottom: none !important;
    }

.product-table-wrapper table tbody tr {
    border-bottom: 1px solid #000 !important;

}
.product-table-wrapper table tbody tr td{
    padding-bottom: 0.1rem !important;
    padding-top: 0.5rem !important;
    font-family: 'Montserrat Medium' !important;
    font-weight:100 !important;
    font-size: 18px !important;
    line-height: 20px;
    text-align: center;
    align-items: revert;
    place-content: center;
    justify-self: left;
}
.product-table-wrapper table tbody tr td:first-child{
    text-align: left;
    align-items: revert;
    place-content: center;
    justify-self: left;
	font-family: 'Montserrat Medium' !important;
}
    .product-table-wrapper table thead {
        border-bottom: solid 2px #000;
    }

    .product-table-wrapper table th, 
    .products-table.adamoProductsTable table th, 
    .product-table-wrapper table tr {
        border-bottom: none !important;
    }

    .product-table-wrapper table tr,
    .product-table-wrapper table th {
        font-family: "Open Sans Regular" !important;
        padding-bottom: 0.1rem;
        font-size: 14px !important;
        text-align: left;
        border-bottom: solid 2px #000;
        vertical-align: middle;
        font-weight: bold;
    }
  .product-table-wrapper table thead tr {
        grid-template-columns: 22% 25% 12% 46% 0% !important;
        grid-template-rows: 1fr;
        grid-template-columns: 25% 22% 30% 60% 13% !important;
        grid-template-columns: 25% 30% 22% 60% 13% !important;
    }

    .product-table-wrapper table tbody tr {
        grid-template-columns: 25% 30% 22% 60% 13% !important;
        vertical-align: middle;
    }
.products-table td .button {
        display: block;
        visibility: hidden;
        border-radius: 4px;
        border: 2px solid #43AA00;
    }
    .products-table td .button::before {
        content: 'ME INTERESA' !important;
        font-size: 15px !important;!i;!;
        color: #ffffff !important;!i;!;
        display: block;
        visibility: visible;
        border: aliceblue;
        border-radius: 4px;
        width: 100%;
        /* border: 2px solid #43AA00; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background: #43AA00;
        margin-top: 3px;
        padding: 4px;
    }

	.product-table-wrapper table th.column-mobile::before {
    content: "Fijo" !important;
    visibility: visible;
    margin-left: auto;
}
	
.product-table .price-number, 
.product-table span.currency {
        font-family: 'Montserrat Bold' !important;
        font-size: 24px !important;
        line-height: 1em;
        font-weight: bolder !important;
}
}
@media screen and (max-width: 980px) {
.product-table-wrapper table td {
      display: block !important;
      line-height: 30px;
	  font-family: 'Montserrat' !important;
        font-size: 18px !important;
        text-align: left !important;
        font-weight: 600 !important;
    }
      
    .products-table td .button {
    margin-left: auto;
    margin-right:auto;
    }

      
        .product-table {
            overflow-x: auto;
            width: 100%;
            margin-top: 0px !important;
            padding-top: 0px;
        }

        .product-table-wrapper {
            width: 600px;
            /* Adjust this based on the number of columns you have */
            padding-top: 0px;
            margin-top: 0px !important;
        }

        .product-table-wrapper table {
            width: 100%;
            table-layout: fixed;
            /* Ensures columns don't shrink smaller than their content */
        }

        .product-table-wrapper table th, .product-table-wrapper table td {
            font-size: 20px !important;
            font-family: 'Montserrat Bold' !important;
        }
#content section:nth-child(5) .product-table-wrapper table tbody tr{
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 20% 10% 25% 10%;
}
#content section:nth-child(5) .product-table-wrapper table thead tr{
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 20% 8% 9% 0%;
}
.product-table-wrapper table tr {
            display: grid;
            width: 100%;
            max-width: 600px;
            /* Matches the width set for .product-table-wrapper */
            grid-template-columns: 15% 22% 42% 26% 10%;
        }
}


@media screen and (min-width: 981px) {
	
	.product-table-wrapper table tr{
		font-size: 20px !important;
		font-family: 'Montserrat' !important;
		
	}
	
	    .product-table-wrapper table thead tr {
        grid-template-columns: 25% 25% 25% 25% 25% !important;
}
	
	.product-table-wrapper table th.column-fiber {
        font-size: 20px !important;
        font-family: 'Montserrat' !important;
        text-align: left !important;
    }
	
	.product-table-wrapper table th.column-mobile {
        font-size: 20px !important;
        font-family: 'Montserrat' !important;
        text-align: left !important;
    }
	
	.product-table-wrapper table th.column-price {
        font-size: 20px !important;
        font-family: 'Montserrat' !important;
        text-align: left !important;
    }
	
	    .product-table-wrapper table tbody tr {
        grid-template-columns: 25% 25% 25% 25% 25% !important;
		align-items: center;
    	justify-content: flex-start;
    }
	
	    .product-table-wrapper table td {
        font-family: 'Montserrat' !important;
        font-size: 20px !important;
        text-align: left !important;
        font-weight: 600 !important;
		padding-top: 1rem !important;
        padding-bottom: 0.8rem !important;
    }
	
	.price-wrapper {
     margin-top: 0px !important;
	 margin-right: 100px !important;
	 justify-content: left;
    }
	
	    .price-wrapper .monthly-average .currency{
        font-size: 22px !important;
        line-height: 25px;
    }
	
	.price-wrapper .monthly-average .month {
    font-family: 'Montserrat Bold' !important;
    font-size: 22px !important;
    line-height: 25px;
}
	
	.more-details{
	font-family: "Open Sans Semi Bold", sans-serif;
    margin-top: .625rem;
    color: #fc7a00;
    font-size: .8rem;
	}
	
	 .product-table-wrapper table td.column-button .cbutton button:hover {
            background-color: #ffffff !important;
            border-color: #000 !important;
		 color: #000 !important;
	}
	
	    .product-table-wrapper table th.column-mobile::before {
        content: "Fijo" !important;
        visibility: visible;
        margin-left: auto;
        padding-left: 0px !important;
    }

}

@media screen and (max-width: 980px) {

	.product-table-wrapper table th.column-price {
        text-align: left !important;
    }
	
	.price-wrapper .monthly-average .month {
    font-family: 'Montserrat Bold' !important;
    font-size: 24px !important;
	margin-top: 0px !important;
	}
	
	.price-wrapper .monthly-average{
    margin-left: 0px !important;
		line-height: 24px !important;
	}
	
	.price-number {
		margin-top: 0px !important;
		text-align: center !important;
	}
	
		.more-details{
	font-family: "Open Sans Semi Bold", sans-serif;
    margin-top: .625rem;
    color: #fc7a00;
    font-size: .8rem;
	}
	
	 .product-table-wrapper table td.column-button .cbutton button:hover {
            background-color: #ffffff !important;
            border-color: #000 !important;
		 color: #000 !important;
	}
	
	    .product-table-wrapper table td.column-button .cbutton button {
			width: 100% !important;
			margin-left: auto !important;
			margin-right: auto !important;
	}
	
}

@media (max-width: 980px) {

    .product-table{
        overflow-x: scroll;
        overflow-y: hidden; 
        -webkit-overflow-scrolling: touch;
		 display: block;
		 border-bottom: 1px solid #000000;
	     position: relative;
	
    }


    .product-table::-webkit-scrollbar {
        height: 6px;
	}


    .product-table::-webkit-scrollbar-thumb {
        background-color: #000000;
        border-radius: 5px; 

    }

   
    .product-table::-webkit-scrollbar-track {
        background-color: #bfbfbf; 
        border-radius: 5px;
    }

}
	