@media (max-width: 1400px){
    .header .user-wrapper > .mini-cart {
        padding: 0 10px 0 25px;
    }
}

@media (max-width: 1200px){
    .best-selling-product-list .slick-arrows-wrapper,
    .breands-slider .slick-arrows-wrapper,
    .news-list .slick-arrows-wrapper,
    .action-product-list .slick-arrows-wrapper {
        width: calc(100% + 20px);
        left: -10px;
    }

    #cssmenu > ul > li > a {
        border-radius: 0;
        margin: 0;
    }

    #cssmenu ul li > ul,
    #cssmenu ul li:hover > ul {
        border-radius: 0;
        margin: 0;
        left: 0;
    }

    #cssmenu {
        width: auto;
    }

    #menu-button.menu-opened > i.fa-bars:before {
        content: "\f00d";
    }

    .header .user-wrapper > .mini-cart {
        padding: 0;
        width: auto;
    }
}

@media (max-width: 1024px){
    .product-slider .slick-arrows-wrapper {
        width: 100vw;
        left: calc(50% - 50vw);
    }
}

@media (max-width: 995px){
    #registration-form .submit-wrapper {
        text-align: left;
        margin-bottom: 50px;
    }

    h1 {
        padding-bottom: 10px;
    }

    .cart-item-wrapper {
        padding: 0;
    }

    #products-list .filters-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 10000000;
        background: #ffffff;
        overflow: scroll;
        opacity: 0;
        pointer-events: none;
        padding: 10px;
    }

    #products-list .filters-wrapper.active {
        opacity: 1;
        pointer-events: all;
    }

    #products-list .filters-wrapper .mobile-filters-wrapper {
        padding-bottom: 10px;
        border-bottom: 1px solid #000000;
        margin-bottom: 20px;
        display: block;
    }

    #products-list .filters-wrapper .mobile-filters-wrapper .title {
        font-size: 16px;
        font-weight: 700;
        padding: 10px;
        text-transform: uppercase;
        cursor: pointer;
        margin: 0;
    }

    #products-list .filters-wrapper .mobile-filters-wrapper .fa-times {
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: 44px;
        text-align: center;
    }

    #products-list .filter-group-wrapper .title {
        padding: 10px;
    }

    #products-list .filter-group-wrapper .filter-items-wrapper {
        padding: 0 10px;
    }

    #products-list .filter-group-wrapper ul {
        padding: 0 10px;
    }

    .filter-group-wrapper .title .fa-times {
        display: block;
    }

    #products-list .heading-wrapper {
        padding: 20px 0;
    }

    #products-list .heading-wrapper h1.title {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 20px;
        padding: 0;
    }

    #products-list .heading-wrapper h1.title:after {
        bottom: -10px;
    }

    #products-list .header-info {
        margin-bottom: 10px;
    }

    #products-list .mobile-filters {
        display: block;
    }

    .product.product-item .img-wrapper .add-to-favorite {
        opacity: 1;
    }

    .product.product-item .img-wrapper .add-to-cart {
        display: none;
    }

    .product.product-item .content-wrapper {
        padding: 10px 0;
    }

    .product.product-item .content-wrapper .title {
        height: 60px;
    }

    .product.product-item .content-wrapper .title a {
        -webkit-line-clamp: 3
    }

    .promo-baner img.baner-img.mobile-img {
        display: block;
    }

    .promo-baner img.baner-img.main-img {
        display: none;
    }

    .breand-slider .description-wrapper {
        display: block;
    }

    .breand-slider .description-wrapper .logo-wrapper,
    .breand-slider .description-wrapper .description{
        width: 100%;
    }

    .breand-slider .description-wrapper .logo-wrapper img {
        width: auto;
        display: block;
        margin: 10px auto;
    }

    .breand-slider .description-wrapper .description > p {
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@media (max-width: 768px){
    header {
        -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    }

    main {
        margin-top: 60px;
        padding-top: 20px;
    }

    body.pl-product main {
        padding-top: 0;
    }

    .pl-home main {
        padding-top: 0;
    }

    body.home main {
        padding-top: 0;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .breadcrumbs {
        margin-top: 0;
    }

    #product h1 {
        margin-bottom: 0;
    }

    .artilcle-listing .item {
        padding: 30px 0;
    }

    .news-list h1,
    .product-slider .heading-wrapper .title,
    .instagramfeed .heading-wrapper .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .news-list h1:after,
    .product-slider .heading-wrapper .title:after {
        bottom: 0;
    }

    .product-main-img .img-wrapper {
        padding: 0;
    }

    #product .product-img-wrapper .ribon-wrapper {
        top: 20px;
        left: -15px;
    }

    .header-top-nav > .container > nav,
    .header-top-nav > .container > div:not(.search-wrapper) {
        display: none;
    }

    .show-mobile-search {
        z-index: 100;
    }

    .header > .container {
        position: relative;
        height: 60px;
    }

    .header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 100;
        height: 60px;
        margin: 0;
    }

    .header .logo a img {
        max-width: 120px;
    }

    .header .search-wrapper {
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 1000;
        width: 100%;
        border-radius: 0;
        pointer-events: none;
        opacity: 0;
        margin: 0;
    }

    .header .search-wrapper.active {
        pointer-events: all;
        opacity: 1;
    }

    .header .search-wrapper #search-input {
        border-radius: 0;
    }

    .search-wrapper .search-input:after {
        content: none;
    }

    .header .user-wrapper > .mini-fav {
        position: absolute;
        top: 0;
        right: 50px;
        padding: 15px 0px;
        width: 50px;
        margin: 0;
        text-align: center;
    }

    .header .user-wrapper > .mini-cart {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 0;
        width: 50px;
        text-align: center;
    }

    .benefits-slider .container .item .img-wrapper {
        display: none;
    }

    .benefits-slider .container .item .text-wrapper {
        padding: 10px;
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        padding: 0;
    }

    /* menu */
    #cssmenu > .open {
        padding-top: 60px;
        left: 0;
        right: auto;
    }

    #cssmenu #menu-button {
        margin-left: 0;
    }

    #cssmenu #menu-button.menu-opened {
        top: 5px;
        left: 5px;
        right: auto;
    }

    .header .manu-wrapper {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 99;
        width: calc(100% - 10px);
    }

    #cssmenu.bcg:before {
        top: 50px;
    }

    .search-wrapper .search-resaults {
        top: 95px;
    }

    .main-slider .item .img-wrapper .first-img {
        display: none;
    }

    .main-slider .item .img-wrapper .second-img {
        display: block;
    }

    .main-slider .text-content {
        padding: 20px;
        max-width: calc(100% - 40px);
    }

    .main-slider .slick-slide.slick-active .text-content {
        left: 20px;
    }

    .breand-slider .slick-initialized .slick-slide {
        border: none;
    }

    #products-list .heading-wrapper h1.title {
        padding-top: 0;
    }

    #product .product-details-wrapper .buy-wrapper .quantity-wrapper .btn,
    #product .product-details-wrapper .buy-wrapper .quantity-wrapper input {
        display: inline-block;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #product .product-details-wrapper .buy-wrapper .buy-action-wrapper {
        margin: 0 0 0 5px;
        float: right;
    }

    #product .product-details-wrapper .size-wrapper {
        margin: 20px 0;
    }

    #product .product-details-wrapper .buy-wrapper .add-to-favorite,
    #product .product-details-wrapper .buy-wrapper .buy-action-wrapper .btn {
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
    }

    #product .product-details-wrapper .buy-wrapper .add-to-favorite {
        position: absolute;
        top: -60px;
        right: 0;
    }

    .product-detail-tabs {
        margin: 50px 15px;
        width: calc(100% - 30px);
    }

    .product-detail-tabs .nav.nav-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .product-detail-tabs .nav.nav-tabs li a,
    .product-detail-tabs .nav.nav-tabs li:first-child a {
        padding: 0 20px;
    }

    #product .product-details-wrapper .buy-wrapper {
        margin-top: 20px;
        position: relative;
    }

    #login,
    #registration-form {
        padding-top: 0;
    }

    #lost-password .left-content,
    #lost-password .right-content,
    .procesRegistracije {
        margin-bottom: 50px;
    }

    .collection-slider > .container,
    .best-selling-product-list > .container,
    .news-list > .container,
    .action-product-list > .container {
        padding: 10px 0;
    }

    .breands-slider > .container {
        padding: 40px 0;
    }

    #products-list .sort span.separator {
        display: inline-block;
        width: 0;
        height: 10px;
    }

    .table.cart-table tr.table-heading {
        display: none;
    }

    .table.cart-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100vw - 30px);
        min-width: 100%;
        border-bottom: 1px solid #dee2e6;
        position: relative;
    }

    .table.cart-table th,
    .table.cart-table td {
        border: none;
    }

    .table.cart-table .img-wrapper{
        width: 100px;
    }

    .table.cart-table .product-title{
        width: calc(100% - 100px);
        font-size: 16px;
        line-height: 20px;
    }

    .table.cart-table .product-price,
    .table.cart-table .product-price-total{
        width: calc(50% - 45px);
        font-size: 14px;
        text-align: center;
    }

    .table.cart-table .product-title h4{
        font-size: 18px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
    }

    .search-wrapper .search-resaults > .container {
        margin: 0;
        padding: 0;
    }

    .search-wrapper .search-resaults > .container > .row {
        border-radius: 0;
        height: calc(100vh - 95px);
        max-height: calc(100vh - 95px);
        width: 100%;
        margin: 0;
    }

    table.cart-table td.product-quantity,
    table.cart-table td.product-quantity input {
        width: 90px;
    }

    table.cart-table .remove-product-from-cart {
        position: absolute;
        top: 40%;
        right: 15px;
        transform: translateY(-50%);
    }

    #mobile-user-wrapper {
        display: block !important;
    }

    #mobile-user-wrapper a {
        padding: 15px 15px;
        border-radius: 0;
    }

    #cssmenu > ul > li > a,
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        font-weight: 400;
    }

    #cssmenu > ul > li.has-sub:hover > a {
        border-radius: 0;
    }

    #contact > .row > .col-12 {
        margin-bottom: 50px;
    }

    #products-list .selected-filters {
        max-width: 100%;
        padding-bottom: 40px;
    }

    #products-list .selected-filters span {
        padding: 5px;
    }

    .product-list-bootom-description .description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-list-bootom-description .description:before {
        left: 10px;
    }

    footer {
        padding: 25px 0 0;
    }

    footer .disclamer {
        text-align: left;
    }

    .footer-menu-wrapper .logo-wrapper p {
        margin: 0;
    }

    .footer-menu-wrapper .logo-wrapper .img-wrapper {
        margin-bottom: 20px;
    }

    .footer-menu-wrapper .logo-wrapper .img-wrapper img {
        width: 100px;
    }

    .footer-menu-wrapper .logo-wrapper .social-icons {
        margin-top: 20px;
    }

    section.service-info > .container,
    .product-detail-tabs > .container,
    #login > .container,
    #registration-form > .container,
    #lost-password > .container,
    #profile > .container,
    #product > .container,
    #products-list > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    button.btn.view-order-items {
        line-height: 20px;
        padding: 5px 10px;
    }

    footer .info-wrapper .content,
    footer .footer-menu ul,
    footer .newsletter > *:not(.heading-wrapper) {
        max-height: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
    }

    footer .info-wrapper .heading-wrapper,
    footer .footer-menu .heading-wrapper,
    footer .newsletter .heading-wrapper {
        position: relative;
    }

    footer .heading-wrapper h3 {
        margin: 20px 0 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    footer .heading-wrapper .h3,
    footer .heading-wrapper h3 {
        font-size: 16px;
        margin: 15px 0;
    }

    footer .active .heading-wrapper h3 {
        margin: 30px 0;
    }

    footer .info-wrapper .heading-wrapper:after,
    footer .footer-menu .heading-wrapper:after,
    footer .newsletter .heading-wrapper:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    footer .info-wrapper.active .heading-wrapper:after,
    footer .footer-menu.active .heading-wrapper:after,
    footer .newsletter.active .heading-wrapper:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    footer .info-wrapper.active .content,
    footer .footer-menu.active ul,
    footer .newsletter.active > *:not(.heading-wrapper) {
        max-height: 100vh;
    }

    section {
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 500px){
    label[for=product-limit],
    #product-limit {
        display: none;
    }
}