<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://uxwing.com/webslide/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/* ======== Find Below Table of Content Points to Go Relevant Section  =========
[Table of contents DESKTOP]
Desktop Base CSS
Desktop Main Menu CSS
- Main Search Bar CSS
- My Account Dropdown
- Main Menu Cart Icon
Desktop Tabing Mega Menus CSS
- Tabing Leftside
- Tabing Rightside
- Mega Menu Content Formatting
- Brand Mega Menu
Desktop Mega Menus CSS
Desktop Half Menus CSS
Desktop Extra CSS

[Table of contents MOBILE ]
Mobile Menu Change Brake Point
Mobile Base CSS
Mobile Main Menu CSS
Mobile Dropdown CSS
Mobile Mega Menu CSS
Mobile Header CSS
 -&gt; Mobile Search Bar
 -&gt; Mobile Toggle Menu icon (X ICON)
Mobile Overlay/Drawer CSS
Mobile Sub Menu Expander Arrows
Extra @Media Query
===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

/*.smllogo {
  padding: 9px 0px 0 16px;
  margin: 0;
  float: left;
  width: 6%;
}*/

.smllogo a {
  display: block;
  float: left;
  padding: 0;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

.wsmenu {
  width: 100%;
  float: left;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  margin: 0;
}

.wsmenu&gt;.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}

.wsmenu&gt;.wsmenu-list&gt;li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext {
  line-height: 16px;
  text-align: right;
  padding: 14px 20px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a {
  display: block;
  text-decoration: none;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span+span:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  line-height: 10px;
  margin-left: 0px;
  position: relative;
  right: -7px;
  text-align: right;
  top: 1px;

}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span {
  display: block;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span+span {
  white-space: nowrap;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 14px;
}

.wsmenu&gt;.wsmenu-list&gt;li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu&gt;.wsmenu-list&gt;li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a .arrow:after {
  border-top-color: #b3b3b3
}

/* Main Search Bar CSS*/
.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar {
  width: 43%;
  float: left;
  padding-left: 15px;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0 0 0;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input:focus~.btnstyle {
  color: #fff;
  opacity: 0.9;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.btnstyle&gt;i {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;a:hover {
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;a&gt;i {
  margin-right: 9px;
  font-size: 14px;
}



.wsmenu&gt;.wsmenu-list&gt;li.wsshopmyaccount {
  float: right;
}

.wsmenu&gt;.wsmenu-list&gt;li.wsshopmyaccount&gt;a {
  display: block;
  padding: 0 24px 0 24px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}



.wsmenu&gt;.wsmenu-list&gt;.wsshopmyaccount&gt;a i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 11px;
  vertical-align: middle;
}

/* Main Menu Cart Icon*/
.wsmenu&gt;.wsmenu-list&gt;li.wscarticon {
  float: right;
  clear: right;
  margin-right: 14px;
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon&gt;a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon .hidetxt {
  display: none;
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon a {
  padding: 0 26px 0 26px;
  /*padding: 0 27px 0 23px;*/
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon a i {
  font-size: 16px;
  color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #f05545;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li.wscarticon i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  /*margin-right: 2px;*/
  color: #7b7b7b;
}

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  background-color: #f8f8f8;
  left: 0;
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 101;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li:before,
.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li:after {
  content: "";
  display: table;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li:after {
  clear: both;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li {
  width: 100%;
  list-style: none;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a {
  display: block;
  padding: 15px 11px;
  font-size: 14px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-left: 3px solid #fff;
  background-color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li:hover a {
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li:hover&gt;a {
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a&gt;img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a&gt;i {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wstitemright {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 400px;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li.wsshoplink-active&gt;.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu&gt;.wsmenu-list&gt;li .wstbootslider {
  float: right;
  margin-top: 8px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr {
  display: block;
  float: right;
  margin-top: 8px;
  text-align: center;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr img {
  border: 2px solid transparent;
  transition: all 0.3s;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr span {
  color: #6e6e6e;
  font-size: 14px;
  transition: all 0.3s;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr:hover img {
  border-color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr:hover span {
  color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstheading {
  width: 100%;
  display: block;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstheading &gt; a {
  color: #6e6e6e;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstheading &gt; a:hover {
  color: #f05545;
  text-decoration: underline !important;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 &gt; li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 li ul {
  margin: 0;
  padding: 0;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 li ul li {
  list-style-type: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 li a {
  color: #6e6e6e;
  font-size: 14px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy01 li a:hover {
  color: #f05545;
  text-decoration: underline !important;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li a {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 25px;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li a:hover {
  color: #f05545;
  text-decoration: underline !important;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li a img,
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li img {
  border: 2px solid transparent;
  transition: all 0.3s;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li a:hover img,
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li img:hover {
  border-color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.wstheading {
  line-height: 20px;
  font-size: 14px;
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.wstheading a {
  font-size: 14px;
  line-height: 20px;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02.factories li.wstheading a {
  margin-left: 25px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag:before {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-size: cover;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag-russia:before {
  background-image: url('../image/country-flags/russia.png');
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag-belarus:before {
  background-image: url('../image/country-flags/belarus.png');
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag-turkey:before {
  background-image: url('../image/country-flags/turkey.png');
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag-poland:before {
  background-image: url('../image/country-flags/poland.png');
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li.icon-flag-china:before {
  background-image: url('../image/country-flags/china.png');
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}
.wsmenu&gt;.wsmenu-list&gt;li .menu-banner a {
  display: block;
}
.wsmenu&gt;.wsmenu-list&gt;li .menu-banner a img {
  border: 2px solid transparent;
  transition: all 0.3s;
}
.wsmenu&gt;.wsmenu-list&gt;li .menu-banner a:hover img {
  border-color: #f05545;
}
.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li a {
  color: #6e6e6e;
  font-size: 14px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 &gt; li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 li a {
  color: #6e6e6e;
  font-size: 14px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 li a:hover {
  color: #f05545;
  text-decoration: underline !important;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 &gt; li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 li.wstheading {
  line-height: normal;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wsmenu&gt;.wsmenu-list&gt;li .allmenubg {
  background-image: url(../image/menu/allmenubg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu&gt;.wsmenu-list&gt;li .computermenubg {
  background-image: url(../image/menu/computer-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstpngsml {
  padding-left: 18px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu&gt;.wsmenu-list&gt;li .wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list&gt;li:hover&gt;.wtsbrandmenu&gt;.wsshoptabingwp&gt;.wstabitem02&gt;li.wsshoplink-active&gt;.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li&gt;a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #717171;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;.wsshoplink-active&gt;a:after {
  position: absolute;
  content: '';
  top: 42px;
  right: 50%;
  width: 13px;
  height: 13px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #ffffff;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;.wsshoplink-active&gt;a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;.wsshoplink-active&gt;a&gt;i {
  opacity: 1;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li&gt;a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
  opacity: 0.5;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor01 {
  color: #424242;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor02 {
  color: #00bcf2;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor03 {
  color: #00aff0;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor04 {
  color: #003087;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor05 {
  color: #a82400;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor06 {
  color: #ff3300;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor07 {
  color: #7ac142;
}

.wsmenu&gt;.wsmenu-list&gt;li .brandcolor08 {
  color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu li a:hover {
  background: transparent;
  color: #f05545;
  text-decoration: underline;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/* ================== Desktop Half Menus CSS  ================== */
.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu.halfdiv {
  width: 35%;
  right: 0px;
  left: auto;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}

/* ================== Custom CSS ================== */
.wsmenu&gt;.wsmenu-list&gt;li.sale &gt; a {
  background-color: #4caf50;
}
.wsmenu&gt;.wsmenu-list&gt;li.sale&gt;.navtext&gt;span,
.wsmenu&gt;.wsmenu-list&gt;li.sale&gt;.navtext&gt;span+span,
.wsmenu&gt;.wsmenu-list&gt;li.sale&gt;.navtext&gt;span+span:after {
  color: #fff;
}
.wsmenu&gt;.wsmenu-list&gt;li.sale:hover&gt;a {
  background-color: #087f23;
}
.wsmenu&gt;.wsmenu-list&gt;li.stocks a {
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  background-color: #f05545;
}
.wsmenu&gt;.wsmenu-list&gt;li.stocks a:hover {
  background-color: #b71c1c;
}
.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva&gt;a {
  background: url(../image/menu/menu-mebel-iz-massiva-bg.jpg) no-repeat center center;
}
.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva&gt;.navtext&gt;span,
.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva&gt;.navtext&gt;span+span,
.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva&gt;.navtext&gt;span+span:after {
  color: #fff;
}
.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva:hover&gt;a {
  background: url(../image/menu/menu-mebel-iz-massiva-dark-bg.jpg) no-repeat center center;
}
.wsmain&gt;.wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva:hover&gt;a {
  background-color: none !important;
}
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli {
	box-shadow: 0 0 .5rem #f05545;
}
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli:hover {
	box-shadow: none;
}
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli&gt;a {
  background-color: #f05545;
}
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli&gt;.navtext&gt;span,
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli&gt;.navtext&gt;span+span,
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli&gt;.navtext&gt;span+span:after {
  color: #fff;
}
.wsmenu&gt;.wsmenu-list&gt;li.menu-catalog-mebeli:hover&gt;a {
  background-color: #b71c1c;
}
.wsmenu&gt;.wsmenu-list&gt;li.second-memu-item {
  display: none;
}
.wsmenu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

  /* ================== Mobile Base CSS ================== */
  html {
    /*overflow: hidden;*/
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.wsactive {
    overflow: hidden;
  }


  /* ================== Mobile Main Menu CSS ================== */
  /*.smllogo {
    display: none;
  }*/

  .wsmain {
    margin: 0px;
    background-color: transparent;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
    border-left: none;
  }

  .wsmenu&gt;.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 260px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -260px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: static;
  }

  .wsmenu&gt;.wsmenu-list&gt;li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu&gt;.wsmenu-list&gt;li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;a {
    padding: 9px 32px 9px 18px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;

    position: static;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext {
    padding-left: 18px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon a {
    padding-left: 18px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wsshopmyaccount&gt;a {
    padding-left: 18px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;a&gt;i {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon a i {
    margin-right: 7px;
    font-size: 15px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;a .wsarrow:after {
    display: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon em.roundpoint {
    display: inline-block;
    right: auto;
    left: 27px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;a&gt;.hometext {
    display: inline-block;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon .hidetxt {
    display: inline-block;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wssearchbar {
    display: none;
  }



  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon {
    float: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wsshopmyaccount {
    float: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.wscarticon a {
    text-align: left;
    font-size: 13px;
  }

  /* ================== Mobile Dropdown CSS ================== */
  .wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;a {
    line-height: 20px;
    font-size: 13px;
    padding: 13px 0px 13px 16px;
    color: #6e6e6e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li span+a {
    padding-right: 30px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu li:hover&gt;a {
    background-color: #e7e7e7;
    color: #666666;
  }

  /* ================== Mobile Mega Menu CSS  ================== */
  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu {
    background-color: #fff;
    padding-top: 5px;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 8px 0px 8px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu.halfmenu {
    width: 100%;
  }

  .wstabitem02&gt;.wsshoplink-active&gt;a:after {
    display: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li {
    position: relative;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
    font-weight: bold;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstbootslider {
    width: auto;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstmegamenucolr {
    width: auto;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstliststy01&gt;li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }
  .wsmenu&gt;.wsmenu-list&gt;li .all-items .wstliststy02 {
   margin-bottom: 0;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstliststy03 &gt; li {
    width: 100%;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .allmenubg {
    background-image: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .computermenubg {
    background-image: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstabitem02 {
    display: block;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li {
    position: relative;
    text-align: left;
    display: block;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li&gt;a {
    padding: 13px 11px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstabitem02&gt;li&gt;a {
    background-color: #fff;
  }

  .wsmenu&gt;.wsmenu-list&gt;li .wstheading {
    padding-left: 0px;
  }

  .wsmenu-list&gt;li&gt;.navtext {
    margin: 0px;
  }

  .wsmenu .wsmenu-list&gt;li .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transform-style: flat;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem {
    width: 100%;
    background-color: #fff;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a:after {
    border: none;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;a i {
    display: none;
  }

  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    z-index: 10002;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  }
  .wsmobileheader &gt; .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 60px;
  }

  .wsactive .wsmobileheader {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsmobileheader a.smllogo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .wsmobileheader a.smllogo img {
    width: 233px;
    height: 50px;
  }

  .mobiletext {
    display: inline-block;
  }

  .wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    padding: 18px 22px;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .wsmobileheader .wssearch i {
    font-size: 18px;
    color: #9196a0;
  }

  .wsmobileheader .wssearchform {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 44px;
    top: 0px;
    left: 0;
    padding: 13px 15px;
    cursor: default;
  }

  .wsmobileheader .wssearch.wsopensearch {
    width: 100%;
    position: absolute;
    background-color: #000;
    z-index: 1002;
  }

  .wsmobileheader .wssearch.wsopensearch .wssearchform {
    display: block;
  }

  .wsmobileheader .wssearchform form {
    width: calc((100% - 10px) - 45px);
    display: block;
    position: relative;
  }
  .wsmobileheader .wssearch.wsopensearch .wssearchform button {
  	position: absolute;
  	top: 0;
  	right: 12px;
  	width: 34px;
		height: 34px;
		line-height: 34px;
		background: none;
		border: none;
  }
  .wsmobileheader .wssearch.wsopensearch .wssearchform button:before {
  	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #777777;
    font-size: 16px;
  }
 /* .wsmobileheader .wssearchform form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 12px;
    position: absolute;
    top: 0;
    color: #777777;
    height: 34px;
    line-height: 36px;
    font-size: 15px
  }*/

  .wsmobileheader .wssearchform input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px;
    text-indent: 18px;
    margin: 0px;
    line-height: 18px;
    padding: 0px;
    display: block;
  }

  .wsmobileheader .wssearch.wsopensearch {
    left: 0px;
    right: auto;
    width: 100%;
    height: 60px;
  }

  .wsmobileheader .wssearch i.wsclosesearch {
    display: none;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
    display: inline-block;
    float: right;
    font-size: 23px;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
    display: none;
  }
  .wsmobileheader-icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .wsmobileheader-icons .wscarticon {
    background-color: transparent;
    z-index: 100;
    padding: 18px 22px;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wsmobileheader-icons .wscarticon a {
    text-align: center;
  }
  .wsmobileheader-icons .wscarticon a i {
    font-size: 18px;
    color: #f05545;
  }
  .wsmobileheader-icons .wscarticon:hover,
  .wsmobileheader-icons .wscarticon:active {
    background-color: #f05545;
  }
  .wsmobileheader-icons .wscarticon:hover a i,
  .wsmobileheader-icons .wscarticon:active a i {
    color: #fff;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  /*.wsanimated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }*/
  .wsanimated-arrow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 12px 0 0 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #9196a0;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .wsmenu&gt;.overlapblackbg {
    right: 0;
    width: calc(100% - 260px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu&gt;.overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }

  .wsactive .wsmenu&gt;.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click {
    border-left: 1px solid;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click&gt;i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 23px 21px 0px 0px;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click&gt;i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: #fff;
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.mebel-po-stranam&gt;.wsmenu-click&gt;i:before {
    border-color: #9e9e9e;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.mebel-po-stranam:hover&gt;.wsmenu-click&gt;i:before {
    border-color: #fff;
  }

  .wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click.ws-activearrow&gt;i {
    transform: rotate(-45deg);
    margin-top: 27px;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f5f5f5;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wsmenu-click02 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wsmenu-click02 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li&gt;.wsmenu-click02.ws-activearrow02&gt;i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wtsbrandmenu&gt;.wsshoptabingwp&gt;.wstabitem02&gt;li&gt;.wsmenu-click03 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wtsbrandmenu&gt;.wsshoptabingwp&gt;.wstabitem02&gt;li&gt;.wsmenu-click03 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wtsbrandmenu&gt;.wsshoptabingwp&gt;.wstabitem02&gt;li&gt;.wsmenu-click03 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list&gt;li&gt;.wtsbrandmenu&gt;.wsshoptabingwp&gt;.wstabitem02&gt;li&gt;.wsmenu-click03.ws-activearrow03&gt;i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  /* ================== Mobile menu contacts  ================== */
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts div {
    padding: 14px 20px;
    text-align: left;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts p {
    margin-bottom: 0;
    color: #555555;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts p.phone {
    font-size: 16px;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts p.phone span {
    font-family: 'Museo Sans Cyrl 700', sans-serif;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts a {
    display: inline-block;
    margin-bottom: 15px;
    color: #b71c1c;
    border-bottom: 1px dashed #b71c1c;
    text-align: left;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts a:hover,
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts a:active {
    color: #f05545;
    border-bottom-color: transparent;
  }
  .wsmenu&gt;.wsmenu-list&gt;li.mobile-menu-contacts .mobile-worktime:before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    color: #b71c1c;
  }

  .wsmenu&gt;.wsmenu-list&gt;li.mebel-iz-massiva&gt;a {

	}
	.wsmenu&gt;.wsmenu-list&gt;li.mebel-po-stranam&gt;a {

	}

  /* ================== Second menu  ================== */
  .wsmenu&gt;.wsmenu-list&gt;li.second-memu-item {
    display: block;
    border-bottom-color: rgba(0, 0, 0, 0.13);
  }
  .wsmenu&gt;.wsmenu-list&gt;li.second-memu-item a {
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    text-align: left;
  }

  /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
  /*.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar {
    width: 21%;
  }*/

  /*.smllogo {
    width: 7%;
  }*/

 /* .wsmenu {
    width: 93%
  }*/
}
@media only screen and (min-width: 992px) and (max-width:1225px) {
  .wsmenu&gt;.wsmenu-list&gt;li.wssearchbar {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 230px) {
  .headerfull {
      height: auto;
  }
}

/* ================== Fade-down css  ================== */

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu-list&gt;li&gt;.wsshoptabing {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu-list&gt;li:hover .wsshoptabing {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

/* ================== White-red css  ================== */
/* Desktop Main Menu Color */

.headerfull {
  background-color: #fff;
}

.wsmenu&gt;.wsmenu-list {
  background-color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span {
  color: #9e9e9e;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span+span {
  color: #555555;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.navtext&gt;span+span:after {
  color: #9e9e9e
}

.wsmenu&gt;.wsmenu-list&gt;li.wsshopmyaccount&gt;a {
  color: #828181;
}

.wsmenu&gt;.wsmenu-list&gt;.wsshopmyaccount&gt;a i {
  color: #7b7b7b;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input {
  background-color: #eeeeee;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.btnstyle {
  background-color: #eeeeee;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input:focus {
  color: #000;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a:hover .wsarrow:after {
  border-top-color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a.active .wsarrow:after {
  border-top-color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a .wsarrow:after {
  border-top-color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a&gt;i {
  color: #898d91;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a.active i {
  color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a&gt;i {
  color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a:hover i {
  color: #333;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.btnstyle:hover {
  background-color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;.btnstyle:hover i {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input:focus~.btnstyle {
  background-color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li.wssearchbar&gt;.topmenusearch&gt;input:focus~.btnstyle i {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a.active {
  background-color: #f05545;
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a {
  background-color: #f05545;
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;a&gt;i {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;.navtext&gt;span {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;.navtext&gt;span+span {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li:hover&gt;.navtext&gt;span+span:after {
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li:hover&gt;a {
  background-color: #f05545;
  color: #fff;
  text-decoration: none;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;ul.sub-menu&gt;li&gt;ul.sub-menu&gt;li:hover&gt;a {
  background-color: #f05545;
  color: #fff;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li.wsshoplink-active&gt;a {
  background-color: #f5f5f5;
  color: #333;
  border-left-color: #f05545;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsshoptabing&gt;.wsshopwp&gt;.wstabitem&gt;li.wsshoplink-active&gt;a&gt;i {
  color: #333;
}

/* Mobile Header Color */

.wsmobileheader {
  background-color: #fff;
}

.wsactive .wsmobileheader {
  border-left: solid 1px #e0e0e0;
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click {
  border-color: rgba(0, 0, 0, 0.1);
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;.wsmenu-click&gt;i {
  color: rgba(0, 0, 0, 0.25);
}

.wsmenu&gt;.wsmenu-list&gt;li&gt;a {
  border-bottom-color: rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 991px) {
  .wsmenu&gt;.wsmenu-list&gt;li:nth-child(2)&gt;a {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }
}</pre></body></html>