.proloop-price .proloop-price--highlight {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    color: rgba(0, 151, 242, 1);
}

.travel-item-card .proloop-price {
    margin-top: auto;
}

.fa-angle-right:before {
    content: '' !important;
}

.fa-angle-left:before {
    content: '' !important;
}

.product-info [class^="product-"] {
    margin: 0 0 16px 0;
}

.product-info .product-actions .action-buys {
    display: flex;
    margin-bottom: 8px;
}

.product-info .product-name h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.product-info .product-price span.pro-price {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #E30019;
}

.product-info .product-actions button {
    text-align: center;
    padding: 10px 10px 14px;
    color: #fff;
}

.button.btn-buynow {
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    text-align: center;
    background-color: var(--ht-green);
    border: 1px solid var(--ht-green);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    overflow: hidden;
    outline: none !important;
    cursor: pointer;
}

.button.btn-buynow:hover,
.button.btn-buynow:focus {
    background-color: var(--ht-green-dark);
    border-color: var(--ht-green-dark);
}

.product-info .product-actions button span.subtext {
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
}

.product-info .product-actions button span.maintext {
    font-weight: 600;
    font-size: 18px;
}

.product-info .product-actions button span {
    display: block;
}

.product-info .product-quantity .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    text-align: center;
    border-radius: 0;
    outline: none;
    appearance: none;
}

.product-info .product-quantity .qty-value {
    background: #fff;
    color: #000;
    font-weight: 600;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    appearance: none;
}

.product-info svg.icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
}

.product-info .product-quantity .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out;
}

.product-info .product-quantity .qty-btn:hover svg {
    fill: #000;
}

@media (min-width: 992px) {
    .product-layout button.btn-buynow {
        width: 55%;
    }
}

.travel-detail-shell .travel-detail-card {
    margin-top: 0;
}

.travel-post-detail-hero .travel-topic-hero__content p {
    margin: 14px auto 0;
    max-width: 640px;
    color: #173a45;
    font-size: 1.02rem;
    font-weight: 600;
}
