@media (max-width: 1199px) {}

@media (min-width: 1260px) {
    .container {
        width: 1260px;
    }
}

@media (min-width:992px) {
    .prd-thumbs-slider {
        width: 120px;
        height: 440px;
        margin-right: 10px;
        order: 1;
    }

    .prd-slider {
        width: calc(100% - 130px);
        /* height: 450px; */
        order: 2;
    }

    .prd-slider-container {
        display: flex;
        align-items: flex-start;
        position: relative;
    }

}

@media (max-width: 991px) {
    footer {
        padding-bottom: 64px;
    }

    .main-nav-flex>.left {
        display: flex;
    }

    .main-nav-search {
        width: 100%;
        min-width: 230px;
    }

    .main-nav-search>input {
        width: 100%;
    }

    .burger-nav {
        border-bottom: solid 1px #ddd;
    }

    .main-nav-logo img {
        width: 100px;
    }

    .top-flex>.right {
        display: none;
    }

    .nav {
        padding: 5px 0;
    }



    .book-item {
        min-height: 430px;
    }

    .inputspin .btn-decrement,
    .inputspin .btn-increment {
        max-width: 40px !important;
        min-width: 40px !important;
    }

    .input-group>.custom-select:not(:first-child),
    .input-group>.form-control:not(:first-child) {
        max-height: 40px !important;
        min-height: 40px !important;
    }

    .book-item>.content .title {
        font-size: 12px;
    }

    .book-item>.content .price>span {
        font-size: 20px;
    }


    .main-nav-flex {
        padding: 10px 0;
    }

    .order-nosrch+.select2-container {
        width: 100% !important;
    }

    .top-nav span {
        font-size: 15px;
    }
}


@media (min-width:992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cart-list {
        width: 480px;
    }

}

@media (max-width: 767px) {
    .list-top-bar {
        flex-direction: column;
        padding-left: 10px;
    }

    .list-top-bar .order-title {
        display: none;
    }



    .list-top-bar .desc {
        margin-left: 5px;
        margin-bottom: 5px;
        margin-left: 9px;
    }

    .list-top-bar>.left,
    .list-top-bar>.right {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .list-top-bar>.left {
        margin-left: 15px;
        margin-bottom: 10px;
    }



    .list-top-bar .right>.form-group {
        width: 100%;
    }

    .map-frame,
    .page-banner {
        padding-top: calc(720/1280*100%);
    }

    .basket-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .basket-item>.left,
    .basket-item>.right {
        width: 100%;
        justify-content: space-between;
    }

    .basket-item>.left {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
    }
}

@media (max-width: 575px) {
    .main-banner {
        padding-top: calc(1*100%);
    }

    .main-title {
        font-size: 20px;
        line-height: 26px;
    }

    .main-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 215px;
        border-bottom: solid 2px #ccc;
    }

    .product-page-box>.title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bcrumb .links>a {
        font-size: 10px;
        line-height: 16px;
    }

    .bcrumb .links>a:after {
        font-size: 8px;
        line-height: 16px;
    }

    #kredikart_box {
        transform: scale(0.9);
    }
}

@media (max-width: 449px) {}