/**
 * MOBILE MENU
 */

/* NAV TOGGLE */
.nav-toggle span {
    background: #79747a;
}

.nav-toggle.active span {
    background: red;
}

/* 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: #000;
    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: #ed1c24;
    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: #ed1c24;
}

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

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.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 {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    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: #000;
    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: #000;
    content: '';
}

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

.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-panel {
    display: none;
    pointer-events: none;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.rwd-panel-wrapper {
    pointer-events: visible;
    overflow-x: hidden;
    height: inherit;
    background: #fff;
}

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

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

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

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

/* --------------- BREAKPOINTS --------------- */
.nav-toggle.active span.l1 {
    margin-top: 14px;
}

@media screen and (max-width: 1840px) {
    .big-box-text-inside {
        padding-left: 40px;
        padding-right: 40px;
    }

    .big-box-text .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1600px) {
    .product-set-items-list .shop-product-box {
        padding: 20px;
    }

    .product-set-items-list {

        width: 70%;
    }

    .product-set-infos .btn-red {
        padding: 6px 23px;
        fill: #fff;
        font-size: 14px;
    }

    .product-set-infos {
        width: 30%;
    }

    .product-set-infos .price {
        line-height: 40px;
        font-size: 30px;
    }

    .product-set-infos label {
        font-size: 16px;
        line-height: 28px;
    }

    .product-list-innerWrapper {
        margin: -10px;
    }

    .shop-box-left .price {
        font-size: 30px;
        line-height: 36px;
    }

    .shop-box-left .price-old {
        font-size: 14px;
        line-height: 20px;
    }

    .shop-box-right {
        padding: 0 0 0 20px;
        width: 55%;
    }

    .shop-box-left {
        width: 45%;
    }

    .social-box {
        padding: 15px;
    }

    .social-box .title {
        font-size: 16px;
        line-height: 22px;
    }

    .social-box .title2 {
        font-size: 14px;
    }

    .contact-box {
        float: left;
        width: 50%;
        padding: 15px 30px;
    }

    .product-box-bottom .price {
        font-size: 18px;
        line-height: 20px;
    }

    .product-list {
        margin: -10px;
    }

    .shop-product-box {
        padding: 10px;
    }

    .main-slide-label {
        font-size: 0.9vw;
        padding-left: 9%;
    }

    #main-menu li {
        padding: 10px 8px;
    }

    .search-form {
        width: 310px;
    }

    .big-box-text-inside {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .news-page-title {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }

    .product-view-comparison a .icon {
        float: left;
        margin-right: 5px;
    }

    .product-view-comparison a {
        line-height: 14px;
        max-width: 140px;
    }

    .product-set-infos {
        padding: 5% 2%;
    }

    .product-set-infos label {
        font-size: 14px;
        line-height: 24px;
    }

    .product-set-infos .price {
        line-height: 38px;
        font-size: 25px;
    }

    .product-set-infos {
        width: 27%;
    }

    .product-set-items-list {
        width: 73%;
    }

    .shortcut-title {
        font-size: 20px;
        line-height: 26px;
    }

    .shop-box-right {
        width: 58%;
    }

    .shop-box-left {
        width: 42%;
    }

    .shop-box-left .price {
        font-size: 26px;
        line-height: 34px;
    }

    .shop-box-left .price-old {
        font-size: 14px;
        line-height: 20px;
    }

    .prod-box-wrapper {
        display: flex;
        width: 100%;
        padding: 15px 15px;
    }

    /*.contact-map {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    .social-box {
        background-size: 70%;
    }

    .contact-map-wrapper img,
    .contact-map-wrapper iframe {
        width: 100%;
        height: 500px;
    }

    .contact-map-wrapper {
        width: 100%;
        padding: 0;
    }

    .contact-box {
        width: 25%;
    }

    .contact-box .text a[href^="tel:"] {
        margin: 4px 0 0;
    }

    .product-actions .btn-basket .icon {
        width: 36px;
        height: 38px;
        top: -1px;
    }

    .product-box-bottom .price {
        font-size: 16px;
        line-height: 20px;
    }

    .product-actions .btn-basket {
        padding: 0;
        width: 36px;
        height: 36px;
    }

    .dot {
        width: 36px;
        height: 36px;
    }

    .footer-box.box-big {
        width: 31%;
        padding-right: 0;
    }

    .footer-box {
        width: 21%;
    }

    .footer-title {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-toggle a, .footer-toggle .text {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-links a {
        position: relative;
        font-size: 16px;
        padding-left: 36px;
        line-height: 36px;
    }

    .footer-logo {
        text-align: center;
        padding-left: 40%;
        padding-top: 26px;
    }

    .header-bot-list a {
        font-size: 14px;
    }

    .header-bot-list li {
        padding: 6px 5px;
    }

    #content {
        padding-top: 243px;
    }

    .logo a .img {
        display: block;
        width: 126px;
    }

    #main-menu a {
        font-size: 14px;
    }

    .search-form {
        margin-left: 40px;
    }

    .search-form {
        width: 270px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .text {
        font-size: 14px;
        line-height: 26px;
    }

    .product-right .h2 {
        padding-bottom: 15px;
    }

    .shop-product-offer-box {
        margin-top: 20px;
    }

}

@media screen and (max-width: 1366px) {
    .main-slider-section .main-slide-text-bg-wrapper {
        font-size: 12px;
        line-height: 22px;
    }

    .text h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .text h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .text h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1280px) {
    .news-img {
        margin: 0px 30px 10px 30px;
    }

    .news-texts {
        padding: 0 20px 30px;
        width: 100%;
        overflow: visible;
    }

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

    .news-date:before {
        display: none;
    }

    .product-set-infos,
    .product-set-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .product-set-infos {
        padding: 20px 20px;
    }

    .product-set-content {
        width: 50%;
    }

    .product-set-infos:before {
        top: auto;
        bottom: 0;
        left: 30px;
        right: 30px;
        width: auto;
        height: 1px;
    }

    .set-container {
        flex-direction: column-reverse;
    }

    .product-set-price-diff {
        padding-bottom: 0;
    }

    .product-set-content {
        padding-bottom: 0;
    }

    .product-set-items-list,
    .product-set-infos {
        width: 100%;
    }

    .btn-red .icon {
        width: 36px;
        height: 36px;
    }

    .shop-box-right .btn {
        padding: 10px 20px;
    }

    .page-title {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }

    .contact-map-boxes {
        padding: 0;
    }

    .big-box-text-inside {
        padding: 10px 30px;
    }

    .big-box-text .text {
        font-size: 14px;
        line-height: 24px;
    }

    .sidebar-side-right .submenu h3,
    .sidebar-side .submenu h3 {
        font-size: 26px;
        line-height: 38px;
        padding: 20px 15px;
    }

    .product-box-bottom .price {
        font-size: 14px;
        line-height: 20px;
    }

    .product-texts {
        padding: 10px;
    }

    .dot {
        margin-right: 6px;
    }

    .header-bot-list a {
        padding: 4px 5px;
    }

    /*#content {*/
    /*    padding-top: 198px;*/
    /*}*/
    .header-bot-list li {
        padding: 6px 0px;
    }

    .search-form {
        width: 240px;
        margin-left: 30px;
    }

    .basket-box .price {
        font-size: 13px;
    }

    #main-menu li {
        padding: 5px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

@media screen and (max-width: 1139px) {
    .header-mid-text-mobile{
        display: block;
        margin-top: 5px;
    }

    .header-mid-text{
        display: none;
    }

    .logo .img img:not(.logo-mobile){
        display: none;
    }

    .logo .img img.logo-mobile{
        display: block;
    }

    .logo a .img {
        width: 250px;
        margin-top: 12px;
    }

    .page-header .h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .news-date {
        line-height: 26px;
    }

    .page-header {
        padding: 12px 0 22px;
    }

    .product-view-comparison a {
        max-width: 100%;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .submenu {
        padding: 0;
    }

    .sidebar-side-right .submenu h3, .sidebar-side .submenu h3 {
        font-size: 22px;
        line-height: 38px;
        padding: 8px 20px 11px;
    }

    .product-set-items-list .shop-product-box:not(:last-child):after {
        font-size: 40px;
    }

    .product-set-infos {
        padding: 15px 10px;
    }

    .product-set-items-list {
        padding: 10px 5px;
    }

    .product-set-items-list .shop-product-box {
        padding: 15px;
    }

    .product-set-content {
        width: 60%;
    }

    .shortcut-box {
        padding: 5px;
        width: 25%;
    }

    .main-about-text .text {
        font-size: 14px;
        line-height: 26px;
    }

    .main-about-text {
        padding-top: 10px;
    }

    .main-about-text + .btn {
        margin-top: 20px;
    }

    .main-about-texts {
        padding: 0;
        width: 45%;
    }

    .main-about-image {
        width: 55%;
        padding-left: 40px;
    }

    .main-about-title, .section-heading-title {
        font-size: 40px;
        line-height: 60px;
    }

    .search-section .section-heading-title {
        font-size: 34px;
        line-height: 44px;
    }

    .section-heading-right .btn {
        padding: 9px 20px;
    }

    .product-list-slider-arrows .btn {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
    }

    .product-list-slider-arrows {
        padding-right: 30px;
    }

    header .form-element {
        pointer-events: none;
    }

    .shop-box-right:before {
        display: none;
    }

    .shop-box-left,
    .shop-box-right {
        width: 100%;
        padding: 0;
    }

    .prod-box-wrapper {
        flex-direction: column;
    }

    .shop-product-price {
        padding-bottom: 10px;
    }

    .contact-map-boxes {
        flex-wrap: wrap;
    }

    .contact-box {
        width: 50%;
    }

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

    .big-box-text-inside {
        padding: 10px 15px;
    }

    .shop-product-box {
        width: 33.3333%;
    }

    .sidebar-side-right {
        background: -moz-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(7, 15, 44, 1)), color-stop(46%, rgba(7, 15, 44, 1)), color-stop(100%, rgba(12, 39, 85, 1)));
        background: -webkit-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -o-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: linear-gradient(90deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
    }

    .box-big .footer-toggle li {
        width: 100%;
    }

    .footer-box.box-big,
    .footer-box {
        width: 23%;
    }

    .footer-box.box-last {
        width: 31%;
    }

    .footer-delivery-list li {
        padding: 5px;
        max-width: 130px;
    }

    .footer-title {
        letter-spacing: 0.3em;
    }

    .footer-delivery-list ul {
        margin: -5px;
    }

    .main-slide-label {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
    }

    #content {
        padding-top: 140px;
    }

    .header-top .nav-pills > li a .caption {
        display: none;
    }

    header .nav-pills {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    header .nav-pills > li a {
        padding: 6px 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

    .rwd-menu .basket-box .caption > * {
        display: block;
        float: left;
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        padding-left: 5px;
    }

    .shop-basket-circle .icon {
        width: 46px;
        height: 46px;
    }

    .rwd-menu .basket-box > a {
        padding: 10px 0;
    }

    .rwd-menu .basket-box .caption {
        display: block;
        color: #fff;
        padding-left: 10px;
    }

    .rwd-menu .pull-right {
        width: 100%;
    }

    .rwd-menu ul > li > a {
        fill: #000;
    }

    .basket-box .price-box {
        padding: 0;
    }

    .rwd-menu .header-bot-list ul > li > a {
        color: #fff;
        padding: 10px;
        font-size: 14px;
    }

    .basket-box .price {
        font-size: 16px;
    }

    .header-bot-list {
        background: -moz-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(7, 15, 44, 1)), color-stop(46%, rgba(7, 15, 44, 1)), color-stop(100%, rgba(12, 39, 85, 1)));
        background: -webkit-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -o-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        background: linear-gradient(90deg, rgba(7, 15, 44, 1) 0%, rgba(7, 15, 44, 1) 46%, rgba(12, 39, 85, 1) 100%);
        overflow: hidden;
    }

    .header-bot-list li {
        padding: 0;
    }

    .header-bot-list ul {
        display: block;
    }

    .nav-toggle {
        margin: 7px 0 7px 18px;
    }

    .header-mid-items {
        overflow: hidden;
    }

    .search-form .element-row .form-control {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .header-bot {
        display: none;
    }

    .fancybox-stage .search-form {
        width: 440px;
        max-width: calc(100% - 30px);
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.8);
        margin: 0;
        padding: 50px;
    }

    .header-mid-items,
    .header-mid-right,
    .header-mid-left {
        display: block;
    }

    .header-mid-right {
        padding-left: 10px;
    }

    header .search-form,
    .header-mid-right {
        float: right;
    }

    header .mainsearch-input-wrapper {
        display: none;
    }

    header .search-form {
        width: 46px;
        margin: 0;
    }

    .header-links a:before, .top-box-container:before, .nav-pills:before, .nav-pills > li + li:before,
    .basket-box > a .caption {
        display: none;
    }

    .top-box-container {
        margin: 0;
    }

    .basket-box > a {
        padding: 0 5px;
    }

    .shop-basket-circle {
        padding: 0;
    }

    .top-box-login-container .caret {
        display: none;
    }

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

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .langs-menu ul {
        display: none !important;
    }

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

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


    .news-box {
        width: 100%;
    }

    .news-img {
        margin: 0px 30px 10px 0px;
        width: 25%;
        padding-top: 25%;
    }

    .news-texts {
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 900px) {
    .asidedPage-aside-subsection {
        width: 100%;
    }

    .filter-container .filter-elements {
        width: 70%;
    }

    .asidedPage-aside-subsection.asidedPage-aside-subsection-btns {
        width: 30%;
    }

    .shortcut-box {
        width: 33.3333%;
    }

    .gallery-list li {
        width: 33.3333%;
    }

    .h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .gallery {
        background: #f6f6f6;
        padding: 20px 0;
    }

    .gallery-list ul {
        margin: -5px;
        padding: 20px 0;
    }

    .footer-box.box-big, .footer-box, .footer-box.box-last {
        width: 50%;
        text-align: left;
    }

    .footer-logo {
        padding: 0;
        text-align: left;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-set-items-list {
        justify-content: left;
        overflow: auto;
    }

    .set-container {
        overflow: hidden;
    }

    .product-set-items-list .shop-product-box {
        min-width: 170px;
    }

    .shortcut-title {
        font-size: 16px;
        line-height: 20px;
    }

    .main-about-wrapper {
        flex-direction: column-reverse;
    }

    .main-about-image img {
        margin: auto;
    }

    .main-about-image {
        padding: 0 0 20px;
        width: 90%;
    }

    .main-about-texts {
        width: 100%;
    }

    .about-us-big-box .img {
        padding-top: 55%;
        width: 100%;
    }

    .big-box-text {
        padding: 30px 15px 40px;
    }

    .about-us-big-box:nth-of-type(even) .img, .about-us-big-box:nth-of-type(odd) .img {
        float: none;
    }

    .about-us-big-box:nth-of-type(even) .big-box-text {
        width: 100%;
    }

    .about-us-big-box:nth-of-type(even) .big-box-text,
    .about-us-big-box .img, .big-box-text {
        height: auto;
    }

    .big-box-text .viewport {
        max-height: 100vh;
    }

    .big-box-text-inside {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-left: 0;
        padding-right: 0;
    }

    .main-slide-label {
        letter-spacing: 0.2em;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }
}

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

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

    .footer-toggle {
        display: block !important;
    }
}

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

    .page-header .h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .page-header {
        padding: 4px 0 14px;
    }

    .product-set-infos {
        display: block;
        text-align: center;
        width: 100%;
    }

    .product-set-content {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }

    .shotcut-section {
        padding: 10px 0;
    }

    .shortcut-list {
        padding: 15px 0 25px;
    }

    .main-about-us {
        padding: 30px 0 40px;
    }

    .section-heading.hasRight {
        padding: 32px 0;
        flex-direction: column;
    }

    .section-heading.hasRight {
        padding: 10px 0 35px;
    }

    .section-products-list-slider {
        padding-bottom: 45px;
    }

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

    .product-right {
        padding-top: 20px;
    }

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

    .contact-box {
        width: 100%;
        padding: 15px;
    }

    .contact-form-section {
        padding: 25px 0;
    }

    .contact-form {
        padding-top: 30px;
    }

    .social-box .social-list {
        float: left;
        padding: 10px 0px 0;
    }

    .social-box {
        min-height: 0;
        background: #0092dd;
    }

    .contact-map-wrapper img, .contact-map-wrapper iframe {
        width: 100%;
        height: 300px;
    }

    .social-box {
        background-size: auto;
    }

    .big-box-text {
        padding: 10px 15px;
    }

    .page-heading {
        padding-bottom: 14px;
    }

    .text h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .text h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .page-heading.with-sort {
        display: block;
        overflow: hidden;
    }

    .shop-sort {
        float: right;
        padding: 0;
    }

    .product-list {
        padding-bottom: 30px;
    }

    .shop-sort .form-element-text {
        display: none;
    }

    .submenu .h1, .h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumb-container {
        margin: 10px 0 6px;
    }

    .shop-product-box {
        width: 50%;
    }

    .shop-sort .form-element-container {
        text-align: left;
    }

    .footer-box.box-big, .footer-box, .footer-box.box-last {
        width: 100%;
    }

    .footer-toggle {
        display: none;
    }

    .footer-toggler.active:before {
        -webkit-transform: translate3d(0, -50%, 0) scale(-1);
        -moz-transform: translate3d(0, -50%, 0) scale(-1);
        -ms-transform: translate3d(0, -50%, 0) scale(-1);
        -o-transform: translate3d(0, -50%, 0) scale(-1);
        transform: translate3d(0, -50%, 0) scale(-1);
    }

    .footer-toggler:before {
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        font-family: FontAwesome;
        -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 .social-list > ul {
        padding: 15px 0;
    }

    footer .social-list > ul > li {
        display: block;
    }

    .footer-toggler {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        padding: 5px 40px 5px 5px;
    }

    .footer-logo {
        text-align: center;
        padding: 20px 0 0;
    }

    .footer-boxes {
        font-size: 0;
        padding: 20px 0 15px;
    }

    .main-slide-content {
        padding: 30px 0 60px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .main-slide-dots {
        bottom: 20px;
    }

    .main-slide-dots li a {
        display: block;
        width: 50px;
    }

    .m-slide-dot {
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 0 5px;
        letter-spacing: 0.1em;
    }

    .main-slide .main-slide-vr {
        padding: 20px 0;
        margin: 0;
    }

    .main-slide .main-slide-vr:before {
        display: none;
    }

    .header-links {
        display: none;
    }

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

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }
}

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

    .logo a .img {
        width: 200px;
    }

    .news-box a {
        padding: 10px;
    }

    .news-img {
        width: 100%;
        padding-top: 100%;
    }

    .news-box {
        width: 50%;
    }

    .news-date {
        padding-left: 0;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.05em;
    }

    .news-title {
        font-size: 14px;
        padding: 5px 0;
    }

    .news-text {
        font-size: 12px;
        line-height: 20px;
    }

    .news-more {
        width: 100%;
        text-align: center;
    }

    .asidedPage-aside-subtitle {
        padding: 5px 10px 5px 0;
        font-size: 13px;
        font-weight: 300;
    }

    .filter-container .customCheck-list {
        width: calc(100% - 70px);
    }

    .filter-container .asidedPage-aside-subheader {
        width: 70px;
    }

    .filter-container .filter-elements {
        width: 66%;
        padding-right: 10px;
    }

    .asidedPage-aside-subsection.asidedPage-aside-subsection-btns {
        width: 34%;
    }

    .product-comparison a .caption {
        display: none;
    }

    .shortcut-box {
        width: 50%;
    }

    .main-about-title, .section-heading-title {
        font-size: 34px;
        line-height: 60px;
    }

    .search-section .section-heading-title {
        font-size: 28px;
        line-height: 34px;
    }

    .btn {
        padding: 8px 23px;
        letter-spacing: 0;
        font-size: 14px;
    }

    h4 {
        font-size: 20px;
    }

    .product-photo .product-label {
        font-size: 12px;
        line-height: 16px;
    }

    .basket-view .basket-coupon-box .btn {
        padding: 12px 15px;
    }

    .text {
        word-wrap: break-word;
    }
}

@keyframes handShake {
    0%, 100% {
        margin-left: 25px;
    }
    50% {
        margin-left: -25px;
    }
}

@media screen and (max-width: 480px) {
    .page-header .h1 {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 420px) {
    .header-mid-text-mobile{
        font-size: 13px;
    }

    .logo a .img {
        width: 150px;
    }

    .logo a .img img{
        margin-top: 12px;
    }

    header .basket-box > a {
        height: 38px;
    }

    .shop-heading-product-count {
        font-size: 14px;
    }

    .news-title {
        line-height: 18px;
        font-size: 12px;
    }

    .news-text {
        line-height: 18px;
    }

    .news-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-box a {
        border-color: rgba(150, 150, 150, 0.2);
    }

    .news-texts {
        padding: 0;
    }

    .filter-container {
        padding: 10px 15px 5px;
    }

    .asidedPage-aside-subsection.asidedPage-aside-subsection-btns {
        padding-top: 23px;
    }

    .asidedPage-aside-btns .btn {
        font-size: 14px;
    }

    .asidedPage-aside-btns .reset-filters {
        font-size: 10px;
    }

    .asidedPage-aside-subsection {
        flex-direction: column;
    }

    .filter-container .asidedPage-aside-subheader,
    .filter-container .customCheck-list {
        width: 100%;
    }

    .asidedPage-aside-subtitle {
        padding-top: 0;
    }

    .product-set-items-list .product-label {
        font-size: 8px;
        line-height: 12px;
    }

    .product-labels {
        top: 5px;
    }

    .shop-product-set .product-title {
        font-size: 12px;
        line-height: 16px;

    }

    .product-set-items-list .shop-product-box:not(:last-child):after {
        font-size: 30px;
    }

    .product-set-items-list .shop-product-box {
        padding: 12px;
    }

    .product-set-items-list .shop-product-box {
        min-width: 140px;
    }

    .product-set-items-list {
        position: relative;
    }

    .product-set-items-list.slided:after,
    .product-set-items-list.slided:before {
        opacity: 0;
    }

    .product-set-items-list:after {
        pointer-events: none;
        content: '\f25a';
        font-family: FontAwesome;
        font-size: 50px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        z-index: 30;
        animation: handShake 5s infinite;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .product-set-items-list:before {
        pointer-events: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        right: 0;
        background: rgba(18, 45, 89, 0.8);
        display: flex;
        align-items: center;
        text-align: center;
    }

    .shop-product-list-arrows .slick-prev {
        margin-right: 10px;
    }

    .shop-product-set {
        margin-top: 30px;
    }

    .shop-product-list-arrows .slick-arrow {
        position: static;
        margin-top: 10px;
    }

    .prod-section {
        padding: 20px 0 30px 0;
    }

    .shop-product-slider {
        padding: 0;
    }

    .shop-product-list {
        padding: 20px 0 0;
    }

    .product-set-infos label {
        font-size: 12px;
        line-height: 20px;
    }

    .product-set-infos .price {
        line-height: 30px;
        font-size: 18px;
    }

    .shortcut-box {
        padding: 3px;
    }

    .shortcut-list {
        margin: -3px;
    }

    .shortcut-title {
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
    }

    .shortuct-arrow {
        display: none;
    }

    .section-products-list-slider {
        padding-bottom: 35px;
    }

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

    .modal-footer .btn + .btn {
        margin-top: 10px;
    }

    .modal-footer .btn {
        width: 100%;
    }

    .product-photo-actions {
        bottom: 15px;
        right: 15px;
    }

    .product-top {
        padding-bottom: 20px;
    }

    .heading.heading-hasright .heading-title, .submenu .h1, .h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .submenu ul li a:hover {
        background-color: transparent;
    }

    .step-inner .caption {
        padding-left: 10px;
        max-width: 120px;
        display: inline-block;
        vertical-align: middle;
    }

    .page-title {
        padding: 10px 0 20px;
    }

    .gallery-list li {
        width: 50%;
    }

    .product-title {
        font-size: 12px;
        line-height: 16px;
        height: 48px;
    }

    .shop-sort {
        padding-top: 10px;
    }

    .shop-sort .form-element-wrapper,
    .shop-sort {
        width: 100%;
    }

    .select2-container--default .select2-selection--single {
        width: 100%;
        height: 38px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        line-height: 36px;
        width: 36px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
        padding-left: 10px;
        font-size: 14px;
    }

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

    .shop-product-box {
        padding: 5px;
    }

    .dot {
        display: none;
    }

    .sidebar-side-right .submenu h3, .sidebar-side .submenu h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 8px 15px 11px;
    }

    .submenu > ul > li > a {
        padding: 9px 50px 8px 15px;
    }

    .footer-title {
        letter-spacing: 0.2em;
    }

    #content {
        padding-top: 109px;
    }

    .logo a .img {
        margin: 2px 0 -3px;
    }

    .header-mid-items {
        padding: 10px 0;
    }

    header .search-form {
        width: 38px;
    }

    .search-form .element-row .topsearch-submit {
        width: 34px;
        height: 34px;
    }

    .shop-basket-circle .icon {
        width: 38px;
        height: 38px;
    }

    .nav-toggle {
        margin: 4px 0 0 13px;
    }

    header .shop-basket-circle {
        line-height: 34px;
    }

    .fancybox-stage .search-form {
        padding: 30px;
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .fancybox-stage .search-form .element-row .topsearch-submit {
        width: 42px;
        height: 42px;
    }

    .main-slider-section .main-slider-arrows {
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@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;

        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}

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

        --font-48: 36px;
    }
}

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

        --font-48: 34px;
        --font-36: 28px;
        --font-30: 24px;
    }
}

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

        --font-48: 32px;
    }
}

@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: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

@media screen and (max-width: 420px) {
    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}

/* --------------- LOGIN --------------- */
@media screen and (max-width: 991px) {
    .password-reset-info .panel-heading {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .login-info-content {
        padding: 0;
    }

    .login-info-content .btn-base {
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .login-box .btn.btn-base {
        position: static;
        width: 100%;
    }

    .login-box .login-submitRow {
        flex-direction: column;
    }

    .login-box .login-submitRow .login-forgotPassword,
    .login-box .login-submitRow .delete-backToUser {
        margin-top: 15px;
    }

    .login-info-content .text-base {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
}