@media only screen and (max-width: 1024px) {
    .product-panel, .product-info-panel {
        box-shadow: none !important;
    }
    .color {
        width: 80% !important;
        margin-right: 80px !important;
    }

    .demoChildrenNameBig {
        padding-top: 20px !important;
        font-size: 51px !important;
    }
    .demoChildrenName {
        padding-top: 20px !important;
        font-size: 50px !important;
    }
    .image img {
        width: 100% !important;
    }
    #next {
        font-size:12px;
    }
    .prevChildrenFirstBig {
        padding-top: 0px !important;
        font-size: 18px !important;
    }
    .prevChildrenFirst {
        padding-top: 0px !important;
        font-size: 17px !important;
    }

    .prevChildrenLastBig {
        padding-top: 20px !important;
        font-size: 18px !important;
    }
    .prevChildrenLast {
        padding-top: 20px !important;
        font-size: 17px !important;
    }

    .demoBookNameBig {
        bottom: 20px !important;
        font-size: 43px !important;
    }

    .demoBookName {
        bottom: 20px !important;
        font-size: 42px !important;
    }

    .demoBookSubtitleBig {
        bottom: 10px !important;
        font-size: 43px !important;
    }

    .demoBookSubtitle {
        bottom: 10px !important;
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 900px) {
    .color {
        margin-right: 50px !important;
        padding: 30px 60px !important;
    }

    .demoChildrenNameBig {
        padding-top: 20px !important;
        font-size: 21px !important;
    }
    .demoChildrenName {
        padding-top: 20px !important;
        font-size: 20px !important;
    }
    .demoBookNameBig {
        bottom: 30px !important;
        font-size: 21px !important;
    }

    .demoBookName {
        bottom: 30px !important;
        font-size: 20px !important;
    }

    .demoBookSubtitleBig {
        bottom: 10px !important;
        font-size: 21px !important;
    }

    .demoBookSubtitle {
        bottom: 10px !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 650px) {
    .color {

        margin-right: 30px !important;
    }

    .color h2 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 520px) {
    .color {

        margin-right: 20px !important;
    }

    .flat-card .image img {
        width: 60px !important;
        vertical-align: middle;
        padding-top: 25px;

    }

    .modal-content {
        width: 80% !important;
    }
    #coverBtn {
        font-size: 12.5px;
    }
    .control-input, .control-inputs {
        width: 100% !important;
    }

    .product-quantity1 {
        width: 100% !important;
    }

    .control-inputs {
        margin-top: 30px !important;
    }
    select {
        display: block !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 450px) {
    .color {
        margin-right: 10px !important;
    }
    .flat-card .product-info .product-name {
        font-size: .85rem !important;
    }
}
