.header-main {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px; }
.header-main .rwd-menu {
    position: absolute;
    top: 0px;
    background: #ffffff;
    padding: 0px;
    z-index: 9999;
    min-width: 480px;
    max-width: calc(100vw - 16px);
    min-height: 100vh;
    left: -500px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: none; }
@media (max-width: 550px) {
    .header-main .rwd-menu {
        width: 100%;
        min-width: 1px; } }
.header-main .rwd-menu > .title {
    color: #5f5f5f;
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 40px; }
.header-main .rwd-menu .close-rwd-menu {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer; }
.header-main .rwd-menu > ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
.header-main .rwd-menu > ul li {
    border-top: 0px ;
    border-bottom: 1px solid #D6D6D6;
    padding: 4px 16px !important;
}

.header-main .rwd-menu > ul li a,
.header-main .rwd-menu > ul li span {
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1;
    color: #433c3a;
    font-size: 18px;
    font-weight: normal;
    color: inherit;
    display: block;
    cursor: pointer; }
.header-main .rwd-menu > ul li a:hover,
.header-main .rwd-menu > ul li span:hover {
    color: #ef5526; }
.header-main .rwd-menu > ul li ul {
    display: none;
    margin-left: 10px; }
.header-main .rwd-menu > ul li.rwd-menu-back {
    line-height: 1;
    margin-bottom: 35px;
    border: 1px solid #000000;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
.header-main .rwd-menu > ul li.rwd-menu-back img {
    margin-right: 10px;
    display: inline-block; }
.header-main .rwd-menu > ul li.rwd-menu-back div {
    display: inline-block; }
.header-main .rwd-menu > ul li.rwd-menu-go {
    line-height: 1;
    margin-bottom: 10px;
    border: 1px solid #000000;
    padding: 10px;
    display: block;
    max-width: 105px;
    vertical-align: middle;
    cursor: pointer; }
.header-main .rwd-menu > ul li.rwd-menu-go a {
    margin: 0px;
    font-weight: 400;
    color: #433c3a; }
.header-main .rwd-menu > ul li.rwd-menu-go img {
    margin-right: 10px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.header-main .rwd-menu > ul li.rwd-menu-go div {
    display: inline-block; }
.header-main .rwd-menu .lang-menu {
    position: relative;
    margin-right: 30px;
    margin-top: 5px;
    padding: 6.5px 15px;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
@media (max-width: 992px) {
    .header-main .rwd-menu .lang-menu {
        margin-right: 10px; } }
@media (max-width: 545px) {
    .header-main .rwd-menu .lang-menu {
        display: none; } }
@media (max-width: 480px) {
    .header-main .rwd-menu .lang-menu {
        display: none; }
    .header-main .rwd-menu .lang-menu.lang-menu-rwd {
        display: inline-block;
        float: none; } }
.header-main .rwd-menu .lang-menu img {
    display: inline-block; }
.header-main .rwd-menu .lang-menu span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 13px; }
.header-main .rwd-menu .lang-menu ul {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 162px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 9;
    border-top: 1px solid #e5d2c4;
    border-radius: 0px 4px 0px 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none; }
.header-main .rwd-menu .lang-menu ul li {
    vertical-align: middle;
    border: 1px solid #e5d2c4;
    border-top: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .rwd-menu .lang-menu ul li:first-child {
    border-radius: 0px 4px 0px 0px; }
.header-main .rwd-menu .lang-menu ul li:last-child {
    border-radius: 0px 0px 4px 4px; }
.header-main .rwd-menu .lang-menu ul li .check {
    border: 1px solid #e5d2c4;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.header-main .rwd-menu .lang-menu ul li .flag {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.header-main .rwd-menu .lang-menu ul li span {
    color: #433c3a;
    font-size: 12px;
    font-weight: 400;
    margin: 0px; }
.header-main .rwd-menu .lang-menu ul li a {
    color: #433c3a;
    padding: 15px;
    display: block; }
.header-main .rwd-menu .lang-menu ul li:hover {
    background: #faefe8; }
.header-main .rwd-menu .lang-menu ul li:hover a {
    color: #433c3a; }
.header-main .rwd-menu .lang-menu:hover {
    border-radius: 4px 4px 0px 0px;
    background: #faefe8;
    border-color: #e5d2c4; }
.header-main .rwd-menu .lang-menu:hover ul {
    opacity: 1;
    pointer-events: all; }
.header-main .rwd-menu .rwd-login {
    display: none;
    margin-top: 15px; }
.header-main .rwd-menu .rwd-login ul {
    list-style-type: none; }
.header-main .rwd-menu .rwd-login ul li {
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0px auto;
    color: #433c3a;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #433c3a;
    border: 1px solid #eef1f1;
    background: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1;
    padding: 15px; }
.header-main .rwd-menu .rwd-login ul li a {
    color: inherit; }
.header-main .rwd-menu .rwd-login ul li:hover {
    background: #ef5526;
    border-color: #ef5526;
    color: #ffffff; }
@media (max-width: 480px) {
    .header-main .rwd-menu .rwd-login {
        display: block; } }
.header-main .top-bar {
    padding: 37px 0px 32px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
@media (max-width: 768px) {
    .header-main .top-bar {
        padding: 25px 0px 90px; }
    .header-main .top-bar > .container {
        position: relative; } }
@media (max-width: 480px) {
    .header-main .top-bar {
        padding: 16px 0px 82px; }
    .header-main .top-bar.nav-up {
        padding: 16px 0px; } }
@media (max-width: 400px) {
    .header-main .top-bar {
        padding: 16px 0px 66px; }
    .header-main .top-bar.nav-up {
        padding: 16px 0px; } }
.header-main .top-bar .logo {
    float: left; }
@media (max-width: 768px) {
    .header-main .top-bar .logo {
        margin-top: -2px; } }
@media (max-width: 480px) {
    .header-main .top-bar .logo {
        max-width: 89px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-top: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
@media (max-width: 400px) {
    .header-main .top-bar .logo {
        width: 79px;
        margin-top:0px;
        top: 9px; } }
.header-main .top-bar .search-form {
    float: left;
    margin-left: 93px;
    width: 720px;
    position: relative; }
@media (max-width: 1470px) {
    .header-main .top-bar .search-form {
        margin-left: 30px;
        width: 650px; } }
@media (max-width: 1200px) {
    .header-main .top-bar .search-form {
        margin-left: 30px;
        width: 450px; } }
@media (max-width: 992px) {
    .header-main .top-bar .search-form {
        width: 270px; } }
@media (max-width: 768px) {
    .header-main .top-bar .search-form {
        position: absolute;
        left: 15px;
        top: 70px;
        margin-left: 0px;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px); } }
@media (max-width: 400px) {
    .header-main .top-bar .search-form {
        top: 55px; } }
.header-main .top-bar .search-form input {
    font-size: 12px;
    font-weight: 400;
    color: #433c3a;
    height: 45px;
    padding-left: 54px;
    float: left;
    width: 100%;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    background: #ffffff;
    padding-right: 100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .search-form .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .search-form button {
    background: #433c3a;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 35px;
    text-align: center;
    box-shadow: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
@media (max-width: 992px) {
    .header-main .top-bar .search-form button {
        width: 65px; } }
@media (max-width: 480px) {
    .header-main .top-bar .search-form button {
        width: 90px; } }
.header-main .top-bar .search-form .search-hidden {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 1px solid #e5d2c4;
    border-radius: 0px 0px 4px 4px;
    top: 100%;
    margin-top: -2px;
    width: 100%;
    z-index: 9;
    display: none; }
.header-main .top-bar .search-form .search-hidden .proposed-categories {
    padding: 15px;
    border-bottom: 1px solid #e5d2c4; }
.header-main .top-bar .search-form .search-hidden .proposed-categories .title {
    color: #7d7d7d;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px; }
.header-main .top-bar .search-form .search-hidden .proposed-categories ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
.header-main .top-bar .search-form .search-hidden .proposed-categories ul li {
    margin-bottom: 15px;
    line-height: 1; }
.header-main .top-bar .search-form .search-hidden .proposed-categories ul li:last-child {
    margin-bottom: 0px; }
.header-main .top-bar .search-form .search-hidden .proposed-categories ul li a {
    color: #433c3a;
    font-size: 12px;
    font-weight: 500; }
.header-main .top-bar .search-form .search-hidden .proposed-categories ul li a:hover {
    text-decoration: underline;
    color: #ef5526; }
.header-main .top-bar .search-form .search-hidden .proposed-products {
    padding: 15px 15px 0px 15px; }
.header-main .top-bar .search-form .search-hidden .proposed-products .title {
    color: #7d7d7d;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul {
    margin: 0px;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    list-style-type: none; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul::after {
    content: '';
    display: block;
    clear: both; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li {
    line-height: 1;
    padding: 0px 15px 15px 15px;
    width: 33.333%;
    float: left; }
@media (max-width: 1200px) {
    .header-main .top-bar .search-form .search-hidden .proposed-products ul li {
        width: 50%; } }
@media (max-width: 1200px) {
    .header-main .top-bar .search-form .search-hidden .proposed-products ul li {
        width: 100%; } }
@media (max-width: 768px) {
    .header-main .top-bar .search-form .search-hidden .proposed-products ul li {
        width: 33.33333%; } }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a figure {
    width: 58px;
    height: 58px;
    border: 1px solid #eef1f1;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a figure img {
    position: absolute;
    max-width: 98%;
    max-height: 98%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    float: right; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .title {
    color: #433c3a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .price-promotion,
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .price-default {
    color: #ef5526;
    font-size: 14px;
    font-weight: 500; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .price-promotion *,
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .price-default * {
    display: inline-block; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .old-price {
    color: #7d7d7d;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 500; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a .content .prices .old-price * {
    display: inline-block;
    text-decoration: line-through; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a:hover .title {
    color: #ef5526;
    text-decoration: underline; }
.header-main .top-bar .search-form .search-hidden .proposed-products ul li a:hover figure {
    border: 1px solid #ef5526; }
.header-main .top-bar .search-form:hover input {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    border: 1px solid #e5d2c4;
    background: #faefe8;
    border-radius: 4px 4px 0px 0px; }
.header-main .top-bar .search-form:hover .search-icon {
    opacity: 0.2; }
.header-main .top-bar .search-form:hover button {
    background: #ef5526; }
.header-main .top-bar .basket-icon {
    float: right;
    height: 45px;
    width: 45px;
    display: block;
    position: relative;
    border: 1px solid #eef1f1;
    border-radius: 4px; }
.header-main .top-bar .basket-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.header-main .top-bar .basket-icon .tooltip-show {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #433c3a;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 23px;
    border-radius: 4px;
    border: 1px solid #e5d2c4;
    background: #faefe8;
    display: block;
    min-width: 155px;
    text-align: center;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
@media (max-width: 768px) {
    .header-main .top-bar .basket-icon .tooltip-show {
        display: none; } }
.header-main .top-bar .basket-icon .tooltip-show::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #e5d2c4;
    border-right: 1px solid #e5d2c4;
    background: #faefe8;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
.header-main .top-bar .basket-icon .number {
    color: #ffffff;
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 10px;
    font-weight: 700;
    background: #00a651;
    padding: 4px 3px;
    line-height: 1;
    border-radius: 4px; }
.header-main .top-bar .basket-icon:hover {
    background: #faefe8;
    border-color: #e5d2c4; }
.header-main .top-bar .basket-icon:hover .tooltip-show {
    opacity: 1;
    pointer-events: all; }
.header-main .top-bar .wishlist-icon {
    float: right;
    height: 45px;
    width: 45px;
    display: block;
    position: relative;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    margin-right: 15px; }
.header-main .top-bar .wishlist-icon .icon-inactive {
    display: block; }
.header-main .top-bar .wishlist-icon .icon-active {
    display: none; }
.header-main .top-bar .wishlist-icon.active .icon-active {
    display: block; }
.header-main .top-bar .wishlist-icon.active .icon-inactive {
    display: none; }
@media (max-width: 992px) {
    .header-main .top-bar .wishlist-icon {
        margin-right: 10px; } }
@media (max-width: 400px) {
    .header-main .top-bar .wishlist-icon {
        margin-right: 5px; } }
.header-main .top-bar .wishlist-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .wishlist-icon .tooltip-show {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #433c3a;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 23px;
    border-radius: 4px;
    border: 1px solid #e5d2c4;
    background: #faefe8;
    display: block;
    min-width: 151px;
    text-align: center;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .wishlist-icon .tooltip-show::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #e5d2c4;
    border-right: 1px solid #e5d2c4;
    background: #faefe8;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
.header-main .top-bar .wishlist-icon .number {
    color: #ffffff;
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 10px;
    font-weight: 700;
    background: #ef5526;
    padding: 4px 3px;
    line-height: 1;
    border-radius: 4px; }
.header-main .top-bar .wishlist-icon:hover {
    background: #faefe8;
    border-color: #e5d2c4; }
.header-main .top-bar .wishlist-icon:hover .tooltip-show {
    opacity: 1;
    pointer-events: all; }
.header-main .top-bar .user-icon {
    float: right;
    height: 45px;
    width: 45px;
    display: block;
    position: relative;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .user-icon.show-login-popup {
    cursor: pointer; }
@media (max-width: 992px) {
    .header-main .top-bar .user-icon {
        margin-right: 10px; } }
@media (max-width: 480px) {
    .header-main .top-bar .user-icon {
        display: none; } }
.header-main .top-bar .user-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.header-main .top-bar .user-icon ul {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 162px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 9;
    border-top: 1px solid #e5d2c4;
    border-radius: 0px 4px 0px 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .user-icon ul li {
    vertical-align: middle;
    border: 1px solid #e5d2c4;
    border-top: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .user-icon ul li:first-child {
    border-radius: 0px 4px 0px 0px; }
.header-main .top-bar .user-icon ul li:last-child {
    border-radius: 0px 0px 4px 4px; }
.header-main .top-bar .user-icon ul li span {
    color: #433c3a;
    font-size: 12px;
    font-weight: 400;
    margin: 0px; }
.header-main .top-bar .user-icon ul li a {
    color: #433c3a;
    padding: 15px;
    display: block; }
.header-main .top-bar .user-icon ul li:hover {
    background: #faefe8; }
.header-main .top-bar .user-icon ul li:hover a {
    color: #433c3a; }
.header-main .top-bar .user-icon:hover {
    background: #faefe8;
    border-color: #e5d2c4;
    border-radius: 4px 4px 0px 0px; }
.header-main .top-bar .user-icon:hover ul {
    pointer-events: all;
    opacity: 1; }
.header-main .top-bar .rwd-button {
    display: none; }
@media (max-width: 768px) {
    .header-main .top-bar .rwd-button {
        display: block;
        float: left;
        margin-right: 30px; }
    .header-main .top-bar .rwd-button .icon {
        height: 45px;
        width: 45px;
        display: inline-block;
        position: relative;
        border: 1px solid #eef1f1;
        border-radius: 4px;
        text-align: center;
        padding-top: 10px;
        margin-right: 7px; }
    .header-main .top-bar .rwd-button span {
        color: #433c3a;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        display: none; } }
@media (max-width: 480px) {
    .header-main .top-bar .rwd-button span {
        display: inline-block; } }
.header-main .top-bar .lang-menu {
    position: relative;
    margin-right: 30px;
    margin-top: 5px;
    padding: 6.5px 15px;
    border: 1px solid #eef1f1;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
@media (max-width: 992px) {
    .header-main .top-bar .lang-menu {
        margin-right: 10px; } }
@media (max-width: 545px) {
    .header-main .top-bar .lang-menu {
        display: none; } }
@media (max-width: 480px) {
    .header-main .top-bar .lang-menu {
        display: none; }
    .header-main .top-bar .lang-menu.lang-menu-rwd {
        display: block;
        float: none; } }
.header-main .top-bar .lang-menu img {
    display: inline-block; }
.header-main .top-bar .lang-menu span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 13px; }
.header-main .top-bar .lang-menu ul {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 162px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 9;
    border-top: 1px solid #e5d2c4;
    border-radius: 0px 4px 0px 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none; }
.header-main .top-bar .lang-menu ul li {
    vertical-align: middle;
    border: 1px solid #e5d2c4;
    border-top: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .top-bar .lang-menu ul li:first-child {
    border-radius: 0px 4px 0px 0px; }
.header-main .top-bar .lang-menu ul li:last-child {
    border-radius: 0px 0px 4px 4px; }
.header-main .top-bar .lang-menu ul li .check {
    border: 1px solid #e5d2c4;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.header-main .top-bar .lang-menu ul li .flag {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
.header-main .top-bar .lang-menu ul li span {
    color: #433c3a;
    font-size: 12px;
    font-weight: 400;
    margin: 0px; }
.header-main .top-bar .lang-menu ul li a {
    color: #433c3a;
    padding: 15px;
    display: block; }
.header-main .top-bar .lang-menu ul li:hover {
    background: #faefe8; }
.header-main .top-bar .lang-menu ul li:hover a {
    color: #433c3a; }
.header-main .top-bar .lang-menu:hover {
    border-radius: 4px 4px 0px 0px;
    background: #faefe8;
    border-color: #e5d2c4; }
.header-main .top-bar .lang-menu:hover ul {
    opacity: 1;
    pointer-events: all; }
.header-main .bottom-bar {
    position: relative; }
@media (max-width: 768px) {
    .header-main .bottom-bar {
        display: none; } }
.header-main .bottom-bar nav > ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center; }
.header-main .bottom-bar nav > ul > li {
    display: inline-block;
    padding: 5px 15px 15px 15px; }
.header-main .bottom-bar nav > ul > li > a {
    color: #433c3a;
    position: relative;
    font-weight: 500;
    font-size: 14px; }
.header-main .bottom-bar nav > ul > li > a::after {
    content: '';
    position: absolute;
    top: 27px;
    bottom: 0px;
    display: block;
    background: #ef5526;
    width: 100%;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .bottom-bar nav > ul > li:hover > a::after {
    content: '';
    opacity: 1; }
.header-main .bottom-bar nav > ul > li .first-level {
    position: absolute;
    left: 0px;
    top: calc(100% - 1px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
@media (max-width: 768px) {
    .header-main .bottom-bar nav > ul > li .first-level .cat_image {
        display: none;
        top: 10000px;
        left: 10000px;
    }
}
.header-main .bottom-bar nav > ul > li .first-level .container {
    border-top: 2px solid #ef5526;
    background: #ffffff;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.14);
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.header-main .bottom-bar .categories_list .popup-overlay {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 155px);
    background: rgba(39, 27, 27, .75);
    color: rgba(0, 0, 0, .75);
    z-index: 1;
    pointer-events: none;
}
.header-main .bottom-bar .categories_list:hover .popup-overlay {
    opacity: 1;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .not_products_cats {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    page-break-inside: avoid; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-height: 500px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    overflow: hidden;
    overflow-y: auto;
    /*display: grid;
          grid-gap: 15px;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          page-break-inside: avoid; */}

.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.1);
    border-radius: 3px;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2);
}

.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats:before {
    display: none;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li {
    display: block;
    line-height: 1;
    width: calc(10% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    /* CHANGE THIS LINE TO BREAK MENU LINES BY COLUMNS 20.01.2020 */
    page-break-inside: avoid; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > a {
    text-align: center;
    color: #433c3a;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > a:hover {
    color: #ef5526; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    background: #ef5526;
    width: 16px;
    height: 4px;
    left: 0px;
    top: 100%;
    margin-top: 7px; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style-type: none; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul > li {
    line-height: 1;
    margin-bottom: 8px; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul > li > a {
    color: #433c3a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul > li > a:hover {
    color: #ef5526; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul > li:last-child {
    margin-bottom: 0px; }
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li > ul > li ul {
    display: none !important; }
.header-main .bottom-bar nav > ul > li:hover > .first-level {
    opacity: 1;
    pointer-events: all; }
.header-main .bottom-bar .menu-featured-product {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #eef1f1; }
@media (max-width: 992px) {
    .header-main .bottom-bar .menu-featured-product {
        display: none; } }
.header-main .bottom-bar .menu-featured-product figure {
    position: relative;
    width: 100%;
    height: 211px;
    margin-bottom: 15px;
    line-height: 1; }
@media (max-width: 1470px) {
    .header-main .bottom-bar .menu-featured-product figure {
        height: 95px; }
}
.header-main .bottom-bar .menu-featured-product figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.header-main .bottom-bar .menu-featured-product .title {
    line-height: 1;
    margin-bottom: 10px;
    color: #433c3a;
    font-size: 16px;
    font-weight: 500; }
.header-main .bottom-bar .menu-featured-product .prices {
    margin-bottom: 20px; }
@media (max-width: 1470px) {
    .header-main .bottom-bar .menu-featured-product .prices {
        margin-bottom: 0px; } }
.header-main .bottom-bar .menu-featured-product .prices .price-promotion,
.header-main .bottom-bar .menu-featured-product .prices .price-default {
    color: #433c3a;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block; }
.header-main .bottom-bar .menu-featured-product .prices .price-promotion *,
.header-main .bottom-bar .menu-featured-product .prices .price-default * {
    display: inline-block; }
@media (max-width: 1470px) {
    .header-main .bottom-bar .menu-featured-product .prices .price-promotion,
    .header-main .bottom-bar .menu-featured-product .prices .price-default {
        font-size: 20px; } }
@media (max-width: 992px) {
    .header-main .bottom-bar .menu-featured-product .prices .price-promotion,
    .header-main .bottom-bar .menu-featured-product .prices .price-default {
        font-size: 16px; }
}
.header-main .bottom-bar .menu-featured-product .prices .old-price {
    display: inline-block;
    color: #7d7d7d;
    text-decoration: line-through; }
.header-main .bottom-bar .menu-featured-product .prices .old-price * {
    display: inline-block;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
    text-transform: uppercase; }
.header-main .bottom-bar .menu-featured-product:hover .title {
    text-decoration: underline; }

.header-main.is-scrolled .top-bar {
    height: 0px;
    padding: 0px;
    opacity: 0; }
.header-main.is-scrolled .top-bar * {
    height: 0px;
    padding: 0px; }
.header-main.is-scrolled .bottom-bar {
    padding-top: 15px; }
.header-main.is-scrolled .bottom-bar nav > ul {
    width: 100%; }

.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats > li > a
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats > li > a:after{
    content: none;
}

.header-main .rwd-menu > ul  li {
    padding: 0px 16px
}
.header-main .rwd-menu > ul li a, .header-main .rwd-menu > ul li span
{
    margin:0;
    display: flex;
    justify-content: space-between;
}

.header-main .rwd-menu > ul li .reverse
{
    transform: rotate(180deg);
}
.header-main .rwd-menu > ul li .reverse.reversed
{
    transform: rotate(360deg);
}
.header-main .rwd-menu > ul li ul
{
    margin-top:10px;
}
.header-main .rwd-menu > ul li ul
{
    margin-left: 0;
}

@media screen and (max-width: 1440px) {
    .header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats {
        max-height: 290px;
    }
}
@media screen and (max-width: 1200px) {
    .header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats {
        max-height: 250px;
    }
}
@media screen and (max-width: 992px) {
    .header-main .bottom-bar nav > ul > li .first-level .submenu-level > .products_cats {
        max-height: 220px;
    }
    .header-main .bottom-bar nav > ul > li .first-level .submenu-level > ul > li {
        width: calc(12.5% - 20px);
    }
}



.header-main .bottom-bar nav > ul > li .first-level
{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

.content-static, #login-popup {
    display: none;
}


.content-static {
    margin-top: 156px; }
.main-banner.main-banner-mobile {
    margin-top: 156px;
    margin-bottom: -131px; }
.main-banner.main-banner-desktop {
    margin-top: 156px;
    margin-bottom: -91px; }
@media (max-width: 480px) {
    .content-static {
        margin-top: 140px; }
    .main-banner.main-banner-mobile {
        margin-top: 140px;
        margin-bottom: -120px; }
    .main-banner.main-banner-desktop {
        margin-top: 140px;
        margin-bottom: -81px; }}
@media (max-width: 400px) {
    .content-static {
        margin-top: 128px; }
    .main-banner.main-banner-mobile {
        margin-top: 128px;
        margin-bottom: -98px; }
    .main-banner.main-banner-desktop {
        margin-top: 128px;
        margin-bottom: -68px; }}

/* OPT 1 */

.banner-default-mobile.owl-carousel, .no-js .owl-carousel.banner-default-desktop {
    display: flex;
}

.main-banner img {
    max-width: 100%;
}

.category-text-short {
    text-align: justify;
}