.opening-para .avia_textblock {
    width: 700px !important;
    max-width: 100%;
}

.shop-title .av-special-heading-tag {
    line-height: 1.8;
}

.avia-content-slider-inner .products{
    text-align: center;
}

.avia-product-slider-container {
    margin-top: 50px;
}

.product-sorting {
    display: none;
}

/*
.product-sorting {
    float: none !important;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
    justify-content: flex-end;
}
*/

.avia_cart_buttons {
    display: none;
}

.products .inner_product_header .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-family: 'gotham' !important;
}

.products .product {
    margin-bottom: 30px !important;
}

.products .price .amount bdi,
.products .price .amount bdi span{
    display: block;
    margin-top: 10px !important;
    color: var(--green);
    font-weight: 400 !important;
}

.products .product .inner_product {
    border: none;
}

.product a:hover {
    opacity: 0.9;
}