.sm{box-sizing:border-box;position:relative;z-index:999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.bs-shop {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.bs-shop a, .bs-shop a:hover, .bs-shop a:focus, .bs-shop a:active {
  padding: 10px 30px 10px 10px;
  background: #0079c0;
  background-image: linear-gradient(to bottom, #0099e0, #0079c0);
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1px;
}
.bs-shop a.current {
  background: #274261;
  background-image: linear-gradient(to bottom, #35556d, #274261);
  color: #fff;
}
.bs-shop a.disabled {
  color: #a1d1e8;
}
.bs-shop a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: auto;
  right: 4px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font: bold 16px/20px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}
.bs-shop a .sub-arrow::before {
  content: '+';
}
.bs-shop a.highlighted .sub-arrow::before {
  content: '-';
}
.bs-shop ul {
  background: #fff;
}
.bs-shop ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.bs-shop ul a, .bs-shop ul a:hover, .bs-shop ul a:focus, .bs-shop ul a:active {
  background: transparent;
  color: #0079c0;
  font-size: 120%;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.bs-shop ul a.current {
  background: #274261;
  background-image: linear-gradient(to bottom, #35556d, #274261);
  color: #fff;
}
.bs-shop ul a.disabled {
  color: #b3b3b3;
}
.bs-shop ul ul a,
.bs-shop ul ul a:hover,
.bs-shop ul ul a:focus,
.bs-shop ul ul a:active {
  border-left: 16px solid transparent;
}
.bs-shop ul ul ul a,
.bs-shop ul ul ul a:hover,
.bs-shop ul ul ul a:focus,
.bs-shop ul ul ul a:active {
  border-left: 24px solid transparent;
}
.bs-shop ul ul ul ul a,
.bs-shop ul ul ul ul a:hover,
.bs-shop ul ul ul ul a:focus,
.bs-shop ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.bs-shop ul ul ul ul ul a,
.bs-shop ul ul ul ul ul a:hover,
.bs-shop ul ul ul ul ul a:focus,
.bs-shop ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.bs-shop ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.bs-shop ul li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  .bs-shop ul {
    position: absolute;
    width: 12em;
  }

  .bs-shop li {
    float: left;
  }

  .bs-shop.sm-rtl li {
    float: right;
  }

  .bs-shop ul li, .bs-shop.sm-rtl ul li, .bs-shop.sm-vertical li {
    float: none;
  }

  .bs-shop a {
    white-space: nowrap;
  }

  .bs-shop ul a, .bs-shop.sm-vertical a {
    white-space: normal;
  }

  .bs-shop .sm-nowrap > li > a, .bs-shop .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  .bs-shop {
    background: #0079c0;
    background-image: linear-gradient(to bottom, #0099e0, #0079c0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .bs-shop a, .bs-shop a:hover, .bs-shop a:focus, .bs-shop a:active, .bs-shop a.highlighted {
    padding: 13px 24px;
    background: #0079c0;
    background-image: linear-gradient(to bottom, #0099e0, #0079c0);
    color: #fff;
  }
  .bs-shop a:hover, .bs-shop a:focus, .bs-shop a:active, .bs-shop a.highlighted {
    background: #35556d;
    background-image: linear-gradient(to bottom, #0079c0, #35556d);
  }
  .bs-shop a.current {
    background: #274261;
    background-image: linear-gradient(to bottom, #35556d, #274261);
    color: #fff;
  }
  .bs-shop a.disabled {
    background: #0079c0;
    background-image: linear-gradient(to bottom, #0099e0, #0079c0);
    color: #a1d1e8;
  }
  .bs-shop a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
  }
  .bs-shop a .sub-arrow::before {
    display: none;
  }

  .bs-shop > li {
    border-left: 1px solid #0079c0;
  }
  .bs-shop > li:first-child {
    border-left: 0;
  }
  .bs-shop ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .bs-shop ul ul {
    background: #fff;
  }
  .bs-shop ul a, .bs-shop ul a:hover, .bs-shop ul a:focus, .bs-shop ul a:active, .bs-shop ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #0099e0;
  }
  .bs-shop ul a:hover, .bs-shop ul a:focus, .bs-shop ul a:active, .bs-shop ul a.highlighted {
    background: #0079c0;
    background-image: linear-gradient(to bottom, #0099e0, #0079c0);
    color: #fff;
  }
  .bs-shop ul a.current {
    background: #274261;
    background-image: linear-gradient(to bottom, #35556d, #274261);
    color: #fff;
  }
  .bs-shop ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .bs-shop ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .bs-shop ul li {
    border: 0;
  }
  .bs-shop .scroll-up,
  .bs-shop .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .bs-shop .scroll-up-arrow,
  .bs-shop .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #0079c0 transparent;
  }
  .bs-shop .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #0079c0 transparent transparent transparent;
  }
  .bs-shop.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .bs-shop.sm-rtl > li:first-child {
    border-left: 1px solid #0079c0;
  }
  .bs-shop.sm-rtl > li:last-child {
    border-left: 0;
  }
  .bs-shop.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .bs-shop.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .bs-shop.sm-vertical a {
    padding: 9px 23px;
  }
  .bs-shop.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .bs-shop.sm-vertical > li {
    border-left: 0 !important;
  }
  .bs-shop.sm-vertical ul {
    border-radius: 4px !important;
  }
  .bs-shop.sm-vertical ul a {
    padding: 9px 23px;
  }
}