.single-product #qodef-woo-page  {
    display: flex;
    flex-direction: column;
}

.single-product #qodef-woo-page > .woocommerce-notices-wrapper {
    /* margin-top: 150px; */
    order: 2;
}

.single-product #qodef-woo-page > .inner-product-banner {
    order: 1;
}


.single-product #qodef-woo-page > .product {
    order: 3;
}


.single-product #qodef-woo-page  .woocommerce-message {
    display: flex;
    flex-direction: row;
    font-family: 'Teko';
    font-size: 18px !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    background: #DA291C;
    padding: 7px 30px;
}
   

.single-product #qodef-woo-page  .woocommerce-message > a {
    background: transparent;
    box-shadow: unset;
    padding: unset;
    height: auto;
    display: block;
    line-height: 1;
    border: unset;
    color: #000;
    text-transform: none;
    font-family: 'Teko';
    min-height: auto !important;
    font-size: 18px !important;
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}
   

.product-template-default #qodef-woo-page .woocommerce-tabs.wc-tabs-wrapper button {
    margin-top: 20px;
}

@media screen and (max-width: 1620px) and (min-width: 1441px) {
    .single-product .product {
        max-width: 1340px !important;
    }

    .inner-product-banner h2 {
        font-size: 70px !important;
    }

    h1.product_title {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .product_meta .posted_in span:first-child {
        font-size: 22px !important;
    }

    .product_meta .posted_in span a {
        font-size: 18px !important;
    }
}


@media screen and (max-width: 1440px) and (min-width: 1025px) {  
    .product-template-default #qodef-woo-page .inner-product-banner h2 {
        font-size: 60px;
    }
    .product-template-default #qodef-woo-page .inner-product-banner  {
        min-height: 370px !important;
    }

    .product-template-default #qodef-woo-page .qodef-woo-single-inner {
        max-width: 1100px !important;
        margin: auto;
        gap: 35px;
    }

    .product-template-default #qodef-woo-page .qodef-woo-single-inner > div {
        padding: 0 !important;
    }


    .product-template-default #qodef-woo-page .qodef-woo-single-inner   .qodef-popup-item img {
        max-height: 130px;
    }

    .woocommerce-product-gallery__image img.wp-post-image {
        max-height: 450px  !important;
    }

    .product-template-default #qodef-woo-page .qodef-woo-single-inner   .qodef-woo-product-title {
        font-size: 60px;
        line-height: 1 !important;
    }
    .product-template-default #qodef-woo-page .qodef-woo-single-inner  .woocommerce-product-gallery__image {
        margin-top: 15px;
    }

    .product-template-default #qodef-woo-page .qodef-woo-single-inner .price .woocommerce-Price-currencySymbol {
        font-size: 34px;
    }
    .product-template-default #qodef-woo-page .qodef-woo-single-inner .price bdi {
        font-size: 40px;
    }

    .product-template-default #qodef-woo-page .woocommerce-tabs.wc-tabs-wrapper {
        max-width: 1100px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .product-template-default #qodef-woo-page .related.products{
        max-width: 1100px !important;
        margin-left: auto; 
        margin-right: auto; 
        margin-top: 60px; 
 
    }

    .product-template-default #qodef-woo-page .related.products h2 {
        font-size: 60px !important;
    }

    .product-template-default #qodef-woo-page .related.products h5,
    .product-template-default #qodef-woo-page .related.products h5 a {
        font-size: 24px !important;
        line-height: 1;
    }
}
