/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../css/fonts/fontawesome-webfont.eot");
  src: url("../css/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2") format("woff2"), url("../css/fonts/fontawesome-webfont.woff") format("woff"), url("../css/fonts/fontawesome-webfont.ttf") format("truetype"), url("../css/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../css/fonts/icomoon.eot");
  src: url("../css/fonts/icomoon.eot") format("embedded-opentype"), url("../css/fonts/icomoon.woff") format("woff"), url("../css/fonts/icomoon.ttf") format("truetype"), url("../css/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  font-size: 2em;
  line-height: 1.2;
  display: block;
  margin: 0.67em 0;
  font-weight: 700; }

h2 {
  font-size: 1.5em;
  line-height: 1.2;
  display: block;
  margin: 0.83em 0;
  font-weight: 500; }

h3 {
  font-size: 1.17em;
  line-height: 1.2;
  display: block;
  margin: 1em 0;
  font-weight: 500; }

h4 {
  line-height: 1.2;
  display: block;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.2;
  display: block;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  line-height: 1.2;
  display: block;
  margin: 2.33em 0; }

strong {
  font-weight: 700; }

.btn, header .top-bar .rightside .cart .order, .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .quick-view:before, .top-3 .items-block .item a.moduleItemReadMore, .sidebar .items-block .item a.moduleItemReadMore, .itemView .itemBody .form input.rf_submit, .itemListView .itemContainer .catItemBody a.k2ReadMore, .category-view .virtuemart_search .vm-search-custom-search-input button.button, .category-view .products-view .product-catview .vm-details-button a.product-details, .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .quick button.sscf-popup {
  text-decoration: none;
  background: #730c3c;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px 0px #4B0425;
  -moz-box-shadow: 0px 2px 0px 0px #4B0425;
  box-shadow: 0px 2px 0px 0px #4B0425;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media only screen and (max-width: 1200px) {
    .btn, header .top-bar .rightside .cart .order, .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .quick-view:before, .top-3 .items-block .item a.moduleItemReadMore, .sidebar .items-block .item a.moduleItemReadMore, .itemView .itemBody .form input.rf_submit, .itemListView .itemContainer .catItemBody a.k2ReadMore, .category-view .virtuemart_search .vm-search-custom-search-input button.button, .category-view .products-view .product-catview .vm-details-button a.product-details, .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .quick button.sscf-popup {
      font-size: 15px; } }
  .btn:hover, header .top-bar .rightside .cart .order:hover, .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .quick-view:hover:before, .top-3 .items-block .item a.moduleItemReadMore:hover, .sidebar .items-block .item a.moduleItemReadMore:hover, .itemView .itemBody .form input.rf_submit:hover, .itemListView .itemContainer .catItemBody a.k2ReadMore:hover, .category-view .virtuemart_search .vm-search-custom-search-input button.button:hover, .category-view .products-view .product-catview .vm-details-button a.product-details:hover, .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .quick button.sscf-popup:hover {
    color: #ffffff;
    background: #a11154; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip {
  max-width: 400px; }

.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none; }

th .tooltip-inner {
  font-weight: normal; }

.tooltip.hasimage {
  opacity: 1; }

.tip-text {
  text-align: left; }

body {
  font-family: "Roboto", sans-serif; }
  body .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; }
    body .container:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 1200px) {
      body .container {
        max-width: 960px;
        padding: 0 10px; } }
    @media only screen and (max-width: 960px) {
      body .container {
        max-width: 640px;
        padding: 0 10px; } }
    @media only screen and (max-width: 640px) {
      body .container {
        max-width: 480px;
        padding: 0 10px; } }
    @media only screen and (max-width: 480px) {
      body .container {
        max-width: 320px;
        padding: 0 10px; } }
    body .container .sidebar {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%; }
      @media only screen and (max-width: 960px) {
        body .container .sidebar {
          display: none; } }
    body .container .maincontent {
      width: 74.5762711864%;
      float: right;
      margin-right: 0;
      padding: 0 0 0 15px; }
      @media only screen and (max-width: 960px) {
        body .container .maincontent {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 0; } }
      body .container .maincontent.fullwidth {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }

.navigation ul.nav.menu > li {
  display: inline-block;
  position: relative;
  margin: 0 35px 0 0; }
  @media only screen and (max-width: 1200px) {
    .navigation ul.nav.menu > li {
      margin: 0 25px 0 0; } }
  .navigation ul.nav.menu > li.deeper.parent .separator:after {
    content: '\f107';
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 0 0 8px;
    font-weight: 700; }
  .navigation ul.nav.menu > li.deeper.parent:hover ul.nav-child {
    opacity: 1;
    visibility: visible; }
  .navigation ul.nav.menu > li.current.active > a:before {
    right: 0; }
  .navigation ul.nav.menu > li > a, .navigation ul.nav.menu > li > span.separator {
    display: block;
    text-decoration: none;
    color: #730c3c;
    font-size: 20px;
    line-height: 80px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .navigation ul.nav.menu > li > a:before, .navigation ul.nav.menu > li > span.separator:before {
      content: '';
      width: auto;
      height: 2px;
      background: #730c3c;
      position: absolute;
      left: 0;
      right: 100%;
      bottom: 20px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    @media only screen and (max-width: 1200px) {
      .navigation ul.nav.menu > li > a, .navigation ul.nav.menu > li > span.separator {
        font-size: 16px; } }
    .navigation ul.nav.menu > li > a:hover:before, .navigation ul.nav.menu > li > span.separator:hover:before {
      right: 0; }
  .navigation ul.nav.menu > li > .nav-child {
    position: absolute;
    top: 82px;
    left: -40px;
    display: block;
    border-radius: 5px;
    background: #242424;
    -webkit-box-shadow: 0px 0px 8px 0px #000;
    -moz-box-shadow: 0px 0px 8px 0px #000;
    box-shadow: 0px 0px 8px 0px #000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 999; }
    .navigation ul.nav.menu > li > .nav-child li {
      display: block; }
      .navigation ul.nav.menu > li > .nav-child li a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        padding: 7px 20px 7px 20px;
        line-height: 30px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .navigation ul.nav.menu > li > .nav-child li a:hover {
          background: #730c3c;
          color: #ffffff; }

header {
  position: relative; }
  @media only screen and (max-width: 1200px) {
    header {
      height: 320px;
      padding: 0 0 10px;
      margin: 43px 0 0; } }
  @media only screen and (max-width: 960px) {
    header {
      height: auto;
      padding: 0 0 10px;
      margin: 43px 0 0; } }
  header .mobile-nav {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999; }
    @media only screen and (max-width: 960px) {
      header .mobile-nav {
        display: block; } }
    header .mobile-nav .trigger {
      float: left; }
    header .mobile-nav .nav-mobile-trigger {
      width: 20px;
      height: 13px;
      position: relative;
      margin: 15px 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      cursor: pointer;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
      header .mobile-nav .nav-mobile-trigger span {
        width: 100%;
        height: 1px;
        background: #ffffff;
        display: block;
        position: absolute;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        header .mobile-nav .nav-mobile-trigger span:nth-child(1) {
          top: 0px; }
        header .mobile-nav .nav-mobile-trigger span:nth-child(2) {
          top: 6px; }
        header .mobile-nav .nav-mobile-trigger span:nth-child(3) {
          top: 12px; }
      header .mobile-nav .nav-mobile-trigger.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      header .mobile-nav .nav-mobile-trigger.open span:nth-child(2) {
        opacity: 0;
        left: -20px; }
      header .mobile-nav .nav-mobile-trigger.open span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    header .mobile-nav .m-search {
      float: right; }
      header .mobile-nav .m-search .search {
        position: relative; }
        header .mobile-nav .m-search .search .inputbox {
          background: #ffffff;
          border-radius: 5px;
          height: 25px;
          line-height: 25px;
          font-size: 13px;
          color: #b7b7b7;
          padding: 0 44px 0 18px;
          border: none;
          width: 100%;
          margin: 9px 0 0; }
        header .mobile-nav .m-search .search button {
          border: none;
          background: none;
          position: absolute;
          top: 11px;
          right: 1px;
          cursor: pointer; }
          header .mobile-nav .m-search .search button:hover:after {
            color: #730c3c; }
          header .mobile-nav .m-search .search button:after {
            content: "\f002";
            font-family: "FontAwesome";
            color: #b7b7b7;
            font-size: 18px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
    header .mobile-nav .m-nav {
      display: none; }
      header .mobile-nav .m-nav.show {
        display: block; }
      header .mobile-nav .m-nav ul.nav.menu {
        display: table;
        height: calc(100vh - 43px);
        width: 100%;
        background: #efefef; }
        header .mobile-nav .m-nav ul.nav.menu li {
          display: table-row;
          text-align: center; }
          header .mobile-nav .m-nav ul.nav.menu li a {
            vertical-align: middle;
            text-decoration: none;
            color: #000000;
            font-size: 18px;
            font-weight: 100;
            display: table-cell;
            border-bottom: 1px solid #ddd; }
  header .top-bar .logo {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 20px 0 0; }
    @media only screen and (max-width: 640px) {
      header .top-bar .logo {
        display: none; } }
    @media only screen and (max-width: 480px) {
      header .top-bar .logo {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    header .top-bar .logo .logo-img {
      display: block;
      line-height: 0; }
    header .top-bar .logo img {
      max-width: 100%; }
      @media only screen and (max-width: 480px) {
        header .top-bar .logo img {
          display: none; } }
    header .top-bar .logo a.mail {
      text-decoration: none;
      color: #ffffff;
      font-size: 20px;
      font-weight: 300;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1200px) {
        header .top-bar .logo a.mail {
          font-size: 16px; } }
      @media only screen and (max-width: 960px) {
        header .top-bar .logo a.mail {
          display: block;
          margin: 15px 0 0; } }
      @media only screen and (max-width: 640px) {
        header .top-bar .logo a.mail {
          font-size: 18px;
          margin: 25px 0 0; } }
      header .top-bar .logo a.mail:hover {
        color: #730c3c; }
      header .top-bar .logo a.mail:before {
        content: '\f0e0';
        font-family: "FontAwesome";
        margin: 0 10px 0 0; }
    @media only screen and (max-width: 1200px) {
      header .top-bar .logo img {
        width: 100%; } }
  header .top-bar .rightside {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    display: flex;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 640px) {
      header .top-bar .rightside {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    @media only screen and (max-width: 480px) {
      header .top-bar .rightside {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        flex-direction: column; } }
    header .top-bar .rightside .cart {
      width: 100%;
      text-align: right;
      padding: 20px 0; }
      header .top-bar .rightside .cart:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 960px) {
        header .top-bar .rightside .cart {
          padding: 5px 0 0;
          display: flex;
          flex-direction: column; } }
      @media only screen and (max-width: 480px) {
        header .top-bar .rightside .cart {
          text-align: center; } }
      header .top-bar .rightside .cart .moduletable-ord {
        float: right;
        margin: 0 0 0 20px; }
      header .top-bar .rightside .cart .moduletable-lang {
        float: right;
        margin: 6px 0 0; }
        @media only screen and (max-width: 960px) {
          header .top-bar .rightside .cart .moduletable-lang {
            float: right; } }
        @media only screen and (max-width: 480px) {
          header .top-bar .rightside .cart .moduletable-lang {
            margin: 18px 0 0;
            float: left; } }
        header .top-bar .rightside .cart .moduletable-lang .lang-inline li {
          display: inline-block;
          margin: 0 6px 0 0; }
          header .top-bar .rightside .cart .moduletable-lang .lang-inline li.lang-active a {
            color: #730c3c;
            font-weight: 700; }
          header .top-bar .rightside .cart .moduletable-lang .lang-inline li a {
            display: block;
            font-family: "Roboto Slab", serif;
            color: #527F0D;
            font-size: 20px;
            line-height: 37px;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            @media only screen and (max-width: 1200px) {
              header .top-bar .rightside .cart .moduletable-lang .lang-inline li a {
                font-size: 16px;
                line-height: 34px; } }
            header .top-bar .rightside .cart .moduletable-lang .lang-inline li a:hover {
              color: #000000; }
      header .top-bar .rightside .cart .order {
        margin: 5px 0 0; }
        @media only screen and (max-width: 960px) {
          header .top-bar .rightside .cart .order {
            display: none; } }
      header .top-bar .rightside .cart .moduletable-minicart {
        clear: both; }
        header .top-bar .rightside .cart .moduletable-minicart #vmCartModule {
          padding: 5px 10px;
          height: 40px;
          width: 153px;
          margin-top: 10px;
          z-index: 999; }
          @media only screen and (max-width: 960px) {
            header .top-bar .rightside .cart .moduletable-minicart #vmCartModule .wrap-cart-content {
              display: none; } }
    header .top-bar .rightside .contacts {
      float: right; }
      header .top-bar .rightside .contacts:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 480px) {
        header .top-bar .rightside .contacts {
          float: left; } }
      header .top-bar .rightside .contacts ul {
        margin: 35px 0 0; }
        @media only screen and (max-width: 960px) {
          header .top-bar .rightside .contacts ul {
            margin: 20px 0 0; } }
        header .top-bar .rightside .contacts ul li {
          display: block;
          margin: 0 0 20px; }
          @media only screen and (max-width: 1200px) {
            header .top-bar .rightside .contacts ul li {
              margin: 0 0 10px; } }
          @media only screen and (max-width: 960px) {
            header .top-bar .rightside .contacts ul li {
              display: block;
              margin: 0 0px 10px 30px;
              text-align: left; } }
          @media only screen and (max-width: 640px) {
            header .top-bar .rightside .contacts ul li {
              margin: 0 0px 10px; } }
          @media only screen and (max-width: 480px) {
            header .top-bar .rightside .contacts ul li {
              margin: 0 0 10px;
              text-align: center; } }
          header .top-bar .rightside .contacts ul li a {
            text-decoration: none;
            color: #000000;
            font-size: 20px;
            font-weight: 300;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            @media only screen and (max-width: 1200px) {
              header .top-bar .rightside .contacts ul li a {
                font-size: 16px; } }
            header .top-bar .rightside .contacts ul li a:hover {
              color: #730c3c; }
            header .top-bar .rightside .contacts ul li a.mail:before {
              content: '\f0e0';
              font-family: "FontAwesome";
              margin: 0 10px 0 0; }
            header .top-bar .rightside .contacts ul li a.phone:before {
              content: '\f095';
              font-family: "FontAwesome";
              margin: 0 10px 0 0; }
  header .navigation {
    background: rgba(0, 0, 0, 0.15);
    height: 80px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media only screen and (max-width: 960px) {
      header .navigation {
        display: none; } }
    header .navigation.fixed {
      position: fixed;
      z-index: 9999;
      top: 0;
      background: #730c3c; }
      header .navigation.fixed ul.nav.menu > li > a {
        color: #ffffff; }
        header .navigation.fixed ul.nav.menu > li > a:before {
          background: #ffffff; }
      header .navigation.fixed ul.nav.menu > li > span.separator {
        color: #ffffff; }
        header .navigation.fixed ul.nav.menu > li > span.separator:before {
          background: #ffffff; }
    header .navigation .moduletable-menu {
      width: 74.5762711864%;
      float: left;
      margin-right: 1.6949152542%; }
    header .navigation .moduletable-search {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; }
      header .navigation .moduletable-search .search-search {
        position: relative; }
        header .navigation .moduletable-search .search-search .inputbox-search {
          background: #ffffff;
          border-radius: 5px;
          height: 50px;
          line-height: 50px;
          font-size: 18px;
          color: #b7b7b7;
          padding: 0 44px 0 18px;
          border: none;
          width: 100%;
          margin: 15px 0; }
          @media only screen and (max-width: 1200px) {
            header .navigation .moduletable-search .search-search .inputbox-search {
              margin: 20px 0;
              font-size: 16px;
              line-height: 40px;
              height: 40px; } }
        header .navigation .moduletable-search .search-search button {
          border: none;
          background: none;
          position: absolute;
          top: 24px;
          right: 5px;
          cursor: pointer; }
          header .navigation .moduletable-search .search-search button:hover:after {
            color: #730c3c; }
          header .navigation .moduletable-search .search-search button:after {
            content: "\f002";
            font-family: "FontAwesome";
            color: #b7b7b7;
            font-size: 24px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }

.footer {
  padding: 15px 0; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer p {
    font-size: 14px;
    color: #aaa; }

.viber-link {
  width: 80px;
  height: 80px;
  background: #665cac;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  position: fixed;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #4b4386;
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; }
  @media only screen and (max-width: 640px) {
    .viber-link {
      right: 20px;
      bottom: 20px; } }
  .viber-link svg {
    fill: #ffffff;
    color: #ffffff;
    width: 65%;
    height: 65%; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 67, 134, 0.7); }
  70% {
    box-shadow: 0 0 0 15px rgba(75, 67, 134, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(75, 67, 134, 0); } }
.top-1:after {
  content: "";
  display: table;
  clear: both; }
.top-1 .moduletable-popular {
  position: relative; }
  .top-1 .moduletable-popular h3.popular {
    text-align: center;
    font-size: 36px;
    margin: 65px 0 30px;
    font-family: "Roboto Slab", serif; }
    @media only screen and (max-width: 480px) {
      .top-1 .moduletable-popular h3.popular {
        margin: 30px 0;
        font-size: 24px; } }
  .top-1 .moduletable-popular .vmproduct-popular {
    margin: 0 -20px 20px; }
    .top-1 .moduletable-popular .vmproduct-popular .product-container {
      padding: 20px; }
      .top-1 .moduletable-popular .vmproduct-popular .product-container a.media-block {
        border: 1px solid #ddd;
        background: #ffffff;
        padding: 4px;
        border-radius: 3px;
        overflow: hidden;
        display: block; }
        .top-1 .moduletable-popular .vmproduct-popular .product-container a.media-block img {
          width: 100%; }
      .top-1 .moduletable-popular .vmproduct-popular .product-container .prod-name {
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 15px;
        color: #000000;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (max-width: 1200px) {
          .top-1 .moduletable-popular .vmproduct-popular .product-container .prod-name {
            width: 205px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; } }
        .top-1 .moduletable-popular .vmproduct-popular .product-container .prod-name:hover {
          color: #730c3c; }
      .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails:after {
        content: "";
        display: table;
        clear: both; }
      .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .product-price {
        float: left; }
        .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .product-price .PricesalesPrice {
          font-size: 24px;
          color: #000000;
          line-height: 37px; }
      .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .quick-view {
        float: right; }
        .top-1 .moduletable-popular .vmproduct-popular .product-container .productdetails .quick-view:before {
          content: "\f06e";
          font-family: "FontAwesome"; }
    .top-1 .moduletable-popular .vmproduct-popular button.slick-prev {
      position: absolute;
      right: 60px;
      top: -67px; }
      @media only screen and (max-width: 640px) {
        .top-1 .moduletable-popular .vmproduct-popular button.slick-prev {
          left: 15px;
          right: 0; } }
      @media only screen and (max-width: 480px) {
        .top-1 .moduletable-popular .vmproduct-popular button.slick-prev {
          top: -26px; } }
      .top-1 .moduletable-popular .vmproduct-popular button.slick-prev:hover:before {
        color: #ffffff;
        background: #000000; }
      .top-1 .moduletable-popular .vmproduct-popular button.slick-prev:before {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        content: '\f053';
        font-size: 17px;
        font-family: "FontAwesome";
        background: #730c3c;
        color: #ffffff;
        border-radius: 5px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer; }
    .top-1 .moduletable-popular .vmproduct-popular button.slick-next {
      position: absolute;
      right: 14px;
      top: -67px; }
      @media only screen and (max-width: 480px) {
        .top-1 .moduletable-popular .vmproduct-popular button.slick-next {
          top: -26px; } }
      .top-1 .moduletable-popular .vmproduct-popular button.slick-next:hover:before {
        color: #ffffff;
        background: #000000; }
      .top-1 .moduletable-popular .vmproduct-popular button.slick-next:before {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        content: '\f054';
        font-size: 17px;
        font-family: "FontAwesome";
        background: #730c3c;
        color: #ffffff;
        border-radius: 5px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer; }
    .top-1 .moduletable-popular .vmproduct-popular button {
      font-size: 0;
      background: none;
      border: none; }
    .top-1 .moduletable-popular .vmproduct-popular.bottom button.slick-next {
      top: -40px; }
    .top-1 .moduletable-popular .vmproduct-popular.bottom button.slick-prev {
      top: -40px; }

.top-2 {
  height: 450px;
  padding: 40px 0;
  background: #ddd; }
  @media only screen and (max-width: 960px) {
    .top-2 {
      padding: 20px 0; } }
  .top-2 h3 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin: 15px 0;
    color: #000000;
    font-family: "Roboto Slab", serif; }
    @media only screen and (max-width: 480px) {
      .top-2 h3 {
        font-size: 24px; } }
  .top-2 .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .top-2 .wrapper .item {
    width: 32.2033898305%;
    float: left;
    text-align: center; }
    .top-2 .wrapper .item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .top-2 .wrapper .item:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .top-2 .wrapper .item:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    @media only screen and (max-width: 480px) {
      .top-2 .wrapper .item {
        width: 100%;
        float: left;
        float: none; }
        .top-2 .wrapper .item:nth-child(1n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: none; } }
    .top-2 .wrapper .item .coins:before {
      content: "\ea70";
      font-family: "icomoon";
      color: #730c3c;
      font-size: 100px;
      display: block;
      margin: 70px 0; }
      @media only screen and (max-width: 480px) {
        .top-2 .wrapper .item .coins:before {
          font-size: 50px;
          margin: 10px 0; } }
    .top-2 .wrapper .item .shield:before {
      content: "\ec2f";
      font-family: "icomoon";
      color: #730c3c;
      font-size: 100px;
      display: block;
      margin: 70px 0; }
      @media only screen and (max-width: 480px) {
        .top-2 .wrapper .item .shield:before {
          font-size: 50px;
          margin: 10px 0; } }
    .top-2 .wrapper .item .time:before {
      content: "\eaa8";
      font-family: "icomoon";
      color: #730c3c;
      font-size: 100px;
      display: block;
      margin: 70px 0; }
      @media only screen and (max-width: 480px) {
        .top-2 .wrapper .item .time:before {
          font-size: 50px;
          margin: 10px 0; } }
    .top-2 .wrapper .item h5 {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      color: #000000;
      font-weight: 300;
      margin: 30px 0 10px; }
      @media only screen and (max-width: 480px) {
        .top-2 .wrapper .item h5 {
          margin: 20px 0 10px; } }

.top-3 {
  padding: 60px 0; }
  @media only screen and (max-width: 960px) {
    .top-3 {
      padding: 20px 0; } }
  .top-3 h3 {
    font-size: 36px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #000000;
    font-weight: 700;
    margin: 0 0 60px; }
    @media only screen and (max-width: 960px) {
      .top-3 h3 {
        margin: 0 0 30px; } }
  .top-3 .items-block:after {
    content: "";
    display: table;
    clear: both; }
  .top-3 .items-block .item {
    width: 32.2033898305%;
    float: left; }
    .top-3 .items-block .item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .top-3 .items-block .item:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .top-3 .items-block .item:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    @media only screen and (max-width: 960px) {
      .top-3 .items-block .item {
        width: 100%;
        float: left;
        float: none;
        margin: 0 0 20px; }
        .top-3 .items-block .item:nth-child(1n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: none; }
        .top-3 .items-block .item:after {
          content: "";
          display: table;
          clear: both; } }
    .top-3 .items-block .item .moduleItemImage {
      display: block;
      line-height: 0;
      margin: 0 0 15px; }
      @media only screen and (max-width: 1200px) {
        .top-3 .items-block .item .moduleItemImage img {
          width: 100%; } }
    .top-3 .items-block .item .moduleItemTitle {
      display: block;
      margin: 0 0 15px;
      font-size: 22px;
      font-weight: 700;
      text-decoration: none;
      color: #000000;
      font-family: "Roboto Slab", serif;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media only screen and (max-width: 1200px) {
        .top-3 .items-block .item .moduleItemTitle {
          font-size: 20px; } }
      .top-3 .items-block .item .moduleItemTitle:hover {
        color: #666666; }
    .top-3 .items-block .item .moduleItemIntrotext {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 15px; }
      @media only screen and (max-width: 1200px) {
        .top-3 .items-block .item .moduleItemIntrotext {
          font-size: 15px;
          line-height: 21px; } }

.moduletablecat-main h3 {
  text-align: center;
  font-size: 36px;
  margin: 65px 0 30px;
  font-family: "Roboto Slab", serif; }
  @media only screen and (max-width: 480px) {
    .moduletablecat-main h3 {
      margin: 30px 0;
      font-size: 24px; } }

.catalog-items {
  display: flex;
  margin: 0 -10px 20px; }
  @media only screen and (max-width: 480px) {
    .catalog-items {
      flex-direction: column;
      margin: 0 0 20px; } }
  .catalog-items .item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 0 10px; }
    @media only screen and (max-width: 480px) {
      .catalog-items .item {
        padding: 0; } }
    .catalog-items .item img {
      border: 1px solid #ddd;
      background: #ffffff;
      padding: 4px;
      border-radius: 3px;
      overflow: hidden;
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .catalog-items .item a {
      text-decoration: none;
      display: block;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .catalog-items .item a:hover img {
        opacity: .75; }
      .catalog-items .item a:hover span {
        color: #730c3c; }
      .catalog-items .item a span {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 15px;
        color: #000000;
        display: block;
        text-align: center;
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.bottom-1 {
  padding: 60px 0;
  background: #242424; }
  .bottom-1:after {
    content: "";
    display: table;
    clear: both; }
  .bottom-1 .moduletable-menu-cat {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    @media only screen and (max-width: 640px) {
      .bottom-1 .moduletable-menu-cat {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 0 0 20px; } }
  .bottom-1 .moduletable-service-menu {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    @media only screen and (max-width: 640px) {
      .bottom-1 .moduletable-service-menu {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 0 0 20px; } }
  .bottom-1 ul.nav.menu li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 0 10px; }
    @media only screen and (max-width: 960px) {
      .bottom-1 ul.nav.menu li a {
        font-size: 13px;
        line-height: 17px; } }
    @media only screen and (max-width: 640px) {
      .bottom-1 ul.nav.menu li a {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 5px; } }
    .bottom-1 ul.nav.menu li a:hover {
      color: #ffffff; }
  .bottom-1 .moduletable-contacts {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    text-align: right; }
    @media only screen and (max-width: 640px) {
      .bottom-1 .moduletable-contacts {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: left; } }
    .bottom-1 .moduletable-contacts ul.cont li {
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 10px; }
      @media only screen and (max-width: 960px) {
        .bottom-1 .moduletable-contacts ul.cont li {
          font-size: 13px;
          line-height: 17px; } }
      @media only screen and (max-width: 640px) {
        .bottom-1 .moduletable-contacts ul.cont li {
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 5px; } }
      .bottom-1 .moduletable-contacts ul.cont li a {
        color: #ffffff;
        text-decoration: none;
        display: block; }

.bottom-2:after {
  content: "";
  display: table;
  clear: both; }

.breadcrumbs {
  padding: 30px 0; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 1200px) {
    .breadcrumbs {
      padding: 20px 0; } }
  .breadcrumbs ul.breadcrumb {
    margin: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .breadcrumbs ul.breadcrumb li {
      display: inline-block; }
      .breadcrumbs ul.breadcrumb li a {
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (max-width: 480px) {
          .breadcrumbs ul.breadcrumb li a {
            font-size: 13px;
            line-height: 17px; } }
        .breadcrumbs ul.breadcrumb li a:hover {
          color: #666666; }
      .breadcrumbs ul.breadcrumb li span {
        color: #000000;
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 480px) {
          .breadcrumbs ul.breadcrumb li span {
            font-size: 13px;
            line-height: 17px; } }

.sidebar .moduletable {
  margin: 0 0 30px; }
.sidebar .moduletable h3 {
  font-size: 32px;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin: 0 0 30px;
  line-height: 48px;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .sidebar .moduletable h3 {
      font-size: 28px;
      margin: 0 0 20px; } }
.sidebar ul.menucats li {
  display: block;
  margin: 0 0 10px; }
  .sidebar ul.menucats li.current a {
    color: #ffffff;
    background: #000000; }
  .sidebar ul.menucats li a {
    background: #730c3c;
    padding: 7px 15px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media only screen and (max-width: 1200px) {
      .sidebar ul.menucats li a {
        font-size: 13px; } }
    .sidebar ul.menucats li a:hover {
      color: #ffffff;
      background: #000000; }
.sidebar .moduletable.price a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 10px;
  line-height: 24px;
  padding: 0 0 0 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .sidebar .moduletable.price a:hover {
    opacity: .8; }
  .sidebar .moduletable.price a.excel:before {
    content: '\f1c3';
    font-family: "FontAwesome";
    color: #207245;
    margin: 0 10px 0 0; }
  .sidebar .moduletable.price a.pdf:before {
    content: '\f1c1';
    font-family: "FontAwesome";
    color: #E51A2D;
    margin: 0 10px 0 0; }
  .sidebar .moduletable.price a.zip:before {
    content: '\f1c6';
    font-family: "FontAwesome";
    color: #000000;
    margin: 0 10px 0 0; }
.sidebar .items-block .item {
  margin: 0 0 20px; }
  .sidebar .items-block .item span.moduleItemDateCreated {
    font-size: 13px;
    display: block;
    margin: 0 0 10px;
    font-weight: 700; }
  .sidebar .items-block .item a.moduleItemImage {
    display: inline-block;
    line-height: 0;
    border: 1px solid #ddd;
    background: #ffffff;
    padding: 4px;
    border-radius: 3px; }
    .sidebar .items-block .item a.moduleItemImage:after {
      content: "";
      display: table;
      clear: both; }
  .sidebar .items-block .item a.moduleItemTitle {
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 10px 0; }
    .sidebar .items-block .item a.moduleItemTitle:after {
      content: "";
      display: table;
      clear: both; }
  .sidebar .items-block .item .moduleItemIntrotext {
    font-size: 15px;
    line-height: 19px;
    color: #333; }
  .sidebar .items-block .item a.moduleItemReadMore {
    margin: 10px 0 0; }

.cf_wrapp_all .cf_flt_header {
  font-size: 18px;
  margin: 0 0 10px;
  color: #730c3c; }

.cf_filters_list {
  margin: 0 0 15px; }
  .cf_filters_list .cf_option,
  .cf_filters_list .cf_flt_counter {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #333; }
  .cf_filters_list li .cf_option {
    padding: 0 4px 0 30px; }
  .cf_filters_list li {
    margin: 0 0 7px;
    position: relative; }
  .cf_filters_list li label input[type="checkbox"] {
    display: none; }
  .cf_filters_list li label input[type="checkbox"]:checked ~ a:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzczMEMzQyIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
    background-size: 10px;
    width: 10px;
    height: 10px;
    display: block; }
  .cf_filters_list li label a:before,
  .cf_filters_list li label span:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #730c3c;
    position: absolute;
    top: 1px;
    left: 0; }
  .cf_filters_list .cf_disabled_opt {
    opacity: .5; }
  .cf_filters_list .cf_option.cf_clear {
    display: block; }
  .cf_filters_list .cf_option.cf_clear:before {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTExLjk5MiA1MTEuOTkyIiB3aWR0aD0iNTEyIj48Zz48cGF0aCBkPSJtNDE1LjQwMjM0NCA0OTUuNDIxODc1LTE1OS40MDYyNS0xNTkuNDEwMTU2LTE1OS40MDYyNSAxNTkuNDEwMTU2Yy0yMi4wOTc2NTYgMjIuMDkzNzUtNTcuOTIxODc1IDIyLjA5Mzc1LTgwLjAxOTUzMiAwLTIyLjA5Mzc1LTIyLjA5NzY1Ni0yMi4wOTM3NS01Ny45MjE4NzUgMC04MC4wMTk1MzFsMTU5LjQxMDE1Ny0xNTkuNDA2MjUtMTU5LjQxMDE1Ny0xNTkuNDA2MjVjLTIyLjA5Mzc1LTIyLjA5NzY1Ni0yMi4wOTM3NS01Ny45MjE4NzUgMC04MC4wMTk1MzIgMjIuMDk3NjU3LTIyLjA5Mzc1IDU3LjkyMTg3Ni0yMi4wOTM3NSA4MC4wMTk1MzIgMGwxNTkuNDA2MjUgMTU5LjQxMDE1NyAxNTkuNDA2MjUtMTU5LjQxMDE1N2MyMi4wOTc2NTYtMjIuMDkzNzUgNTcuOTIxODc1LTIyLjA5Mzc1IDgwLjAxOTUzMSAwIDIyLjA5Mzc1IDIyLjA5NzY1NyAyMi4wOTM3NSA1Ny45MjE4NzYgMCA4MC4wMTk1MzJsLTE1OS40MTAxNTYgMTU5LjQwNjI1IDE1OS40MTAxNTYgMTU5LjQwNjI1YzIyLjA5Mzc1IDIyLjA5NzY1NiAyMi4wOTM3NSA1Ny45MjE4NzUgMCA4MC4wMTk1MzEtMjIuMDk3NjU2IDIyLjA5Mzc1LTU3LjkyMTg3NSAyMi4wOTM3NS04MC4wMTk1MzEgMHptMCAwIiBmaWxsPSIjZTc2ZTU0IiBkYXRhLW9yaWdpbmFsPSIjRTc2RTU0IiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFNzZFNTQiPjwvcGF0aD48L2c+IDwvc3ZnPg==);
    width: 8px;
    height: 8px;
    background-size: 8px;
    position: absolute;
    left: 4px;
    top: 4px; }

.cf_resetAll_label {
  display: block;
  background: #527F0D;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px 0px #345304;
  -moz-box-shadow: 0px 2px 0px 0px #345304;
  box-shadow: 0px 2px 0px 0px #345304;
  display: inline-block;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.itemView h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin: 0 0 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .itemView h2 {
      font-size: 28px;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 640px) {
    .itemView h2 {
      font-size: 24px;
      line-height: 36px; } }
.itemView .itemBody .itemImageBlock {
  float: left;
  margin: 0 20px 20px 0; }
  @media only screen and (max-width: 640px) {
    .itemView .itemBody .itemImageBlock {
      float: none;
      margin: 0 0 20px;
      width: 100%; } }
  .itemView .itemBody .itemImageBlock span a {
    display: block;
    line-height: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 3px; }
    @media only screen and (max-width: 640px) {
      .itemView .itemBody .itemImageBlock span a img {
        width: 100% !important; } }
.itemView .itemBody p {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 15px;
  color: #333; }
.itemView .itemBody h3 {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 700; }
.itemView .itemBody .contacts-item .info {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  @media only screen and (max-width: 640px) {
    .itemView .itemBody .contacts-item .info {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .itemView .itemBody .contacts-item .info ul {
    position: relative; }
    .itemView .itemBody .contacts-item .info ul:before {
      content: '\f095';
      font-family: "FontAwesome";
      color: #000000;
      position: absolute;
      font-size: 18px;
      left: 0;
      top: 3px; }
    .itemView .itemBody .contacts-item .info ul li {
      font-size: 15px;
      line-height: 19px;
      padding: 0 0 10px 25px; }
  .itemView .itemBody .contacts-item .info .adr {
    display: block;
    margin: 20px 0;
    font-size: 15px;
    line-height: 19px; }
    .itemView .itemBody .contacts-item .info .adr:before {
      content: '\f041';
      font-family: "FontAwesome";
      color: #000000;
      margin: 0 15px 0 0;
      font-size: 18px; }
  .itemView .itemBody .contacts-item .info .mail {
    display: block;
    margin: 20px 0;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    color: #000000; }
    .itemView .itemBody .contacts-item .info .mail:hover {
      text-decoration: underline; }
    .itemView .itemBody .contacts-item .info .mail:before {
      content: '\f003';
      font-family: "FontAwesome";
      color: #000000;
      margin: 0 11px 0 -3px;
      font-size: 18px; }
.itemView .itemBody .form {
  width: 49.1525423729%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 640px) {
    .itemView .itemBody .form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .itemView .itemBody .form .fl_wrap_textarea {
    height: 60px !important; }
    .itemView .itemBody .form .fl_wrap_textarea textarea {
      height: 60px !important; }
.itemView .itemBody .map:after {
  content: "";
  display: table;
  clear: both; }
.itemView .itemBody .price ul {
  margin: 0 0 25px; }
  .itemView .itemBody .price ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .itemView .itemBody .price ul li a:hover {
      opacity: .8; }
  .itemView .itemBody .price ul li.excel a:before {
    content: '\f1c3';
    font-family: "FontAwesome";
    color: #207245;
    margin: 0 10px 0 0; }
  .itemView .itemBody .price ul li.pdf a:before {
    content: '\f1c1';
    font-family: "FontAwesome";
    color: #E51A2D;
    margin: 0 10px 0 0; }
  .itemView .itemBody .price ul li.zip a:before {
    content: '\f1c6';
    font-family: "FontAwesome";
    color: #000000;
    margin: 0 10px 0 0; }

.itemListView h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin: 0 0 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .itemListView h2 {
      font-size: 28px;
      margin: 0 0 20px; } }
.itemListView .itemContainer {
  margin: 0 0 40px; }
  .itemListView .itemContainer:after {
    content: "";
    display: table;
    clear: both; }
  .itemListView .itemContainer .catItemBody .catItemImageBlock {
    float: left;
    margin: 0 20px 0 0; }
    @media only screen and (max-width: 960px) {
      .itemListView .itemContainer .catItemBody .catItemImageBlock {
        width: 50%; } }
    @media only screen and (max-width: 640px) {
      .itemListView .itemContainer .catItemBody .catItemImageBlock {
        float: none;
        margin: 0 0 20px;
        width: 100%; } }
    .itemListView .itemContainer .catItemBody .catItemImageBlock span a {
      display: block;
      line-height: 0;
      background: #ffffff;
      border: 1px solid #ddd;
      padding: 4px;
      border-radius: 3px; }
      @media only screen and (max-width: 960px) {
        .itemListView .itemContainer .catItemBody .catItemImageBlock span a img {
          width: 100% !important; } }
  .itemListView .itemContainer .catItemBody h3.catItemTitle {
    margin: 0; }
    .itemListView .itemContainer .catItemBody h3.catItemTitle a {
      font-family: "Roboto Slab", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      color: #000000;
      margin: 0 0 15px;
      display: block; }
      .itemListView .itemContainer .catItemBody h3.catItemTitle a:hover {
        color: #730c3c; }
  .itemListView .itemContainer .catItemBody .catItemIntroText p {
    font-size: 15px;
    line-height: 19px;
    color: #333; }
  .itemListView .itemContainer .catItemBody a.k2ReadMore {
    margin: 15px 0 0; }

.itemListView-works h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin: 0 0 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .itemListView-works h2 {
      font-size: 28px;
      margin: 0 0 20px; } }
.itemListView-works #works:after {
  content: "";
  display: table;
  clear: both; }
.itemListView-works #works .itemContainer {
  width: 49.1525423729%;
  float: left; }
  .itemListView-works #works .itemContainer:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .itemListView-works #works .itemContainer:nth-child(2n + 2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (max-width: 640px) {
    .itemListView-works #works .itemContainer {
      width: 100%;
      float: left;
      clear: both !important;
      float: none; }
      .itemListView-works #works .itemContainer:nth-child(1n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none; } }
  .itemListView-works #works .itemContainer .catItemBody .catItemImageBlock {
    float: left;
    margin: 0 0 15px; }
    @media only screen and (max-width: 640px) {
      .itemListView-works #works .itemContainer .catItemBody .catItemImageBlock {
        float: none; } }
    .itemListView-works #works .itemContainer .catItemBody .catItemImageBlock span a {
      display: block;
      line-height: 0;
      background: #ffffff;
      border: 1px solid #ddd;
      padding: 4px;
      border-radius: 3px; }
      .itemListView-works #works .itemContainer .catItemBody .catItemImageBlock span a img {
        width: 100% !important; }
  .itemListView-works #works .itemContainer .catItemBody h3.catItemTitle {
    margin: 0;
    clear: both; }
    .itemListView-works #works .itemContainer .catItemBody h3.catItemTitle a {
      font-family: "Roboto Slab", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      color: #000000;
      margin: 15px 0;
      display: block; }
      .itemListView-works #works .itemContainer .catItemBody h3.catItemTitle a:hover {
        color: #730c3c; }

.category-view h1 {
  font-size: 36px;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin: 0 0 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .category-view h1 {
      font-size: 28px;
      margin: 0 0 20px; } }
.category-view .virtuemart_search {
  margin: -20px 0 20px; }
  .category-view .virtuemart_search:after {
    content: "";
    display: table;
    clear: both; }
  .category-view .virtuemart_search .vm-search-custom-search-input {
    margin: 0 0 20px; }
    .category-view .virtuemart_search .vm-search-custom-search-input:after {
      content: "";
      display: table;
      clear: both; }
    .category-view .virtuemart_search .vm-search-custom-search-input input.inputbox {
      width: calc(100% - 220px);
      margin: 0 16px 0 0;
      border: 1px solid #ddd;
      height: 43px;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      border-radius: 5px;
      padding: 0 10px; }
      @media only screen and (max-width: 960px) {
        .category-view .virtuemart_search .vm-search-custom-search-input input.inputbox {
          width: calc(100% - 70px); } }
    .category-view .virtuemart_search .vm-search-custom-search-input button.button {
      width: 200px;
      cursor: pointer; }
      @media only screen and (max-width: 960px) {
        .category-view .virtuemart_search .vm-search-custom-search-input button.button {
          font-size: 0;
          width: 50px; }
          .category-view .virtuemart_search .vm-search-custom-search-input button.button:before {
            content: "\f002";
            font-family: "FontAwesome";
            font-size: 23px; } }
  .category-view .virtuemart_search .vm-search-descr {
    margin: 0 0 20px; }
    .category-view .virtuemart_search .vm-search-descr:after {
      content: "";
      display: table;
      clear: both; }
.category-view .category_description {
  margin: 0 0 20px; }
  .category-view .category_description:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 480px) {
    .category-view .category_description {
      display: none; } }
  .category-view .category_description p {
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 960px) {
      .category-view .category_description p {
        font-size: 15px;
        line-height: 21px; } }
.category-view .orderby-displaynumber {
  margin: 30px 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 5px; }
  .category-view .orderby-displaynumber:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 640px) {
    .category-view .orderby-displaynumber {
      display: none; } }
  .category-view .orderby-displaynumber .vm-order-list {
    float: left; }
    .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer {
      position: relative; }
      .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
        float: left;
        font-weight: 700;
        line-height: 30px;
        font-size: 16px;
        margin: 0 5px 0 0; }
      .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
        width: 170px;
        height: 30px;
        display: inline-block;
        padding: 5px 23px 5px 10px;
        cursor: pointer;
        border: 1px solid #ddd;
        background: #ffffff;
        border-radius: 5px;
        position: relative; }
        .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder:after {
          content: '\f0d7';
          font-family: "FontAwesome";
          position: absolute;
          font-size: 12px;
          right: 6px;
          top: 8px; }
        .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder a {
          text-decoration: none;
          color: #000000;
          font-size: 14px; }
      .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
        display: none;
        background: #ffffff;
        padding: 10px 10px 0;
        border: 1px solid #ddd;
        width: 170px;
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 999; }
        .category-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist a {
          text-decoration: none;
          color: #000000;
          font-size: 14px;
          display: block;
          margin: 0 0 10px; }
  .category-view .orderby-displaynumber .display-number {
    float: right;
    line-height: 30px; }
    .category-view .orderby-displaynumber .display-number .counter {
      float: left;
      margin: 0 10px 0 0;
      font-size: 16px;
      font-weight: 700; }
    .category-view .orderby-displaynumber .display-number select {
      height: 30px;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 0 10px;
      color: #000000;
      font-size: 14px; }
.category-view .products-view {
  margin: 0 0 20px; }
  .category-view .products-view:after {
    content: "";
    display: table;
    clear: both; }
  .category-view .products-view .product-catview {
    margin: 0 0 40px; }
    .category-view .products-view .product-catview:after {
      content: "";
      display: table;
      clear: both; }
    .category-view .products-view .product-catview .vm-product-media-container {
      float: left;
      width: 200px;
      margin: 0 15px 0 0;
      position: relative;
      border: 1px solid #ddd;
      background: #ffffff;
      padding: 4px;
      border-radius: 3px;
      overflow: hidden; }
      @media only screen and (max-width: 640px) {
        .category-view .products-view .product-catview .vm-product-media-container {
          float: none;
          width: 100%;
          margin: 0 0 20px; } }
      .category-view .products-view .product-catview .vm-product-media-container:hover .mask {
        opacity: 1;
        visibility: visible; }
      .category-view .products-view .product-catview .vm-product-media-container a {
        display: block;
        font-size: 0; }
        .category-view .products-view .product-catview .vm-product-media-container a .mask {
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          opacity: 0;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          visibility: hidden; }
          .category-view .products-view .product-catview .vm-product-media-container a .mask:before {
            content: '\f06e';
            font-family: "FontAwesome";
            color: #ffffff;
            font-size: 80px;
            line-height: 150px; }
        .category-view .products-view .product-catview .vm-product-media-container a img {
          width: 100%; }
    .category-view .products-view .product-catview .vm-product-descr-container h2 {
      margin: 0; }
      .category-view .products-view .product-catview .vm-product-descr-container h2 a {
        text-decoration: none;
        color: #000000;
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        display: block;
        margin: 0 0 15px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-weight: 700; }
        .category-view .products-view .product-catview .vm-product-descr-container h2 a:hover {
          color: #730c3c; }
    .category-view .products-view .product-catview .vm-product-descr-container .product_s_desc {
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 15px;
      color: #333; }
    .category-view .products-view .product-catview .price {
      float: left; }
      .category-view .products-view .product-catview .price span.PricesalesPrice {
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        line-height: 37px; }
    .category-view .products-view .product-catview .addtocart-area {
      display: none; }
    .category-view .products-view .product-catview .vm-details-button {
      float: right; }

.productdetails-view {
  margin: 0 0 20px; }
  .productdetails-view h1 {
    font-size: 36px;
    color: #000000;
    font-family: "Roboto Slab", serif;
    margin: 0 0 30px;
    line-height: 48px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .productdetails-view h1 {
        font-size: 28px;
        margin: 0 0 20px; } }
  .productdetails-view #np-calc-body.np-widget-hz {
    padding: 10px 0;
    box-shadow: none;
    width: 100%; }
    .productdetails-view #np-calc-body.np-widget-hz .np-option-search-item,
    .productdetails-view #np-calc-body.np-widget-hz .np-option-search-item-weight,
    .productdetails-view #np-calc-body.np-widget-hz #np-calc-submit {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .productdetails-view #np-calc-body.np-widget-hz .np-calc-field {
      width: 40%; }
      @media only screen and (max-width: 640px) {
        .productdetails-view #np-calc-body.np-widget-hz .np-calc-field {
          width: 100%;
          margin: 0 0 15px; } }
  .productdetails-view .oneclick {
    float: right; }
    @media only screen and (max-width: 640px) {
      .productdetails-view .oneclick {
        width: 100%;
        padding: 10px 15px;
        position: fixed;
        background: #f5f5f5;
        border-top: 1px solid #ebebeb;
        left: 0;
        bottom: 0;
        z-index: 999; } }
    .productdetails-view .oneclick .sscf-popup {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      -webkit-box-shadow: 0px 2px 0px 0px #345304;
      -moz-box-shadow: 0px 2px 0px 0px #345304;
      box-shadow: 0px 2px 0px 0px #345304; }
      @media only screen and (max-width: 640px) {
        .productdetails-view .oneclick .sscf-popup {
          margin: 0 auto; } }
    @media only screen and (max-width: 640px) {
      .productdetails-view .oneclick .mypopup-wrapper {
        margin: auto 15px; } }
  .productdetails-view .vm-product-container:after {
    content: "";
    display: table;
    clear: both; }
  .productdetails-view .vm-product-container .vm-product-media-container {
    float: left;
    width: 350px;
    margin: 0 20px 0 0; }
    @media only screen and (max-width: 640px) {
      .productdetails-view .vm-product-container .vm-product-media-container {
        width: 100%;
        margin: 0 0 15px;
        float: none; } }
    .productdetails-view .vm-product-container .vm-product-media-container img {
      width: 100%;
      border: 1px solid #ddd;
      padding: 4px;
      background: #ffffff;
      border-radius: 3px; }
    .productdetails-view .vm-product-container .vm-product-media-container .additional-images {
      margin: 0 -5px; }
    .productdetails-view .vm-product-container .vm-product-media-container .additional-images .item {
      padding: 5px; }
      .productdetails-view .vm-product-container .vm-product-media-container .additional-images .item img {
        max-width: 100%;
        border: none;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
    .productdetails-view .vm-product-container .vm-product-media-container .additional-images .slick-arrow {
      background-color: #ffffff;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMS4yMjQ2NWUtMTYgLTEuMjI0NjVlLTE2IC0xIDQ1MS44NDYgNDUxLjg0NykiPjxnPgoJPHBhdGggZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDQgICBMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODQgICBjNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px;
      width: 35px;
      font-size: 0;
      border: 0;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      opacity: .75;
      z-index: 1;
      cursor: pointer; }
      .productdetails-view .vm-product-container .vm-product-media-container .additional-images .slick-arrow.slick-next {
        left: auto;
        right: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+); }
      .productdetails-view .vm-product-container .vm-product-media-container .additional-images .slick-arrow:hover {
        opacity: .5; }
  .productdetails-view .vm-product-container .vm-product-details-container {
    float: left;
    width: calc(100% - 370px); }
    @media only screen and (max-width: 640px) {
      .productdetails-view .vm-product-container .vm-product-details-container {
        width: 100%;
        margin: 0 0 15px;
        float: none; } }
    .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 1px solid #ddd; }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 1200px) {
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
          padding: 0 0 20px;
          margin: 0 0 10px; } }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
        padding: 0 0 30px; }
        @media only screen and (max-width: 640px) {
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
            padding: 0;
            text-align: center;
            float: none !important; } }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap {
        clear: both;
        padding: 0 0 30px; }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
          display: flex;
          align-items: center; }
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field.product-field-type-M {
            margin-top: 20px; }
            .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field.product-field-type-M .controls {
              display: flex; }
              .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field.product-field-type-M .controls label {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-right: 15px;
                position: relative;
                font-family: "Roboto", sans-serif;
                font-size: 14px;
                color: #527F0D;
                font-weight: 700; }
                .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field.product-field-type-M .controls label input {
                  position: absolute;
                  width: 50px;
                  height: 50px;
                  right: 0;
                  top: 0;
                  margin: 0;
                  padding: 0;
                  visibility: hidden; }
                .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field.product-field-type-M .controls label .vm-img-desc {
                  font-size: 14px;
                  display: block;
                  font-family: "Roboto", sans-serif;
                  padding: 4px 0;
                  font-weight: 400;
                  color: #000000; }
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper {
            margin: 0 10px 0 0; }
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single {
            min-width: 200px; }
            .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single .chzn-drop {
              min-width: 100%; }
            .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single .chzn-single {
              background: #730c3c;
              border: none;
              color: #ffffff;
              height: auto;
              line-height: 30px;
              font-size: 14px;
              box-shadow: none;
              padding: 5px 10px; }
              .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single .chzn-single div {
                display: flex;
                align-items: center; }
                .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single .chzn-single div b {
                  width: 0;
                  height: 0;
                  border-left: 5px solid transparent;
                  border-right: 5px solid transparent;
                  border-top: 5px solid #ffffff; }
            .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .chzn-container-single .chzn-search {
              display: none; }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
        display: flex;
        align-items: center;
        padding: 0 0 30px; }
        @media only screen and (max-width: 640px) {
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
            flex-wrap: wrap;
            justify-content: center; } }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar input[type="button"] {
          width: 40px;
          height: 40px;
          border: none;
          padding: 0;
          background: #fbc02d;
          color: #ffffff;
          font-size: 24px;
          font-weight: 700;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-border-radius: 5px;
          cursor: pointer; }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-box {
          width: 40px;
          margin: 0 10px; }
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-box input {
            width: 100%;
            border: 1px solid #ebebeb;
            text-align: center;
            font-size: 16px;
            height: 40px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-border-radius: 5px; }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button {
          margin-left: auto; }
          @media only screen and (max-width: 640px) {
            .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button {
              margin-left: 0;
              margin-top: 15px; } }
          .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
            background: #fbc02d;
            padding: 9px 15px;
            font-size: 16px;
            cursor: pointer; }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
        float: left; }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price span.PricesalesPrice {
          font-size: 24px;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          line-height: 37px; }
      .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .quick {
        float: right; }
        .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .quick button.sscf-popup {
          line-height: 17px; }
    .productdetails-view .vm-product-container .vm-product-details-container .info-module {
      padding: 0 0 20px;
      margin: 0 0 20px;
      border-bottom: 1px solid #ddd; }
      .productdetails-view .vm-product-container .vm-product-details-container .info-module:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 1200px) {
        .productdetails-view .vm-product-container .vm-product-details-container .info-module {
          padding: 0 0 10px;
          margin: 0 0 20px; } }
      .productdetails-view .vm-product-container .vm-product-details-container .info-module ul li {
        font-size: 13px;
        line-height: 19px;
        padding: 0 0 0 10px; }
        .productdetails-view .vm-product-container .vm-product-details-container .info-module ul li:before {
          content: "\f00c";
          font-family: "FontAwesome";
          color: #730c3c;
          margin: 0 7px 0 0; }
      .productdetails-view .vm-product-container .vm-product-details-container .info-module .delivery {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; }
        @media only screen and (max-width: 1200px) {
          .productdetails-view .vm-product-container .vm-product-details-container .info-module .delivery {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
        .productdetails-view .vm-product-container .vm-product-details-container .info-module .delivery span:before {
          content: "\f0d1";
          font-family: "FontAwesome";
          color: #bcbcbc;
          float: left;
          display: block;
          font-size: 50px;
          margin: 3px 10px 0 0; }
      .productdetails-view .vm-product-container .vm-product-details-container .info-module .payment {
        width: 49.1525423729%;
        float: right;
        margin-right: 0; }
        @media only screen and (max-width: 1200px) {
          .productdetails-view .vm-product-container .vm-product-details-container .info-module .payment {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            border-top: 1px solid #ddd;
            margin: 10px 0 0;
            padding: 10px 0 0; } }
        .productdetails-view .vm-product-container .vm-product-details-container .info-module .payment span:before {
          content: "\f09d";
          font-family: "FontAwesome";
          color: #bcbcbc;
          float: left;
          display: block;
          font-size: 50px;
          margin: 3px 10px 0 0; }
  .productdetails-view .product-description {
    margin: 20px 0 0; }
    .productdetails-view .product-description:after {
      content: "";
      display: table;
      clear: both; }
    .productdetails-view .product-description p {
      font-size: 15px;
      line-height: 19px;
      color: #333;
      margin: 0 0 15px; }
    .productdetails-view .product-description table {
      margin: 0 0 15px;
      width: 100%;
      font-size: 15px;
      line-height: 19px; }
      .productdetails-view .product-description table tr:nth-child(odd) {
        background: #ddd; }
      .productdetails-view .product-description table tr td {
        border: 1px solid #ddd;
        padding: 5px 10px; }

#fancybox-content {
  background: #ffffff; }
  #fancybox-content .action-buttons {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ebebeb; }
    #fancybox-content .action-buttons a {
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 700; }
  #fancybox-content h4 {
    text-align: center;
    font-size: 15px;
    font-family: "Roboto Slab", serif; }

#cart-contents {
  margin-bottom: 20px; }
  #cart-contents #allproducts .product img.opg-thumbnail.opg-thumbnail-mini {
    max-width: 100%;
    width: 150px; }
  #cart-contents #allproducts .product .opg-link {
    text-decoration: none;
    color: #000000; }
  #cart-contents #sales_pricefulldiv {
    display: none; }
  #cart-contents #shipment_select {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px; }
    #cart-contents #shipment_select h3 {
      font-family: "Roboto Slab", serif;
      font-weight: 700; }
    #cart-contents #shipment_select #shipment_selection #shipment_ul li {
      margin: 0 0 10px; }
      #cart-contents #shipment_select #shipment_selection #shipment_ul li > label {
        display: flex; }
        #cart-contents #shipment_select #shipment_selection #shipment_ul li > label > input {
          margin-top: 1px; }
      #cart-contents #shipment_select #shipment_selection #shipment_ul li .vmshipment span {
        display: block;
        margin-left: 5px; }
        #cart-contents #shipment_select #shipment_selection #shipment_ul li .vmshipment span.vmshipment_description {
          font-size: 11px;
          line-height: 16px; }
  #cart-contents #payment_select {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px; }
    #cart-contents #payment_select h3 {
      font-family: "Roboto Slab", serif;
      font-weight: 700; }
    #cart-contents #payment_select #payment_ul li {
      margin: 0 0 10px;
      display: flex; }
      #cart-contents #payment_select #payment_ul li > label {
        display: flex; }
        #cart-contents #payment_select #payment_ul li > label > input {
          margin-top: 1px; }
      #cart-contents #payment_select #payment_ul li .vmpayment span {
        display: block;
        margin-left: 5px; }
        #cart-contents #payment_select #payment_ul li .vmpayment span.vmpayment_description {
          font-size: 11px;
          line-height: 16px; }
  #cart-contents #billto_inputdiv #billto_fields_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #cart-contents #billto_inputdiv #billto_fields_div > div {
      width: 48%;
      margin-bottom: 15px; }
      @media only screen and (max-width: 480px) {
        #cart-contents #billto_inputdiv #billto_fields_div > div {
          width: 100%; } }
      #cart-contents #billto_inputdiv #billto_fields_div > div input#email_field {
        width: 100%; }
      #cart-contents #billto_inputdiv #billto_fields_div > div input {
        border: 1px solid #ebebeb;
        padding: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px; }
  #cart-contents #div_shipto {
    display: none; }
  #cart-contents #other-things > .checkout-button-top section,
  #cart-contents #other-things .checkout-button-top .opg-link {
    display: none; }
  #cart-contents #other-things .checkout-button-top {
    padding-top: 20px !important; }

#extracomments textarea {
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

#np-calc-body {
  width: 200px;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  font-family: "Roboto", sans-serif;
  background: #fff;
  padding: 10px;
  min-height: 325px;
  box-sizing: border-box;
  display: block; }

#np-calc-body input,
#np-calc-body span,
#np-calc-body button,
#np-calc-body ul li {
  font-family: "Roboto", sans-serif; }

#np-calc-body input[type=text]::-ms-clear {
  display: none; }

#np-text-button {
  text-transform: uppercase;
  font-size: 12px; }

.np-calc-wrapper {
  position: relative;
  background: inherit;
  border-radius: 8px;
  height: inherit;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.np-calc-logotype {
  display: block;
  width: 45px;
  min-height: 45px;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/np-logo.svg") no-repeat center center;
  margin: auto; }

.np-hl {
  border-bottom: solid 1px #b1b9c1;
  opacity: .3;
  width: 100%;
  height: 1px;
  margin-bottom: 12px; }

#np-calc-title {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #6c737b; }

.np-calc-list {
  display: block;
  width: 100%;
  height: auto; }

.np-calc-field {
  position: relative;
  color: #6C737E;
  width: 100%;
  height: 41px;
  padding: 2px;
  line-height: 43px;
  border-radius: 6px;
  border: none;
  margin-bottom: 11px;
  /*overflow: hidden;*/
  box-sizing: border-box; }

.np-calc-field:last-child {
  margin-bottom: 0; }

.np-calc-field:focus {
  outline: none; }

.np-options-placeholder {
  display: block;
  padding: 11px 0 12px 9px;
  line-height: 17px;
  list-style-type: none;
  width: 100%;
  height: 38px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #b1b9c1;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fbfbfb; }

.np-options-enter-point {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  width: 100%;
  max-height: 230px;
  margin: 0;
  padding: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 4px 6px 0 rgba(148, 148, 148, 0.5); }

.np-toggle-options-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 43px;
  cursor: pointer;
  z-index: 9998; }

.np-toggle-options-list:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/dropdown-arrow.svg") no-repeat;
  width: 12px;
  height: 8px; }

.np-options-list-item {
  display: block;
  font-size: 12px;
  padding-left: 9px;
  width: 100%;
  background-color: #fbfbfb;
  min-height: 13px;
  line-height: 30px;
  list-style-type: none;
  cursor: pointer; }

.np-options-list-item:hover {
  background-color: #F2F2F2; }

.np-option-search-item {
  display: block;
  color: #b1b9c1;
  line-height: 17px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  background: #fbfbfb;
  outline: 0;
  height: 38px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  padding: 10px 15px 10px 10px; }

.np-option-search-item:focus,
.np-option-search-item-weight:focus {
  outline: none;
  border-color: #b1b9c1; }

.np-option-search-item-weight {
  display: block;
  width: 100%;
  background-color: #fbfbfb;
  padding: 11px 25px 12px 9px;
  line-height: 17px;
  list-style-type: none;
  height: 38px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #b1b9c1;
  box-sizing: border-box; }

.np-option-search-item-weight:focus {
  outline: none; }

.np-option-search-item-cost {
  display: block;
  width: 100%;
  background-color: #fbfbfb;
  padding: 11px 0 12px 9px;
  line-height: 17px;
  list-style-type: none;
  height: 38px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #b1b9c1;
  box-sizing: border-box; }

.np-option-search-item-cost:focus {
  outline: none; }

#np-load-image {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: calc(50% - 16px);
  width: 32px;
  height: 100%;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/loading.png") no-repeat center transparent !important;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear; }

#np-cost-field {
  display: none;
  position: relative;
  padding-bottom: 0;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: inherit; }

.np-cost-field-container {
  padding-top: 15px;
  font-family: 'Trebuchet MS', sans-serif;
  height: 80px;
  box-sizing: content-box; }

.np-cost-field-container span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #f32f39;
  font-family: "Roboto", sans-serif; }

#np-cost-field a {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  color: #c1c2c2;
  padding-top: 2px;
  text-decoration: underline; }

#np-cost-field a:hover {
  text-decoration: none; }

.np-current-city-arrow {
  width: 32px;
  height: 14px; }

.np-cost-info-container {
  box-sizing: content-box;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  text-align: center;
  color: #6c737b;
  word-break: break-all;
  margin: auto; }

.np-line-background {
  position: relative;
  width: 100%;
  height: 16px;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/line.png") no-repeat center 6px;
  background-size: 99%; }

#np-cost-number {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #f32f39;
  padding: 0;
  margin: 0; }

.np-mini-logo {
  position: relative;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/np-logo.png) no-repeat center;
  background-size: 26px; }

.np-line-right {
  position: absolute;
  width: 70px;
  height: 26px;
  right: 0;
  top: 10px;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/line-mini.png") no-repeat right;
  background-size: 100%; }

.np-line-left {
  position: absolute;
  width: 70px;
  height: 26px;
  top: 10px;
  left: 0;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/line-mini.png") no-repeat left;
  background-size: 100%; }

#np-calc-submit {
  position: relative;
  width: 100%;
  height: 38px;
  outline: none;
  font-size: 72%;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #ed1c23;
  border: none; }

#np-calc-submit:focus, #np-calc-submit:active {
  border: 0;
  outline: none; }

#np-calc-submit[disabled]:hover {
  cursor: not-allowed; }

#np-cost-return-button {
  width: 100%;
  height: 38px;
  outline: none;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  border-radius: 4px;
  background-color: #b1b9c1;
  border: solid 1px #979797; }

#np-cost-return-button:hover {
  text-decoration: none; }

#np-error-field {
  display: none;
  position: relative;
  min-height: inherit;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#np-error-field .np-status-logo {
  display: block;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 21px; }

#np-error-field a {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  color: #c1c2c2;
  padding-top: 6px; }

.np-error-info-container {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  text-align: center;
  color: #6c737b; }

#np-error-return-button {
  width: 100%;
  height: 38px;
  padding: 2%;
  outline: none;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  border-radius: 4px;
  background-color: #b1b9c1;
  border: solid 1px #979797;
  position: absolute;
  bottom: 0;
  left: 0; }

#np-error-return-button:hover {
  text-decoration: none; }

#np-arrows {
  display: none;
  position: absolute; }

/* HORIZONTAL START */
#np-calc-body.np-widget-hz {
  width: 656px;
  min-height: 80px;
  padding-bottom: 0;
  padding-top: 0; }

#np-calc-body.np-widget-hz .np-calc-wrapper,
#np-calc-body.np-widget-hz #np-cost-field,
#np-calc-body.np-widget-hz #np-error-field {
  min-height: inherit;
  box-sizing: border-box;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 640px) {
    #np-calc-body.np-widget-hz .np-calc-wrapper,
    #np-calc-body.np-widget-hz #np-cost-field,
    #np-calc-body.np-widget-hz #np-error-field {
      -ms-flex-direction: column;
      flex-direction: column; } }

#np-calc-body.np-widget-hz #np-cost-field,
#np-calc-body.np-widget-hz #np-error-field {
  padding-top: 0; }

#np-calc-body.np-widget-hz .np-calc-field {
  width: 34%;
  float: left; }

#np-calc-body.np-widget-hz #np-calc-submit {
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/np-logo-white.png") no-repeat #ed1c23 15px 8px;
  position: static; }

#np-calc-body.np-widget-hz #np-calc-submit #np-text-button {
  padding-left: 30px; }

#np-calc-body.np-widget-hz #np-calc-submit,
#np-calc-body.np-widget-hz #np-cost-return-button {
  width: 31%;
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 640px) {
    #np-calc-body.np-widget-hz #np-calc-submit,
    #np-calc-body.np-widget-hz #np-cost-return-button {
      width: 60%; } }

#np-calc-body.np-widget-hz .np-calc-list,
#np-calc-body.np-widget-hz .np-cost-field-container {
  margin: auto; }

#np-calc-body.np-widget-hz .np-calc-field {
  margin-bottom: 0; }

#np-calc-body.np-widget-hz #np-error-field #np-error-return-button {
  width: 27%;
  float: right;
  padding: 0;
  margin: auto;
  position: relative; }

#np-calc-body.np-widget-hz .np-calc-field[name="weight"] {
  width: 70px;
  margin-right: 10px;
  position: relative; }
  @media only screen and (max-width: 640px) {
    #np-calc-body.np-widget-hz .np-calc-field[name="weight"] {
      width: 100%;
      margin: 0 0 15px; } }

#np-calc-body.np-widget-hz .np-calc-field[name="weight"]:after,
#np-calc-body .np-calc-field[name="weight"]:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAAXNSR0IArs4c6QAAANZJREFUGBljbGhoYHn75fdFZkbW2AndDefyyuqc//3728PIxOrL8O+fPgPD3y4GKGBkYDzHJCkpyfj/P4PWH4a/nEDNXP/+/p3FwMC4bnJXwxMGpr8C/xkYJJkYGctBmIH5/3QWhO7/3O++/mkBmvJemIelHS7+n+HHxJ6WLTA+XMP/f/93Ak1jYGJkigTa9AemAJ1mQggwezExMHX9Z/jfVFLSzY0QR2UhNDD9//RfXrQO6J9fP/5/6ENVhuAhNADFJufl/WRlZklgZGRMyi+t8UEoQ7AAxQFJPtVHFYoAAAAASUVORK5CYII=) no-repeat;
  width: 12px;
  height: 7px; }

#np-calc-body.np-widget-hz .np-calc-field[role="CitySender"] {
  margin-right: 10px; }

#np-calc-body.np-widget-hz #np-arrows {
  display: block;
  float: left;
  background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/np-back-forward-arrows-1.svg");
  width: 24px;
  height: 25px;
  position: relative;
  top: 15px;
  left: -4px; }
  @media only screen and (max-width: 640px) {
    #np-calc-body.np-widget-hz #np-arrows {
      display: none; } }

#np-calc-body.np-widget-hz .np-calc-field[role="CityRecipient"] {
  margin-right: 10px; }

#np-calc-body.np-widget-hz .np-line-background {
  position: absolute;
  display: none; }

#np-calc-body.np-widget-hz .np-cost-field-container,
#np-calc-body.np-widget-hz .np-error-field,
#np-calc-body.np-widget-hz #np-error-field .np-status-logo {
  min-width: 18%;
  float: left; }

#np-calc-body.np-widget-hz .np-cost-info-container,
#np-calc-body.np-widget-hz .np-error-info-container {
  width: 57%;
  box-sizing: border-box;
  padding: 0 14px;
  float: left;
  margin: auto; }

#np-calc-body.np-widget-hz .np-error-info-container {
  width: 50%; }

#np-calc-body.np-widget-hz .np-cost-field-container {
  padding-top: 0;
  height: auto; }

#np-calc-body.np-widget-hz #np-error-field .np-status-logo {
  padding-top: 0;
  padding-bottom: 0;
  margin: auto; }

#np-calc-body.np-widget-hz #np-error-field .np-status-logo img {
  width: 70px;
  height: 70px;
  padding-bottom: 0; }

#np-calc-body.np-widget-hz #np-cost-field a,
#np-calc-body.np-widget-hz #np-error-field a {
  padding-right: 21px;
  position: static;
  margin: auto;
  text-align: center;
  line-height: 15px; }

#np-calc-body.np-widget-hz #np-error-field a {
  width: 19%; }

#np-calc-body.np-widget-hz #np-cost-number {
  font-size: 36px;
  line-height: 37px;
  /*padding-top: 7px;*/ }

#np-calc-body.np-widget-hz #np-current-city {
  display: inline; }

#np-calc-body.np-widget-hz #np-calc-body {
  padding-bottom: 0; }

#np-calc-body.np-widget-hz #np-load-image {
  top: 2px;
  right: 50%;
  margin-right: -16px;
  height: 32px; }

#np-calc-body.np-widget-hz .np-calc-logotype,
#np-calc-body.np-widget-hz .np-hl,
#np-calc-body.np-widget-hz #np-calc-title,
#np-calc-body.np-widget-hz .np-mini-logo {
  display: none; }

/* HORIZONTAL END */
/* Border-radius classes start */
.np-w-br-0,
.np-w-br-0 .np-option-search-item,
.np-w-br-0 .np-option-search-item-weight,
.np-w-br-0 #np-cost-return-button,
.np-w-br-0 #np-error-return-button,
.np-w-br-0 #np-calc-submit {
  border-radius: 0; }

.np-w-br-1,
.np-w-br-1 .np-option-search-item,
.np-w-br-1 .np-option-search-item-weight,
.np-w-br-1 #np-cost-return-button,
.np-w-br-1 #np-error-return-button,
.np-w-br-1 #np-calc-submit {
  border-radius: 1px; }

.np-w-br-2 {
  border-radius: 2px; }

.np-w-br-2 .np-option-search-item,
.np-w-br-2 .np-option-search-item-weight,
.np-w-br-2 #np-cost-return-button,
.np-w-br-2 #np-error-return-button,
.np-w-br-2 #np-calc-submit {
  border-radius: 1px; }

.np-w-br-3 {
  border-radius: 3px; }

.np-w-br-3 .np-option-search-item,
.np-w-br-3 .np-option-search-item-weight,
.np-w-br-3 #np-cost-return-button,
.np-w-br-3 #np-error-return-button,
.np-w-br-3 #np-calc-submit {
  border-radius: 1px; }

.np-w-br-4 {
  border-radius: 4px; }

.np-w-br-4 .np-option-search-item,
.np-w-br-4 .np-option-search-item-weight,
.np-w-br-4 #np-cost-return-button,
.np-w-br-4 #np-error-return-button,
.np-w-br-4 #np-calc-submit {
  border-radius: 2px; }

.np-w-br-5 {
  border-radius: 5px; }

.np-w-br-5 .np-option-search-item,
.np-w-br-5 .np-option-search-item-weight,
.np-w-br-5 #np-cost-return-button,
.np-w-br-5 #np-error-return-button,
.np-w-br-5 #np-calc-submit {
  border-radius: 3px; }

.np-w-br-6 {
  border-radius: 6px; }

.np-w-br-6 .np-option-search-item,
.np-w-br-6 .np-option-search-item-weight,
.np-w-br-6 #np-cost-return-button,
.np-w-br-6 #np-error-return-button,
.np-w-br-6 #np-calc-submit {
  border-radius: 4px; }

.np-w-br-7 {
  border-radius: 7px; }

.np-w-br-7 .np-option-search-item,
.np-w-br-7 .np-option-search-item-weight,
.np-w-br-7 #np-cost-return-button,
.np-w-br-7 #np-error-return-button,
.np-w-br-7 #np-calc-submit {
  border-radius: 5px; }

.np-w-br-8 {
  border-radius: 8px; }

.np-w-br-8 .np-option-search-item,
.np-w-br-8 .np-option-search-item-weight,
.np-w-br-8 #np-cost-return-button,
.np-w-br-8 #np-error-return-button,
.np-w-br-8 #np-calc-submit {
  border-radius: 6px; }

.np-w-br-9 {
  border-radius: 9px; }

.np-w-br-9 .np-option-search-item,
.np-w-br-9 .np-option-search-item-weight,
.np-w-br-9 #np-cost-return-button,
.np-w-br-9 #np-error-return-button,
.np-w-br-9 #np-calc-submit {
  border-radius: 7px; }

.np-w-br-10 {
  border-radius: 10px; }

.np-w-br-10 .np-option-search-item,
.np-w-br-10 .np-option-search-item-weight,
.np-w-br-10 #np-cost-return-button,
.np-w-br-10 #np-error-return-button,
.np-w-br-10 #np-calc-submit {
  border-radius: 8px; }

.np-w-br-11 {
  border-radius: 11px; }

.np-w-br-11 .np-option-search-item,
.np-w-br-11 .np-option-search-item-weight,
.np-w-br-11 #np-cost-return-button,
.np-w-br-11 #np-error-return-button,
.np-w-br-11 #np-calc-submit {
  border-radius: 9px; }

.np-w-br-12 {
  border-radius: 12px; }

.np-w-br-12 .np-option-search-item,
.np-w-br-12 .np-option-search-item-weight,
.np-w-br-12 #np-cost-return-button,
.np-w-br-12 #np-error-return-button,
.np-w-br-12 #np-calc-submit {
  border-radius: 10px; }

.np-w-br-13 {
  border-radius: 13px; }

.np-w-br-13 .np-option-search-item,
.np-w-br-13 .np-option-search-item-weight,
.np-w-br-13 #np-cost-return-button,
.np-w-br-13 #np-error-return-button,
.np-w-br-13 #np-calc-submit {
  border-radius: 11px; }

/* Border-radius classes end */

/*# sourceMappingURL=template.css.map */
