.main-menu .pos-menu-horizontal .menu-content .menu-item {
    padding: 0 16px;
}

.product-description img {
    max-width: 750px;
}


.h1.namne_details,
.product_name_h1 {
    font-size: 20px;
    line-height: 28px;
}

.price-list {

    display: flex;

    width: 100%;

    margin: 20px 0 !important;

    justify-content: space-between;

    color: #253237;
}

.price-list .price-item {}

.price-list .price-item .price-label {

    font-weight: bold;

    font-size: 24px;
}

.price-list .price-item .price-qty {
    font-size: 16px;
}

.min-order-text {
    font-weight: normal;
    margin-top: 10px !important;
}

.product-information .product-description:empty {
    display: none;
}

.product-variants>.product-variants-item select {
    flex: 1;
}

.product-params-table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-params-table .info-line{
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

.product-params-table .info-line .value{
    text-align: right;
}

.product-params-table .title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .half-banner {
        width: 100% !important;
    }

    .half-banner .elementor-widget-container {
        margin-right: 0 !important;
    }

    .product-description img {
        max-width: 100%;
    }

    .product-params-table .info-line{
        width: 100%;
    }

    .product-params-table .info-line .value{
        max-width: 60%;
    }
}
