        /* Extra large devices */
        
        @media screen and (max-width:2559px) {}
        /* Large devices (desktops, less than 1920) */
        
        @media (max-width: 1920px) {}
        /* Large devices (desktops, less than 1920) */
        
        @media (max-width: 1600px) {}
        
        @media (max-width: 1300px) {
            .carousel-product-detail .carousel-control-next {
                right: -5px;
            }
            .carousel-product-detail .carousel-control-prev {
                left: -5px;
            }
        }
        /* Large devices (desktops, less than 1200px) */
        
        @media (max-width: 1199.98px) {
            .img-product-banner {
                margin: 20px 10px;
            }
            .banner-product h1 {
                font-size: 30px;
            }
            .banner-product .red-btn {
                font-size: 18px;
                padding: 10px 20px;
            }
        }
        /* Medium devices (tablets, less than 992px) */
        
        @media (max-width: 991.98px) {
            .banner-product h1 {
                margin-top: 50px;
            }
            .banner-product .vcenter-end {
                display: block;
                text-align: center;
            }
            .img-product-banner {
                margin: 5px 20px;
            }
            .banner-product .category {
                padding: 5px 7.5px;
            }
            .detail-product h1 {
                font-size: 32px;
            }
            .betaal-box {
                margin-top: 40px;
            }
        }
        /* Small devices (landscape phones, less than 768px) */
        
        @media (max-width: 767.98px) {
            .br-black {
                border-right: 0;
                margin-bottom: 40px;
            }
            .login-modal .form-group {
                text-align: left;
            }
            .andere-products .red-btn.darker {
                margin-top: 30px;
            }
            .img-winkel {
                margin: 15px 0;
            }
        }
        
        @media (max-width: 575.98px) {
            .gen-title {
                font-size: 28px;
            }
            .login-modal h4 {
                font-size: 20px;
            }
            .img-product-banner {
                margin: 5px 10px;
            }
            .triangle-bg {
                background: linear-gradient(to bottom right, transparent 49.8%, #EB3D3C 50%) bottom right/105px 100px no-repeat, #EEEEEE;
            }
            .banner-product .price {
                font-size: 20px;
            }
            .product-box {
                max-width: 400px;
                display: block;
                margin: 0 auto;
            }
            .carousel-product-detail .big-img-th {
                height: 385px;
            }
            .carousel-product-detail .small-th {
                height: 50px;
            }
            .first-mob {
                order: 1;
            }
            .second-mob {
                order: 2;
            }
            .winkel .red-txt-btn {
                position: relative;
                bottom: auto;
                margin-left: 0;
                margin-top: 30px;
            }
            .winkel table .button-minus,
            .winkel table .button-plus {
                font-size: 16px;
            }
            .winkel table .input-group .quantity-field {
                width: 30px;
                font-size: 14px;
            }
            .remove-item {
                margin-left: 5px;
            }
            .winkel table.list-winkel-item td {
                padding: 3px;
            }
            .winkel table .price {
                font-size: 14px;
            }
        }
        
        @media (max-width: 475.98px) {
            .banner-product .price {
                font-size: 18px;
                right: 20px;
            }
            .img-product-banner {
                height: 120px;
            }
            .triangle-bg {
                background: linear-gradient(to bottom right, transparent 49.8%, #EB3D3C 50%) bottom right/80px 85px no-repeat, #EEEEEE;
            }
            .banner-product h1 {
                font-size: 24px;
            }


            #main-menu span.user-pl {
                top: 0px !important;
            }

        }