@media (max-width: 1660px) {
    /*footer*/
    .footer-wrapper .main-menu-wrapper > li > a {
        font-size: 2.2rem;
    }
}
@media (max-width: 1440px) {
    .main-header-wrapper.flex-row,
    .header-breadcrumb,
    .account-container.flex-row,
    .header-search {
        padding-top: 5px;
    }
    .main-menu-container a {
        font-size: 2.6rem;
    }
    .main-menu-wrapper a,
    .newsletter-subscription-wrapper h1 {
        font-size: 2.6rem;
    }
    ul.main-menu-wrapper > li {
        margin: 0 7px;
    }
    .newsletter-subscription-wrapper {
        max-width: 715px;
    }
    /*footer*/
    .footer-wrapper .main-menu-wrapper > li > a {
        font-size: 2rem;
    }
    .policy-container {
        margin-left: 15px;
    }
    .footer-newsletter {
        margin-right: 15px;
    }
    .footer-newsletter a {
        font-size: 1.3rem;
    }
    .policy-container ul > li > a {
        font-size: 1.3rem;
    }
    /*press*/
    .press-wrapper {
        max-width: 645px;
    }
    .inner-right-col {
        padding-bottom: 60px;
    }
}
@media (max-width: 1366px) {
    /*homepage*/
    .more-category-wrapper .category-info {
        padding: 20px;
    }
    .more-category-wrapper .category-info h3 {
        font-size: 2.5rem;
    }
    .more-category-btn {
        padding: 10px 20px;
    }
    .carousel-container .nav-tabs > li.active a {
        font-size: 2rem;
    }
    /*category*/
    .product-col {
        width: 33.333%;
    }
    .product-col:nth-child(3n+1) {
        clear: both;
    }
    .product-col:nth-child(4n+1){
        clear: none;
    }
    /*studios*/
    .founder-title {
        flex-basis: 35%;
    }
    .founder-img {
        flex-basis: 65%;
    }
}
@media (max-width: 1280px) {
    /*about*/
    .studios-textiles-top .left {
        padding-left: 0;
    }
    /*checkout page*/
    .checkout-container.container {
        width: 100%;
    }
    .navbar {
        padding: 15px;
    }
    .checkout-logo span.logo-icon svg, .checkout-logo span.logo-icon {
        width: 220px;
        height: auto;
    }
    /*footer*/
    .footer-wrapper.flex-row {
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .main-menu-wrapper {
        line-height: 1.5;
    }
    .policy-container {
        margin-left: 0;
        line-height: 1.5;
    }
    /*lookbook*/
    .lookbook-photo-1, .lookbook-photo-2 {
        padding: 35px 35px;
    }
}
@media (max-width: 1140px) {
    /*header*/
    .main-menu-container {
        max-width: 738px;
    }
    .logo-container.flex-row a {
        font-size: 2rem;
    }
    .main-menu-wrapper a {
        font-size: 2rem;
    }
    .logo-container.flex-row {
        max-width: 505px;
    }
    .menu-categories-wrapper a {
        font-size: 1.5rem;
    }
    .sub-categories .sub-category-column {
        width: 25%;
    }
    .footer-container .main-menu-wrapper a {
        font-size: 2.4rem;
    }
    /*contact*/
    .contact-wrapper .right {
        padding-left: 30px;
    }
    /*category*/
    .out-od-stock-icon svg,
    .out-od-stock-icon {
        max-width: 250px;
    }

    .newsletter-subscription-wrapper h1 {
        font-size: 2rem;
    }
    .newsletter-subscription-wrapper {
        max-width: 585px;
    }
    /*press*/
    .press-wrapper {
        max-width: 510px;
    }
}
@media (max-width: 1024px) {
    /*header*/
    .logo-icon,
    .logo-icon svg {
        width: 240px;
        height: auto;
    }

    /*homepage*/
    .home-categories-container {
        margin: 25px auto 75px;
    }
    .categories-wrapper .category-item .category-info {
        width: calc(100% - 3.333vw);
        padding: 20px;
    }
    .more-category-wrapper.flex-row {
        flex-wrap: wrap;
    }
    .more-category-wrapper .category-item {
        margin-bottom: 30px;
        width: calc(50% - 30px);
    }
    .more-category-wrapper .category-item a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }
    /*footer*/
    .footer-container {
        padding: 50px 15px 25px;
    }
    .footer-wrapper .flex-row:first-child  {
        flex-wrap: wrap-reverse;
    }
    .footer-wrapper .flex-row:first-child  > div {
        width: calc(33.3333% - 30px);
        margin: 0 15px;
        max-width: unset;
    }
    .footer-wrapper .flex-row:first-child > div:last-child {
        width: 100%;
        margin: 0 auto;
    }
    .footer-newsletter .newsletter-form {
        margin: 0 auto 50px;
        text-align: center;
    }
    h4.footer-title {
        margin-bottom: 0;
    }
    .newsletter-wrapper {
        margin: 0 auto;
    }

    /*product*/
    .carousel-container {
        margin: 50px auto;
    }
    .related-products {
        padding-top: 50px;
    }
    .related-products.combine-with {
        margin-bottom: 50px;
    }
    .common-account a.btn-primary,
    .btn-default {
        font-size: 2rem;
    }

    /*account*/
    #account-login .register-btn a.btn {
        font-size: 2rem;
    }

    /*studios*/
    .studio-top-section.flex-row .col-left {
        flex-basis: 50%;
        flex-direction: column;
        padding-right: 30px;
    }
    .founder-title {
        padding: 0;
    }
    .studio-top-section.flex-row .col-right {
        flex-basis: 50%;
    }
    .inner-right-col {
        padding-bottom: 50px;
    }
}
.mobile-account-items {
    display: none;
}
/* contact glitch fix */
@media (min-width: 991px) {
    .contact #main-header.sticky-header {
        position: relative;
    }

}
@media (max-width: 991px) {
    /*header*/
    .header-breadcrumb {
        display: none;
    }
    .product-available-colors{
        padding: 0 10px;
    }
    .product-available-colors h3{
        padding-left: 10px;
    }
    .header-available{
        position: unset ;
        font-size: 2.4rem;
        margin: 0px auto;
        text-transform: uppercase;
    }
    .ul-available-container{
        justify-content: center;
        margin-bottom: 10px;
    }
     #main-header {
        z-index: 9999;
     }
        .home-page #main-header {
        position: absolute;
        width: 100%;
    }
    .logo-container.flex-row a {
        font-size: 2.4rem;
    }
    .main-header-wrapper.flex-row {
        max-width: 100%;
        justify-content: space-between;
        padding-top: 0;
    }
    .main-menu-container {
        max-width: unset;
    }
    .burger-menu {
        display: flex;
        margin-left: 20px;
    }
    a.menu-btn {
        display: block;
        width: 100%;
        cursor: pointer;
    }
    span.line {
        display: block;
        content: '';
        width: 40px;
        height: 4px;
        background-color: #000;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    span.line.top-line, span.line.middle-line {
        margin-bottom: 7px;
    }
    .menu-btn-icon {
        padding-bottom: 5px;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    #main-header.active {
        background-color: #b95832;
        border-bottom: 1px solid #b95832;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .mobile-menu.active {
        display: block;
        width: 100%;
        height: calc(100vh - 53px);
        position: fixed;
        top: 53px;
        padding: 15px 35px;
        background: #B95832;
        z-index: 99;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .mobile-menu.active ul.main-menu-wrapper {
        display: block;
        padding-top: 15px;
    }
    .mobile-menu.active ul.main-menu-wrapper > li > a {
        color: #000;
    }
    #main-header ul.main-menu-wrapper,
    .menu-categories-wrapper.flex-row {
        display: none;
    }
    #main-header ul.main-menu-wrapper.active {
        display: block;
    }
    .logo-container.flex-row {
        flex-direction: column;
    }
    .mobile-menu.active .footer-newsletter,
    .mobile-menu.active .policy-container,
    .mobile-menu.active a.login-link {
        display: block;
    }
    a.login-link {
        display: none;
    }
    .header-mobile-menu,
    .main-logo,
    .shortcuts-items.mobile.cart {
        flex-basis: 33.3333333%;
    }
    .menu-is-open .menu-btn-icon,
    .menu-is-open .shortcuts-items #cart {
        display: none;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .menu-is-open .close-menu-icon svg,
    .menu-is-open .close-menu-icon{
        display: block;
        width: 55px;
        height: 43px;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .close-menu-icon svg, .close-menu-icon {
        display: none;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    #logo {
        margin-bottom: 0;
    }
    .main-logo img {
        max-width: 148px;
        width: 100%;
        margin: 0 auto;
    }
    .main-header-wrapper .account-container {
        width: 100%;
        max-width: 70px;
    }

    .alert-dismissable .close, .alert-dismissible .close {
        top: -30px;
        right: -7px;
    }


    .logo-icon, .logo-icon svg {
        width: 160px;
    }
    .shortcuts-items.mobile #cart {
        float: right;
    }
    .shortcuts-items.mobile #cart .cart-btn {
        top: -5px;
    }
    .shortcuts-items.mobile #search {
        margin: 0 auto;
        max-width: unset;
        position: relative;
    }
    .shortcuts-items.mobile #search .form-control {
        border-top: 1px solid #000;
        padding: 0 35px 0 15px;
    }
    .shortcuts-items.mobile #search  .input-group-btn {
        position: absolute;
        right: 30px;
        top: 5px;
    }

    .discount-bar {
        font-size: 1.2rem;
    }
    .mobile-menu-footer {
        position: absolute;
        bottom: 80px;
    }
    .mobile-menu-footer a {
        font-family: 'Activist', sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: .04em;
        color: #000;
        line-height: 1.5;
    }
    .mobile-menu.active .main-menu-wrapper a {
        font-size: 2.4rem;
    }
    .mobile-menu.active .shop-all {
        font-family: 'Activist', sans-serif;
        display: none;
        font-size: 2.4rem;
        color: #000;
        font-weight: 400;
        letter-spacing: .06em;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    body.cart-is-open {
        overflow: hidden;
    }

    /*menu*/
    body.menu-is-open {
        overflow: hidden;
        position: relative;
        background: #b95832;
    }
    .responsive.megamenu-style-dev {
        position: fixed;
        top: 0;
        z-index: 999;
        left: 15px;
    }
    .responsive.megamenu-style-dev .navbar-default .navbar-toggle {
        background-color: transparent;
        border: none;
        border-radius: 0;
        width: 30px;
        padding: 0;
        height: 34px;
        display: inline-block;
        padding-top: 5px;
    }
    .responsive.megamenu-style-dev .navbar-default .navbar-toggle span {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 5px;
        background-color: #000;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .responsive.megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .responsive.megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        top: 10px;
    }
    .responsive.megamenu-style-dev .navbar-default .navbar-toggle.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        bottom: 4px;
    }
    ul.mobile-shop-categories {
        display: none;
    }
    ul.mobile-shop-categories > li > a {
        font-family: 'Activist', sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #000;
        line-height: 2;
        display: block;
    }

    /*homepage*/
    .home-categories-container {
        margin-bottom: 55px;
    }
    .categories-wrapper .category-item .title h3 {
        font-size: 1.5rem;
        max-width: 100%;
    }

    /*footer*/
    .credits.flex-row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .credits.flex-row .right {
        margin-bottom: 20px;
    }

    /*category*/
    .product-col {
        width: 50%;
    }
    .product-col:nth-child(3n+1) {
        clear: none;
    }
    .product-col:nth-child(2n+1){
        clear: both;
    }
    /*.product-row.flex-row {*/
    /*    justify-content: unset;*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*}*/
    .product-row .left-col {
        flex-basis: unset;
        margin: 0 0 15px 0;
        width: 50%;
        max-width: 100%;
        display: inline-block;
        min-width: unset;
    }
    .product-row .outer-right-col {
        margin-left: 0;
    }
    .product-row .outer-right-col .inner-right-col {
        flex-direction: column;
    }
    .product-row .outer-right-col .inner-right-col .middle-col {
        max-width: 400px;
        display: inline-block;
        flex-basis: unset;
        vertical-align: top;
    }
    .product-row .outer-right-col .inner-right-col .right-col {
        padding: 30px 0 30px 0;
        max-width: unset;
        margin: 0;
        flex-basis: unset;
        display: block;
    }
    .product-header {
        max-width: 100%;
    }
    ul.list-unstyled.price-list {
        max-width: 100%;
    }
    #product {
        max-width: 100%;
    }
    ul.list-unstyled.price-list,
    .product-header h1 {
        font-size: 2rem;
    }

    /*about*/
    .studio-top-section.flex-row {
        flex-direction: column;
        padding: 20px 35px 75px;
    }
    .studio-top-section.flex-row .col-left {
        flex-basis: 100%;
        padding-right: 0;
    }
    h3.founder-job-title {
        max-width: 100%;
    }
    .founder-title {
        padding: 20px 0;
    }
    .studios-textiles-bot.flex-row {
        flex-direction: column;
    }
    .studios-wrapper {
        padding: 20px 35px 75px;
    }
    .studios-textiles-bot .left,
    .studios-textiles-bot .center,
    .studios-textiles-bot .right {
        flex-basis: 100%;
    }
    .studios-textiles-bot .right,
    .studios-textiles-bot .center .center-wrapper {
        max-width: 100%;
        padding: 0;
    }
    .studios-ceramics-container {
        flex-direction: column;
    }
    .studios-textiles-bot .left > h2 {
        text-align: center;
        margin: 0 0 20px;
    }

    /*contact*/
    .contact-container {
        padding: 0 35px 50px;
    }
    .contact-wrapper {
        flex-direction: column;
    }
    .contact-wrapper .right {
        padding-left: 0;
    }
    .contact-form-container {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    /*account pages*/
    #account-login.container {
        width: 100%;
    }

    /*checkout page*/
    .checkout-header-container {
        flex-direction: column;
    }
    .checkout-header-container .col-md-6 {
        width: 100%;
    }
    .checkout-logo > a {
        font-size: 2.4rem;
    }
    .checkout-container #logo {
        margin-bottom: 20px;
    }
    .checkout-logo span.logo-icon svg,
    .checkout-logo span.logo-icon {
        top: 0;
    }
    .checkout-container.container > .row .col-md-3 .text-right {
        text-align: center;
    }
    div#xlogin {
        padding: 0 15px;
    }
    .login-panel-bg .login-section {
        max-width: 480px;
        width: 100%;
        border: 1px solid #ddd;
        margin: 40px auto 0;
    }
    .login-panel-bg .tab-content {
        padding: 15px;
    }
    #step_login_panel .tabbable .nav-tabs>li.active {
        border-top: none;
        border-bottom: 1px solid #000000;
    }
    #step_login_panel .tabbable .nav-tabs>li{
        background-color: transparent;
    }
    .group .inputMaterial {
        font-size: 1.3rem !important;
    }
    .inlineaddress {
        padding: 0 15px;
    }
    .carousel-container .carousel-arrows .arrow {
        display: none;
    }

    /*footer*/
    .footer-wrapper {
        flex-direction: column;
    }
    .footer-newsletter {
        display: none;
        margin-right: 0;
    }
    .policy-container {
        display: none;
        margin-left: 0;
    }

    /*newsletter-subscription*/
    .newsletter-subscription-wrapper h1 {
        font-size: 2.4rem;
    }
    .newsletter-subscription-wrapper {
        max-width: 100%;
    }

}


@media (max-width: 767px) {
    /*header*/
    #main-header {
        padding: 20px 15px 5px;
    }
    .mobile-menu.active {
        padding: 15px;
    }
    .mobile-menu-footer {
        bottom: 125px;
    }

    /*cart*/
    #cart .dropdown-menu {
        padding: 15px;
    }

    /*homepage*/
    .hero .slick-slide img {
        display: block;
        margin: 0 auto;
    }
    .hero .slider-arrows .arrow svg {
        fill: #000;
    }
    .hero .slider-arrows {
        display: block;
        top: 0;
        height: 100%;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .hero .slider-arrows .arrow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 70px;
    }
    .hero .slider-arrows .arrow.arrow-prev {
        left: 0;
    }
    .hero .slider-arrows .arrow.arrow-next {
        right: 0;
    }
    .categories-wrapper.flex-row {
        flex-direction: column;
        padding: 0 15px;
    }
    .home-categories-container {
        margin-bottom: 35px;
    }
    .categories-wrapper .category-item:first-child,
    .categories-wrapper .category-item:last-child {
        margin: 0 auto;
    }
    .categories-wrapper .category-item + .category-item {
        margin-top: 15px;
    }
    .categories-wrapper .category-item .category-info {
        width: calc(100% - 15vw);
        padding: 10px;
        text-align: center;
    }
    .categories-wrapper .category-item .title h3 {
        margin: 5px auto;
    }
    .categories-wrapper .category-item .title {
        flex-direction: column;
    }
    .home-more-categories {
        padding-bottom: 0;
    }
    .home-more-categories h2 {
        font-size: 2rem;
    }
    .more-category-wrapper .category-item {
        width: calc(50% - 30px);
        margin: 0 auto 15px;
    }
    .carousel-container .nav-tabs > li.active a {
        font-size: 1.6rem;
        padding: 15px;
    }
    .home-latest-container {
        padding: 0 15px;
    }
    .home-latest-item {
        flex-basis: 50%;
        margin-bottom: 10px;
    }
    .home-latest-item > a {
        align-items: flex-start;
    }
    .home-about {
        flex-direction: column;
        padding: 0 15px;
    }
    .home-about > div {
        max-width: 100%;
    }
    .home-about-center {
        margin: 0;
    }
    .home-about {
        font-size: 1.6rem;
    }

    /*press*/
    .press-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .press-wrapper {
        max-width: 100%;
    }

    /*lookbook*/
    .lookbook-photo-0 {
        padding-bottom: 15px;
    }
    .lookbook-photo-1,.lookbook-photo-2 {
        padding: 15px 30px;
    }
    .lookbook-photo-3,
    .lookbook-photo-4,
    .lookbook-photo-6,
    .lookbook-photo-7,
    .lookbook-photo-8 {
        padding: 15px 100px;
    }
    .lookbook-photo-5 {
        padding: 15px;
    }
    .lookbook-photo-9 {
        padding-top: 15px;
    }

    /*about*/
    .studios-wrapper {
        padding: 25px 15px 55px;
    }
    .studio-top-section.flex-row {
        padding: 25px 15px 55px;
    }

    /*contact*/
    .contact-container {
        padding: 0 15px;
    }

    /*footer*/
    .footer-container {
        padding-top: 25px;
    }
    p.newsletter-promo {
        line-height: 1.5;
        margin: 10px auto;
    }
    .footer-wrapper .flex-row:first-child {
        flex-wrap: wrap;
    }
    .footer-wrapper .flex-row:first-child > div {
        width: 100%;
        margin: auto;
    }
    .footer-wrapper .flex-row .footer-newsletter {
        order: 1;
    }
    .footer-wrapper .flex-row .footer-menu {
        order: 2;
    }
    .footer-wrapper .flex-row .footer-information {
        order: 3;
    }
    .footer-wrapper .flex-row .footer-social {
        order: 4;
    }

    .footer-newsletter .newsletter-form {
        margin-bottom: 25px;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div h4 + .footer-links {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: max-height .2s ease, opacity .3s ease .4s;
        -moz-transition: max-height .2s ease, opacity .3s ease .4s;
        -o-transition: max-height .2s ease, opacity .3s ease .4s;
        transition: max-height .2s ease, opacity .3s ease .4s;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div h4.open + .footer-links {
        margin-top: 15px;
        max-height: 500px;
        opacity:  1;
        visibility: visible;
        -webkit-transition: max-height .6s ease, opacity .2s ease .2s;
        -moz-transition: max-height .6s ease, opacity .2s ease .2s;
        -o-transition: max-height .6s ease, opacity .2s ease .2s;
        transition: max-height .6s ease, opacity .2s ease .2s;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div h4 {
        position: relative;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div:not(.footer-newsletter) h4 {
        line-height: 5rem;
        border-bottom: 1px solid #000;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div:not(.footer-newsletter) h4:after {
        content: '';
        display: block;
        width: 12px;
        height: 7px;
        background-image: url("../icons/arrow-down.svg");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .footer-wrapper > .flex-row:nth-of-type(1) > div h4.open:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }

    /*Search Modal*/
    #searchModal .modal-dialog {
        margin: 0;
        height: 100vh;
        background: rgba(255, 255, 255, .6);
    }
    #searchModal .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }
    #searchModal .modal-header {
        padding-top: 10px;
    }
    #searchModal #search_mobile {
        width: 100%;
    }
    #searchModal #d_ajax_search_results {
        width: 100%;
        left: 0;
        top: -5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    #searchModal #search_mobile span.pull-right i {
        margin-bottom: 10px;
    }
    #searchModal #d_ajax_search_results .row {
        padding: 5px 15px;
    }

    /*category*/
    .breadcrumb {
        padding: 10px 0;
    }
    .category-container {
        padding: 0 10px;
    }
    .products-block {
        margin: 0 auto;
    }
    .product-thumb.flex-column {
        align-items: flex-start;
    }
    .category-grid {
        margin-left: 0;
    }
    .sub-categories {
        margin: 0 auto;
    }
    .sub-categories .sub-category-column:nth-child(4n + 1) {
        clear: both;
    }
    h4.sub-category-name {
        font-size: 1.2rem;
    }
    span.category-separator {
        margin: 15px 0;
    }
    .out-od-stock-icon svg, .out-od-stock-icon {
        max-width: 200px;
    }

    /*filters*/
    .filters-btn {
        color: #000;
        font-size: 1.2rem;
        letter-spacing: .025em;
        width: calc(50% - 15px);
        border-bottom: 1px solid #000;
        padding-bottom: 9px;
    }
    .filters-btn:hover,
    .filters-btn:active,
    .filters-btn:focus {
        color: #000;
    }
    .filter-icon,
    .filter-icon svg {
        display: inline-block;
        width: 12px;
        height: 13px;
    }
    .filter-icon svg .st0 {
        fill: #000;
    }
    .filters-btn .text {
        display: inline-block;
        padding-left: 5px;
    }
    .close-filters {
        position: fixed;
        top: 0;
        right: 0;
        height: 22px;
        z-index: 99;
        background-color: #fff;
        width: 100%;
    }
    .close-filters-icon,
    .close-filters-icon svg {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px;
        float: right;
    }
    .close-filters .filters-icon svg .st0 {
        fill: #000;
    }
    .category-short-by {
        width: calc(50% - 15px);
        max-width: unset;
    }
    .category-short-by .form-group.input-group {
        max-width: unset;
    }
    body.category-filters-open {
        overflow: hidden;
    }
    .products-filters.leftSidebar {
        position: fixed;
        top: 0;
        left: -100%;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        max-width: unset;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        -webkit-transition: left .4s ease, background-color .1s ease, visibility 0s ease .4s, opacity 0s ease .4s;
        -moz-transition: left .4s ease, background-color .1s ease, visibility 0s ease .4s, opacity 0s ease .4s;
        -o-transition: left .4s ease, background-color .1s ease, visibility 0s ease .4s, opacity 0s ease .4s;
        transition: left .4s ease, background-color .1s ease, visibility 0s ease .4s, opacity 0s ease .4s;
    }
    .products-filters.leftSidebar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, .7);
        -webkit-transition: left .3s ease, background-color .3s ease .2s;
        -moz-transition: left .3s ease, background-color .3s ease .2s;
        -o-transition: left .3s ease, background-color .3s ease .2s;
        transition: left .3s ease, background-color .3s ease .2s;
    }
    #column-left {
        max-width: 50%;
        padding: 0 20px;
        height: 100vh;
        background-color: #fff;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .products-filters .bf-panel-wrapper {
        height: calc(100vh - 50px);
        overflow-y: auto;
        padding-top: 10px;
    }
    .products-filters .bf-buttonclear-box {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
        z-index: 9;
    }
    .products-filters .bf-form > .bf-attr-block:first-of-type .bf-attr-header,
    .bf-attr-block .bf-attr-header.bf-clickable {
        font-size: 1.4rem;
        line-height: 2;
    }
    .products-filters .bf-cross,
    .products-filters .bf-close-btn,
    .products-filters .bf-arrow {
        background-image: url(../image/brainyfilter/sprite.png) !important;
    }

    /*product*/
    .slick-list {
        margin: 0;
    }
    .product-container {
        padding: 0 10px;
    }
    .product-row.flex-row {
        flex-direction: row;
        align-items: center;
    }
    .product-row .left-col {
        padding-right: 0;
    }
    .product-row .right-col {
        max-width: unset;
        margin: 0;
    }
    .quantity-input-field.show {
        max-width: 100%;
    }
    .inner-right-col {
        padding-bottom: 50px;
    }
    .product-available-colors .flex-row li {
        max-width: 80px;
    }
    #product .btn-default {
        max-width: 100%;
        font-size: 2rem;
    }
    .related-products h3 {
        padding-left: 5px;
    }

    .product-thumbnails .thumb {
        margin-bottom: 0;
    }
    .product-thumbnails .thumb:nth-child(even),
    .product-thumbnails .thumb:nth-child(odd) {
        padding: 0;
    }
    .carousel-container.related-products{
        padding: 0 5px;
    }
    .product-thumbnails .slick-slide img {
        margin: 0 auto;
    }
    .product-row .slider-arrows {
        display: block;
        top: 0;
        height: 100%;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .product-row .slider-arrows .arrow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 70px;
    }
    .product-row .slider-arrows .arrow.arrow-prev {
        left: 0;
    }
    .product-row .slider-arrows .arrow.arrow-next {
        right: 0;
    }
    .product-row .slider-arrows .arrow svg {
        fill: #000;
    }
    .products-block .product-thumb {
        margin-bottom: 15px;
    }

    .flex-row.category-pagination {
        padding: 15px 0;
    }

    .popup-alert {
        padding: 15px;
        width: 90%;
    }
    /*.product-header {*/
    /*    max-width: 500px;*/
    /*    padding-top: 30px;*/
    /*}*/
    /*ul.list-unstyled.price-list {*/
    /*    max-width: 500px;*/
    /*}*/
    /*#product {*/
    /*    max-width: 500px;*/
    /*}*/
    /*account pages*/


    /*login*/
    #account-login #content {
        padding-top: 50px;
    }
    #account-login .well {
        padding: 15px 0 0;
    }
    #account-login .well h2 {
        margin-top: 0;
    }
    .well.new-customer-form:before {
        content: none;
    }

    /*create*/
    .container.common-account {
        padding: 50px 15px;
    }

    /*search results*/
    .search-container {
        padding: 50px 15px 0;
    }
    #input-search {
        margin-bottom: 15px;
    }
    .flex-row.search-checkboxes {
        flex-direction: column;
    }
    #button-search {
        max-width: unset;
    }

    /*footer*/
    footer ul.main-menu-wrapper > li {
        margin: 0 5px;
    }
    footer {
        padding: 25px 10px 50px;
    }
    .footer-wrapper {
        align-items: flex-start;
    }
    .footer-wrapper .main-menu-wrapper {
        max-width: 100%;
        margin: unset;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-container {
        padding: 0;
    }
    .newsletter-subscription-wrapper {
        padding: 0 15px;
    }
    .newsletter-subscription-wrapper  form {
        max-width: 100%;
    }

}

@media (max-width: 660px) {
    body.home-page.cart-is-open #main-header {
        background-color: #fff;
    }

    /*menu*/
    .megamenu-style-dev .megamenu-wrapper {
        width: 85%;
    }
    .more-category-wrapper.flex-row {
        flex-direction: column;
    }
    .more-category-wrapper .category-item {
        width: 100%;
        margin: 0 auto 15px;
    }

    /*cart*/
    #cart .dropdown-menu {
        top: 65px;
        right: 0;
        left: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        min-width: auto;
        width: 100vw;
        position: fixed;
        height: calc(100vh - 65px);
        overflow-y: auto;
    }
    #cart .dropdown-menu li > div {
        min-width: unset;
    }
    .close-mini-cart {
        margin-right: 0;
    }

    /*homepage*/
    .carousel-container .nav-tabs {
        margin-bottom: 20px;
    }
    .carousel-container .nav-tabs > li a {
        font-size: 1.5rem;
        padding: 10px;
    }
    .carousel-container .nav-tabs > li.active a {
        font-size: 1.6rem;
    }

    /*category*/
    .products-filters.leftSidebar {
        max-width: unset;
        margin-right: 0;
    }
    #column-left {
        max-width: unset;
    }
    span.sale_badge i,
    span.new_arrival_badge.badge i {
        font-size: 1.2rem;
    }
    .badge {
        top: 10px;
        left: 15px;
        width: 35px;
        height: 35px;
    }
    .product-thumb a.add-to-wishlist {
        top: 20px;
        right: 18px;
    }
    .product-thumb .add-to-cart {
        right: 18px;
    }
    .product-thumb .image {
        padding: 0;
    }
    .out-od-stock-icon svg, .out-od-stock-icon {
        max-width: 150px;
    }

    /*product*/

    .product-row.flex-row {
        flex-direction: column;
    }
    .product-available-colors .flex-row li {
        max-width: 70px;
    }
    .product-row .left-col {
        display: block;
        width: 100%;
    }
    .product-row .middle-col {
        max-width: 100%;
        display: block;
        width: 100%;
        padding-top: 30px;
    }

}
@media (max-width: 480px) {
    /*header*/
    .home-hero-container {
        padding: 0;
    }
    /*home*/
    .banner-slider-0 {
        display: none;
    }
    .banner-slider-1 {
        display: block;
    }
    .carousel-container {
        margin: 0px auto;
    }
    .home-about {
        margin-bottom: 0;
    }
    .home-latest-title > h1 {
        margin-top: 0;
    }
    ul.main-menu-wrapper > li:last-child {
        margin: 0;
    }
    .open-search-input {
        padding: 12px 20px;
    }
}

@media (max-width: 421px) {
    /*header*/
    #main-header {
        padding: 20px 10px 5px;
    }
    .mobile-menu.active {
        padding: 15px 10px;
    }
    /*cart*/
    #cart .dropdown-menu {
        padding: 10px;
    }
    .mobile-menu.active ul.main-menu-wrapper {
        max-width: 375px;
    }
    ul.main-menu-wrapper > li:nth-child(3){
        margin-left: 0;
    }
    /*home*/
    .home-latest-container {
        padding: 0 10px;
    }
    .home-latest-item {
        flex-basis: 100%;
    }
    .home-about {
        padding: 0 10px;
    }
    .home-hero-container {
        padding: 0;
    }

    /*stocklist*/
    .stocklist-tab-category > a {
        font-size: 2rem;
    }
    .stocklist-container {
        padding: 30px 10px;
    }
    .stocklist-tab-item.active {
        flex-direction: column;
    }
    .stocklist-tab-item .left {
        margin-right: 0;
    }
    .stocklist-tab-item .right {
        margin-left: 0;
    }

    /*press*/
    .press-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*about*/
    .studios-wrapper,.studio-top-section.flex-row {
        padding: 25px 10px 55px;
    }

    /*lookbook*/
    .lookbook-photo-3, .lookbook-photo-4, .lookbook-photo-6, .lookbook-photo-7, .lookbook-photo-8 {
        padding: 15px 70px;
    }
    .lookbook-photo-5 {
        padding: 15px 10px;
    }

    /*contact*/
    .contact-container {
        padding: 0 10px 50px;
    }
    .contact-form-container {
        margin: 30px 0;
    }

    /*category*/
    .product-col {
        width: 100%;
        padding: 0;
    }
    .out-od-stock-icon svg, .out-od-stock-icon {
        max-width: 200px;
    }

    /*product*/
    .product-header h1,
    ul.list-unstyled.price-list,
    #product .btn-default {
        font-size: 1.6rem;
    }
    .carousel-container.related-products {
        padding: 0 10px;
    }
    .related-products.carousel-container .carousel-arrows {
        display: none;
    }

    /*footer*/
    .footer-wrapper .main-menu-wrapper {
        max-width: 375px;
    }
    footer ul.main-menu-wrapper > li:nth-child(4){
        margin-left: 0;
    }
    .payment-cards > li:first-child {
        margin-left: 0;
    }
    .payment-cards > li {
        margin: 0 7px;
    }

    .newsletter-subscription-wrapper {
        padding: 0 10px;
    }
    .open-search-input {
        padding: 12px 5px;
    }
}
@media (max-width: 375px) {
    .logo-container.flex-row a {
        font-size: 1.8rem;
    }
    .header-search a,
    .cart-text {
        font-size: 1.4rem;
    }
    /*category*/
    .product-thumb .add-to-cart {
        right: 15px;
    }
    /*footer*/
    footer ul.main-menu-wrapper > li:nth-child(4){
        margin-left: 0;
    }
    footer ul.main-menu-wrapper > li:last-child{
        margin: 0;
    }
}

@media (max-width: 320px) {
    /*menu*/
    .main-header-wrapper .account-container {
        max-width: 60px;
    }
    .mobile-menu.active .shop-all {
        font-size: 2rem;
    }
    .mobile-menu.active .main-menu-wrapper a {
        font-size: 2rem;
    }

    #cart .dropdown-menu {
        top: 55px;
        height: calc(100vh - 55px);
    }
    .footer-wrapper .main-menu-wrapper > li > a {
        font-size: 1.8rem;
    }

}
/*Mega menu*/
@media (min-width: 1001px) and (max-width: 1025px) {
    #mega_menu #menu .sub-menu .container {
        max-width: 970px;
        width: 100%;
    }
}
