@media (min-width: 480px) and (max-width: 768px){
    .footer {
        padding: 50px 5px 10px;
    }
}

@media (max-width: 767px) {

    /* Header */
    .header {
        background: #ffffff;
        z-index: 15000 !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .header .logo {
        padding: 10px 0;
        width: 150px;
        left: 50px;
        -webkit-transform: none ;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header .logo img {
        max-width: 100%;
    }

    .header-top .handlines-sldier {
        display: none;
    }

    .autocomplete-button.autocomplete-button-simple {
        background: transparent;
    }

    .autocomplete-button.autocomplete-button-simple .icon {
        height: 60px;
        line-height: 60px;
        width: 40px;
        margin: 0;
    }

    .nav-mobile-icon i {
        color: #000000;
    }

    .header-cart {
        width: 40px;
    }

    .mini-cart.mini-cart-simple {
        /*background: #ed1c24 url('../../images/core/cart.svg') center calc(50% - 2px) no-repeat;*/
        background: transparent url('../../images/core/cart_black.svg') center calc(50% - 2px) no-repeat;
        background-size: 22px;
        width: 40px;
        height: 100%;
    }

    .header-cart .mini-cart .header-carthor-total {
        color: #000000;
    }

    .autocomplete-button.autocomplete-button-simple .icon {
        /*background: #ed1c24 url('../../images/core/search.svg') center calc(50% - 2px) no-repeat;*/
        background: transparent url('../../images/core/search_black_2.svg') center calc(50% - 2px) no-repeat;
        background-size: 20px
    }

    .mini-cart.mini-cart-simple:after {
        content: none;
    }

    .header-cart .mini-cart .header-carthor-total {
        background: transparent;
    }

    .header-favorite {
        position: relative;
        text-align: center;
    }

    .mini-cart .header-carthor-total,
    .header-favorite .header-carthor-total {
        background: rgba(0,0,0,0);
    }

    .header-favorite .icon-wrapper .icon,
    .header-favorite .header-carthor-total {
        color: #000000;
        font-size: 13px;
    }

    .mini-cart .icon-wrapper .icon {
        height: 60px;
    }

    .header-cart-item .header-cart-toggle {
        display: none !important;
    }

    .handlines-sldier {
        background: #000000;
        height: 30px;
        display: none;
    }

    /* Main nav menu */
    .nav-main > li > a > i, .level4 i {
        line-height: 48px;
        width: 100%;
    }

    .level4 .nav-main-submenu {
        padding: 0;
    }

    .level4 .nav-main-submenu > li,
    .level4 .nav-main-submenu > li > a {
        line-height: 50px;
        height: 50px;
    }

    .level3 .nav-main-submenu > li.separator-top,
    .level4 .nav-main-submenu > li.separator-top {
        padding-top: 0;
    }

    .nav-main-useractions > ul > li.item-fast-login .btn-success {
        height: 34px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-main > li.active > a {
        background: #ed1c24;
    }

    .nav-main > li.has-bg > a span {
        font-size: 14px;
    }

    .nav-main > li.has-bg > a,
    .nav-main > li.has-bg.active > a {
        padding-left: 15px;
        color: #000000;
    }

    .nav-main li.has-bg {
        border: none;
    }

    .nav-main li.has-bg > img {
        display: none;
    }

    .nav-main > li.has-bg a {
        height: 49px;
    }

    .level4 .nav-main-submenu > li > a > i {
        line-height: 50px;
    }

    .nav-main > li:first-of-type > a {
        padding-left: 15px;
    }

    /* Home baner */
    .home-baner-slider .mobile-img {
        display: block;
    }

    .home-baner-slider .main-img {
        display: none;
    }

    /* Product list */
    .product-listing {
        margin-top: 58px;
    }

    .product-listing-intro{
        padding: 0;
        z-index: 1;
        position: relative;
    }

    .product-listing-intro .headding-wrapper {
        margin-top: 0;
    }

    .selected-filters.tags {
        padding: 0;
    }

    .filter-group-items-wrapper.reset-wrapper {
        background: #ed1c24;
        height: 44px;
    }

    .filter-group .items-wrapper > li.form-group-checklabel label {
        width: calc(100% - 30px);
        vertical-align: top !important;
    }

    .filter-group .items-wrapper > li .icheckbox_flat {
        margin-top: 2px;
        vertical-align: top !important;
    }

    .product-listing-filters {
        background: #ffffff;
    }

    .product-listing-filters .reset-tag-wrapper {
        height: 28px;
    }

    .product-listing-filters .reset-tag-wrapper span {
        display: inline-block;
    }

    .product-listing-filters ul.filter-group-items li a {
        line-height: 16px;
        font-size: 15px;
        padding: 5px 0;
        display: block;
    }

    .product-listing-intro .form-group.sort-product .styled-select {
        width: calc(100% - 65px);
    }

    .filters-close {
        background: #ed1c24;
    }

    .product .item:hover .options-wrapper,
    .product .item .options-wrapper {
        display: block;
        opacity: 1;
        margin: 0;
        padding: 0;
    }

    .options-wrapper .product-sizes,
    .product .item .options-wrapper .abs-button-reserve {
        width: 100%;
    }

    .product:not(.shopbylook-slider) .item:hover .options-wrapper {
        display: block;
    }

    .product .item .text-wrapper {
        height: 165px;
    }
    .product .item .text-wrapper .atributs-wrapper {
        height: 40px;
    }
    .product .item .text-wrapper .title {
        height: 30px;
    }

    .product .item .text-wrapper .title a {
        padding-top: 2px;
    }

    .action-filters {
        background: transparent;
        color: #000000;
    }

    .product-listing-intro .form-group.sort-product .styled-select {
        width: calc(100% - 70px);
    }

    .fixed-button-wrapper-productlist{
        display: none !important;
    }

    .product-listing-intro {
        z-index: 9999;
    }

    /* Product detail */
    .lists-tabs ul.items-wrapper .item{
        display: block;
        margin: 0 !important;
        border: none !important;
        border-bottom: 1px solid #ebebeb;
        text-align: center;

    }

    .lists-tabs ul.items-wrapper .item.active a{
        color: #ed1c24;
    }

    .lists-tabs ul.items-wrapper .item {
        border-top: 1px solid #ebebeb !important;
    }

    .toggle-banner .sidebar-info .headline-wrapper,
    .product-details .sidebar-info {
        display: block;
        margin: 0;
    }

    .toggle-banner .sidebar-info .headline-wrapper .title {
        display: none;
    }

    /* Coments */
    .lists-tabs ul.items-wrapper .item {
        border-top: 0 solid #ebebeb !important;
        border-bottom: 1px solid #ebebeb !important;
    }

    .comment-content .img-wrapper img {
        margin: auto;
    }

    /* Product slider - vertical similar */
    .vertical-similar-product.product-slider {
        margin: 0;
    }

    .vertical-similar-product.product-slider .slick-slide {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .product-slider {
        margin: -15px;
    }

    /* Article detail */
    .article .item .text-wrapper .title {
        height: auto;
        max-height: 55px;
    }

    .article .item .btn-wrapper a,
    .article .item .btn-wrapper a.btn {
        opacity: 1;
        line-height: 35px;
    }

    .article-detail-slider.product-slider {
        padding: 20px 0;
    }

    .article-detail-slider.product-slider .slick-slide {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .article-detail .article-wrapper {
        padding: 10px 0;
    }

    /* Footer */
    .footer .heading-wrapper .title {
        padding-top: 25px;
    }
    .footer .collapse-menu .heading-wrapper .title .icon {
        top: auto;
        bottom: 0;
    }

    .collapse-menu.open .items-wrapper,
    .collapse-menu .open .items-wrapper {
        padding: 20px 0;
    }

    .footer .social-icon {
        margin-top: 20px;
        text-align: center;
    }

    .footer-wrapper .social-icon .item {
        margin: 0 5px;
    }

    .heading-wrapper.heading-wrapper-bordered {
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom {
        padding: 0;
    }

    .copyright-wrapper .copyright {
        line-height: 20px;
        padding: 20px 0;
    }

    /* Modal */
    #lost_password_modal.modal.in .modal-dialog,
    #login_modal.modal.in .modal-dialog {
        -webkit-transform: translate(0, -50);
        -ms-transform: translate(0, -50);
        -o-transform: translate(0, -50);
        transform: translate(0, -50%);
        padding: 10px;
        top: 50%;
    }

    .modal-footer {
        padding: 10px;
    }

    /* Profile */
    .profile .profile-section {
        padding: 0;
    }

    .profile-submenu > a {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .profile #formEditEmail {
        margin-bottom: 50px;
    }

    .profile-my-choice .accordian {
        margin-bottom: 20px;
    }

    .profile-sidebar .show-vertical-menu i {
        font-size: 20px;
        line-height: 30px;
        margin-left: 3px;
    }

    /* FAQ*/
    .panel .title .panel-toggle {
        padding: 10px 35px 10px 15px;
    }

    .vertical-similar-product.product .item .text-wrapper .title,
    .vertical-similar-product.product .item .text-wrapper .title a{
        height:38px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .vertical-similar-product.product .item .text-wrapper,
    .vertical-similar-product.product .item .text-wrapper .category-wrapper {
        height: 10px;
    }

    .vertical-similar-product.product .item .text-wrapper .category-wrapper span,
    .vertical-similar-product.product .item .text-wrapper .content-wrapper {
        width: auto;
    }

    .vertical-similar-product.product .item .text-wrapper .prices-wrapper {
        text-align: left;
        padding: 0 10px;
        margin-top: 5px;
    }

    .product .item .text-wrapper .category-wrapper a {
        float: left;
    }

    .image-with-absolut-text-grid6 .text-wrapper {
        width: 100%;
        padding: 0 10px;
        left: 50%;
        top: 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%);
        text-align: center;
    }

    .autocomplete {
        margin-top: 0;
    }

    .autocomplete-close {
        padding: 4px 10px;
    }

    /* Cart */
    .dl-horizontal {
        font-size: 15px;
    }

    .cart-address .cart-step > .row > .col-xs-12 {
        margin-bottom: 30px;
    }

    .level4 .nav-main-submenu {
        width: 100%;
    }

    .store-map-wrapper .show-store-list {
        top: 60px;
    }

    .footer-wrapper .newsletter .form-group.check-newsletter{
        width: 100%;
    }

    .newsletter.check-newsletter .validation-errors-list{
        margin-left: -30px;
    }

    .grid-slider .item{
        margin-bottom: 10px;
    }

    .article-sidebar-menu .sidebar-menu{
        position: relative;
        margin-bottom: 0;
        width: 100%;
    }

    .article-sidebar-menu .sidebar-menu .tabs-wrapper{
        padding: 0px 25px;
    }

    .article-sidebar-menu .sidebar-menu a{
        line-height: 25px;
    }

    .home-baner-slider{
        margin-bottom: 40px;
    }

    .mini-cart.mini-cart-simple a{
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 360px) {
    .modal-dialog {
        margin: 10px auto !important;
    }
}
