/* box shadow */
/* star */
/* carousel */
/* buttons */
/* text */
/* title */
/* icon */
/* border */
/* bg */
/* box-shadow */
/* slider home*/
/* input */
/* footer */
/* column blocks */
/* function btn */
/* tag */
/* product */
/* carousel */
/* banners */
/* product */
/* box shadow */
/* star */
/* carousel */
/* buttons */
/* text */
/* title */
/* icon */
/* border */
/* bg */
/* box-shadow */
/* slider home*/
/* input */
/* footer */
/* column blocks */
/* function btn */
/* tag */
/* product */
/* carousel */
/* banners */
/* product */
.sf-contener {
  padding: 0 7.5px;
  position: static;
  float: left;
  margin-top: -11px; }
  @media screen and (max-width: 767px) {
    .sf-contener {
      padding: 0 15px; } }

.sf-menu {
  display: none;
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .sf-menu {
      position: absolute;
      z-index: 99;
      padding: 23px 0 0 20px;
      top: 100%;
      text-align: left;
      line-height: 1.3;
      left: 0;
      right: 15px;
      background: #ffffff;
      border: 1px solid #eee; } }
  @media screen and (max-width: 1299px) {
    .sf-menu {
      left: 7.5px; } }
  @media screen and (min-width: 768px) {
    .sf-menu > li > ul {
      display: block !important; } }
  @media screen and (max-width: 767px) {
    .sf-menu > li > ul {
      margin-left: -12px !important; } }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu > li > ul > li > a {
    display: block; }
  .sf-menu ul li {
    font-size: 14px;
    font-family: Conv_AvenirLTStd-Medium, Open Sans;
    color: #2a2a2a; }
  .sf-menu > ul > li > a {
    color: #ff7b5d; }
    .sf-menu > ul > li > a:hover {
      color: #00979d; }
  .sf-menu li:hover {
    visibility: inherit; }
  .sf-menu li li a {
    display: block;
    position: relative;
    padding: 12px 28px;
    font-family: Conv_AvenirLTStd-Light, Open Sans;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .sf-menu li li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px; } }
    .sf-menu li li a:hover {
      background: #00979d;
      color: #fff; }
  .sf-menu li li ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    background: none;
    padding: 5px 0 0;
    margin: 0; }
  .sf-menu li.sf-search {
    border: none; }
    .sf-menu li.sf-search input {
      display: inline;
      padding: 0 13px;
      height: 30px;
      line-height: 30px;
      margin: 13px 10px 0 0;
      font-size: 13px; }
  .sf-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 18.25%; }
    .sf-menu > li > a {
      text-transform: uppercase;
      display: block;
      padding: 12px 28px;
      position: relative; }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .sf-menu > li > a {
          padding-left: 10px;
          padding-right: 10px; } }
    .sf-menu > li > ul > li.category-thumbnail img, .sf-menu > li > ul > li#category-thumbnail img {
      display: inline-block;
      vertical-align: bottom;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .sf-menu > li span {
    display: none; } }
.wrap_banner_item {
  position: relative; }

.banner_thumb {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .banner_thumb.autofocus .wrap_scale.wrap_image_thumb {
    position: static; }
  .banner_thumb.autofocus .wrap_scale:before {
    border-width: 1px; }
  .banner_thumb.autofocus .wrap_scale:after {
    border-width: 1px; }
  .banner_thumb.autofocus:before {
    border-width: 1px; }
  .banner_thumb.autofocus:after {
    border-width: 1px; }
  .banner_thumb.autofocus:hover:before {
    width: 20px;
    height: 20px; }
  .banner_thumb.autofocus:hover:after {
    width: 20px;
    height: 20px; }
  .banner_thumb.autofocus:hover .wrap_scale:before {
    width: 20px;
    height: 20px; }
  .banner_thumb.autofocus:hover .wrap_scale:after {
    width: 20px;
    height: 20px; }

.cat-title {
  position: relative;
  z-index: 100;
  border: 1px solid transparent;
  width: 3.1em;
  height: 3.1em;
  line-height: 2.9em;
  font-size: 16px;
  text-align: center;
  color: #1b1b1b;
  cursor: pointer; }
  .cat-title.active {
    border: 1px solid #eeeeee;
    color: #00979d; }
    .cat-title.active:after {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background: #fff; }
  .cat-title span {
    display: none; }
  .cat-title:before {
    display: inline-block; }

@media screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    padding: 20px 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
    .sf-menu ul {
      position: relative; }
    .sf-menu > li {
      float: none;
      position: relative;
      border-right: none;
      display: block;
      width: 100%; }
      .sf-menu > li span {
        position: absolute;
        right: 4px;
        top: 0;
        width: 25px;
        height: 30px;
        z-index: 2; }
        .sf-menu > li span:after {
          font-size: 22px; }
      .sf-menu > li > a {
        line-height: 1;
        padding: 10px 15px; }
      .sf-menu > li > ul > li {
        width: 33%;
        display: inline-block;
        vertical-align: top; }
    .sf-menu li ul {
      top: 0;
      position: static;
      margin: 0;
      display: none; }

  .menu-mobile-grover {
    cursor: pointer; } }
@media (max-width: 480px) {
  .sf-menu > li > ul > li {
    width: 100%;
    text-align: left; } }
@media (min-width: 768px) {
  .sf-menu > li > ul > li.first-in-line-lg {
    clear: left; }
  .sf-menu > li:last-child > ul > li > a {
    font-size: 12px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .sf-menu > li > ul > li.first-in-line-xs {
    clear: left; } }
@media screen and (max-width: 767px) {
  .submenu-container {
    display: none; } }
.category-thumbnail__link {
  padding: 0 !important;
  background: none !important; }

.sf-menu .menu-thumbails {
  float: right;
  width: 27%;
  margin-top: -23px !important; }
  @media screen and (max-width: 767px) {
    .sf-menu .menu-thumbails {
      margin-top: 0 !important;
      width: 100%; } }
  .sf-menu .menu-thumbails .category-thumbnail {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .sf-menu .menu-thumbails .category-thumbnail {
        width: 50%; } }
    @media screen and (max-width: 380px) {
      .sf-menu .menu-thumbails .category-thumbnail {
        width: 100%; } }

.menu-thumbails__list {
  display: block !important; }

/*# sourceMappingURL=superfish-modified.css.map */
