

hr {
    height: 1px!important;
    border: none!important;
    background: linear-gradient(to right, white, rgb(238, 238, 238), white)!important;
}
.hover\:bg-gray-100:hover{
    border-top-right-radius: 7px!important;
    border-top-left-radius: 7px!important;
}
footer{
    border-top: 2px solid #1d273714;
}

.btnComprar{
    background: linear-gradient(183deg, #1d2737, #3d4758);
    color: white;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btnComprar:hover{
   box-shadow: 3px 3px 3px rgb(131 131 131 / 44%) !important;
}
.trTitle{
    background-color: #cccccc1f!important;
}

.bg-blue-600{
    background-color: #161d28!important;
}

@media (max-width: 768px) {
    .pageProduct .imgProduct{
        margin:0 auto!important;
    }
}
