/* NAV TOGGLE */
.nav-toggle {
    margin: 15px 0 15px 15px;
}

.nav-toggle span {
    background: #79747a;
}

.nav-toggle.active span {
    background: #494948;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #494948;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #63ab25;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #63ab25;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    color: #494948;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a {
    color: #494948;
}

.rwd-menu ul > li > ul > li.active-link > a {
    font-weight: 700;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #494948;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #494948;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #494948;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li,
.rwd-menu ul > li > a > .glyphicon-bg {
    background: #efefef;
}

.rwd-menu ul > li > a > * {
    vertical-align: middle;
}

.rwd-menu li > a > .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    margin: -5px 5px -5px -5px;
}

.rwd-menu li > a > .icon > * {
    vertical-align: middle;
}

.rwd-menu li > a > .icon img {
    max-width: 100%;
    max-height: 100%;
}

.rwd-menu-wrapper > * {
    float: left;
    width: 100%;
}

.rwd-menu .top-box {
    display: none !important;
}

.rwd-menu .header-bar-right {
    margin: 8px 0;
    text-align: center;
}

.rwd-menu ul > li {
    margin-bottom: 0;
    border: none !important;
}

.rwd-menu-wrapper > ul li > a:after,
.rwd-menu-wrapper > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.rwd-menu-wrapper > ul li > a:before {
    display: none;
    bottom: 0;
}
.rwd-menu-wrapper > ul li > a:before {
    display: block;
}
.rwd-menu-wrapper > ul li > a:after {
    top: 0;
}
.rwd-menu-wrapper > ul > li:not(:last-child) > a:before,
.rwd-menu-wrapper > ul:first-child > li:first-child > a:after,
.rwd-menu-custom:not(:first-child) > li:first-child > a:after {
    display: none;
}

.rwd-menu-wrapper > ul:last-child li:last-child > a:after {
    display: none !important;
}

.rwd-menu .basket-btn .price-box * {
    color: inherit;
}

.rwd-menu-custom li > a {
    line-height: normal;
}

.rwd-menu-wrapper li.item-black {
    border-color: rgba(255, 255, 255, 0.2);
}
.rwd-menu-wrapper li.item-black > a:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.rwd-menu-wrapper li.item-black > a {
    color: #fff;
    background-color: #494948;
}

/*
    Rwd Lang Menu
 */

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1330px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-box-bottom {
        justify-content: center;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .text .table-wrap {
        margin: 20px 0;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .section-articles .article-box-list-item:nth-child(2) ~ .article-box-list-item {
        display: none;
    }

    header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .product-table .product-box-img {
        height: 90px;
        width: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .heading > br {
        display: none;
    }
    .heading .category-b2b.form {
        margin-top: 10px;
    }

    .mainSlider-arrows {
        padding: 0 15px;
    }
}

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

@media screen and (max-width: 767px) {
    .inPost-element.input-group .form-control,
    .inPost-element.input-group,
    .inPost-element.input-group input,
    .inPost-element.input-group > * {
        float: none;
        display: block;
        width: 100%;
    }
    .inPost-element.input-group {
        white-space: normal;
    }
    .inPost-element .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .product-table-img {
        width: 90px;
    }
    .product-table th,
    .product-table td {
        padding: 5px;
    }
    .product-table .product-labels {
        margin-bottom: 0;
    }
    .product-table h3 {
        font-size: 14px;
    }
    .product-table .shop-add-to-basket {
        flex-direction: column;
    }
    .product-table .shop-add-to-basket .btn.btn {
        width: 100%;
        border-radius: 20px;
        margin: 5px 0 0 0;
    }

    .fixed-offset .btn-wrapper + .btn-wrapper {
        margin-top: 10px;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .rwd-menu ul > li > a {
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 14px;
    }

    .rwd-menu ul > li > ul > li > a {
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 13px;
    }

    .rwd-menu ul > li > ul > li > a:before {
        top: 19px;
    }

    .rwd-menu ul > li > a > .glyphicon-bg {
        width: 42px;
    }

    .rwd-menu ul > li > a .glyphicon {
        line-height: 42px;
    }

    .product-table thead {
        display: none;
    }
    .product-table tr {
        display: block;
        padding: 10px 5px;
        text-align: right;
    }
    .product-table tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .product-table tr > * {
        align-items: center;
    }
    .product-table td {
        display: block;
        width: 100%;
    }
    .product-table td + td {
        margin-right: 10px;
        margin-top: 10px;
    }

    .product-table th,
    .product-table td {
        padding: 0;
    }

    .product-table .product-table-box-img {
        float: left;
        width: 80px;
        margin-right: 10px;
        clear: both;
    }
    .product-table .product-table-box-name {
        overflow: hidden;
        width: auto;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    .product-table .product-table-box-show-hide {
        margin-top: 0;
    }
    .product-table .product-table-box-lp {
        margin-left: 5px;
    }

    .product-table .shop-add-to-basket {
        flex-direction: row;
    }
    .product-table .shop-add-to-basket .btn.btn {
        width: 40px;
        border-radius: 20px;
        margin: 0 0 0 10px;
    }

    .product-table .product-table-box-discount,
    .product-table .product-table-box-price,
    .product-table .product-table-box-btns,
    .product-table .product-table-box-preview{
        display: inline-block;
    }

    .product-table .product-table-box-discount,
    .product-table .product-table-box-price,
    .product-table .product-table-box-preview,
    .product-table .product-table-box-btns {
        width: auto;
    }
    .product-table-box-btns {
        margin: 0 auto;
        text-align: center;
    }
    .product-table .shop-add-to-basket {
        justify-content: center;
    }

    .product-table .product-table-box-img {
        margin-top: 0;
    }

    .category-b2b .filters-element-wrapper + .filters-element-wrapper {
        margin-left: 0;
    }

    .product-table .product-table-box-lp {
        float: left;
    }
    .product-table .product-table-box-lp,
    .product-table .product-table-box-show-hide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .mainbans-wide .slick-dots > li + li {
        margin-left: 12px;
    }
    .mainbans-wide .slick-dots > li > button {
        width: 12px;
        height: 12px;
    }

    .mainSlider-arrows {
        padding: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .text .table-wrap table {
        min-width: 480px;
    }

    .rwd-menu .header-bar-cell {
        margin: 0 8px;
    }

    .rwd-menu .header-bar-cell .iconedLink .icon:first-child {
        margin-right: 8px;
    }

    .rwd-menu .header-bar-right {
        margin: 0;
    }

    .rwd-menu .header-bar-right > * {
        display: block;
    }

    .rwd-menu .header-bar-cell {
        margin: 0;
    }

    .rwd-menu .header-bar-cell .iconedLink {
        display: block;
        padding: 10px 15px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-menu .header-bar-cell .iconedLink .icon:first-child {
        margin-right: 15px;
    }

    .rwd-menu .iconedLink .caption {
        font-size: 14px;
    }

    .login-form .text.pull-left,
    .login-form .btn.btn-primary.pull-right {
        float: none!important;
    }
    .login-form .row:last-child {
        text-align: center;
    }
    .login-form .row .text {
        text-align: left;
    }
    .login-form .btn {
        margin-top: 8px;
    }
    .stick-to-bottom {
        left: 15px;
        width: 160px;
        margin: 0 auto;
    }


    .basket-coupon-activated .basket-coupon-container {
        flex-direction: column;
    }
    .basket-coupon-activated .basket-coupon-container label {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .spread-btns > * {
        display: block;
        width: 100%;
    }
}


@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}