/* Custom CSS Responsive for IndoPedia General Site by Ndee Siswandhi */


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1350px) {}

@media (min-width: 1200px) and (max-width:1349px) {}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width:1199px) {
    .nav>li>a {
        padding: 15px 10px;
    }
    section#slide-banner .banner-item img {
        padding: 17% 0;
    }
    section#product-banner .banner-item h3 {
        font-size: 30px;
        margin: 0 0 15px;
    }
    section#product-banner .banner-item p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    section#help ul li {
        font-size: 16px;
    }
    section#help .social-box a span {
        height: 36px;
        width: 36px;
        margin: 2px;
        line-height: 46px;
    }
    ul.slick-dots {
        bottom: 10px;
    }
    .product-button .btn-red-big {
        font-size: 22px;
    }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width:991px) {
    header .logo {
        padding: 26px 0;
    }
    header .account-link {
        padding: 20px 0;
    }
    section#slide-banner {
        padding-top: 152px;
    }
    section#slide-banner .banner-item {
        max-height: 400px;
    }
    section#slide-banner .banner-item img {
        padding: 43% 0;
    }
    section#slide-banner .banner-item .banner-text {
        padding: 10% 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    section#help ul li {
        padding: 0 15px;
        font-size: 20px;
    }
    section#help .social-box {
        text-align: center;
        margin-top: 30px;
    }
    footer .footer-links {
        margin-top: 30px;
    }
    footer .newsletter {
        margin-top: 30px;
    }
    section#product-banner {
        padding-top: 152px;
    }
    section#slide-banner .banner-item img {
        padding: 17% 0;
    }
    section#product-banner .banner-item h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    section#product-banner .banner-item p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    ul.slick-dots {
        bottom: 10px;
    }
    section#category .filter-header h3 {
        font-size: 18px;
    }
    section#category .checkbox label {
        font-size: 14px;
    }
    .product-button .btn-red-big {
        font-size: 18px;
    }
    article#product-content {
        padding-top: 152px;
    }
    article#logreg-content {
        padding-top: 152px;
    }
    #riwayat-pesanan .panel-heading .col-sm-6:nth-child(1),
    #riwayat-pesanan .panel-heading .col-sm-6:nth-child(2) {
        margin-bottom: 5px;
    }
    #riwayat-pesanan .panel-heading .col-sm-6:nth-child(3),
    #riwayat-pesanan .panel-heading .col-sm-6:nth-child(4) {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    header#sticky_header {
        position: fixed;
        top: 0px;
        transform: translateY(-100%);
        display: block !important;
        transition: all 0.6s ease;
        z-index: 3 !important;
    }

    header.affix+header#sticky_header {
        transform: translateY(0%);
    }

    header.affix,
    header {
        position: relative;
    }
    header .logo {
        padding: 10px 60px;
    }
    header .logo h1 a {
        text-align: center;
        display: inline;
    }

    header .logo h1 a img {
        display: inline;
    }

    header .logo h1 {
        float: left;
        width: 100%;
        text-align: center;
    }
    header .account-link {
        padding: 0;
        transition: all 0.3s ease;
    }
    header .search {
        transition: all 0.3s ease;
    }
    header ul.contact-list {
        text-align: center;
        width: 100%;
    }
    header ul.contact-list li {
        font-size: 12px;
        line-height: 14px;
    }
    header ul.contact-list li i {
        font-size: 14px;
    }
    header ul.top-menu {
        margin: 0;
        text-align: center;
    }
    header ul.top-menu li {
        font-size: 12px;
        line-height: 12px;
    }
    header ul.top-menu li i {
        font-size: 12px;
    }
    header .h-bottom .col-sm-9,
    header .h-bottom .navbar-collapse {
        padding-left: 15px;
    }
    .navbar-toggle {
        padding: 9px 0px;
    }
    section#slide-banner {
        padding-top: 0px;
        width: 100%;
    }
    section#slide-banner .banner-item {
        min-height: 100%;
    }
    section#slide-banner .banner-item .banner-text {
        padding: 0 15px;
    }
    button.slick-arrow {
        margin-top: -40px;
        width: 30px;
        height: 80px;
    }
    button.slick-prev {
        background-size: cover;
    }
    button.slick-next {
        background-size: cover;
    }
    ul.slick-dots {
        bottom: 0px;
    }
    section#cta .cta-box {
        margin-bottom: 10px;
    }
    article#home-content .nav-tabs>li>a {
        font-size: 12px;
        line-height: 12px;
        padding: 10px;
    }
    article#home-content .tab-content {
        padding: 10px 0;
    }
    section#help {
        padding: 20px 0;
    }
    section#help ul li {
        float: none;
        border-left: 1px solid transparent;
        display: block;
        min-height: 30px;
        padding: 0;
        font-size: 18px;
        line-height: 30px;
    }
    section#help ul li:nth-child(1) {
        text-align: right;
    }
    section#help ul li:nth-child(1) img {
        display: inline-block;
    }
    section#help .social-box {
        text-align: center;
        margin-top: 20px;
        display: block;
        height: auto;
    }
    footer .f-top {
        padding: 20px 0;
    }
    footer .f-bottom {
        padding: 10px 0;
    }
    footer .footer-links {
        margin-top: 15px;
    }
    footer .newsletter {
        margin-top: 15px;
    }
    section#category .left-pane {
        padding-right: 15px;
    }
    section#product-banner {
        padding-top: 0px;
        width: 100%;
        background: white;
    }
    section#product-banner .banner-item h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    section#product-banner .banner-item p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    section#category .cat-sort.text-right {
        text-align: left;
    }
    section#category .cat-paging a.paging-prev,
    section#category .cat-paging a.paging-next {
        display: block;
    }
    article#product-content {
        padding-top: 0px;
    }
    #product-image {
        margin-bottom: 15px;
    }
    .product-qty .qty-input {
        overflow: hidden;
    }
    .product-qty .qty-input .input-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-button {
        margin: 15px -15px;
    }
    .product-button .product-beli {
        padding: 0px 0px 15px 0;
    }
    .product-button .product-cart {
        padding: 0px;
    }
    article#logreg-content {
        padding-top: 0px;
    }
    article#logreg-content .row {
        display: block;
    }
    article#logreg-content .login-sep {
        padding: 15px 0;
    }
    article#logreg-content .row>div {
        margin-bottom: 10px;
    }
    article {
        padding-top: 0px;
    }
    article .main-content .form-group>div {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #riwayat-pesanan .panel-heading .row>div {
        margin-bottom: 5px;
    }
    #riwayat-pesanan .panel-body {
        padding: 15px 0;
    }
    #riwayat-pesanan .dl-horizontal dt {
        float: left;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #error-box a.btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-thumb .product-thumb-desc {
        float: none;
        width: 100%;
    }
    .product-thumb h3 {
        font-size: 12px;
        margin: 0;
        min-height: 30px;
    }
    .product-thumb p.product-thumb-price {
        font-size: 14px;
    }
    .product-thumb .product-thumb-add {
        float: none;
    }
    .product-thumb .product-thumb-add button {
        width: 100%;
        height: 30px;
        padding: 0;
        font-size: 12px;
    }
    .product-thumb .product-thumb-add button i {
        font-size: 16px;
        padding-right: 10px;
    }
    .product-thumb .product-thumb-add br {
        display: none;
    }

    b#target-nota {
	    font-size: 16px;
	}

	#Selesai h3 {
	    font-size: 18px;
	}

	a.btn.btn-dark {
	    margin-bottom: 5px;
	}
    
    div#phone-number-box {
        padding: 0px 15px;
    }
}