@media (max-width: 768px) {
    .profile-sidebar .show-vertical-menu {
        display: none;
    }
    .product-detail-buy .shop-button-qnt {
        width: fit-content;
    }
    .disclaimer {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .header-inline.header-wrapper, .header-inline .header, .header{
        background: #ffffff;
    }
    .nav-mobile-icon{
        color: #c0d464;
    }

    .mini-cart.mini-cart-simple .icon-wrapper i{
        min-height: 45px;
        width: 45px;
    }

    .mini-cart.mini-cart-simple .icon-wrapper i:before{
        top: -5px;
    }

    .header-top{
        border-top: 0;
    }

    .header.md-header, .header.md-header .header-top, .header.md-header .header-top > .container{
        border-bottom: 1px solid #c0d464;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);

    }

    .header.md-header .header-top .autocomplete-button i{
        background-image: url(../../images/core/icon-search.png);
        width: 25px;
        height: 26px;;
    }

    .autocomplete-button.autocomplete-button-simple{
        position: absolute;
        top: 20px;
        left: 55px;
        height: 25px;
    }

    .autocomplete-products-wrapper {
        height: auto;
    }

    .header.md-header .logo{
        padding: 7px 0;
    }

    .logo img {
        max-width: 150px;
    }

    .header-cart{
        position: absolute;
        right: -45px;
        top: 3px;
    }

    .header-cart .mini-cart .header-carthor-total{
        top: 22px;
        left: -30px;
        color: #c0d464;
    }

    .header-cart .mini-cart.mini-cart-simple .header-carthor-total{
        font-size: 18px;
    }

    .nav-main-useractions{
        background: #f3efec;
    }

    .md-menu .nav-main-dropdown li > a{
        text-transform: none;
        font-size: 15px;
    }
    .md-menu .nav-main > li > a{
        font-size: 15px;
        text-transform: uppercase;
    }

    .nav-main > li.active > a{
        background: #90d6ee;
        border-bottom: 2px solid #c0d464;
    }

    .nav-main-dropdown-inner{
        background: #ffffff;
    }

    .md-menu .nav-main-dropdown h5 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .fa-angle-right:before {
        content: "\e60a";
        font-family: 'NBIcon',sans-serif;
    }

    .fa-angle-left:before {
        content: "\e606";
        font-family: 'NBIcon',sans-serif;
    }

    .copyright{
        padding-bottom: 0;
        text-align: center;
    }

    .payment-card{
        padding: 0;
    }

    .footer-nav h5,
    .footer .heading-wrapper .title h5,
    .company_info_footer .heading-wrapper .title h5 span{
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
    }

    .footer .nav.items-wrapper .item a, .company-info p{
        text-align: center;
    }

    .footer .nav.items-wrapper .item{
        padding: 10px 0 0;
        text-align: center;
    }
    .footer-newsletter-social .newsletter .form-group input{
        width: 240px;
    }

    .newsletter{
        padding: 0;
    }
    .footer-newsletter-social .social-icon{
        text-align: center;
    }

    .collapse-menu {
        margin-bottom: 0;
    }

    .footer-newsletter-social .newsletter .heading-wrapper .title,
    .footer-newsletter-social .newsletter .heading-wrapper,
    .newsletter h5,
    .social-icon h5{
        text-align: center;
        font-family: 'Caveat', cursive;
    }
    .footer-newsletter-social .social-icon .description{
        text-align: center;
    }

    .footer-newsletter-social{
        padding-top: 0px;
        padding-bottom: 40px;
        height: auto;
    }

    /*Product list*/
    .action-filters{
        background: #90d6ee;
    }

    .product-listing-intro .intro-filters{
        top: 55px;
    }

    .listing-products{
        margin-bottom: 0;
        padding-top: 0;
    }

    .product-listing-intro .headding-wrapper{
        margin-top: 60px;
        padding: 5px 0 0;
    }

    .product-listing .wrapper-grid-view.product-item:not(.list-view) {
        width: calc(100% / 2);
    }

    .product .item .text-wrapper .title{
        height: 45px;
    }

    .similar-products-slider .slick-slide{
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .compare,
    .label-filters{
        display: none;
    }

    .filter-group-items-wrapper.reset-wrapper,
    .filters-close{
        background: #90d6ee;
    }

    .product-listing-filters .filter-group .filter-category-menu > ul{
        margin: 50px 0 20px;
    }

    .page-cover-image .heading-wrapper h1, .category-cover-image .heading-wrapper h1{
        margin-top: 0;
    }
    .page-wrapper{
        border-right: 0;
    }

    .page.page-normal{
        padding: 20px 0;
    }

    .article-list-grid .items-wrapper{
        border-top: 0;
    }

    .pagination > li.first > a,
    .pagination > li.last > a,
    .pagination > li.next > a,
    .pagination > li.prev > a{
        padding: 0;
    }

    .login-page .right-info{
        padding: 0 20px 0 20px;
    }


    .login-page .left-info{
        border-right: 0;
        padding: 30px 20px 0 20px;
    }

    .generic-slider .main-img{
        display: block;
    }

   /* .generic-slider .mobile-img{
        display: none;
    }*/

    .main_mobile-slider .slick-slide{
        padding: 0;
    }

    .main_mobile-slider .slick-dots{
        bottom: -40px;
    }

    .main_mobile-slider .slick-dots li button:before{
        border: 2px solid #c0d464;
    }

    .main_mobile-slider .slick-dots li.slick-active button:before{
        box-shadow: inset 0 0 0 2px #ffffff;
        background: #818285;
    }

    .main_mobile-slider{
        margin-bottom: 35px;
    }

    .slider .slick-dots li.slick-active button:before,
    .slider .slick-dots li button:before{
        width: 16px;
        height: 16px;
    }

    .brands-grid-slider .item .img-wrapper{
        height: 120px;
        width: 120px;
    }

    .brands-grid-slider .item .img-wrapper img{
        max-width: 80px;
    }

    .brands-grid-slider .item .img-wrapper img{
        top: 38%;
    }

    .brandos-home{
        padding-bottom: 20px;
    }

    .product-tabs-wrapper .product-generic-tabs.lists-tabs{
        margin-top: 10px;
    }

    .lists-tabs ul.items-wrapper .item{
        font-size: 20px;
    }
    .lists-tabs ul.items-wrapper .item.slick-active.slick-current a{
        color: #000000;
    }
    .lists-tabs ul.items-wrapper .item a{
        padding: 0 20px;
    }

    .product .item .text-wrapper{
        height: 100px;
    }

    .error_page_content-slider{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .product-search h2{
        font-size: 25px;
    }

    .categories-list .toggle-elem{
        margin: 15px 0;
    }

    .categories-list .heading-wrapper{
        font-size: 20px;
        padding: 0 0 10px;
    }

    .uc-home .footer-newsletter-social{
        margin-top: 150px;
    }

    .footer-newsletter-social{
        margin-top: 0;
        padding-top: 10px;
    }

    .footer-newsletter-social .newsletter .newsletter-form{
        text-align: center;
        width: 100%;
    }

    .attribute-letters-list .heading-wrapper.heading-wrapper-bordered h1{
        top: -60px;
    }

    .attribute-letters-list{
        padding: 0 20px;
    }

    .brands.brands-grid .item {
        height: 140px;
        width: 140px;
    }

    .careerpage-wrapper, .cooperationpage-wrapper{
        border-right: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .careerpage-wrapper .heading-wrapper,
    .cooperationpage-wrapper .heading-wrapper{
        margin-top: 30px;
    }

    .panel .title .panel-toggle{
        font-size: 17px;
        line-height: 23px;
    }

    .contact-page-5 .heading-wrapper .description{
        padding-top: 20px;
    }

    .contact-page-5 .heading-wrapper.heading-wrapper-bordered h1{
        padding-top: 20px;
    }
    .contact-page-5 .heading-wrapper .title h1:before{
        bottom: 96px;
    }

    .company-info-background .title{
        padding-top: 30px;
    }

    .profile .profile-section.profile-content{
        padding-left: 0;
    }

    .profile .heading-wrapper .title h3{
        margin-top: 20px;
    }

    .profile .tab-content > .tab-pane.active{
        overflow: hidden;
    }

    .cart-step{
        margin-top: 30px;
    }

    .cart .heading-wrapper .title h2{
        font-size: 35px;
        line-height: 40px;
        padding: 15px 0;
    }

    #order_carrier_and_payment_content .cart-step h3 span{
        border-bottom: 0;
    }

    .icon-caret-left:before,
    .icon-caret-dbl-left:before{
        top: -3px;
    }

    .icon-caret-dbl-right:before,
    .icon-caret-right:before{
        top: 10px;
    }

    .comments{
        padding: 0;
    }

    .cookie-agree, .cokie-info-wrapper .items-wrapper .read-more-btn{
        float: right;
    }

    .cookie-agree{
        line-height: 26px;
    }

    .read-more .btn-wrapper{
        margin-top: 10px;
    }

    .product .item:hover .caption-icons,
    .product .item .caption-icons .icon{
        display: none;
    }

    .autocomplete {
        top: 0;
        padding-top: 40px;
    }

    .autocomplete-close{
        right: 10px;
        top: 5px;
        padding: 0;
        font-size: 15px;
        z-index: 999;
    }

    .autocomplete-input{
        font-size: 12px;
        height: 40px;
        z-index: 999;
    }

    .autocomplete-wrapper{
        border-top: 0;
    }

    .autocomplete-trending-wrapper {
        padding: 10px 0 0;
    }

    .autocomplete-trending-wrapper .heading-wrapper h3 {
        margin-top: 0;
    }

    .autocomplete-wrapper .autocomplete-input {
        border-bottom: 1px solid #f7f7f7;
    }

    .autocomplete-results {
        padding: 0;
    }

    .autocomplete-results:after {
        content: none;
    }

    .autocomplete-results .product-title{
        height: 65px;
    }

    .autocomplete-popup-wrapper .lists-tabs {
        margin-top: 0;
    }

    .product-listing-filters.loaded{
        padding: 0px 10px;
    }

    .product-listing-filters .filter-group .headline-wrapper{
        line-height: 20px;
    }

    .product-listing-filters .filter-group .headline-wrapper .icon{
        line-height: 15px;
        height: 20px;
    }

    .product-details-wrapper{
        border-right: 0;
    }

    .product-attrbite-table{
        width: 100%;
    }

    .table>caption+thead>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>th,
    .table>thead:first-child>tr:first-child>th,
    .table>caption+thead>tr:first-child>td,
    .table>colgroup+thead>tr:first-child>td,
    .table>thead:first-child>tr:first-child>td{
        text-align: left;
    }

    .form-comment .heading-wrapper h3{
        padding-left: 20px;
        margin-top: -5px;
    }

    .form-comment .heading-wrapper:before{
        left: 0;
    }

    .product-tab.lists-tabs{
        margin-top: 20px;
    }

    .product-generic-tabs.lists-tabs{
        margin-top: 0;
    }

    #comments-list-content .heading-wrapper:before{
        top: 23px;
    }

    .comments-input-wrapper{
        padding: 10px 30px;
    }

    .social-share{
        margin-top: 30px;
    }

    .comment-content .items-wrapper .item .time,
    .comment-content .items-wrapper .item .user,
    .user-comment{
        text-align: left;
    }

    .slider .slick-dots li button:before{
        background: #c0d464;
    }

    .collapse-menu.open .items-wrapper,
    .collapse-menu .open .items-wrapper{
        max-height: 1000px;
        padding-bottom: 20px;
    }

    .collapse-menu .heading-wrapper .title .icon{
        position: absolute;
        top:0;
        right: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .collapse-menu.open .heading-wrapper .title .icon,
    .collapse-menu .open .heading-wrapper .title .icon{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .product-favorite.favorite {
        right: 20%;
    }

    .product-slider:not(.no-mobile-transform) .slick-slide{
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .quiz-date{
        display: block;
        width: 100%;
    }

    .main_mobile-slider .btn-wrapper, .main_mobile-slider .button-wrapper{
        display: none;
    }

    .generic-slider .brands-grid-slider{
        display: block;
    }

    .bg-slider-with-navigation .heading-wrapper.heading-wrapper-bordered h2{
        font-size: 36px;
    }

    .brand-img{
        max-width: 50px;
    }

    .slider.product-main{
        background-size: cover;
        height: 100%;
    }

    .modal-quick-view .product-details .favorite, .product-details .favorite{
        position: initial;
    }

    .product-quantity-wrapper{
        width: auto;
    }

    .product-detail-buy .btn-wrapper{
        width: auto;
        display: inline-block;
        margin-top: 0;
    }

    .modal-quick-view .product-details .favorite, .product-details .favorite{
        margin-top: -20px;
    }

    .product-quantity-wrapper .product-quantity{
        height: 50px;
    }

    .shop-button-qnt{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 15px;
    }
    .similar-products-slider.product-slider:not(.no-mobile-transform) .slick-slide,
    .article-detail-slider.product-slider:not(.no-mobile-transform) .slick-slide{
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .similar-products-slider.product-slider > .slider-init > .slick-list{
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .big-img .main-img{
        top: -20px !important;
    }

    .product-details .caption-brand{
        display: none;
    }

    .nav-main li.has-bg{
        margin-left: 15px;
        border-bottom: unset;
    }

    .nav-main > li.has-bg > a img{
        top: 0;
    }

    .product-listing .wrapper-gridalt-view {
        width: 50%;
    }
    .profile-sidebar .show-vertical-menu {
        display: block;
    }
    .cart-table .cart-action {
        display: table-cell;
    }
    .product-detail-buy .product-quantity-arrows {
        display: none;
    }
    .product-detail-buy .product-quantity-wrapper {
        border-left: 1px solid #d9d9d9;
    }
}


