/* line 1, ../../wp-content/themes/basetheme/scss/helpers.scss */
.visible-collapsed {
  display: none;
}

/* line 6, ../../wp-content/themes/basetheme/scss/helpers.scss */
.collapsed .visible-collapsed {
  display: inline-block;
}
/* line 9, ../../wp-content/themes/basetheme/scss/helpers.scss */
.collapsed .hidden-collapsed {
  display: none;
}

/* line 7, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .container {
  border-top: 1px solid #ccc;
  padding-top: 2px;
  margin-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 15, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_product_categories {
  float: left;
}
/* line 18, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories {
  padding-left: 0;
  list-style: none;
}
/* line 22, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li {
  display: none;
}
/* line 25, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li.current-cat {
  display: inline;
}
/* line 27, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li.current-cat > a {
  display: none;
}
/* line 31, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li.current-cat .children {
  padding-left: 0;
  list-style: none;
  padding-top: 16px;
}
/* line 35, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li.current-cat .children a {
  line-height: 1;
  font-size: 1.3em;
  color: #0d0d0d;
}
/* line 39, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .product-categories > li.current-cat .children a:hover {
  color: #000;
}

/* line 52, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu {
  padding-left: 0;
  list-style: none;
  margin-top: -2px;
  margin-bottom: 0;
}
/* line 58, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li {
  padding: 0 3.6%;
  display: inline-block;
}
/* line 62, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > a {
  padding: 15px 0px 18px;
  display: block;
  color: #000;
  font-weight: normal;
  font-family: 'Scada';
  font-size: 16px;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
}
/* line 74, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > a:hover {
  border-top: 1px solid #000;
  margin-top: -1px;
  color: #f0877c;
}
/* line 81, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown {
  opacity: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  background: #eee;
  padding: 0;
  max-height: 0;
  top: 50px;
  left: 0;
  right: 0;
  -moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-transition-property: opacity, box-shadow;
  -o-transition-property: opacity, box-shadow;
  -webkit-transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-delay: 11ms;
  -o-transition-delay: 11ms;
  -webkit-transition-delay: 11ms;
  transition-delay: 11ms;
}
/* line 100, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown h3 {
  font-family: 'Source Code Pro';
  font-size: 16px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  margin-top: 0;
}
/* line 109, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown h3 > span {
  padding: 7px 0 15px;
  line-height: 2em;
  max-height: 3em;
  overflow: hidden;
  border-bottom: 1px solid #999;
  display: inline-block;
}
/* line 119, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown a, .main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown p {
  font-family: Scada;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  display: block;
  padding: 6px 0;
  line-height: 1.3em;
}
/* line 128, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li > .menu-dropdown a.no-padding {
  padding: 0;
}
/* line 135, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li.open > .menu-dropdown {
  display: block;
  opacity: 1;
  padding: 10px 30px 20px;
  max-height: none;
}
/* line 145, ../../wp-content/themes/basetheme/scss/navigation.scss */
.main-sub-nav .widget_nav_menu .menu > li.current-menu-item > a {
  border-top: 1px solid #000;
  margin-top: -3px;
}

/* line 157, ../../wp-content/themes/basetheme/scss/navigation.scss */
.woocommerce-page .woocommerce-breadcrumb {
  font-size: 0.9em;
  position: absolute;
  top: -45px;
  margin-left: 23px;
}
/* line 163, ../../wp-content/themes/basetheme/scss/navigation.scss */
.woocommerce-page .woocommerce-breadcrumb a {
  color: #000;
}
/* line 168, ../../wp-content/themes/basetheme/scss/navigation.scss */
.woocommerce-page .breadcrumbs-wrp {
  background: #e4e4e3;
  margin-bottom: 30px;
}

/* line 177, ../../wp-content/themes/basetheme/scss/navigation.scss */
.shortcode_widget {
  position: relative;
}

/* line 183, ../../wp-content/themes/basetheme/scss/navigation.scss */
.widget_product_categories h2.widgettitle {
  font-family: "Open Sans", font-family-sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #555555;
}
/* line 191, ../../wp-content/themes/basetheme/scss/navigation.scss */
.widget_product_categories ul.product-categories {
  list-style: none;
  padding: 0 0 0 14px;
}

/* line 198, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters a, .widget_product_categories a {
  color: #555555;
}
/* line 201, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters a i, .widget_product_categories a i {
  color: #999999;
}
/* line 205, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters a.active, .widget_product_categories a.active {
  color: #333333;
}
/* line 207, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters a.active i, .widget_product_categories a.active i {
  color: #222222;
}
/* line 212, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters .cat-item, .widget_product_categories .cat-item {
  margin: 5px 0;
}
/* line 215, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters .current-cat > a, .widget_product_categories .current-cat > a {
  color: #333333;
  font-weight: 800;
}
/* line 220, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters .panel-heading, .widget_product_categories .panel-heading {
  border-bottom: 2px solid #aaa;
  padding: 2px 2px 8px;
}
/* line 228, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters .panel-body, .widget_product_categories .panel-body {
  border-top: 0;
  padding: 8px 0 0 15px;
}
/* line 232, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters .panel-body > p, .widget_product_categories .panel-body > p {
  margin: 0;
}
/* line 237, ../../wp-content/themes/basetheme/scss/navigation.scss */
.tagfilters label, .tagfilters li.cat-item, .widget_product_categories label, .widget_product_categories li.cat-item {
  font-weight: 400;
}

/* line 243, ../../wp-content/themes/basetheme/scss/navigation.scss */
#menu-menu-2 .dropdown {
  position: static;
}

@media (min-width: 768px) {
  /* line 252, ../../wp-content/themes/basetheme/scss/navigation.scss */
  #menu-primary .dropdown:hover > .menu-dropdown, #menu-menu-2 .dropdown:hover > .menu-dropdown {
    display: block;
    opacity: 1;
    padding: 10px 30px 20px;
    max-height: none;
  }
}
/* line 263, ../../wp-content/themes/basetheme/scss/navigation.scss */
.wcml_currency_switcher {
  position: absolute;
  top: -30px;
  right: 0;
}

/* line 268, ../../wp-content/themes/basetheme/scss/navigation.scss */
.country-switch {
  float: right;
}
/* line 272, ../../wp-content/themes/basetheme/scss/navigation.scss */
.country-switch .navbar-nav li.active > a {
  background-color: #fff;
  color: #333;
}

@media (max-width: 1199px) {
  /* line 282, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .main-sub-nav > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 289, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .main-sub-nav .widget_nav_menu .menu > li {
    padding: 0 2.6%;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .country-switch {
    float: none !important;
  }

  /* line 302, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .main-sub-nav > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 309, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .main-sub-nav .widget_nav_menu .menu > li {
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  /* line 322, ../../wp-content/themes/basetheme/scss/navigation.scss */
  .main-sub-nav .widget_nav_menu .menu > li {
    padding: 0 1%;
  }
}
/* line 5, ../../wp-content/themes/basetheme/scss/page-header.scss */
.tp-caption {
  font-family: "Scada", verdana, arial, sans-serif !important;
  text-shadow: 0px 0px 12px #666;
}
/* line 12, ../../wp-content/themes/basetheme/scss/page-header.scss */
.tp-caption.vigoshop_gray_button {
  color: #eee;
  font-weight: 800;
  cursor: pointer;
}

/* line 19, ../../wp-content/themes/basetheme/scss/page-header.scss */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding: 0.3em 2em 1em 3.5em !important;
}

/* line 28, ../../wp-content/themes/basetheme/scss/page-header.scss */
h3.entry-title {
  line-height: 1.5em;
}

/* line 4, ../../wp-content/themes/basetheme/scss/footer.scss */
body > footer {
  padding: 50px 0;
  background-color: #2a2a2a;
  width: 100%;
}

/* line 10, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget {
  width: 100%;
  float: left;
}
/* line 13, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #212121;
  margin-bottom: 20px;
  position: relative;
}
/* line 19, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title h3, .footer-widget .widget-title h2 {
  color: #cccccc;
  margin: 0;
  font-family: "Source Code Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: solid 1px #999999;
  margin-bottom: -1px;
  display: inline-block;
}
/* line 30, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title h3 {
  font-size: 18px;
}
/* line 33, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title h2 {
  font-size: 16px;
}
/* line 37, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title + div {
  width: 100%;
  float: left;
}
/* line 40, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title + div .menu, .footer-widget .widget-title + div .links {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 46, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title + div .menu li, .footer-widget .widget-title + div .links li {
  width: 100%;
  display: inline-block;
}
/* line 49, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title + div .menu li a, .footer-widget .widget-title + div .links li a {
  width: 100%;
  display: inline-block;
  color: #aaaaaa;
  text-decoration: none;
  padding: 5px 0;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
}
/* line 60, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget-title + div address {
  line-height: 31px;
  width: 100%;
  display: inline-block;
  color: #aaaaaa;
  text-decoration: none;
  padding: 5px 0;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
}
/* line 72, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .slider-controls button {
  color: #999999;
}
/* line 74, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .slider-controls button:hover {
  border: solid 2px #999999;
}
/* line 79, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 86, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget {
  width: 100%;
  float: left;
  margin-bottom: 75px;
}
/* line 90, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title {
  width: 100%;
  float: left;
  border-bottom: solid 2px #e9e9e9;
  margin-bottom: 20px;
  position: relative;
}
/* line 96, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title .slider-controls {
  position: absolute;
  top: 5px;
  right: 0px;
}
/* line 101, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title h2, .footer-widget .widget .widget-title h3 {
  color: #444444;
  margin: 0;
  font-family: "Scada", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: solid 2px #444444;
  margin-bottom: -2px;
  display: inline-block;
}
/* line 111, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title h2 {
  font-size: 28px;
  line-height: 40px;
}
/* line 114, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title h2.contact-widget {
  padding-bottom: 13px;
}
/* line 118, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-title h3 {
  font-size: 23px;
}
/* line 122, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .widget-content {
  float: left;
  width: 100%;
}
/* line 126, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 133, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .contact-line {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
/* line 137, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .contact-line .figure {
  width: 37px;
  height: 37px;
  float: left;
  border: solid 2px #999999;
  color: #999999;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
}
/* line 148, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .contact-line .text {
  margin-left: 52px;
  color: #999999;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 20px;
  font-weight: 300;
  margin-top: -4px;
}
/* line 156, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .widget .contact-line .text .line {
  width: 100%;
  display: inline-block;
}
/* line 164, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-widget .form-control {
  color: #aaaaaa;
}

/* line 172, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form .input-group {
  margin-bottom: 10px;
}
/* line 175, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form .input-group-addon {
  background: transparent;
  border: solid 1px #444444;
  border-right: none;
  border-radius: 0;
  color: #aaaaaa;
}
/* line 182, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text'], .footer-form input[type='email'], .footer-form textarea {
  background-color: #2a2a2a;
  border-radius: 0;
  border-color: #444444;
  font-family: "Source Code Pro", Arial, sans-serif;
  font-size: 16px;
  padding: 6px 12px;
  box-shadow: none;
}
/* line 190, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text']::-webkit-input-placeholder, .footer-form input[type='email']::-webkit-input-placeholder, .footer-form textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  text-transform: uppercase;
}
/* line 194, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text']::-moz-placeholder, .footer-form input[type='email']::-moz-placeholder, .footer-form textarea::-moz-placeholder {
  color: #aaaaaa;
  text-transform: uppercase;
}
/* line 198, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text']:-ms-input-placeholder, .footer-form input[type='email']:-ms-input-placeholder, .footer-form textarea:-ms-input-placeholder {
  color: #aaaaaa;
  text-transform: uppercase;
}
/* line 202, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text']:-moz-placeholder, .footer-form input[type='email']:-moz-placeholder, .footer-form textarea:-moz-placeholder {
  color: #aaaaaa;
  text-transform: uppercase;
}
/* line 206, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text']:focus, .footer-form input[type='email']:focus, .footer-form textarea:focus {
  border-color: #444444;
  box-shadow: none;
}
/* line 211, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form textarea {
  background-image: url("../img/pencil.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
/* line 217, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form input[type='text'], .footer-form input[type='email'] {
  height: 44px;
  padding: 6px 12px;
}
/* line 222, ../../wp-content/themes/basetheme/scss/footer.scss */
.footer-form textarea {
  margin-bottom: 20px;
}

/* line 227, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
/* line 231, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
/* line 236, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item figure {
  width: 120px;
  height: 144px;
  float: left;
  background-color: #cccccc;
  position: relative;
}
/* line 242, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item figure .corner-sign {
  font-family: "Scada", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px 5px;
  color: #444444;
  text-transform: uppercase;
  border: solid 2px #444444;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 3px;
  z-index: 100;
}
/* line 256, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item figure .corner-sign.red {
  color: #f0877c;
  border: solid 2px #f0877c;
}
/* line 261, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item figure img {
  width: 100%;
  height: auto;
}
/* line 266, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item .favorite-text {
  margin-left: 140px;
  font-family: "Scada", Arial, sans-serif;
}
/* line 269, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item .favorite-text h2 {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Scada", Arial, sans-serif;
}
/* line 277, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item .favorite-text .price {
  font-size: 15px;
  color: #cccccc;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-weight: bold;
}
/* line 283, ../../wp-content/themes/basetheme/scss/footer.scss */
.favorite-item .favorite-text .old-price {
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

/* line 294, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator {
  width: 100%;
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #eeeeee;
  margin: 50px 0;
}
/* line 301, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator.middle:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #444444;
  top: -1px;
  left: 50%;
  margin-left: -30px;
}
/* line 312, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator.footer-separator {
  border-bottom: solid 1px #212121;
}
/* line 315, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator.footer-separator.middle:after {
  background-color: #999999;
}
/* line 320, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator .scroll-top {
  width: 34px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -19px;
  border: solid 2px #505050;
  border-radius: 3px;
  background: #2a2a2a url("../img/scroll-top.png") center center no-repeat;
  text-indent: -9999px;
  text-transform: capitalize;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 333, ../../wp-content/themes/basetheme/scss/footer.scss */
.separator .scroll-top:hover {
  background-color: #f0877c;
  border: solid 2px #f0877c;
}

/* line 341, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul {
  list-style: none;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
}
/* line 347, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li {
  display: inline-block;
}
/* line 349, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a {
  width: 40px;
  height: 40px;
  background-color: #3b3b3b;
  text-indent: -9999px;
  text-align: left;
  text-transform: capitalize;
  margin-left: 10px;
  display: inline-block;
  background-image: url("../img/social-icon.png");
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 360, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a:hover {
  background-color: #f0877c;
}
/* line 363, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.facebook {
  background-position: 0 0;
}
/* line 366, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.twitter {
  background-position: 0 -40px;
}
/* line 369, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.rss {
  background-position: 0 -80px;
}
/* line 372, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.digg {
  background-position: 0 -120px;
}
/* line 375, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.linkedin {
  background-position: 0 -160px;
}
/* line 378, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.flickr {
  background-position: 0 -200px;
}
/* line 381, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.skype {
  background-position: 0 -240px;
}
/* line 384, ../../wp-content/themes/basetheme/scss/footer.scss */
.social-links ul li a.email {
  background-position: 0 -280px;
}

/* line 393, ../../wp-content/themes/basetheme/scss/footer.scss */
.copyright p {
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 40px;
  color: #777777;
}

/* line 401, ../../wp-content/themes/basetheme/scss/footer.scss */
.screen-reader-response {
  display: none;
}

/* line 404, ../../wp-content/themes/basetheme/scss/footer.scss */
.wpcf7-response-output {
  color: #eeeeee;
}

/* line 3, ../../wp-content/themes/basetheme/scss/styles.scss */
body {
  background: #f8f7f6;
}

/* line 7, ../../wp-content/themes/basetheme/scss/styles.scss */
h1, h2, h3, h4, h5, h6, a.phone, blockquote {
  font-family: "Open Sans", font-family-sans-serif;
  font-weight: 600;
  font-family: 'Alegreya', serif;
  font-weight: 100;
  color: #222;
}

/* line 18, ../../wp-content/themes/basetheme/scss/styles.scss */
.text-italic {
  font-style: italic;
}

/* line 22, ../../wp-content/themes/basetheme/scss/styles.scss */
.valign-top {
  vertical-align: top;
}

/* line 26, ../../wp-content/themes/basetheme/scss/styles.scss */
.no-padding {
  padding: 0;
}

/* line 30, ../../wp-content/themes/basetheme/scss/styles.scss */
.bg-grey {
  background-color: #aaa;
}

/* line 34, ../../wp-content/themes/basetheme/scss/styles.scss */
.padding-top-20 {
  padding-top: 20px;
}

/* line 38, ../../wp-content/themes/basetheme/scss/styles.scss */
.bg-blue {
  background-color: #025099;
}

/* line 42, ../../wp-content/themes/basetheme/scss/styles.scss */
.text-white {
  color: #fff;
}

/* form vigo - mediaqueries */
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 48, ../../wp-content/themes/basetheme/scss/styles.scss */
  .not-found-form {
    margin: 50px 5px;
  }

  /* line 51, ../../wp-content/themes/basetheme/scss/styles.scss */
  .chosen-select {
    width: 145px;
  }

  /* line 55, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .text {
    width: 100%;
    float: left;
    border-right: none;
  }
  /* line 61, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right.hidden-lg {
    width: 100%;
    float: left;
  }
  /* line 65, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right a {
    vertical-align: middle;
  }
  /* line 69, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .custom-button {
    font-size: 13px;
    margin-right: 10px;
  }

  /* line 74, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid figure .figure-overlay {
    padding: 15px 20px;
  }
  /* line 76, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid figure .figure-overlay .custom-button {
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 4px 4px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 85, ../../wp-content/themes/basetheme/scss/styles.scss */
  .not-found-form {
    margin: 50px 5px;
  }

  /* line 88, ../../wp-content/themes/basetheme/scss/styles.scss */
  .author-box .text {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  /* line 94, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid figure .figure-overlay {
    padding: 40px 10px;
  }
  /* line 96, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid figure .figure-overlay .excerpt {
    display: none;
  }
  /* line 99, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid figure .figure-overlay .custom-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* line 104, ../../wp-content/themes/basetheme/scss/styles.scss */
  .chosen-select {
    width: 145px;
  }

  /* line 108, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .text {
    width: 100%;
    float: left;
    border-right: none;
  }
  /* line 114, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right.hidden-lg {
    width: 100%;
    float: left;
  }
  /* line 118, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right a {
    vertical-align: middle;
  }
  /* line 122, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .custom-button {
    font-size: 13px;
    margin-right: 10px;
  }

  /* line 127, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half {
    width: 100%;
  }
  /* line 129, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half:first-child {
    margin-bottom: 10px;
  }
  /* line 132, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half .custom-button.btn-sm {
    float: left !important;
  }
  /* line 135, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half .range-wrap {
    float: right !important;
  }

  /* line 139, ../../wp-content/themes/basetheme/scss/styles.scss */
  .main-bottom .half {
    width: 100%;
  }
  /* line 141, ../../wp-content/themes/basetheme/scss/styles.scss */
  .main-bottom .half:first-child {
    margin-bottom: 10px;
  }

  /* line 145, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-head figcaption {
    padding: 10px 30px;
  }

  /* line 148, ../../wp-content/themes/basetheme/scss/styles.scss */
  body {
    font-size: 12px;
  }

  /* line 151, ../../wp-content/themes/basetheme/scss/styles.scss */
  .main-nav li {
    margin-left: 30px;
  }

  /* line 154, ../../wp-content/themes/basetheme/scss/styles.scss */
  .footer-widget .widget-title h1 {
    font-size: 18px;
  }

  /* line 157, ../../wp-content/themes/basetheme/scss/styles.scss */
  .footer-widget .widget-title h2 {
    font-size: 15px;
  }

  /* line 160, ../../wp-content/themes/basetheme/scss/styles.scss */
  .footer-widget .widget-content .links li a {
    font-size: 12px;
    line-height: 19px;
  }

  /* line 164, ../../wp-content/themes/basetheme/scss/styles.scss */
  .footer-widget .widget-content address {
    font-size: 12px;
    line-height: 25px;
  }

  /* line 168, ../../wp-content/themes/basetheme/scss/styles.scss */
  .social-links ul li a {
    margin-left: 20px;
  }

  /* line 171, ../../wp-content/themes/basetheme/scss/styles.scss */
  .pagination li {
    margin-left: 0;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  /* line 177, ../../wp-content/themes/basetheme/scss/styles.scss */
  .big-image {
    margin-bottom: 20px;
  }

  /* line 180, ../../wp-content/themes/basetheme/scss/styles.scss */
  .combined-boxes .big-image {
    margin-top: 0;
  }

  /* line 183, ../../wp-content/themes/basetheme/scss/styles.scss */
  .article-slider article figure {
    width: 100%;
  }

  /* line 186, ../../wp-content/themes/basetheme/scss/styles.scss */
  .article-slider article .text {
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  /* line 192, ../../wp-content/themes/basetheme/scss/styles.scss */
  .newsletter-widget {
    padding: 10px;
  }

  /* line 195, ../../wp-content/themes/basetheme/scss/styles.scss */
  .logo-slider figure {
    margin-bottom: 10px;
  }

  /* line 198, ../../wp-content/themes/basetheme/scss/styles.scss */
  .team-slider .text {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  /* line 204, ../../wp-content/themes/basetheme/scss/styles.scss */
  .team-slider {
    margin-top: 20px;
  }

  /* line 207, ../../wp-content/themes/basetheme/scss/styles.scss */
  .not-found-form {
    margin: 20px 5px;
  }

  /* line 210, ../../wp-content/themes/basetheme/scss/styles.scss */
  .author-box .text {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  /* line 217, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 222, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-comments ul > li > ul {
    padding-left: 10px;
  }
  /* line 225, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-comments ul > li > ul > li > ul {
    padding-left: 10px;
  }

  /* line 233, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-grid {
    width: 100%;
  }

  /* line 236, ../../wp-content/themes/basetheme/scss/styles.scss */
  .chosen-select {
    width: 100px;
  }

  /* line 240, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list figure {
    width: 100%;
  }
  /* line 243, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap {
    width: 100%;
    margin-left: 0;
  }
  /* line 246, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .text {
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 254, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right.hidden-lg {
    width: 100%;
    float: left;
  }
  /* line 258, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .right a {
    vertical-align: middle;
  }
  /* line 262, ../../wp-content/themes/basetheme/scss/styles.scss */
  .category-article.category-list .text-wrap .custom-button {
    font-size: 13px;
    margin-right: 10px;
  }

  /* line 268, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-head figcaption {
    padding: 5px 30px;
  }
  /* line 270, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-head figcaption h1 {
    font-size: 30px;
  }
  /* line 273, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-head figcaption ul li a {
    font-size: 13px;
    line-height: 23px;
  }

  /* line 278, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half {
    width: 100%;
  }
  /* line 280, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half:first-child {
    margin-bottom: 10px;
  }
  /* line 283, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half .custom-button.btn-sm {
    float: left !important;
  }
  /* line 286, ../../wp-content/themes/basetheme/scss/styles.scss */
  .filter-bar .half .range-wrap {
    float: right !important;
    margin-left: 15px;
  }

  /* line 292, ../../wp-content/themes/basetheme/scss/styles.scss */
  .navbar-custom .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 296, ../../wp-content/themes/basetheme/scss/styles.scss */
  .navbar-custom .nav.pull-right {
    float: none !important;
  }

  /* line 300, ../../wp-content/themes/basetheme/scss/styles.scss */
  .tinynav {
    width: 100%;
    height: 27px;
    font-size: 18px;
    margin: 10px 0;
  }

  /* line 306, ../../wp-content/themes/basetheme/scss/styles.scss */
  .search-block {
    margin-bottom: 15px;
    background-color: #f2f2f2;
    padding: 5px 0;
  }

  /* line 311, ../../wp-content/themes/basetheme/scss/styles.scss */
  .site-selectors {
    width: 100%;
    text-align: center;
  }

  /* line 315, ../../wp-content/themes/basetheme/scss/styles.scss */
  .register-block {
    text-align: center;
    margin-bottom: 10px;
  }

  /* line 319, ../../wp-content/themes/basetheme/scss/styles.scss */
  .brand {
    font-size: 34px;
    margin-bottom: 28px;
  }

  /* line 323, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-title h1 {
    font-size: 22px;
    line-height: 26px;
  }

  /* line 327, ../../wp-content/themes/basetheme/scss/styles.scss */
  .page-title .breadcrumb {
    padding: 9px 0 2px;
    text-align: left;
  }

  /* line 331, ../../wp-content/themes/basetheme/scss/styles.scss */
  #main {
    padding: 20px 0;
  }

  /* line 335, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-article .text .left-info {
    width: 100%;
  }
  /* line 337, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-article .text .left-info .bold-text {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 341, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-article .text .left-info .small-text {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 8px;
  }
  /* line 346, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-article .text .left-info .info-separator {
    margin: 5px 0 15px;
  }
  /* line 350, ../../wp-content/themes/basetheme/scss/styles.scss */
  .blog-article .text .right {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  /* line 356, ../../wp-content/themes/basetheme/scss/styles.scss */
  .main-bottom {
    margin: 15px 0;
  }
  /* line 358, ../../wp-content/themes/basetheme/scss/styles.scss */
  .main-bottom .half {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  /* line 364, ../../wp-content/themes/basetheme/scss/styles.scss */
  .social-links ul li a {
    margin: 0 15px 5px;
  }

  /* line 367, ../../wp-content/themes/basetheme/scss/styles.scss */
  .footer-widget {
    margin-bottom: 20px;
  }
}
/* line 372, ../../wp-content/themes/basetheme/scss/styles.scss */
a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
#inspectionCopy .submit {
  background: none;
  background-color: transparent;
  color: #666666;
  font-family: "Scada", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 2px #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 6px 8px;
  box-shadow: 0;
}

/* line 407, ../../wp-content/themes/basetheme/scss/styles.scss */
.search .post--calendar {
  margin-top: 4px;
}

/* line 2, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-entry {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-style: normal;
  color: #4a4a4a;
}
/* line 11, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-entry h1, .blog-entry h2, .blog-entry h3 {
  font-family: 'Alegreya', serif;
  font-weight: 100;
  color: #222;
}
/* line 19, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-entry h1 small {
  font-size: 0.5em;
}

/* line 29, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-sidebar {
  margin-top: 115px;
  padding-left: 10px;
}
/* line 33, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
/* line 38, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-sidebar ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #666;
}
/* line 42, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-sidebar ul li a {
  color: inherit;
}
/* line 48, ../../wp-content/themes/basetheme/scss/blog.scss */
.blog-sidebar h4 {
  font-size: 1.8em;
  margin-bottom: 20px;
}

/* line 55, ../../wp-content/themes/basetheme/scss/blog.scss */
.single .entry-header {
  margin-bottom: 20px;
}
/* line 58, ../../wp-content/themes/basetheme/scss/blog.scss */
.single .blog-sidebar {
  margin-top: 159px;
}

/* line 5, ../../wp-content/themes/basetheme/scss/pages.scss */
.the-content {
  margin-bottom: 50px;
}
/* line 8, ../../wp-content/themes/basetheme/scss/pages.scss */
.the-content > p {
  font-size: 1.1em;
  font-weight: 300;
}

/* line 14, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-category {
  position: relative;
}
/* line 17, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-category.product.first {
  margin-bottom: 24px !important;
}
/* line 21, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-category h3 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  top: 50%;
  vertical-align: middle;
  margin-top: -81px;
  font-size: 3em;
  text-transform: uppercase;
}
/* line 38, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-category:not(.col-sm-4) > a > h3 {
  font-size: 1.6em;
  margin-top: -60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 47, ../../wp-content/themes/basetheme/scss/pages.scss */
  .product-category.product.first {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, ../../wp-content/themes/basetheme/scss/pages.scss */
  .product-category.product.first {
    margin-bottom: 15px !important;
  }
}
/* line 61, ../../wp-content/themes/basetheme/scss/pages.scss */
#carousel-blog {
  min-height: 210px;
}

/* line 65, ../../wp-content/themes/basetheme/scss/pages.scss */
.home-tabbed-cat {
  border-top: 1px solid #ddd;
}
/* line 68, ../../wp-content/themes/basetheme/scss/pages.scss */
.home-tabbed-cat .nav-tabs {
  border: 0;
  margin-bottom: 10px;
}
/* line 73, ../../wp-content/themes/basetheme/scss/pages.scss */
.home-tabbed-cat .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  border-top: 3px solid transparent;
  color: #666;
  margin-top: -1px;
  text-transform: uppercase;
}
/* line 82, ../../wp-content/themes/basetheme/scss/pages.scss */
.home-tabbed-cat .nav-tabs > li.active > a, .home-tabbed-cat .nav-tabs > li.active > a:hover, .home-tabbed-cat .nav-tabs > li.active > a:focus {
  border: 0;
  border-top: 3px solid #aaa;
}
/* line 87, ../../wp-content/themes/basetheme/scss/pages.scss */
.home-tabbed-cat img {
  box-shadow: 0px 0px 13px #7C7C7C;
  border-radius: 4px;
}

/* line 97, ../../wp-content/themes/basetheme/scss/pages.scss */
.title-wrapper {
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
  margin-top: 21px;
}
/* line 102, ../../wp-content/themes/basetheme/scss/pages.scss */
.title-wrapper h3 {
  border-bottom: 3px solid #777;
  float: left;
  margin: 0px 0 -2px;
  padding: 4px 0 4px;
}
/* line 109, ../../wp-content/themes/basetheme/scss/pages.scss */
.title-wrapper.title-wrapper-top {
  border-bottom: 0;
  border-top: 1px solid #aaa;
}
/* line 113, ../../wp-content/themes/basetheme/scss/pages.scss */
.title-wrapper.title-wrapper-top h3 {
  border-bottom: 0;
  border-top: 3px solid #777;
  margin-top: -1px;
  margin-bottom: 15px;
}
/* line 121, ../../wp-content/themes/basetheme/scss/pages.scss */
.title-wrapper > a {
  color: inherit;
  font-size: 1.6em;
}

/* line 128, ../../wp-content/themes/basetheme/scss/pages.scss */
.product {
  margin-bottom: 20px !important;
}
/* line 131, ../../wp-content/themes/basetheme/scss/pages.scss */
.product a {
  color: inherit;
}
/* line 135, ../../wp-content/themes/basetheme/scss/pages.scss */
.product h3 {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1em;
}

/* line 146, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 150, ../../wp-content/themes/basetheme/scss/pages.scss */
.product-form p.price {
  font-size: 30px;
  margin-top: 2px !important;
}

/* line 164, ../../wp-content/themes/basetheme/scss/pages.scss */
.testimonial-small {
  font-weight: 400;
}

/* line 168, ../../wp-content/themes/basetheme/scss/pages.scss */
#inspectionCopy {
  margin-top: 20px;
}
/* line 171, ../../wp-content/themes/basetheme/scss/pages.scss */
#inspectionCopy h3 {
  font-size: 1.4em;
  margin: 8px 0 23px;
  border-bottom: 1px solid #eee;
}

/* line 178, ../../wp-content/themes/basetheme/scss/pages.scss */
.inspectionCopy-btn {
  font-size: 17px;
  margin-top: 15px;
}

/* line 183, ../../wp-content/themes/basetheme/scss/pages.scss */
#inspectionCopy .submit {
  text-transform: uppercase;
  font-size: 100%;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #EBE9EB;
  border: 0px none;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 207, ../../wp-content/themes/basetheme/scss/pages.scss */
.law_popup .btn-danger {
  float: left;
}

/* line 211, ../../wp-content/themes/basetheme/scss/pages.scss */
.term-description {
  font-size: 1.4em;
}

/* line 216, ../../wp-content/themes/basetheme/scss/pages.scss */
.woocommerce .products ul.row, .woocommerce ul.products.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 222, ../../wp-content/themes/basetheme/scss/pages.scss */
#searchform {
  margin-top: 20px;
}

/* line 225, ../../wp-content/themes/basetheme/scss/pages.scss */
.product.cols-5, .product.cols-2 {
  margin-left: 8%;
}

/* remove default bootstrap carousel background */
/* line 5, ../../wp-content/themes/basetheme/scss/_product.scss */
.thumbnails .carousel-control {
  color: rgba(0, 0, 0, 0.7);
  text-shadow: none;
  top: -30px;
}
/* line 10, ../../wp-content/themes/basetheme/scss/_product.scss */
.thumbnails .carousel-control.left, .thumbnails .carousel-control.right {
  background-image: none;
}
/* line 14, ../../wp-content/themes/basetheme/scss/_product.scss */
.thumbnails .carousel-control.right {
  right: -40px;
}
/* line 18, ../../wp-content/themes/basetheme/scss/_product.scss */
.thumbnails .carousel-control.left {
  left: -40px;
}

/* line 25, ../../wp-content/themes/basetheme/scss/_product.scss */
.single-product h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 17px;
}
/* line 31, ../../wp-content/themes/basetheme/scss/_product.scss */
.single-product ol {
  padding-left: 20px;
}

/* line 37, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-title h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 43, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-title h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  margin-top: 5px;
}

/* line 50, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-top-pagination {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 6px;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
/* line 57, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-top-pagination .woocommerce-result-count, .product-top-pagination .woocommerce-ordering {
  margin: 7px 0 0;
}
/* line 61, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-top-pagination .pagination {
  margin: 0;
}

/* line 66, ../../wp-content/themes/basetheme/scss/_product.scss */
.product-actions {
  margin-bottom: 0;
}

/* line 75, ../../wp-content/themes/basetheme/scss/_product.scss */
.product .img-wrp {
  position: relative;
}
/* line 78, ../../wp-content/themes/basetheme/scss/_product.scss */
.product .img-wrp > .icon-wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.6);
}
/* line 84, ../../wp-content/themes/basetheme/scss/_product.scss */
.product .img-wrp > .icon-wrap > i {
  color: #666666;
  display: none;
}
/* line 92, ../../wp-content/themes/basetheme/scss/_product.scss */
.product.has-audio-sample i.fa-volume-up {
  display: inline-block;
}
/* line 98, ../../wp-content/themes/basetheme/scss/_product.scss */
.product.has-pdf i.fa-file-pdf-o {
  display: inline-block;
}

/* line 107, ../../wp-content/themes/basetheme/scss/_product.scss */
.woocommerce .quantity .qty {
  width: 6.631em;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 120, ../../wp-content/themes/basetheme/scss/_product.scss */
  .single-product h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 17px;
  }
  /* line 126, ../../wp-content/themes/basetheme/scss/_product.scss */
  .single-product p {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 135, ../../wp-content/themes/basetheme/scss/_product.scss */
  .single-product h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 17px;
  }
  /* line 141, ../../wp-content/themes/basetheme/scss/_product.scss */
  .single-product p {
    font-size: 1.2em;
  }
}
/* line 147, ../../wp-content/themes/basetheme/scss/_product.scss */
.woocommerce-Price-amount.amount {
  color: #000;
}

/* line 152, ../../wp-content/themes/basetheme/scss/_product.scss */
.play-btn .fa-pause {
  display: none;
}
/* line 157, ../../wp-content/themes/basetheme/scss/_product.scss */
.play-btn.playing .fa-play {
  display: none;
}
/* line 161, ../../wp-content/themes/basetheme/scss/_product.scss */
.play-btn.playing .fa-pause {
  display: inline-block;
}

/* line 1, ../../wp-content/themes/basetheme/scss/_checkout.scss */
.checkout-paypal-label {
  text-align: right;
  width: 46%;
  text-transform: uppercase;
  float: left;
  font-size: 1.2em;
  line-height: 2;
}

/* line 11, ../../wp-content/themes/basetheme/scss/_checkout.scss */
.woocommerce .woocommerce-info {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 30px 20px 30px 40px  !important;
  font-weight: 800;
}
/* line 12, ../../wp-content/themes/basetheme/scss/_checkout.scss */
.woocommerce .woocommerce-info:before {
  line-height: 3.6 !important;
}

@media (max-width: 991px) {
  /* line 27, ../../wp-content/themes/basetheme/scss/_checkout.scss */
  .checkout-paypal-label {
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
  }

  /* line 34, ../../wp-content/themes/basetheme/scss/_checkout.scss */
  .wc-proceed-to-checkout {
    padding-bottom: 0;
  }

  /* line 37, ../../wp-content/themes/basetheme/scss/_checkout.scss */
  .woo_pp_cart_buttons_div {
    text-align: center;
    margin-top: 20px;
  }
  /* line 40, ../../wp-content/themes/basetheme/scss/_checkout.scss */
  .woo_pp_cart_buttons_div > span {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 47, ../../wp-content/themes/basetheme/scss/_checkout.scss */
  .checkout-paypal-label {
    text-align: right;
    width: 55%;
  }
}
/* line 1, ../../wp-content/themes/basetheme/scss/wc_overrides.scss */
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  height: 1.8em;
  line-height: 0;
}

/* line 10, ../../wp-content/themes/basetheme/scss/wc_overrides.scss */
.woocommerce #reviews h3 {
  font-size: 14px;
  margin-bottom: 25px;
}

/* line 15, ../../wp-content/themes/basetheme/scss/wc_overrides.scss */
.create-account {
  border: 1px solid #aaa;
  padding: 15px 30px;
  margin-top: 30px;
  background: rgba(111, 111, 111, 0.1);
}

/* line 23, ../../wp-content/themes/basetheme/scss/wc_overrides.scss */
.wcppec-checkout-buttons {
  display: none !important;
}

/* line 26, ../../wp-content/themes/basetheme/scss/wc_overrides.scss */
.select2-container.form-control {
  padding: 0;
}
