.topMenuWrapper {
    position: relative;
    /*margin-top: 5px;*/
    /*border-top: 1px solid #000000;*/
    /*border-bottom: 1px solid #000000;*/
}

/*.topMenuWrapper .menu .menuItem {*/
/*	border-top: 3px solid transparent;*/
/*	float: left;*/
/*	list-style: none;*/
/*	color: #000;*/
/*	font-family: "Robot", sans-serif;*/
/*	font-size: 16px;*/
/*	font-weight: 700;*/
/*	line-height: 20px;*/
/*	text-transform: uppercase;*/
/*}*/

.topMenuWrapper .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1000;
}

.topMenuWrapper .menu .menuItem {
    border-top: 3px solid transparent;
    list-style: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    /*font-weight: 700;*/
    line-height: 20px;
    /*text-transform: uppercase;*/
    float: none;
}

li.thirdMenuItem.all {
    padding-bottom: 15px;
}


.topMenuWrapper .menu .menuItem.active {
    font-weight: 500;
}

.topMenuWrapper .menu .mobileClose {
    display: none;
}

.topMenuWrapper .menu .brandMobileMenu {
    display: none;
}

.topMenuWrapper .menu .menuItem a {
    display: block;
    padding: 11px 17px 15px 17px;
}

/*.topMenuWrapper .menu .menuItem.active {*/
/*	background: #000;*/
/*	color: #fff;*/
/*}*/

/*.topMenuWrapper .menu .menuItem:hover {*/
/*	background: #000;*/
/*	color: #fff;*/
/*}*/

.topMenuWrapper .menu .menuItem a {
    position: relative;
}

/*.topMenuWrapper .menu .menuItem:hover .menu-span::after, .topMenuWrapper .menu .menuItem.active .menu-span::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 9px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 20px;*/
/*    height: 2px;*/
/*    background-color: #8aa3a6;*/
/*}*/

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenu {
    float: left;
    width: 70%;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock {
    position: relative;
    float: right;
    width: 280px;
    margin-right: 0;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage {
    width: 100%;
    height: 400px;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock a {
    padding: 0;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImageInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 10%;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImageInfo .rightImageTitle {
    font-size: 18px;
    text-transform: uppercase;
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-weight: 700;
    margin-bottom: 5px;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImageInfo .rightImageText {
    font-size: 12px;
    font-style: italic;
    text-transform: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImageDiscount {
    position: absolute;
    right: 50px;
    top: 60px;
    font-size: 41px;
    color: #fff;
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-weight: 700;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper {
    display: none;
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0px;
    z-index: 500;
    /*margin-top: 2px;*/
    overflow: auto;
    background-color: #EBF4F5;
    border-top: 2px solid #FFFFFF;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper.visible {
    display: block;
}

.topMenuWrapper .menu .menuItem:hover .secondMenuWrapper {
    display: block;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground.withoutBrands {
    padding: 10px 0px;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground {
    position: relative;
    /*width: 100%;*/
    height: auto;
    /*background: #fff;*/
    color: #000;
    font-size: 14px;
    /*border: 1px solid #dcdcdc;*/
    padding: 10px 0px 0px;
    /*margin: 0px 14px;*/
    /*-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);*/
}

span.second-menu-span {
    font-size: 16px;
    font-weight: 500;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground .topArrow {
    content: "\A";
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0px;
    top: -10px;
    display: none !important;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .column {
    float: left;
    width: 25%;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem {
    list-style: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.seeAllMobile {
    display: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem a {
    padding: 0 0 14px 0;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem {
    list-style: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.hide {
    display: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem a {
    padding: 0 0 14px 0;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem a:hover {
    /*background: #c9e1e5;*/
    text-decoration: underline;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.all {
    font-weight: 500;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.all .hideText {
    display: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.all.opened .hideText {
    display: block;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.all.opened .showText {
    display: none;
}

.topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuItem.seeAllMobile {
    display: none;
}

.topMenuWrapper .menu .menuItem.searchBlockMobileMenu {
    display: none;
}

.hover-overlay {
    position: fixed;
    width: 100%;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    .topMenuWrapper .menu .menuItem.searchBlockMobileMenu {
        display: block !important;
        background-color: #fff;
    }

    .topMenuWrapper .menu .menuItem.searchBlockMobileMenu .searchBlock {
        display: block !important;
        padding: 0;
    }

    .topMenuWrapper .menu .menuItem.searchBlockMobileMenu a {
        display: none;
        /* Hide the link, show the search form instead */
    }
}

.topMenuWrapper .menu .menuBrands {
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #cfcfcf;
}

.topMenuWrapper .menu .menuBrands .menuBrand {
    float: left;
    width: 11%;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.topMenuWrapper .menu .menuBrands .menuBrand .noImageText {
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-size: 11px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

.topMenuWrapper .menu .menuBrands .menuBrand a {
    display: block;
    width: 90%;
    height: 90%;
    padding: 0;
    margin: 5%;
    border: 1px solid transparent;
}

.topMenuWrapper .menu .menuBrands .menuBrand.last {
    float: right;
    font-size: 10px;
    color: #5a5a5a;
    width: 20%;
}

.topMenuWrapper .menu .menuBrands .menuBrand.last a {
    padding: 20px 10px;
}

.topMenuWrapper .menu {
    /*float: left;*/
    /*width: 75%;*/
}

.desktop-right-menu .cartBlock {
    position: relative;
    float: right;
    /*height: 49px;*/
    width: 25%;
    z-index: 20;
    text-align: right;
}

.desktop-right-menu .cartBlock .addedConfirm {
    position: absolute;
    right: -35px;
    top: 5px;
    background: #01b527;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.desktop-right-menu .cartBlock .cartDropdown {
    transition: opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 61.5px;
    padding: 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    width: 407px;
    min-width: 250px;
}

.desktop-right-menu .cartBlock.show-dropdown .cartDropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.desktop-right-menu .cartBlock .cart-top {
    overflow: hidden;
    padding: 15px 20px;
}

.desktop-right-menu .cartBlock .cart-top img {
    float: right;
    height: 14px;
    margin-top: 3px;
}

.desktop-right-menu .cartBlock .cart-title {
    float: left;
    font-size: 16px;
    line-height: 20px;
}

/*.desktop-right-menu .cartBlock.hasItem.hovered,*/
/*.desktop-right-menu .cartBlock.hasItem:hover {*/
/*    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);*/
/*    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);*/
/*    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);*/
/*}*/

.desktop-right-menu .cartBlock .cartDropdown .cartDropdownList {
    overflow: auto;
    max-height: 300px;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct {
    /*border-bottom: 1px solid #cccccc;*/
    min-height: 70px;
    overflow: hidden;
    padding: 13px 14px 13px 20px;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductImage {
    float: left;
    width: 25%;
    height: 100%;
    margin-right: 2%;
    text-align: left;
    max-height: 88px;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductImage img {
    top: 0 !important;
    height: 88px !important;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductInfo {
    float: left;
    width: 66%;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    /*font-family: "Roboto Condensed", sans-serif;*/
    /*margin-top: 8px;*/
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductTitle {
    font-weight: 500;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductCount {
    /*float: left;*/
    width: 100%;
    /*font-family: "Roboto Condensed", sans-serif;*/
    /*font-size: 12px;*/
    margin-top: 7px;
}

.productCountLeft {
    color: #696969;
    width: 62px;
    float: left;
}

.productCountRight {
    width: calc(100% - 62px);
    float: left;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductPrice {
    /*float: left;*/
    width: 100%;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*font-family: "Roboto Condensed", sans-serif;*/
    margin-top: 2px;
    /*font-weight: 600;*/
}

.cartProductPriceLeft {
    color: #696969;
    width: 62px;
    float: left;
}

.cartProductPriceRight {
    width: calc(100% - 62px);
    float: left;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductRemove img {
    height: 18px;
}

.desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductRemove {
    float: left;
    width: 5%;
    font-size: 10px;
    /*font-family: "Roboto Condensed", sans-serif;*/
    /*margin-top: 10px;*/
    /*text-transform: uppercase;*/
    /*margin-right: 2%;*/
    cursor: pointer;
}

.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal {
    background: #F0F0EF;
    padding: 15px;
}

.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal .cartDropdownPrice {
    font-size: 16px;
    /*font-family: "Roboto Condensed", sans-serif;*/
    /*text-transform: uppercase;*/
    /*margin-bottom: 10px;*/
    line-height: 40px;
    font-weight: 500;
    float: left;
}

.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal .cartDropdownPrice span {
    margin-left: 17px;
}

/*.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal .cartDropdownPrice span {*/
/*    font-weight: 600;*/
/*}*/

.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal .cartDropdownButton {
    color: #fff;
    background: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    float: right;
    cursor: pointer;
}

.desktop-right-menu .cartBlock .cartIcon {
    display: inline-block;
    vertical-align: middle;
    /*margin-top: 6px;*/
    position: relative;
}

.desktop-right-menu .cartBlock .cartIcon span {
    color: #fff;
    background: #467880;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    bottom: -10px;
    position: absolute;
    left: -10px;
}

.desktop-right-menu .cartBlock .cartIcon img {
    /*vertical-align: top;*/
    /*margin-top: 3px;*/
    height: 20px;
}

.desktop-right-menu .cartBlock .cartInfo {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 15px;
}

.desktop-right-menu .cartBlock .cartInfo .cartTitle {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000000;
}

.desktop-right-menu .cartBlock .cartInfo .cartButton {
    margin-top: 2px;
    color: #fff;
    background: #000000;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 6px 7px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.desktop-right-menu .cartBlock .cartInfo .cartButton:hover,
.desktop-right-menu .cartBlock .cartDropdown .cartDropdownTotal .cartDropdownButton:hover {
    background: #000000;
}

.thirdMenuWrapperBg .thirdMenuBack {
    display: none;
}

.menu-overlay {
    height: 198px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
}

@media screen and (max-width: 1100px) {
    .topMenuWrapper .menu .menuItem {
        font-size: 15px;
    }

    .topMenuWrapper .menu .menuItem a {
        padding: 11px 18px 15px 18px;
    }

    .desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductTitle {
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    .topMenuWrapper .menu {
        width: 100%;
    }

    .desktop-right-menu .cartBlock {
        width: 48%;
        display: block;
        position: absolute;
        top: -68px;
        right: 0%;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground {
        margin: 0;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenu {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock {
        float: none;
        width: 100%;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage {
        height: 200px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    .topMenuWrapper {
        margin-top: 5px;
    }

    .desktop-right-menu .cartBlock {
        top: 0;
        right: -45px;
    }

    .desktop-right-menu {
        position: relative;
        right: 45px;
    }

    .mobileMenuSwitcher img {
        height: 18px;
        position: relative;
        top: 0px;
    }
}

@media screen and (max-width: 900px) {

    /*.insideContainer.mobile {
        width: 100%;
    }
    .topMenuWrapper .menu {
        width: 100%;
    }

    .topMenuWrapper .menu .menuItem {
        text-align: center;
        width: 14%;
        font-size: 12px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenu {
        text-align: left;
    }
    .topMenuWrapper .menu .menuItem.last {
        width: 16%;
    }
    .topMenuWrapper .menu .menuItem a {
        padding: 7px 14px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper {

        background: #fff;
        margin-top: 0;
        padding: 0;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground {
        margin: 0;
        box-shadow: none;
        border: 0;
        height: 100%;
        padding-top: 0;
        overflow: auto;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground .topArrow {
        display: none;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenu {
        float: none;
        width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 15px;
        margin: 0;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.seeAllMobile {
        display: block;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuItem.seeAllMobile {
        display: block;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock {
        float: none;
        width: 100%;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage {
        height: 200px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock .rightImage img {
        width: 100%;
        height: auto;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .column {
        width: 100%;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper {
        display: none;
    }
    .topMenuWrapper .menu .menuBrands {
        margin-top: 0px;
    }
    .topMenuWrapper .menu .menuBrands .menuBrand.last {
        float: none;
        width: 100%;
        text-align: center;
        height: auto;
    }
    .topMenuWrapper .menu .menuBrands .menuBrand.last a {
        height: auto;
        padding: 0px 5% 10px 5%;
        margin: 0;
    }
    .topMenuWrapper .menu .menuBrands .menuBrand {
        width: 16%;
        height: 50px;
    }
    .topMenuWrapper .menu .menuBrands .menuBrand .noImageText {
        margin-top: 5px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active .thirdMenuWrapper {
        display: block;
        margin-left: -100%;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active .thirdMenuWrapperBg {
        display: block;
        margin-left: -100%;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem .thirdMenuWrapper {
        display: none;
        position: absolute;
        width: 80%;
        min-height: 100%;
        background: #fff;
        top: 0px;
        left: 0;
        margin: 0px 0px 0px 20%;
        z-index: 1;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem .thirdMenuWrapperBg {
        display: none;
        top: 0px;
        left: 0;
        position: absolute;
        width: 21%;
        height: 100%;
        background: rgba(0,0,0, 0.7);
        z-index: 1;
    }
    .thirdMenuWrapperBg .thirdMenuBack {
        display: block;
        color: #fff;
        position: relative;
        font-size: 14px;
        top: 10px;
        left: 5px;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic;
        text-transform: lowercase;
        cursor: pointer;
    }
    .thirdMenuWrapperBg .thirdMenuBack img {
        vertical-align: middle;
        width: 7px;
        margin-right: 6px;
    }
    .thirdMenuWrapperBg .thirdMenuBack span {
        vertical-align: middle;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem .thirdMenuWrapper .thirdMenu {
        background: #fff;
        padding: 5px 0px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem a {
        padding: 4px 15px 4px 25px;
    }*/
    .topMenuWrapper .menu .mobileClose {
        display: block;
    }

    .topMenuWrapper .menu .brandMobileMenu {
        display: block;
    }

    .topMenuWrapper .menu .mobileClose {
        display: block;
        position: fixed;
        /* right: 10px; */
        right: 10px;
        top: 15px;
        background: #ffffffc7;
        width: 40px;
        height: 40px;
        border-radius: 35px;
        z-index: 1000;
    }

    .topMenuWrapper .menu .mobileClose img {
        width: 14px;
        left: 50%;
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 300;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.seeAllMobile {
        display: block;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuItem.seeAllMobile {
        display: block;
    }

    .insideContainer.mobile {
        width: 100%;
    }

    .topMenuWrapper {
        width: 100%;
    }

    li.menuItem {
        overflow: hidden;
    }

    .topMenuWrapper .menu {
        background: #F6F6F6;
        float: none;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 60px);
        /*overflow: hidden;*/
        text-align: left;
        /*-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);*/
        /*-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);*/
        /*box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);*/
        z-index: 500;
        height: 100%;
    }

    .topMenuWrapper {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        background: #000000ba;
        height: 100%;
    }

    .topMenuWrapper .menu .menuItem {
        width: 100%;
        float: none;
        font-size: 16px;
        border: 1px solid #E1E1E1;
    }

    .desktop-right-menu .cartBlock .cartInfo {
        display: none;
    }

    .desktop-right-menu .cartBlock .cartIcon {
        margin-right: 5%;
        margin-top: 14px;
    }

    .desktop-right-menu .cartBlock {
        height: 51px;
        top: -15px;
    }

    .desktop-right-menu .cartBlock.hasItem.hovered,
    .desktop-right-menu .cartBlock.hasItem:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .desktop-right-menu .cartBlock .cartDropdown {
        top: 50px;
    }

    .desktop-right-menu .cartBlock .cartDropdown {
        right: -46px;
        width: calc(100vw - 40px);
        min-width: 340px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper {
        position: relative;
        height: auto;
        font-style: 12px;
    }

    .topMenuWrapper .menu .menuItem:hover .secondMenuWrapper {
        display: none;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground .topArrow {
        display: none;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .rightImageBlock {
        display: none;
    }

    .topMenuWrapper .menu .menuBrands {
        display: none;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .column {
        width: 100%;
        float: none;
    }

    .topMenuWrapper .menu .menuItem {
        background-color: #fff;
    }

    .topMenuWrapper .menu .menuItem.showArrow {
        background-image: url('../../../elementsGlobal/arrowBlack.png');
        background-repeat: no-repeat;
        background-position: 91% 25px;
        background-size: 11px;
    }

    .topMenuWrapper .menu .menuItem.activeHover.showArrow,
    .topMenuWrapper .menu .menuItem.active.showArrow {
        background-image: url('../../../elementsGlobal/arrowBlack2.png');
    }

    .topMenuWrapper .menu .menuItem:hover {
        /* background-color: #cdcdcd; */
        color: #000;
    }

    .topMenuWrapper .menu .menuItem.searchBlockMobileMenu a {
        display: block;
        padding: 0;
        cursor: pointer;
    }

    .topMenuWrapper .menu .searchBlock {
        position: relative;
        margin-top: 0 !important;
    }

    .topMenuWrapper .menu .searchBlock .searchBlockInline {
        width: 100%;
    }

    .topMenuWrapper .menu .searchBlock .close {
        display: none;
    }

    .topMenuWrapper .menu .menuItem.searchBlockMobileMenu {
        display: block;
        color: #fff;
        background-image: url(../../../elementsGlobal/search.png);
        background-repeat: no-repeat;
        background-position: 12px 25.2px;
        background-size: 15px;
        background-color: #F6F6F6;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu.menuItem-816 {
        /*background-image: url('../../../elementsGlobal/shops.png');*/
        background-repeat: no-repeat;
        background-position: 91% 11px;
        background-size: 20px;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu.menuItem-817 {
        /*background-image: url('../../../elementsGlobal/service.png');*/
        background-repeat: no-repeat;
        background-position: 91% 11px;
        background-size: 20px;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu.menuItem-818 {
        /*background-image: url('../../../elementsGlobal/aboutUs.png');*/
        background-repeat: no-repeat;
        background-position: 90% 11px;
        background-size: 15px;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu.menuItem-819 {
        /*background-image: url('../../../elementsGlobal/blogg.png');*/
        background-repeat: no-repeat;
        background-position: 90% 11px;
        background-size: 15px;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu img {
        float: right;
        display: none;
    }

    .topMenuWrapper .menu .menuItem.mobTopMenu {
        background-color: #E1E1E1;
    }

    .topMenuWrapper .menu .menuItem a {
        padding: 18.4px 15px;
        border-bottom: 1px solid #FFFFFF;
        color: #000000;
    }

    .topMenuWrapper .menu .menuItem.activeHover,
    .topMenuWrapper .menu .menuItem.active {
        background-color: #F6F6F6;
        box-shadow: none !important;
    }

    .topMenuWrapper .menu .menuItem.single {
        background-image: none;
    }

    .topMenuWrapper .menu .menuItem.active .secondMenuWrapper {
        display: block;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground {
        padding: 0px;
        background: #f2f2f2;
        border: 0;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem {
        background-color: #F6F6F6;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.showArrow {
        background-image: url('../../../elementsGlobal/arrowBlack.png');
        background-repeat: no-repeat;
        background-position: 91% 25px;
        background-size: 11px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.showArrow:hover {
        background-image: url('../../../elementsGlobal/arrowBlack.png');
        background-repeat: no-repeat;
        background-position: 91% 25px;
        background-size: 11px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.showArrow.active {
        background-image: url('../../../elementsGlobal/arrowBlack2.png');
        background-repeat: no-repeat;
        background-position: 91% 25px;
        background-size: 11px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem a {
        padding: 19.2px 15px 19.2px 30px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active {
        background: #F6F6F6;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem:hover {
        background: #F6F6F6;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active,
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem:hover {
        background-color: #F6F6F6;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper {
        padding: 0px;
        margin-top: 0px;
    }

    .thirdMenuWrapperBg {
        display: none;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper {
        display: none;
        background: #F6F6F6;
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenu {
        margin-bottom: 0px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active .thirdMenuWrapper {
        display: block;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem a {
        padding: 19.2px 15px 19.2px 45px;
        font-size: 16px;
        line-height: 21px;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.active a {
        font-weight: 700;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.hide {
        display: block;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem.all {
        display: none;
    }

    .topMenuWrapper .menu .menuItem.activeHover {
        font-weight: 600;
    }

    .topMenuWrapper .menu .secondMenuItem.active a:first {
        font-weight: 600;
    }

    .secondMenuItem.active span.second-menu-span {
        font-weight: 600;
    }

    .menuItem.active span.menu-span {
        font-weight: 600;
    }
}

@media screen and (max-width: 450px) {
    /*.topMenuWrapper {
        margin-top: 5px;
    }
    .topMenuWrapper .menu .menuItem {
        width: 14%;
        font-size: 9px;
    }
    .topMenuWrapper .menu .menuItem.last {
        width: 16%;
    }
    .topMenuWrapper .menu .menuItem a {
        padding: 6px 5px 8px;
    }
    .desktop-right-menu .cartBlock {
        display: block;
        position: absolute;
        top: -47px;
        width: 60%;
        right: 0%;
    }
    .desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductTitle {
        font-size: 12px;
    }
    .desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductCount {
        font-size: 11px;
    }
    .desktop-right-menu .cartBlock .cartDropdown .cartProduct .cartProductPrice {
        font-size: 12px;
    }
    .desktop-right-menu .cartBlock .cartIcon img {
        width: 20px;
        vertical-align: top;
    }
    .desktop-right-menu .cartBlock .cartIcon span {
        font-size: 11px;
        padding: 4px 3px;
    }
    .desktop-right-menu .cartBlock .cartInfo .cartTitle {
        font-size: 7px;
    }
    .desktop-right-menu .cartBlock .cartInfo .cartButton {
        font-size: 10px;
    }
    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground {
        font-size: 12px;
    }*/
}

/* Mobile menu search styles */
@media screen and (max-width: 900px) {
    .topMenuWrapper .searchBlockMobileMenu .searchBlock {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 15px;
        background-color: #F6F6F6;
    }

    .topMenuWrapper .searchBlockMobileMenu .searchInput {
        width: calc(100% - 50px);
        padding: 10px;
        border: 1px solid #ddd;
        font-size: 16px;
    }

    .topMenuWrapper .searchBlockMobileMenu .searchSubmit {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 38px;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .topMenuWrapper .searchBlockMobileMenu .searchSubmit img {
        width: 20px;
        height: 20px;
    }

    .topMenuWrapper .searchBlockMobileMenu span {
        position: absolute;
        right: 60px;
        top: 23px;
        font-size: 16px;
        cursor: pointer;
        display: none;
    }

    .topMenuWrapper .searchBlockMobileMenu .searchBlock.typed span {
        display: block;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuBackground.withoutBrands {
        padding: 0;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem a {
        border-bottom: 1px solid #E1E1E1;
    }

    .topMenuWrapper .menu .menuItem a,
    .topMenuWrapper .menu .menuItem {
        border-bottom: 0;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper {
        border-top: 0;
    }



    .topMenuWrapper .menu .menuItem.last.mobTopMenu a {
        border-bottom: 1px solid #FFFFFF;
    }

    /* .menu a {
        border-bottom: 1px solid #E1E1E1;
    } */

    .topMenuWrapper .menu .secondMenuItem.seeAllMobile a {
        border-bottom: 1px solid #E1E1E1;
        border-top: 1px solid #E1E1E1;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper .thirdMenuItem a {
        border-bottom: 1px solid #E1E1E1;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem {
        background-color: #ffffff;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .secondMenuItem.active {
        background-color: #E1E1E1;
    }

    .topMenuWrapper .menu .menuItem.active .secondMenuWrapper .secondMenuItem {
        background-color: #F6F6F6;
    }

    /* .white-bg {
        background-color: #ffffff;
    } */
    /* 
    .topMenuWrapper .menu .menuItem.active .secondMenuWrapper .gray-bg {
        background-color: #F6F6F6;
    } */

    .menuItem.active .secondMenuWrapper {
        background-color: #ffffff;
    }

    .topMenuWrapper .menu .menuItem.active .secondMenuWrapper .secondMenuItem:not(.active) {
        background-color: #ffffff;
    }

    .topMenuWrapper .menu .menuItem .secondMenuWrapper .thirdMenuWrapper {
        background-color: #F6F6F6;
    }

    li.thirdMenuItem {
        margin-bottom: 0px !important;
    }

    .secondMenuWrapper .insideContainer {
        width: calc(100% - 60px) !important;
    }

    .menu a {
        -webkit-tap-highlight-color: transparent;
    }


}