﻿@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-style-2{
        max-width: 450px;
    }
    .search-style-2 form input {
        width: 100%;
    }

    .header-action-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
     h1.title-detail{
        font-size:30px;
    }
}

@media only screen and (max-width: 768px) {
    
     h1.title-detail{
        font-size: 1.6rem;
        margin-top: 20px;
    }
     div.cart-action button{
         padding:10px;
     }
}