.rwdMenu .top-box {
    display: none!important;
}

@media screen and (max-width: 1600px) {
    .shop-delivery-data,
    .shop-invoice-data {
        width: 100% !important;
    }
}

@media screen and (max-width: 1440px) {
    .sidebar-side-left {
        width: 280px;
    }

    .sidebar-side-left + .sidebar-side-right {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 1280px) {
    .shop-quantity-box input.input-qty {
        height: 40px;
    }

    .shop-quantity-box .qty-down,
    .shop-quantity-box .qty-up {
        height: 40px;
        width: 40px;
        line-height: 38px;
    }

    .basket-heading-title {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .basket-heading-inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1140px) {
    .basket-table td:last-child .btn {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1139px) {
    .basket-view .basket-coupon-box .btn {
        padding: 9px 10px;
    }

    .rwd-menu .user-nav-a .fa {
        width: 30px;
        text-align: center;
    }

    .rwd-menu .user-nav-a {
        color: #000;
        padding: 10px;
        text-transform: none;
    }

    .rwd-menu .container,
    .rwd-menu .user-nav {
        padding: 0;
    }

    .rwd-menu .social-icon {
        padding: 0;
        text-align: center;
        line-height: 38px;
    }

    .rwd-menu .social-list {
        text-align: center;
    }

    .rwd-menu .social-list li {
        display: inline-block;
        float: none;
        width: auto;
    }

    .rwd-menu .user-nav a .caption {
        display: inline-block;
    }

    .header-bot-list li + li:before,
    .header-bot {
        display: none;
        height: 0 !important;
    }

    .header-bot-list ul {
        display: block;
        background: var(--shop-secondary);
    }

    .user-nav .user-name {
        display: none;
    }

    .sidebar-side-left.active h3:after {
        content: '\f2c0\00a0\f104';
    }

    .sidebar-side-left h3:after {
        content: '\f2c0\00a0\f105';
        font-family: FontAwesome;

    }

    .sidebar-side-left h3:before {
        content: '';
        opacity: 0.6;
        background-color: var(--shop-primary);
    }

    .sidebar-side-left h3:after,
    .sidebar-side-left h3:before {
        left: 100%;
        top: 0;
        bottom: -1px;
        padding: 13px 10px;
        width: 60px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
        position: absolute;
        margin: 0;
    }

    .submenu > ul > li > a {
        padding: 9px 40px 9px 16px;
    }

    .sidebar-side-left h3 {
        position: relative;
        overflow: visible;
        padding: 10px 15px;
        margin-top: 20px;
    }

    .sidebar-side-left.active {
        left: 300px;
    }

    .sidebar-side-left .submenu ul {
        max-height: 100%;
        overflow: auto;
    }

    .sidebar-side-left .submenu {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .sidebar-side-left {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        left: 0;
        position: fixed;
        top: 135px;
        bottom: 0;
        z-index: 200;
        width: 300px;
        margin-left: -300px;
    }

    .sidebar-side-left + .sidebar-side-right {
        width: 100%;
    }

    table.basket-table .basket-table-bundle-row {
        margin-top: 10px;
    }

    .basket-table-bundle-row .shop-basket-list-product-set-parts li {
        padding-left: 30px;
    }

    .shop-basket-list-product-set-parts-name.product-name.name {
        width: 100%;
    }

    .basket-table .hide-mobile {
        display: none !important;
    }

    .basket-table {
        /*margin-bottom: 25px;*/
        min-width: 100%;
        width: auto;
        border-spacing: 0;
    }

    .basket-summary .summary-row.summary-value .price {
        font-size: 24px;
    }

    .basket-summary .summary-row .caption {
        /*font-size: 14px;*/
    }

    .basket-table thead {
        display: none;
    }

    .basket-table tr {
        display: block;
        float: left;
        padding: 15px;
        width: 100%;
        /*border-bottom: 1px solid #333f48;*/
    }

    .basket-table thead tr > *, .basket-table tbody tr > * {
        border: 0;
    }

    .basket-table td {
        position: relative;
        display: block;
        float: left;
        padding: 8px 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .basket-table-bundle-row td.basket-table-bundle-content {
        padding: 15px;
    }

    .basket-table td.lp::after,
    .basket-table td.remove-column::after {
        display: none;
    }

    .basket-table td::after {
        display: none;
    }

    .basket-table td:last-child::after {
        display: none;
    }

    .basket-table .remove-column,
    .basket-table td.product-info-box {
        width: 100%;
    }

    .basket-table td.lp {
        display: none;
    }

    .basket-table .lp {
        float: left;
        margin-right: 15px;
    }

    .basket-table .image {
        margin-right: 20px;
    }

    .basket-table-bundle-row .product-image {
        margin-left: 0;
    }

    .basket-table .caption.only-mobile {
        position: absolute;
        top: 50%;
        left: 0;
        float: left;
        max-width: 170px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        color: #172237;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .basket-table .caption + * {
        display: block;
        float: right;
        text-align: right;
    }

    .basket-table .name {
        padding-right: 0;
        max-width: 75%;
        width: 100%;
        font-size: 12px;
        float: none;
    }

    .basket-table .name.has-variant .title {
        vertical-align: top;
    }

    .basket-table span.name.has-variant {
        min-height: 48px;
        height: auto;
    }

    .basket-table td:last-child .btn,
    .basket-table td:last-child .btn:hover {
        background: transparent;
        color: #000;
        border-color: rgba(0, 0, 0, 0.1);
    }

    .basket-view .price-box.has-discount .price-old {
        display: inline-block;
    }

    .basket-view .price-box.has-discount .price-new {
        display: inline-block;
        padding-left: 10px;
    }

    .basket-table .input-counter {
        padding: 5px;
        width: 150px;
    }

    .basket-table .input-counter input {
        height: 30px;
        line-height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .basket-view .shop-quantity-box .qty-down {
        left: 5px;
    }

    .basket-view .shop-quantity-box .qty-up {
        right: 5px;
    }

    .basket-view .shop-quantity-box .qty-down,
    .basket-view .shop-quantity-box .qty-up {
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .basket-table tfoot th {
        border-top: 0;
    }

    .step-list .step .nb {
        width: 40px;
        height: 40px;
        line-height: 38px;
        margin-right: 8px;
    }

    .basket-icon {
        width: 40px;
        height: 40px;
        padding: 10px 11px;
    }
}

@media screen and (max-width: 991px) {
    .panel-page {
        padding: 0 0 20px 0;
    }

    .shop-order-login .row,
    .login-page .userpanel-container > .row {
        display: block;
    }

    .step-list .step .step-inner a {
        padding: 0;
    }

    .form-with-fixed .right-column {
        display: none;
    }
    .form-with-fixed .form-wrapper {
        width: 100%;
    }
    .form-with-fixed .form-wrapper .fixed-offset {
        width: 100%;
    }

    .login-box + .login-box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 900px) {
    .step-inner:not(.active) .caption {
        display: none;
    }

    .step-list .step {
        min-width: 0;
    }

    .user-nav a .fa {
        padding: 0;
    }

    .heading.heading-hasright,
    .heading.heading-hasright .heading-content,
    .heading.heading-hasright .heading-right {
        display: block;
    }

    .heading-right {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .basket-view .btn-wrapper + .btn-wrapper,
    .basket-view .btn + .btn {
        margin-top: 10px;
    }

    .sidebar-side-left {
        top: 63px;
    }

    .header-top {
        display: none;
    }

    .search-toggle {
        display: inline-block;
    }

    .header-top .header-left,
    .header-top .header-right {
        display: none;
    }

    .basket-table tr {
        padding: 5px 15px;
    }

    .basket-table tr.has-bundle {
        clear: both;
        border-bottom: 0;
    }

    /*.basket-table {*/
        /*margin-bottom: 25px;*/
    /*}*/

    .basket-table-summary {
        margin: 0 0 10px;
        padding: 5px 15px;
        background-color: #C5C5C5;
    }

    .basket-table-summary .summary-row .caption {
        left: 15px;
    }

    .basket-table-summary .summary-row {
        padding: 0 15px;
    }

    .basket-view .btn {
        width: 100%;
    }

    .basket-view .basket-coupon-box .btn {
        width: auto;
        margin-bottom: 0;
    }

    .sidebar-side-right .crud-wrapper {
        min-height: 120px;
    }

    .order-history-container .table.table-crud > tbody > tr > td:first-child .table-value.table-value-right {
        text-align: left;
    }
}

@media screen and (max-width: 639px) {
    .basket-table td.product-info-box {
        padding-right: 0;
    }

    .heading-right {
        text-align: center;
    }

    .basket-title .step-list {
        display: inline-block;
        width: auto;
        padding-bottom: 0;
    }

    .step-list .step .step-inner a {
        text-align: left;
    }

    .step-list .step .nb {
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-right: 6px;
        font-size: 11px;
    }
}

@media screen and (max-width: 555px) {

    .basket-table .name {
        height: auto;
        max-width: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .basket-box-btn .caption {
        display: none;
    }

    .sidebar-side-left h3:after,
    .sidebar-side-left h3:before {
        padding: 14px 5px;
        width: 40px;
        line-height: 18px;
        font-size: 16px;
        text-align: center;
    }

    .sidebar-side-left h3 {
        font-size: 22px;
    }

    .sidebar-side-left.active {
        left: 260px;
    }

    .sidebar-side-left {
        width: 260px;
        margin-left: -260px;
    }

    .sidebar-side-left + .sidebar-side-right {
        width: 100%;
    }

    .basket-view .basket-coupon-container > label {
        padding: 0 0 7px;
    }

    .basket-view .basket-coupon-box {
        width: 100%;
    }

    .basket-coupon {
        padding-bottom: 20px;
    }

    .basket-view .basket-coupon-code {
        padding: 0 0 10px;
    }

    .basket-view .basket-coupon-box .btn {
        width: 100%;
        padding: 9px 10px;
    }

    .basket-view .basket-coupon-box .input-group {
        display: block;
        width: 100%;
    }
    .basket-coupon-box .form-inline .input-group .input-group-btn,
    .basket-view .basket-coupon-box .input-group > *{
        float: none;
        display: block;
        width: 100%;
    }
    .basket-coupon-box .form-inline .input-group .input-group-btn button{
        margin: 0;
    }

    .basket-coupon-box .element-row .form-element {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .basket-table-bundle-row .product-name {
        max-width: 158px;
    }

    .basket-table .discount,
    .basket-table .price-new {
        font-size: 18px;
    }

    .panel-title,
    *[class*="form-element-collection"] > .form-element-name,
    .basket-view .summary-box .form-element-name,
    .basket-view .summary-box h3,
    .filter-grid h2 {
        padding: 10px 15px;
    }

    .panel .panel-body,
    .basket-summary .form-element.form-element-radio,
    .basket-summary .price-and-discount-container,
    .filter-grid form {
        padding: 12px 15px;
    }

    .row-flex-center .btn {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .basket-table .caption.only-mobile,
    .order-section .basket-summary .summary-row .caption {
        width: 125px;
        word-break: break-all;
    }
}

@media screen and (max-width: 420px) {
    .basket-view .basket-summary tfoot td {
        font-size: 20px;
        line-height: 30px;
    }
}

/***************************************************************************************************************
 * STYLE NADPISUJĄCE - CUSTOMOWY DESIGN STRONY
 ***************************************************************************************************************/

@media screen and (max-width: 1440px) {

    .basket-table th {
        padding: 16px 0;
    }
}

@media screen and (max-width: 1280px) {
    .step-list {
        text-align: center;
    }

    .basket-table .shop-quantity-box {
        width: 150px;
    }

    .basket-table .input-counter input {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media screen and (max-width: 1139px) {
    .basket-title .step-list {
        white-space: normal;
        margin: -5px -8px;
    }

    .step-list .step .nb {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .basket-heading-inner {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .basket-table {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
        /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
        /*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
    }

    .basket-table > * {
        display: block;
    }

    .basket-table:after {
        content: "";
        display: block;
        clear: both;
    }

    .basket-table tfoot th {
        display: block;
        text-align: center;
    }

    .basket-table .orderItemsValue {
        float: none;
    }

    .basket-table .shop-quantity-box {
        padding: 0;
    }

    .basket-view .shop-quantity-box .qty-down,
    .basket-view .shop-quantity-box .qty-up {
        top: 0;
    }

    .basket-view .shop-quantity-box .qty-up {
        right: 0;
    }

    .basket-view .shop-quantity-box .qty-down {
        left: 0;
    }

    .basket-table .shop-quantity-box {
        width: 120px;
    }

    .basket-coupon-col {
        padding: 20px;
    }

    .basket-coupon .text {
        font-size: 14px;
        line-height: 24px;
    }

    .basket-coupon .form .form-control {
        height: 40px;
    }

    .basket-coupon-box .form-inline .input-group .input-group-btn .btn {
        height: 40px;
    }
}

@media screen and (max-width: 900px) {
    .basket-coupon-col {
        float: none;
        width: auto;
    }

    .basket-coupon-col:nth-last-child(2) {
        border-right: none;
    }

    .basket-coupon-col:nth-child(2) {
        margin-left: 0;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
}

@media screen and (min-width: 768px) {
    .order-history-container .table.table-crud > thead > tr > th:first-child,
    .order-history-container .table.table-crud > tbody > tr > td:first-child {
        width: 1%;
    }
}

@media screen and (max-width: 767px) {
    .step-list .step .step-inner a {
        font-size: 12px;
    }

    .step-list .step .nb {
        width: 34px;
        height: 34px;
        margin-right: 6px;
        line-height: 32px;
        font-size: 12px;
    }

    .order-history-container .rwd-table tbody tr {
        border: none;
    }
    .order-history-container .rwd-table tbody tr + tr {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .order-history-container .panel-border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
}

@media screen and (max-width: 639px) {
    .basket-title .step-list {
        margin: -5px;
        font-size: 0;
    }

    .step-list .step {
        padding: 5px;
    }

    .basket-table .image {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .basket-set .basket-set-icon {
        width: 30px;
    }

    .basket-set .basket-set-image {
        width: 70px;
    }

    .basket-set .basket-set-name {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1139px) and (min-width: 640px) {
    .basket-table .product-info-box-inner {
        display: table;
        width: 100%;
    }

    .basket-table .product-info-box-inner > * {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .basket-table .name {
        width: auto;
        padding-left: 15px;
    }

    .basket-table tbody .lp {
        width: 1%;
        padding-right: 5px;
    }

    .basket-view .thumbnail {
        margin-bottom: 0;
        width: 90px;
    }

    .basket-set .basket-set-icon {
        width: 30px;
    }

    .basket-set .basket-set-image {
        max-width: 70px;
    }
}

@media screen and (max-width: 1139px) and (min-width: 561px) {
    .basket-table tbody tr:nth-child(4n+3),
    .basket-table tbody tr:nth-child(4n+2) {
        background-color: #f9f9f9;
    }

    .basket-table tbody tr:nth-child(odd):last-child {
        width: 100%;
    }

    .basket-table tbody tr:nth-child(4n),
    .basket-table tbody tr:nth-child(4n+1) {
        background-color: #fff;
    }

    .basket-table {
        border: none;
    }

    .basket-table thead {
        display: none;
    }

    .basket-table tbody {
        font-size: 0;
        /*border-top: 1px solid var(--shop-secondary);*/
        /*border-left: 1px solid var(--shop-secondary);*/
        overflow: hidden;
    }

    .basket-table tbody tr {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 15px 15px 60px 15px;
        font-size: medium;
        /*border: 1px solid var(--shop-secondary);*/
        border-bottom: 0;
        border-top: 0;
        border-left: 0;
        border-top: 1px solid #333f48;
    }

    .basket-table tbody tr:nth-child(1),
    .basket-table tbody tr:nth-child(2) {
        border-top: none;
    }

    .basket-table tbody tr:first-child:last-child {
        width: 100%;
    }

    .basket-table .remove-column {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 5px;
        width: auto;
    }

}

@media screen and (max-width: 560px) {
    .btn.btn-pay > * {
        display: block;
        text-align: center;
    }
    .btn.btn-pay {
        padding: 8px 15px;
        font-size: 16px;
    }
    .btn.btn-pay img {
        height: 1.6em;
        margin: 5px auto;
    }

    .basket-table {
        margin-bottom: 10px;
    }
    .basket-table tr:not(:first-child) {
        border-top: 1px solid #333f48;
    }
}

@media screen and (max-width: 520px) {
    .basket-coupon {
        padding-bottom: 0;
    }

    .basket-coupon .form .form-control {
        margin-bottom: 10px;
    }
    .basket-coupon-box .form-inline .input-group .input-group-btn .btn {
        border-radius: 6px;
    }
}

@media screen and (max-width: 480px) {
    .basket-coupon-col {
        padding: 15px;
    }

    .search-group-heading {
        flex-direction: column;
    }
    .search-group-heading-title {
        padding-right: 0;
        margin-bottom: 5px;
    }
    .search-box {
        width: 100%;
    }
    .search-box .btn {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .basket-view .basket-summary.basket-summary-total {
        margin-bottom: 30px;
    }

    .basket-view legend {
        padding: 10px 15px;
    }
}


/* --------------- LOGIN --------------- */
@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .login-info-content {
        padding: 0;
    }

    .login-info-content .btn-base {
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .login-box .btn.btn-base {
        position: static;
        width: 100%;
    }

    .login-box .login-submitRow {
        flex-direction: column;
    }

    .login-box .login-submitRow .login-forgotPassword {
        font-size: 14px;
    }

    .login-box .login-submitRow .delete-backToUser {
        margin-top: 15px;
    }

    .login-info-content .text-base {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
}