
nav {
    width: 60rem;
}

h1 {
    color: #1C74BA;
    font-weight: 800 !important;
}

h2 {
    font-weight: 700 !important;
}

.sumado {
    color: var(--azul-botones)
}

a {
    color: rgb(34, 34, 34);
    text-decoration: none;
}

p {
    font-size: large;
}

.totales {
    font-size: x-large !important;
    color: var(--azul-botones)
}

.personalizaciones {
    padding: 10px;
    background-color: #e7e7e7;
    border-radius: 15px;
    margin-bottom: 10px;
}

.personalizaciones img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: 15px;
}

.personalizaciones h4 {
    font-size: 1rem;
    color: var(--azul-botones);
}

.personalizaciones .contenedor-color {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 15px;
    margin: auto
}

.hide {
    display: none;
}

a.delete-button {
    background-color: red;
    border-radius: 10px;
    padding: 5px 15px 10px;
    color: white;
}

a.delete-button span {
    transform: translateY(6px)
}

@media (max-width: 768px) {
    .capinfo h4 {
        font-size: 1rem;
    }

    .personalizaciones .contenedor-color {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 5px;
    }

    .btn-primary {
        width: 100%;
        padding: 5px
    }
}

/** Ipad Pro */
@media (max-width: 834px) and (max-height: 1194px) {
    .product-cart-img {
        width: 45%;
    }

    .capinfo {
        width: 45%;
    }

    .product-cart-cant {
        width: 45%;
    }

    .product-cart-price {
        width: 45%;
    }
}

#paypal-button-container {
    background-color: #ffc439;
    width: 100%;
    padding: 10px 0px;
    display: block;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}


@media only screen and (max-width: 834px) and (max-height: 1194px){
    h1{
        color: #1C74BA !important;
    }
}