
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@media only screen and (max-width: 768px) {
    .p-detail-inner-header h1 {
        font-family: 'Great Vibes', cursive !important;
        font-size: 2.3em !important;
        
        text-align: center !important;
        top: 12px !important;
        color: #333 !important;
        font-weight: 400 !important;
        position: relative !important; 
        margin: 0 auto !important; 
        padding: 0 15px !important; 
        text-transform: none !important;
        z-index: 3;
        white-space: normal !important; 
        max-width: calc(100% - 30px); 
        line-height: 1.2em; 
        word-break: break-word; 
    }
}


@media only screen and (max-width: 480px) {
    .external-fonts-loaded body .container, 
    body.blank-mode .container, 
    body .container {
        padding: 9px !important; 
    }
}

@media only screen and (max-width: 767px) {
    #carousel {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #content-wrapper {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .p-detail-info {
        display: flex;
        flex-direction: column;
    }

    .price-line {
        order: 3; 
    }

    .detail-parameters {
        order: 2; 
    }

    .p-short-description {
        order: 1; 
    }
}

@media only screen and (max-width: 992px) {
    .p-detail .p-image-wrapper {
        margin: 15px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-top .p-detail-info {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .p-detail .availability-value {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-detail .availability-label {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 4px; 
    }

    .p-detail .price-final-holder {
        margin-left: 3px; 
    }
}

@media only screen and (max-width: 767px) {
    .product-top .add-to-cart {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .quantity {
        padding: 0px 3px;
    }
}

@media only screen and (max-width: 768px) {
    .quantity input {
        width: 145px;
        height: 32px;
        text-align: center;
        font-weight: 500;
        border: 2px solid #D3D3D3;
        border-radius: 9px;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 768px) {
    .quantity .increase {
        right: -11px;
    }
    .quantity .decrease {
        left: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .product-top .quantity {
        margin-right: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .product-top .add-to-cart button {
        padding-left: 29px;
        padding-right: 39px;
    }
}

@media only screen and (max-width: 992px) {.p-detail .price-line .price-final {font-weight: 400;}}

@media only screen and (max-width: 767px) {
    .next-to-carousel-banners .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }
}