.product-column-ingressos {
    border: 2px solid var(--orange);
}
.product-column {
    display: flex !important;
}
.meta-container {
    padding: 50px 20px 20px;
}
.meta-descrip {
    font-size: 20px;
    line-height: 1.3;
}
.product-meta-top {
    min-height: 164px;
}
.product-meta-top img {
    top: 30px;
    padding: 0 30px;
}
.product-meta-info {
    padding: 28px 40px 130px;
}
.meta-title-product {
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
    letter-spacing: .2em;
}
.product-column-outros .meta-title-product {
    margin-bottom: 11px;
}
.product-price-info {
    margin-bottom: 19px;
}
.product-price {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .1em;
}
.product-price .woocommerce-Price-currencySymbol {
    font-size: 24px;
}
.product-column button {
    font-size: 24px;
    line-height: 1.2;
    width: 99px;
    height: 32px;
    border-radius: 4px;
    letter-spacing: .1em;
}
.product-ingresso-purchase {
    bottom: 38px;
    left: 38px;
    right: 38px;
}
.product-overlay {
    background-color: #cc4600D4;
}
.product-price del {
    opacity: .5;
    font-size: 20px;
}
.product-price ins {
    text-decoration: none;
}
.product-feed-thumb {
    height: 408px;
    border: 2px solid var(--orange);
    border-radius: 5px;
    margin-bottom: 27px;
}
.more-ingressos, .more-outros {
    font-size: 20px;
    letter-spacing: .1em;
    border-radius: 6px;
    border: 2px solid var(--orange);
    height: 54px;
    width: 292px;
    margin-top: 43px;
  }

/* RESPONSIVO */

@media screen and (max-width: 1599px) {
    .product-meta-top {
    min-height: 150px;
}
.meta-container {
    padding: 45px 20px 20px;
}
.product-meta-top img {
    top: 20px;
    padding: 0 20px;
}
.meta-descrip {
    font-size: 18px;
}
.product-meta-info {
    padding: 20px 28px 112px;
}
.meta-title-product {
    font-size: 30px;
}
.product-price-info {
    margin-bottom: 13px;
}
.product-price {
    font-size: 26px;
}
.product-column button {
    font-size: 20px;
    width: 95px;
}
.product-ingresso-purchase {
    bottom: 28px;
    left: 28px;
    right: 28px;
}
.more-ingressos, .more-outros {
    font-size: 18px;
    width: 270px;
}
.more-ingressos {
    margin-top: 30px;
}
.product-feed-thumb {
    height: 320px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1299px) {
    .product-meta-top {
    min-height: 130px;
}
    .meta-container {
        padding: 30px 20px 20px;
    }
    .meta-descrip {
        font-size: 16px;
    }
    .meta-title-product {
        font-size: 25px;
    }
    .product-meta-info {
        padding: 20px 20px 110px;
    }
    .product-price del {
        font-size: 16px;
    }
    .product-price {
        font-size: 30px;
    }
    .product-price-info {
        margin-bottom: 9px;
    }
    .product-column button {
        font-size: 18px;
        width: 89px;
    }
    .product-ingresso-purchase {
        bottom: 22px;
        left: 20px;
        right: 20px;
    }
    .more-ingressos, .more-outros {
        font-size: 16px;
        width: 255px;
        height: 48px;
    }
    .more-ingressos {
        margin-top: 25px;
    }
}

@media screen and (max-width: 978px) {
    .meta-descrip {
        font-size: 14px;
    }
    .product-meta-info {
        padding: 20px 20px 100px;
    }
    .product-overlay img {
        max-width: 40px;
    }
    .product-meta-top {
    min-height: 100px;
}
.product-meta-top img {
    top: 15px;
    padding: 0 15px;
}
.meta-container {
        padding: 22px 20px 20px;
    }
    .product-price {
    font-size: 23px;
}
.product-price .woocommerce-Price-currencySymbol {
    font-size: 20px;
}
}

@media screen and (max-width: 800px) {
    .product-feed-thumb {
        height: 240px;
    }
}

@media screen and (max-width: 760px) {
    .product-meta-top img {
        top: 15px;
        padding: 0 25px;
    }
    .product-meta-top {
        min-height: 120px;
    }
        .meta-container {
        padding: 30px 20px 20px;
    }
}

@media screen and (max-width: 699px) {
    .product-overlay img {
        max-width: 35px;
    }
    .product-feed-thumb {
        height: 300px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 399px) {
    .product-feed-thumb {
        height: 260px;
    }
}