@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300&display=swap);

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    /*  font-family: 'Open Sans', sans-serif;*/
    font-family: robotoregular;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    /*   -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out 0s;*/
}
#cssmenu {
    width: 100%;
    margin-bottom: 4%;
    /*  -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;*/
}
#cssmenu a {
    line-height: 1.3;
}
#cssmenu > ul > li:first-child {
    background: #a2a2a2;
    /*  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
      background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
      background: linear-gradient(#66665e 0%, #45463d 100%);
      border: 1px solid #45463d;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;*/
}
#cssmenu > ul > li:first-child > a {
    padding: 8px 8px;
    /*  background: url(../images/images/pattern.png) top left repeat;*/
    border: none;
    background-color: #a2a2a2;
    /*border-top: 1px solid #818176;*/
    /*-webkit-border-radius: 3px 3px 0 0;*/
    /*-moz-border-radius: 3px 3px 0 0;*/
    /*border-radius: 3px 3px 0 0;*/
    font-family: robotoregular;
    text-align: left;
    font-size: 22px;
    margin-left: 3%;
    /*font-weight: 300;*/
    /*  text-shadow: 0 -1px 1px #000000;*/
}
#cssmenu > ul > li:first-child > a > span {
    padding: 0;
}
#cssmenu > ul > li:first-child:hover {
    background: #a2a2a2;
    /*  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
      background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
      background: linear-gradient(#66665e 0%, #45463d 100%);*/
}
#cssmenu > ul > li {
    /*  background: #e94f31;
      background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
      background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
      background: linear-gradient(#e94f31 0%, #d13516 100%);*/
}
#cssmenu > ul > li:hover {
    /*  background: #e84323;
      background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
      background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
      background: linear-gradient(#e84323 0%, #c33115 100%);*/
}
#cssmenu > ul > li > a {
    font-size: 14px;
    display: block;
    background: url(../images/images/pattern.png) top left repeat;
    color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    /*  text-shadow: 0 -1px 1px #751d0c;*/
    border-right: none;
    border-left: none;
}
#cssmenu > ul > li > a > span {
    display: block;
    padding: 12px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.has-sub a span label{padding: 10px 10px;}

#cssmenu > ul > li > a:hover {
    text-decoration: none;
    /*   -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out 0s;*/
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
    background: url(../images/images/icon_up.png) 96% center no-repeat;
    font-family: robotobold;
    font-size: 15px;
    color: #004fa3;
    margin-right: 2%;
}

/*.has-sub a span {
    background: url(../images/images/icon_up.png) 96% center no-repeat;
    font-family: robotobold;
    font-size: 15px;
    color: #004fa3;
    margin-right: 2%;
}*/
.woof_childs_list_opener span.woof_is_closed{ background: url(../images/images/icon_up.png) 96% center no-repeat; }
.woof_childs_list_opener span.woof_is_opened{ background: url(../images/images/icon_down.png) 96% center no-repeat; }
.has-sub a span label{ font-family: robotobold; font-size: 14px; font-weight: normal;}

#cssmenu > ul > li.has-sub.active > a span {
    background: url(../images/images/icon_down.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul{border-right: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
}
#cssmenu ul ul {
    display: none;
    background: #fff;

}
#cssmenu ul ul li {
    padding: 0;
    /*  border-bottom: 1px solid #d4d4d4;*/
    border-top: none;
    /*  background: #f7f7f7;
      background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
      background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
      background: linear-gradient(#f7f7f7 0%, #ececec 100%);*/
}
#cssmenu ul ul li:last-child {
    border-bottom: none;
}
#cssmenu ul ul a {
    padding: 10px 10px 10px 25px;
    display: block;
    color: #004fa3;
    font-size: 13px;
    font-weight: normal;
    width: 80%;
}
.ext{ color: #000000;
      line-height: 1.8;
      padding-left: 5%;
      padding-right: 5%;}
.ext a{  color: #000 !important;
         font-size: 15px !important;
         line-height: 1.6 !important;
         padding-bottom: 6px !important;
         padding-left: 5% !important;
         padding-top: 6px !important;
         font-family: robotolight !important;}
/*#cssmenu > ul > li > ext a{color: #000; !important;}*/
#cssmenu ul ul a:before {
    content: "»";
    position: absolute;
    left: 10px;
    color: #004fa3;
}
#cssmenu ul ul a:hover {
    /*color: #e94f31;*/
}
.filter{background-color: #004fa3 !important;
        border-radius: 7px !important;


        margin: 10px !important;
        padding: 8px 6px 8px 4px !important;
        text-align: center !important;
        color: #fff !important;
        margin-top: 8% !important;}
.filter a{text-decoration: none !important;border: none !important;
          font-size: 18px !important;font-family: robotolight !important;}


.product_title_name {

  min-height: 70px;
  overflow: hidden;
}

.product_title_name h3 {
  font-size: 15px;
  color: rgba(0, 79, 163, 1);
}

.ds-woocommerce-new-image-class {
    display: block;
    position: relative;
}
