@charset "utf-8";
body, html {
    height: 100%;
    color: #0D0D0D;
    margin: 0;
    padding: 0;
    min-width: 100%;
    font-family: 'Brutel', 'Open Sans', sans-serif;
}

#container {
    min-height: 100%;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

a img {
    border: none;
    text-decoration: none;
}

a, a:visited {
    text-decoration: none;
    outline: none;
    color: #0D0D0D;
}

input, option, label, textarea, button {
    font-family: 'Brutel', 'Open Sans', sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.swiper-slide {
    height: auto !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

.row {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.rowh {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

#top-bar {
    width: 100%;
    color: #fff;
    background-color: #000;
    padding: 11px 0;
}

#top-bar .social {
    display: flex;
    flex-flow: row;
    font-size: 0;
}

#top-bar .social a {
    margin-right: 10px;
    transition: ease 0.3s;
}

#top-bar .social a:hover {
    transform: scale(1.1);
}

#top-bar .hdr-msg {
    text-align: center;
    flex-grow: 1;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

#top-bar .hdr-msg strong {
    font-weight: 500;
}

#top-bar .lg a {
    color: #ffffff8a;
    transition: ease 0.25s;
    font-size: 15px;
}

#top-bar .lg li:first-child {
    margin-right: 10px;
}

#top-bar .lg li.active a, #top-bar .lg a:hover {
    color: #fff;
}

#top-bar img {
    max-height: 18px
}

header .row {
    justify-content: space-between;
    align-items: center
}

header .logo {
    padding: 16px 10px;
    max-width: 252px;
    box-sizing: border-box;
    font-size: 0;
}

header .logo img {
    max-width: 100%;
}

header > .row .box {
    flex: 0 0 calc(50% - 126px);
    width: calc(50% - 126px);
}

header .lg {
    display: flex;
    justify-content: flex-end;
}

header .lg ol {
    display: flex;
    align-items: center;
    flex-flow: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .box ol a {
    color: #fff;
}

header .phone-orders {
    font-weight: 500;
    font-size: 13px;
    color: #0D0D0D;
}

header .phone-orders a {
    font-weight: 300;
    font-size: 17px;
    color: #0D0D0D;
    margin-left: 5px;
}

header .icmn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .icn {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 12px;
    font-size: 13px;
}

header .icn a {
    color: #0D0D0D;
    font-size: 12px;
}

header .icn img {
    margin-right: 10px;
}

header .icn p {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 300;
}

header .icn p strong {
    font-size: 13px;
    font-weight: 400;
}

header .icn p span.header-cart-amount {
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
    position: relative;
}

header .icn .header-cart-qty {
    background: #000;
    border-radius: 6px;
    min-width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 12px;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
}

header .icmn form {
    position: relative;
    width: 100px;
}

header .icmn form label {
    margin: 0;
    padding: 0;
    font-size: 0;
}

header .icmn form input {
    width: 100%;
    padding: 0 20px 0 0;
    z-index: 1;
    position: relative;
    border: none;
    border-bottom: 0.5px solid #000000;
    height: 25px;
    box-sizing: border-box;
    outline: none;
}

header .icmn form button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 2;
}

#menu {
    border-top: 1px solid #F3F3F3;
    position: relative;
    padding: 0;
}

#menu .mobile-menu {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#menu .row > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

#menu .auto-height {
    height: auto !important;
}

#menu ul li {
    line-height: 30px;
}

#menu .has-submenu2 {
    position: relative;
}

#menu .submenu {
    width: 100%;
    background: #fff;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    max-width: 1310px;
    justify-content: space-between;
}

#menu .submenu img {
    width: 100%;
}

#menu .submenu .bnrs {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 34px;
}

#menu .submenu .brds {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
}

#menu .submenu .brdsc {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 34px;
}

#menu .submenu .brdsc div {
    display: flex;
    flex-flow: column;
}

#menu .submenu .brds h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
}

#menu .submenu2 {
    width: 210px;
    background: #fff;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    min-height: 130px;
    display: none;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

#menu .submenu2 ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu .submenu2 ol li {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#menu .submenu2 ol li a {
    font-size: 13px !important;
}

#menu .submenu3 {
    width: 100%;
    max-width: 600px;
    background: #fff;
    position: absolute;
    padding: 25px;
    box-sizing: border-box;
    min-height: 130px;
    display: none;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

#menu .submenu3 .submenu3c {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

#menu .submenu3 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .submenu3 .submenu3c h3 {
    margin: 0 0 15px 0;
    padding: 0;
}

#menu .submenu3 ol li {
    padding: 0;
    margin: 0;
}

#menu .submenu3 .submenu3c .box {
    position: relative
}

#menu .submenu3 .submenu3c .box:first-child:after {
    content: '';
    background: #e1e1e1;
    height: 92%;
    top: 4%;
    right: 0;
    width: 1px;
    position: absolute;
}

#menu .banner {
    float: left;
    height: 50px;
    width: 31.833%;
    padding: 15px 0;
    padding-right: 0.5%;
    margin: 0 0.5%;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
    font-family: 'Open Sans Condensed';
}

#menu .banner2 {
    float: left;
    height: 90px;
    width: 48%;
    padding: 15px 0;
    padding-right: 0.5%;
    margin: 0 0.5%;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
    font-family: 'Open Sans Condensed';
}

#menu .banner2 h3 {
    background: #2d3a4b;
    color: #fefefe;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Open Sans';
    text-align: left;
    text-indent: 8px;
}

#menu .b1 {
    background-image: url(/images/menu-sunglasses-men.jpg);
}

#menu .b2 {
    background-image: url(/images/menu-sunglasses-women.jpg);
}

#menu .b3 {
    background-image: url(/images/menu-sunglasses-kids.jpg);
}

#menu .b4 {
    background-image: url(/images/menu-eyeglasses-men.jpg);
}

#menu .b5 {
    background-image: url(/images/menu-eyeglasses-women.jpg);
}

#menu .b6 {
    background-image: url(/images/menu-eyeglasses-kids.jpg);
}

#menu .submenu ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu .submenu ol li {
    width: 46%;
    float: left;
    margin: 0;
    padding: 0 2%;
    text-align: left;
    height: 28px;
    line-height: 28px;
}

#menu .submenu ol li a {
    font-size: 16px;
}

#menu .row > ul > li {
    padding: 15px 10px;
    font-size: 0.8875em;
    font-weight: 500;
    height: 30px;
}

#menu ul li a {
    color: #2d3a4b;
    transition: ease 0.25s;
}

#menu ul li a:hover {
    color: #5c8dc7;
}

.espalink {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    font-size: 0;
}

.espalink img {
    max-width: 100%;
    max-height: 60px;
}


.glbprdr {
    padding: 20px 15px;
    box-sizing: border-box;
    transition: ease 0.25s;
    flex-grow: 1;
    display: flex !important;
}

.glbprdrc {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
}

.glbprdr:hover {
    box-shadow: 0 3px 6px #00000017;
    border-radius: 2px;
}

.glbprdrc .icons{
    position: absolute;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:0 5px;
    box-sizing: border-box;
}

.glbprdrc .icons .mrclrs{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.17px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    background:#000 url(/images/colors.svg) center no-repeat;
    border-radius: 18px;
}
.glbprdr:hover button {
    transform: translateY(0)
}

.glbprdrc .cvr {
    margin-bottom: 10px;
    text-align: center;
}

.glbprdrc .cvr img {
    max-width: 100%;
}

.glbprdrc > span {
    color: #707070;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.glbprdr h3 {
    margin: 11px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3em;
    flex-grow: 1;
}

.glbprdr p.prc {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.glbprdr p.prc em {
    font-style: normal;
    margin-left: 8px;
    color: #707070;
    font-weight: 300;
    text-decoration: line-through;
}

.glbprdr .btn {
    width: 100%;
    height: 52px;
    overflow: hidden;
    margin-top: 20px;
}

.glbprdr button {
    background: #707070;
    color: #fff;
    border: none;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: linear 0.25s;
    transform: translateY(-105%);
    cursor: pointer;
}

.glbprdr button img {
    margin-right: 9px;
}

.glbprdr button:hover {
    background: #303030;
}

#ftrprm {
    display: flex;
    justify-content: space-around;
    flex: 0 0 100%;
    margin: 60px 0;
}

#ftrprm div {
    flex: 0 0 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
}

#ftrprm a {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

#ftrprm a img {
    margin-right: 20px;
}

#ftrprm span {
    display: flex;
    flex-flow: column;
    color: #0D0D0D;
    font-size: 14px;
}

#ftrprm span strong {
    margin-bottom: 7px;
}

footer {
    border-top: 1px solid #f3f3f3;
    width: 100%;
    padding: 35px 0;
    min-height: 200px;
    background: #fff;
}

footer .row {
    max-width: 1104px;
    justify-content: space-between;
}

footer .newsletter {
    max-width: 600px;
    margin: 0 auto 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

footer .newsletter h4 {
    color: #9C9C9C;
    background: rgba(0,0,0,0.01);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

footer .newsletter form {
    max-width: 490px;
    display: flex;
    width: 100%;
}

footer .newsletter form label {
    margin: 0;
    padding: 0;
    font-size: 0;
}

footer .newsletter input {
    border: 1px solid #000;
    height: 49px;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0 15px;
}

footer .newsletter button {
    height: 49px;
    background: #000;
    color: #fff;
    letter-spacing: 0.56px;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 34px;
    line-height: 18px;
    box-sizing: border-box;
    border: none;
    font-family: "Open Sans", sans-serif;
}
footer .box{ flex: 0 0 20%; width: 20%;}
footer .box h3, footer .box-2 h3 {
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 2em;
    letter-spacing: 1.35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

footer ul {
    color: #0D0D0D;
    padding: 0;
    margin: 24px 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: column;
}

footer ul li {
    padding: 5px 0;
    margin: 0;
}

footer ul a {
    color: #0D0D0D;
}

footer .icns {
    display: flex;
    flex-flow: row;
    margin: 24px 0 36px 0;
}

footer .icns a {
    margin-right: 20px;
    font-size: 0
}

footer .ask-phone h6 {
    color: #6c6c6c;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

footer .ask-phone a {
    color: #000;
    letter-spacing: 2.07px;
    font-size: 23px;
    font-weight: 700;
}

footer .ask-phone a img {
    margin-right: 7px;
}

#bubbles {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    z-index: 1000;
}

#bubbles a {
    font-size: 0;
}

#bubbles a:last-of-type {
    margin-left: 10px;
}

#bubbles a img {
    width: 50px;
}

#breadcrumbs {
    width: 100%;
    background-color: #E7E7E7;
    padding: 15px 0;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
    height: 20px;
    display: inline-block;
    position: relative;
}

#breadcrumbs ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    color: #0D0D0D;
    font-size: 0.7625em;
    line-height: 20px;
}

#breadcrumbs ul li a {
    color: #0D0D0D;
    transition: ease 0.25s;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

#breadcrumbs ul li a:hover {
    color: #0D0D0D;
}

#breadcrumbs .arrow {
    padding: 0 !important;
}

.static-title {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 35px 0 40px 0;
}

.static-title h1 {
    width: 100%;
    font-size: 24px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-height: 35px;
    line-height: 35px;
    color: #0d0d0d;
    text-align: left;
}

.static-title h1:after {
    bottom: -5px;
    left: 0;
    content: " ";
    background-color: #0d0d0d;
    width: 25px;
    height: 3px;
    position: absolute;
}

.static-content {
    width: 100%;
    color: #2d3a4b;
    font-size: 15px;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
}

.cart-success-msg {
    background: #57ad68;
    color: #fff;
    border-radius: 4px;
    position: fixed;
    min-height: 40px;
    top: 10px;
    right: 0;
    text-align: center;
    padding: 10px 30px;
    z-index: 9999;
}

.cart-success-msg i {
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    border: 2px solid #fff;
    margin-right: 10px;
}

#products .wishlisted {
    color: #ed3f30 !important;
}

.success-wishlist {
    background: #ed3f30 !important;
}

.mblmnbtn {
    position: absolute;
    height: 38px;
    width: 38px;
    background: #E7E7E7;
    border-radius: 3px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.mblmnbtn:before {
    content: '';
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 2px;
    height: 16px;
    width: 20px;
    top: 11px;
    left: 9px;
    position: absolute;
    box-sizing: border-box;
}

.mblmnbtn:after {
    content: '';
    height: 2px;
    border-radius: 2px;
    width: 20px;
    top: 18px;
    left: 9px;
    position: absolute;
    box-sizing: border-box;
    background: #000;
}

#menu .rspnv {
    display: none;
}

#menu h3.rspnv {
    margin: 20px 0;
    padding: 0 0 0 10px;
}
.srch{display: none !important;}
#glbsrch{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    z-index: 99999;
    justify-content: center;
    display: none;
}
#glbsrch label{
    margin: 0;
    padding: 0;
    font-size: 0;
}
#glbsrch .glbsrch{
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 50px auto;
    padding: 30px 0;
}
#glbsrch .glbsrch form{
    position: relative;
    width: 100%;
}
#glbsrch .glbsrch form input {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 16px 40px 16px 20px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 25px;
}
#glbsrch .glbsrch form button{
    top: 0; right: 0;
    position: absolute;
    background: transparent;
    border: none;
    height: 54px;
    width: 54px;
    text-align: center;
}
#glbsrch .glbsrch form button img{height: 25px;}
#glbsrch .cls{
    top: 20px;
    right: 20px;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 23px;
    font-size: 0;
}
#glbsrch .cls:before{
    content: '';
    width: 50%;
    height: 1px;
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
    position: absolute;
    background: #fff;
}
#glbsrch .cls:after{
    content: '';
    width: 50%;
    height: 1px;
    top: 50%;
    left: 25%;
    transform: rotate(-45deg);
    position: absolute;
    background: #fff;
}
@media screen and (max-width: 1500px) {
    #ftrprm {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start
    }

    #ftrprm div {
        flex: 0 0 auto;
        margin-right: 20px;
    }
}

/***************/
@media screen and (min-width: 867px) {
    #menu .has-submenu2:hover > .submenu2, #menu .has-submenu:hover > .submenu3 {
        display: block;
    }

    #menu .has-submenu:hover > .submenu {
        display: flex;
    }
}

@media screen and (max-width: 868px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .row {
        position: relative
    }

    header .phone-orders {
        display: none
    }

    header .icn {
        font-size: 0
    }

    header .icn p strong {
        display: none
    }

    header .icn p span.header-cart-amount {
        display: none
    }

    header .logo {
        padding: 10px 0 10px 50px;
    }

    header .logo img {
        max-height: 50px;
    }

    header > .row .box {
        flex: 0 0 auto;
        width: auto
    }

    #top-bar {
        padding: 7px 0;
    }

    #top-bar img {
        max-height: 18px;
    }

    #top-bar .hdr-msg {
        font-size: 13px;
    }

    #top-bar .lg a {
        font-size: 13px;
    }

    .mblmnbtn {
        display: block
    }

    #menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        height: 100%;
        z-index: 9999;
        padding: 0;
    }

    #menu.active {
        display: block !important;
    }

    #menu .row {
        justify-content: flex-start;
        padding: 0;
        position: static;
    }

    #menu ul {
        display: flex;
        flex-flow: column;
        margin: 0;
        padding: 40px 20px;
        box-sizing: border-box;
        background: #fff;
        float: none;
        width: 100%;
        height: 100%;
        max-width: 350px;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: ease 0.25s;
        overflow-y: auto;
    }

    #menu ul.active {
        transform: translateX(0)
    }

    #menu ul li {
        float: none;
        height: auto;
    }

    #menu .rspnv {
        display: block;
    }

    #menu .cls {
        top: 20px;
        right: 20px;
        height: 32px;
        width: 32px;
        border-radius: 16px;
        border: 1px solid #dedede;
        position: absolute;
    }

    #menu .cls:before {
        content: '';
        width: 18px;
        height: 1px;
        background: #0d0d0d;
        top: 14px;
        left: 7px;
        transform: rotate(-45deg);
        position: absolute;
    }

    #menu .cls:after {
        content: '';
        width: 18px;
        height: 1px;
        background: #0d0d0d;
        top: 14px;
        left: 7px;
        transform: rotate(45deg);
        position: absolute;
    }

    #menu .submenu2.active {
        display: block !important;;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }

    #menu .submenu2 ol li {
        text-align: left !important;
    }

    #menu ul li a {
        width: 100%;
        padding: 5px 0;
        position: relative;
        display: inline-block;
    }

    #menu .fa-angle-down {
        position: absolute;
        z-index: 2;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        padding: 5px;
    }

/*    #menu .fa-angle-down.nn {
        display: none;
    }*/
    #menu .submenu.active{
        display: flex;
        flex-flow: row wrap;
        position: relative;
        left: auto;
        top: auto;
        transform: translateX(0);
    }
    #menu .submenu .bnrs{flex: 0 0 100%; width: 100%; gap: 10px;}
    #menu .submenu .brds{flex: 0 0 100%; width: 100%;}
}

@media screen and (max-width: 480px) {
    #top-bar .lg {
        max-width: calc(100% - 120px);
    }

    #top-bar .social {
        display: none;
    }

    #top-bar .hdr-msg {
        text-align: left;
        overflow-x: auto;
        padding-right: 10px;
        white-space: nowrap
    }

    header > .row .box .icn:nth-child(4) {
        display: none
    }

    header .icmn form {
        display: none;
    }

    #breadcrumbs {
        padding: 8px 0;
    }

    #breadcrumbs ul li a {
        font-size: 13px;
    }
}

/***************/


@media screen and (max-width: 1500px) {
    .espalink {
        left: 50%;
        transform: translateX(-50%);
    }

    footer {
        padding-bottom: 60px;
    }
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    body {
        width: 100%;
    }

    body, html {
        min-width: auto;
    }

    .container {
        width: 98%;
        padding: 0 1%;
        min-width: auto;
    }

    .no-mobile {
        display: none;
    }
}
@media only screen and (max-width: 896px) {

    footer .box {
        width: 33.3%;
        flex: 0 0 33.3%;
        margin-bottom: 20px;
    }
    #menu .row > ul{ justify-content: flex-start; }
    #menu .row > ul > li{height: auto}
}
@media only screen and (max-width: 768px) {
       header .icmn form{display: none}
    .srch{display: block !important;}
    .srch img{height: 18px;}
    #menu {
        width: 100%;
        overflow: hidden;
        margin: 0;
        margin-top: 10px;
        background: #f2f2f2;
    }

    #menu .banner, #menu .banner2 {
        width: 98%;
    }

    #menu .mobile-menu {
        display: block;
    }

/*    #menu .submenu, #menu .has-submenu i {
        display: none !important;
    }*/

    #top-bar .phone-orders {
        width: 50%;
        text-align: left;
        text-indent: 6px;
    }

    #top-bar .mmenu {
        width: 50%;
    }

    #menu ul li {
        float: none;
        text-align: left;
        height: auto;
    }

    #menu .submenu2 {
        position: relative;
        width: 100%;
        left: 0;
        top: auto;
        transform: none;
    }

    #menu .submenu2 ol li {
        text-align: left !important;
    }

    footer .box-1 {
        width: 100%;
    }

    footer .box-1 .box {
        width: 98%;
    }

    footer .ask-phone, footer .social {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
        text-align: left;
    }

    footer .box-2 {
        width: 98%;
    }

    footer .newsletter .txt, footer .newsletter form {
        width: 100%;
    }

    .newsletter form {
        margin-bottom: 20px;
    }
}

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

    #menu {
        width: 100%;
        overflow: hidden;
        margin: 0;
        margin-top: 10px;
        background: #f2f2f2;
    }

    #menu .banner, #menu .banner2 {
        width: 98%;
    }

    #menu .mobile-menu {
        display: block;
    }

    #menu ul li {
        float: none;
        text-align: left;
    }

    header .container {
        width: 100% !important;
        padding: 0% !important;
    }

    #search-cart {
        width: 98%;
        padding: 0 1%;
        clear: both;
    }

    #search-cart form {
        padding-left: 0;
    }

    footer .box-1 {
        width: 100%;
    }

    footer .box-1 .box {
        width: 98%;
    }

    footer .ask-phone, footer .social {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
        text-align: left;
    }

    footer .box-2 {
        width: 98%;
    }

    footer .newsletter .txt, footer .newsletter form {
        width: 100%;
    }

    .newsletter form {
        margin-bottom: 20px;
    }

    footer .box {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 480px) {
    .static-content {
        padding: 0 10px 30px 10px;
    }

    .static-title {
        padding: 0 10px;
    }

    #top-bar .phone-orders {
        display: none;
    }

    #top-bar .mmenu li:last-child {
        display: none;
    }

    #top-bar .mmenu {
        width: 100%;
        box-sizing: border-box;
        padding-right: 10px;
    }

    header .logo {
        text-align: center;
        width: 50%;
    }

    header .container {
        width: 100% !important;
        padding: 0% !important;
    }

    #search-cart {
        width: 98%;
        padding: 0 1%;
        clear: both;
    }

    #search-cart form {
        padding-left: 0;
    }

    #search-cart .header-cart {
        width: 30%;
    }

    #breadcrumbs ul {
        height: auto;
        margin: 0;
        width: 100%;
    }

    #breadcrumbs ul:before, #breadcrumbs ul:after {
        border: none;
    }

    #breadcrumbs ul li {
        font-size: 0.725em;
        padding: 0 5px;
    }

    #bubbles {
        right: 10px;
        bottom: 60px;
    }

    #bubbles a:last-of-type {
        margin-left: 8px;
    }

    #bubbles a img {
        width: 40px;
    }
	footer .box{
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}
