/* NAV TOGGLE */
.nav-toggle {
    margin: 0 0 0 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: var(--color-tertiary);
    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: var(--color-default);
}

/*
    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: 1560px) {
    .header-search {
        width: 320px
    }
}

@media screen and (max-width: 1440px) {
    .header-search {
        margin-right: var(--space-25);
    }

    .header-center #main-menu ul {
        gap: 10px;
    }

    .footer-col {
        width: 24%;
    }

    .footer-col-3 {
        width: 52%;
    }
}

@media screen and (max-width: 1280px) {
    .logo {
        width: 80px;
    }

    .footer-col {
        width: 33.3333%;
    }
    .logotypebox-list li{
        max-width: 50%;
        width: 50%;
    }
    .aboutus-side-right .aboutus-content {
        padding: var(--space-40);
    }

    .grid-row {
        gap: var(--space-60);
    }

    .searchbar .btn.btn-custom {
        height: 46px;
        width: 46px;
    }

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

    .searchbar input.form-control {
        font-size: 14px;
        height: 46px;
    }

    .header-search {
        width: 200px;
        min-height: 46px;
    }

    #content {
        padding-top: 77px;
    }

    .header-main {
        padding: 15px 0;
    }
}

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

@media screen and (max-width: 1139px) {
    .mainSlider-content-wrapper {
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .footer-left {
        width: 18%;
        padding-right: 10px;
    }
    .product-box-list-item {
        width: 33.3333%;
    }

    .product-buy .shop-quantity-box input.input-qty {
        height: 46px;
    }

    .product-buy .shop-quantity-box .qty-down, .product-buy .shop-quantity-box .qty-up {
        height: 46px;
        width: 46px;
        line-height: 44px;
    }

    .product-buy .btn.btn-custom.basket-submit {
        min-height: 46px;
    }

    .page-desc.text, .text.text-small, .text-base.text-small {
        font-size: 14px;
    }

    .icon-box .icon-wrapper {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon-box-inner {
        max-width: 200px;
    }

    .header-center {
        display: none;
    }

    .rwd-menu .basket-btn .price-box .price-old,
    .rwd-menu .basket-btn .price-box .price:not(.price-old) {
        color: #fff;
    }

    .rwd-menu .basket-btn {
        display: flex;
        align-items: center;

    }

    .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;
    }


    .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) {
    .footer-box-content{
        display: none;
    }
    .footer-cols {
        margin: 15px 0;
    }
    .footer-logo{
        max-width: 40%;
    }

    .footer-col {
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer-box-title{
        border-bottom: 1px solid rgb(0,0,0,0.15);
    }
    .footer-col-right {
        position: static;
        text-align: center;
    }

    .footer-col-right:not(:first-child) {
        margin-top: 15px;
    }

    .footer-col-right .social-list {
        position: static;
    }
    .footer-trustmate{
        display: flex;
        justify-content: flex-end;
    }
    .footer-bottom{
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer-box-title{
        font-size: 16px;
    }
    .footer-col .footer-box + .footer-box {
        margin: 0;
    }
    .footer-cols{
        flex-direction: column;
    }
    .logotypebox-list li{
        width: unset;
        max-width: unset;
    }

    .footer-box-content {
        display: none;
        padding: 10px 0;
    }

    .footer-box-title {
        position: relative;
        padding: 8px 0;
    }

    .footer-col .footer-box .footer-box-title,
    .footer-box-title {
        margin: 0;
    }

    .footer-box .footer-box-title:after {
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 22px;
        color: #494948;
        font-family: "FontAwesome", sans-serif;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .footer-box-title.active:after {
        -webkit-transform: translate3d(0, -50%, 0) rotateZ(180deg);
        -moz-transform: translate3d(0, -50%, 0) rotateZ(180deg);
        -ms-transform: translate3d(0, -50%, 0) rotateZ(180deg);
        -o-transform: translate3d(0, -50%, 0) rotateZ(180deg);
        transform: translate3d(0, -50%, 0) rotateZ(180deg);
    }

    .footer-extra .text {
        font-size: 10px;
        line-height: 14px;
    }
    .aboutUs-title {
        margin-top: 0;
    }
    .footer-bg{
        display: none;
    }
    .footer-left{
        width: 100%;
        display: flex;
        padding: 0;
        margin-bottom: var(--space-40);
        align-items: center;
        justify-content: center;
    }
    .footer-inner{
        display: flex;
        flex-direction: column;
    }

    .aboutus-sides {
        max-width: 639px;
        margin: 0 auto;
        flex-direction: column;
    }


    .aboutus-side-left, .aboutus-side-right {
        width: 100%;
    }

    .product-box {
        padding: 15px;
    }

    .product-box-bottom-left .price-box .price-brutto {
        gap: 0;
    }

    .product-box-title {
        font-size: 16px;
    }

    .product-box-list-item {
        padding: 5px;
    }

    .product-box-list {
        margin: -5px;
    }

    .product-buy-right {
        width: 200px;
        text-align: center;
    }

    .section-product-slider .heading-arrows {
        position: static;
        justify-content: center;
        transform: translateY(0);
        margin-bottom: var(--space-50);
        padding: 0 var(--container-padding);
    }

    .section-product-slider > .slider-wrapper {
        padding: 0;
    }

    .product-view-left {
        width: 48%;
        padding-right: calc(var(--space-50) * 1);
    }

    .icon-box {
        width: 25%;
    }

    .icon-box .icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .icon-text {
        font-size: 14px;
    }

    .icon-box-inner {
        max-width: unset;
    }

    .grid-row {
        flex-direction: column-reverse !important;
    }

    .header-search {
        min-height: unset;
        width: unset;
    }

    .header-search {
        position: static;
        width: auto;
        margin-right: 5px;
    }

    .grid-row-right {
        width: 100%;
        max-width: 600px;
    }

    .grid-row + .grid-row {
        margin-top: var(--space-60);
    }

    .heading > br {
        display: none;
    }

    .heading .category-b2b.form {
        margin-top: 10px;
    }

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

@media screen and (max-width: 960px) {
    .product-box-bottom-left .price-box .price-brutto {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .product-box-title {
        font-size: 14px;
    }

    .btn.btn-custom.btn-circle.btn-lg, .btn.btn-custom.btn-square.btn-lg {
        width: 40px;
        height: 40px;
    }

    .product-box-bottom-right > *:not(:first-child) {
        margin-left: 5px;
    }

    .icons-list {
        justify-content: center;
    }

    .product-view-sides {
        display: flex;
        flex-direction: column;
    }

    .product-view-left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .icon-box {
        width: 33.333%;
    }

    .icon-box .icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .icon-text {
        font-size: 16px;
    }


    .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) {
    .aboutus-side-right .form-group .form-control {
        min-height: 46px;
        font-size: 14px;
    }

    .mainSlider-slide img {
        position: static;
        height: unset;
    }

    .slick-active > button {
        background-color: var(--color-default);
    }

    .slick-dots button:hover {
        background-color: var(--color-default);
    }

    .slick-dots button {
        border: 1px solid var(--color-default);
    }

    .mainSlider-content-wrapper {
        padding-top: 0;
        aspect-ratio: unset;
        align-items: flex-start;
        margin-top: var(--space-25);
    }

    .mainSlider-slide {
        flex-direction: column;
    }

    .mainSlider-content {
        padding-left: 0;
    }

    .product-box-list-item {
        width: 50%;
    }

    .aboutus-side-right .btn.btn.btn {
        min-height: 46px;
        font-size: 14px;
    }

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

    #content {
        padding-top: 61px;
    }

    .header-main {
        padding: 10px 0;
    }

    .searchbar .btn.btn-custom {
        width: 40px;
        height: 40px;
    }

    .header-bar-right .iconedLink, .basket-btn .iconedLink {
        width: 40px;
        height: 40px;
    }

    .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: 560px) {
    .icon-box {
        width: 50%;
    }

    .heading:has(.heading-right) .title-base {
        text-align: center !important;
    }

    .heading.heading-hasRight .heading-inside > *:not(:last-child) {
        padding-right: 0;
    }

}

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

    .product-buy {
        flex-direction: column;
    }

    .product-buy-right {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .grid-row-left .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .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: 440px) {
    .product-box {
        margin: 0 auto;
        max-width: 290px;
    }

    .product-box-list-item {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .icon-box {
        width: 100%;
    }
}

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

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;


        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;


        --container-padding: 20px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
    }
}
