@font-face {
  font-family: 'helioscondcregular';
  src: url(/assets/templates/qmedia/fonts/helioscondc-webfont.eot);
  src: url(/assets/templates/qmedia/fonts/helioscondc-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/templates/qmedia/fonts/helioscondc-webfont.woff) format('woff'),
    url(/assets/templates/qmedia/fonts/helioscondc-webfont.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'helioscondcbold';
  src: url(/assets/templates/qmedia/fonts/helioscondc-bold-webfont.eot);
  src: url(/assets/templates/qmedia/fonts/helioscondc-bold-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/templates/qmedia/fonts/helioscondc-bold-webfont.woff) format('woff'),
    url(/assets/templates/qmedia/fonts/helioscondc-bold-webfont.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  outline: none !important;
}
body {
  font-size: 14px;
}
img {
  max-width: 100%;
}
section {
  padding: 0 0 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
p {
  font-size: 14px;
  color: #333;
}
a {
  color: #333;
}
.btn-color:focus {
  color: #fff;
}
.validation_block {
  border: 1px solid transparent;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}
.invalid {
  border-color: #de1717 !important;
}
.lightbox-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.lightbox-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 500px;
  border-radius: 50%;
  font-size: 30px;
  margin: -515px 0 0 -515px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-style: normal;
}
.lightbox-link:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modx img {
  max-width: 100%;
  height: auto;
}
.modx tr {
  height: auto !important;
  width: auto !important;
}
.modx td {
  border: 1px solid #e6e6e6;
  padding: 15px;
  background: #fff;
  height: auto !important;
  width: auto !important;
}
.modx table {
  margin-bottom: 20px;
  border: none !important;
}
.modx .bigtable {
  position: relative;
  border: 1px solid transparent;
}
.modx .bigtable .big-body {
  overflow: auto;
}
.modx .bigtable table {
  margin-bottom: 0;
}
.modx .bigtable .open {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #da530e;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
}
.modx .bigtable:hover {
  border-color: #da530e;
}
.modx .bigtable:hover .open {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .modx .bigtable {
    border-color: #da530e;
  }
  .modx .bigtable .open {
    opacity: 0.7;
  }
}
.modx .bigtable:hover .open:hover {
  opacity: 1;
}
.modx .bigtable .open:after {
  content: '\f0b2';
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-opened {
  overflow: hidden;
}
.modx .back-table {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modx .bigtable.opened + .back-table {
  opacity: 1;
  visibility: visible;
}
.modx .bigtable.opened {
  position: fixed;
  z-index: 10000;
  right: 15px;
  left: 15px;
  top: 15px;
  bottom: 15px;
  background: #fff;
}
.modx .bigtable.opened table {
  width: 100% !important;
}
.modx .bigtable.opened .open {
  position: fixed;
  right: 40px;
  top: 40px;
  opacity: 0.5;
  background: #d22418;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.modx .bigtable.opened .open:after {
  content: '\f00d';
}
.modx h1,
.modx h2,
.modx h3 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 700;
}
.modx * + h1,
.modx * + h2,
.modx * + h3 {
  margin-top: 30px;
}
.modx ol li {
  list-style-type: decimal;
}
.modx ul li {
  list-style-type: disc;
}
.modx ol,
.modx ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style-position: initial;
  color: #666;
}
.modx hr {
  margin: 30px 0;
  background-color: #e8e8e8;
  height: 1px;
  border: none;
}
.modx a {
  text-decoration: underline;
  font-weight: 700;
}
.modx a:hover,
.modx a:focus {
  text-decoration: none;
}
.modx a:active {
  opacity: 0.7;
}
.modx iframe {
  max-width: 100%;
  max-height: 50vw;
}
.modx li {
  line-height: 1.2;
  margin-bottom: 6px;
}
.modx p {
  line-height: 1.5;
  margin-bottom: 15px;
}
body {
  color: #333;
  background: #fff;
}
.home3 .top_bar {
  background: url(/assets/templates/qmedia/images/green.png) repeat;
  height: auto;
  margin-bottom: 0;
  z-index: 9;
}
.top_bar p {
  font-family: helioscondcbold;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.top_bar a {
  display: block;
}
.top_bar a:hover {
  opacity: 0.5;
}
.tb_right li {
  padding: 0;
}
.tb_right li a:not(.social-link) {
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.tb_right li a img {
  width: 20px;
  margin: 0 7px 0 0;
}
.tb_right li a.social-link img {
  width: 30px;
  padding: 5px;
  margin: 5px 0;
}
.tb_center {
  padding: 6px 0;
}
.navbar-brand {
  height: auto;
}
.navbar-brand > img {
  height: auto;
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -170px;
}
.navbar-brand > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 180px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
  text-align: center;
}
header {
  padding: 15px 0 0;
  z-index: 9;
}
header .phones {
  text-align: right;
  margin-top: 7px;
}
header .phones .h4 {
  text-align: center;
  padding-left: 100px;
  margin-top: 0;
}
.phone-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.phone-link:hover {
  color: #599a64;
}
.phone-link span {
  font-size: 18px;
  font-weight: 700;
}
.phone-link img {
  width: 14px;
  margin-right: 5px;
}
.phone-link span + img {
  position: absolute;
  left: -20px;
  width: 16px;
  bottom: 1px;
}
.phone-link span + img + img {
  position: absolute;
  left: -40px;
  width: 16px;
  bottom: 1px;
}
header .phone-link {
  color: #333;
}
#home2 .topcart .btn-color {
  margin-right: 0;
  background: #1e8430;
  padding-left: 5px;
  padding-right: 5px;
}
#home2 .topcart .btn-color i {
  margin-right: 5px;
  font-size: 17px;
  line-height: 12px;
}
#home2 .topcart:hover .btn-color {
  background: #339c46;
}
#home2 .topcart {
  top: 0;
  display: block;
  margin-right: 0 !important;
}
.header-buttons {
  margin-top: -15px;
  padding: 10px 0;
}
.header-buttons .btn-color {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.btn-color {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  height: auto;
  line-height: 1.3;
  border-radius: 2px;
}
.search {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  height: auto;
  line-height: 1.3;
  border-radius: 2px;
}
.navbar-nav .open .dropdown-menu {
  display: block !important;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    display: none !important;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1e8430;
  font-weight: 600;
  background-color: transparent;
}
.header-xtra {
  top: 0;
  right: 15px;
}
.header-xtra span {
  width: 60px;
  height: 60px;
  border-radius: 0;
  background: #363636;
  display: block;
  line-height: 60px;
  margin-left: 0;
  font-size: 18px;
  color: #fff;
}
.searchtop {
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 10px;
}
.topsearch:hover .searchtop {
  margin-top: 0;
}
.topsearch form input {
  height: 60px;
}
.product-carousel,
.product-carousel2,
.product-carousel3 {
  margin: 0;
}
.product-carousel3.isotope-item {
  width: 100%;
}
.dark-nav {
  margin-top: 15px;
}
.is-sticky .dark-nav {
  margin-top: 0;
}
.address-info li {
  position: relative;
  padding: 5px 0;
}
.address-info li img {
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
}
.address-info li span {
  display: block;
  padding-left: 25px;
  color: #eee;
}
.widget-footer a {
  color: #eee;
}
footer {
  padding-bottom: 0;
  background: url(/assets/templates/qmedia/images/dark.png) repeat;
  border-top: 3px solid #1d8122;
}
.flinks:after {
  content: '';
  display: table;
  clear: both;
}
.flinks {
  padding: 20px 0;
  border-top: 1px solid rgba(238, 238, 238, 0.15);
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-bottom {
  padding: 10px 0;
  background: #186e27;
}
.footer-bottom p {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.cart-info {
  height: auto;
  max-height: 430px;
}
#home2 .tb_center {
  margin-left: 0 !important;
  padding: 10px 0;
}
.mega-menu > li > a {
  white-space: normal;
  text-transform: none;
  line-height: 1.2;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  .mega-menu {
    -webkit-columns: 3;
    -o-columns: 3;
    columns: 3;
  }
}
.mega-menu li {
  display: inline-block;
  width: 100%;
  float: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #fff;
}
.dark-nav {
  background: url(/assets/templates/qmedia/images/green.png) repeat;
  margin-bottom: 0;
}
.home3 .navbar-default .navbar-nav > li > a {
  font-family: helioscondcregular;
  letter-spacing: 2px;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
}
.home3 .navbar-default .navbar-nav > li > a:hover,
.home3 .navbar-default .navbar-nav > li > a.active {
  background: #292929;
  color: #fff;
}
.cart-btn a {
  padding: 15px 20px;
  height: auto;
  line-height: 1;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.sticky-wrapper {
  height: auto !important;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.tweets_txt,
.widget-footer p {
  color: #eee;
  font-size: 14px;
}
.block-content {
  cursor: default;
}
.block-content:hover img {
  opacity: 1;
}
.product-overlay a {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  background: #1e8430;
  line-height: 36px;
  border-radius: 50%;
}
.page_header {
  height: auto;
  position: relative;
}
.page_header_info {
  height: auto;
  width: 100%;
  margin: 0;
  color: #fff;
  border: none;
  text-align: left;
  padding: 30px 0 0;
}
.page_header_info:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.45)),
    color-stop(35%, rgba(0, 0, 0, 0.45)),
    color-stop(55%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.3) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000',endColorstr='#00000000',GradientType=1);
}
.page_header_info h1,
.page_header_info .h1 {
  font-family: helioscondcregular;
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: relative;
  text-shadow: 0 0 15px #000;
}
.pagination-act {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background: #1e8430;
  color: #fff;
  cursor: default;
}
.pagination-neact {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background: #f1f1f1;
  margin-left: 10px;
  color: #666;
}
.pag-result {
  margin-top: 15px;
}
.pag-links {
  text-align: right;
}
.ajaxSearch_grpResultName {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}
.home3 .navbar,
.home3 .navbar-brand {
  margin-left: 0;
}
.home3 .navbar-brand {
  margin-top: 7px;
}
.home3 .mega-menu {
  max-width: 1140px;
}
.product-price {
  font-size: 16px;
  color: #da530e;
  margin: 0 0 10px;
  font-weight: 600;
}
.product-price .newprice {
  font-size: 20px;
}
.f-widget-content li .product-price .newprice,
.ci-item-info p.product-price .newprice {
  font-size: 18px;
}
.product-price .cutprice {
  display: block;
  font-weight: 300;
}
.f-widget-content li .product-price {
  font-size: 14px;
}
.f-widget-content li .product-price .cutprice {
  display: block;
  margin-bottom: -4px;
}
.mega-menu li div a:after {
  display: none;
}
.mega-menu li div a {
  padding-left: 0;
  font-size: 14px;
}
.submenu a {
  font-size: 14px;
}
.nav > li.mmenu,
.nav > li.mmenu a {
  position: relative;
}
.nav > li.li-5 {
  position: static;
}
.bcrumbs {
  background: rgba(255, 255, 255, 0);
  padding: 10px 0;
  color: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
  text-shadow: 0 0 20px #000;
  bottom: 5px;
}
.bcrumbs ul li a {
  text-decoration: underline;
  color: #fff;
}
.bcrumbs ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.bcrumbs ul li:after {
  color: #fff;
}
@media (min-width: 767px) {
  .navbar-nav > li > .dropdown-menu {
    border: 1px solid #666;
    border-top: none;
  }
}
.item-thumb {
  border-radius: 2px;
  max-width: 200px;
  margin: 0 auto;
  overflow: visible;
  margin-top: 10px;
}
.item-thumb a.img-responsive {
  border-radius: 2px;
  overflow: hidden;
  background: #000;
}
.product-item:hover img {
  opacity: 0.7;
}
.badge {
  z-index: 1;
  top: -10px;
  right: -10px;
  padding: 3px 7px;
  border-radius: 2px;
}
.badge + .badge {
  margin-top: 35px;
}
.badge + .badge + .badge {
  margin-top: 70px;
}
.fw-thumb img {
  border-radius: 50%;
}
.page_nav li span {
  background: #1e8430;
  color: #fff;
  cursor: default;
}
.page_nav li a,
.page_nav li span {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  background: #f1f1f1;
}
.page_nav li span {
  background: #1e8430;
  color: #fff;
  cursor: default;
}
.page_nav li a:hover {
  border: none;
  background: #ddd;
}
.page_nav li,
.page_nav li:last-child {
  padding: 5px 0 5px 10px;
}
.page_nav li::after {
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background: #292929;
}
.ci-item-info p {
  font-size: 14px;
}
.ci-item-info p.product-price {
  color: #da530e;
}
.ci-total {
  font-weight: 500;
}
.slide {
  position: relative;
  display: block;
}
.slide .back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slide .caption {
  position: absolute;
  bottom: 60px;
  left: 100px;
  right: 100px;
  color: #fff;
  text-align: center;
}
.slide .caption .h1 {
  font-family: helioscondcregular;
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.slide .caption .h4 {
  font-weight: 300;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.slider-wrap {
  border-radius: 2px;
  overflow: hidden;
}
.owl-small .owl-item img {
  width: 100%;
}
.owl-small .owl-item:after,
.owl-big {
  border-width: 1px;
}
.owl-small .owl-item.active:after {
  border-width: 2px;
}
.fw-info h4 a {
  font-weight: 400;
}
.heading-sub2 h5:before {
  z-index: 2;
}
.heading-sub2.instagram h5:before {
  content: '\f16d';
}
.heading-sub2.production h5:before {
  content: '\f06c';
}
.side-widget h3,
.side-widget .h3 {
  font-family: helioscondcbold;
  font-size: 20px;
  letter-spacing: 1px;
}
.side-widget h3:after,
.side-widget .h3:after {
  top: 12px;
}
.side-widget h3 span,
.side-widget .h3 span {
  z-index: 2;
}
.product h1,
.product .h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.product h2 {
  font-family: helioscondcbold;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.product h3,
.product .h3 {
  font-family: helioscondcbold;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}
.product h4,
.product .h4 {
  margin-top: 0;
}
.pc-wrap h4 {
  margin: 10px 0 6px;
}
.brand-list li a,
.color-list li a,
.size-list li a,
.cat-list li a {
  font-size: 15px;
}
.cat-list li.active > a {
  color: #1e8430;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.cat-list li ul {
  display: none;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cat-list li.active ul {
  display: block;
}
.cat-list li ul li {
  margin-bottom: 8px;
}
.cat-list li ul li a {
  font-size: 13px;
  padding-left: 10px;
  position: relative;
  display: block;
}
.cat-list li ul li a:before {
  content: '-';
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.info-item p {
  color: #444;
}
.param-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}
.status {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 17px;
}
.status i {
  font-size: 18px;
  margin-left: -5px;
  margin-right: 5px;
}
.status.yes {
  color: #1e8430 !important;
  border-color: #1e8430;
}
.status.no i {
  vertical-align: middle;
}
.status.no {
  color: #bbb !important;
  border-color: #bbb;
}
.product section:first-child {
  padding-bottom: 20px;
}
.product section:not(:first-child) {
  padding: 20px 0;
  border-top: 1px solid #ececec;
}
.product > section {
  padding: 0 0 60px !important;
  border: none !important;
}
.product .btn-color {
  min-width: 124px;
  margin: 0;
  display: block;
}
.heading-sub h5,
.heading-sub .h5 {
  font-family: helioscondcbold;
  font-size: 30px;
  letter-spacing: 1px;
}
.widget-footer h5,
.widget-footer .h5 {
  font-family: helioscondcbold;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.heading-sub2 h5:after {
  bottom: -24px;
}
.heading-sub.text-left span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.heading-sub.text-left {
  margin-bottom: 30px;
}
.heading-sub.text-left:after {
  width: 100%;
  bottom: 12px;
}
.slick-dots {
  display: none !important;
}
.modal-content .h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.modal-content .h3 span {
  display: block;
  margin-top: 10px;
  color: #1e8330;
  font-size: 18px;
}
.modal-content .btn-color {
  margin: 0;
}
.modal-content textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.form-control {
  border-radius: 2px;
  border-color: #aaa;
}
.form-control:focus {
  border-color: #a5ceac;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.close {
  font-size: 18px;
}
.footer-bottom a {
  padding: 3px 0;
  display: block;
}
.gallery .lightbox-link {
  margin-bottom: 30px;
  border-radius: 2px;
}
.dropdown-toggle {
  cursor: default;
}
.owl-thumbs {
  max-width: 350px;
}
.owl-thumbs .badge {
  z-index: 2;
  right: 30px;
  top: 15px;
}
.owl-small .owl-item.active:after {
  border-color: #da530e;
}
.owl-small .owl-item:hover:after {
  border-color: #1e8430;
}
.ci-item img {
  border-radius: 50%;
}
.navbar-default .navbar-nav > .active > a {
  background: #da530e !important;
  color: #fff !important;
}
.dropdown:hover > a {
  background: #292929;
}
.flinks li a:hover {
  color: #599a64;
}
.hit {
  background: #673ab7;
}
.form-list label {
  text-transform: none;
}
.totals {
  margin-top: 25px !important;
  padding: 28px 30px !important;
  border: 1px solid #eee;
}
.totals h4 {
  margin-top: 0;
}
.totals h4 strong {
  display: block;
  color: #1e8430;
  line-height: 1.5;
  font-size: 16px;
}
.totals h4 strong span {
  font-size: 24px;
}
.shipping-info-wrap textarea {
  min-height: 216px;
  resize: vertical;
}
.cart-table {
  margin-bottom: 50px;
}
.cart-image a {
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.cart-image a img {
  margin: 0;
  width: 100% !important;
  max-width: 100px;
}
.cart-name {
  text-align: left !important;
}
.cart-name p a {
  text-decoration: underline;
}
.cart-price,
.cart-col,
.cart-del {
  text-align: center !important;
}
.cart-price .product-price {
  color: #1e8430;
}
.product .info-item .product-price {
  font-size: 16px;
  color: #1e8430;
  margin-bottom: 0;
}
.product .info-item .product-price .newprice span {
  font-size: 24px;
}
.cart-col input {
  width: 70px !important;
  margin: 0 auto;
  text-align: center;
}
.cart-del a {
  background: #aaa;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.cart-del a:hover {
  background: #444;
}
.product-title {
  text-transform: none;
}
.product-title a:hover,
.fw-info h4 a:hover,
.ci-item-info h5 a:hover {
  color: #1e8430;
}
.menu-opened {
  left: 0 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.menu-active {
  overflow-y: hidden !important;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.82, 0.33);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.82, 0.33);
}
.body-active {
  overflow-y: hidden !important;
}
.left-close {
  display: none;
}
.background-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
  display: none;
}
#backtotop {
  z-index: 9;
  border: 2px solid #fff;
  line-height: 46px;
  bottom: 15px;
  right: 80px;
}
#left-menu {
  z-index: 9;
  position: fixed;
  border: 2px solid #fff;
  line-height: 62px;
  bottom: 15px;
  left: 15px;
  background: #1e8430;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
}
#callme {
  border-radius: 50%;
  background-color: #da530e;
  border: 2px solid #fff;
  display: none;
  position: fixed;
  bottom: 15px;
  text-align: center;
  width: 50px;
  right: 15px;
  color: #fff;
  height: 50px;
  z-index: 9;
  cursor: pointer;
}
#callme i {
  font-size: 20px;
  display: block;
  line-height: 48px;
  -webkit-animation: Rotate 2000ms linear 2000ms 5;
  animation: Rotate 2000ms linear 2000ms 5;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  4% {
    -webkit-transform: rotate(-45deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-45deg);
  }
  16% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
  }
  24% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  4% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  16% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  24% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.news-item {
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}
.news-item > a {
  display: inline-block;
  margin: 0 -220px 0 0;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: #000;
}
.news-item > a:hover img {
  opacity: 0.7;
}
.news-item .news-body {
  display: inline-block;
  padding: 0 0 0 240px;
  vertical-align: top;
}
.news-item h3 {
  margin-top: 0;
  font-family: helioscondcbold;
  letter-spacing: 1px;
}
.news .pagenav-wrap {
  margin-top: 0;
  border: none;
}
.news-item .news-date {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.news-item .news-desc {
  color: #666;
}
.news-item .news-desc p,
.news-item .news-desc ul,
.news-item .news-desc ol {
  line-height: 1.3;
  margin-bottom: 6px;
}
.news-item .news-desc ul {
  padding-left: 15px;
}
.news-item .news-desc ul li {
  list-style-type: disc;
}
.news-item .news-desc ol {
  padding-left: 15px;
}
.news-item .news-desc ol li {
  list-style-type: decimal;
}
.news-item .news-link {
  margin-top: 10px;
}
.news-item .news-link a {
  text-decoration: underline;
}
.news-item a:hover {
  text-decoration: none;
  color: #1e8430;
}
.email_sended,
#myModal_form_product > p,
#myModal_form > p {
  color: #1e8430;
  font-size: 15px;
}
#stuffHelper {
  background: #fff !important;
  padding: 15px !important;
  width: 200px !important;
  border: solid 1px #666 !important;
}
#stuffHelperName {
  line-height: 1.3;
  display: block;
  margin-bottom: 15px;
}
.shs-tocart form label,
.shs-count label {
  display: block !important;
  width: 80px;
  margin: 5px auto 10px;
}
.shs-tocart form label:after,
.shs-count label:after {
  content: '';
  display: table;
  clear: both;
}
.shs-tocart form label [name*='count'],
.shs-count label [name*='count'] {
  font-weight: 400;
  padding-left: 10px !important;
}
.shs-tocart form label .field-arr,
.shs-count label .field-arr {
  height: 15px !important;
  margin: 0 !important;
  background: #1e8430 !important;
  color: #fff;
  width: 15px !important;
  font-family: FontAwesome;
  line-height: 15px;
  cursor: pointer;
  font-size: 12px;
}
.shs-tocart form label .field-arr:hover,
.shs-count label .field-arr:hover {
  background: #339c46 !important;
}
.shs-tocart form label .field-arr.up:before,
.shs-count label .field-arr.up:before {
  content: '\f106';
}
.shs-tocart form label .field-arr.down:before,
.shs-count label .field-arr.down:before {
  content: '\f107';
}
#confirmButton,
#cancelButton {
  padding: 10px;
  border: none;
  margin: 5px 5px 0;
  color: #fff;
}
#confirmButton {
  background: #1e8430;
}
#confirmButton:hover {
  background: #339c46;
}
#cancelButton {
  background: #cc4036;
}
#cancelButton:hover {
  background: #e06158;
}
.contacts .modx p br:first-child {
  display: none;
}
.contacts .modx p a {
  font-weight: 400;
}
.lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 0;
}
.lb-dataContainer {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#instafeed {
  text-align: center;
}
#instafeed img {
  margin: 8px;
  width: 275px;
}
@media (max-width: 1199px) {
  header .phones .h4 {
    padding-left: 50px;
  }
  .navbar-brand > span {
    display: block;
    padding: 0;
  }
  .navbar-brand > img {
    margin-right: 0;
  }
  .home3 .navbar-default .navbar-nav > li > a {
    padding: 20px 10px;
  }
  header .phones {
    margin-top: 0;
    padding-top: 10px;
  }
  .header-buttons {
    padding: 10px 0;
  }
  .home3 .navbar-brand,
  .home3 .navbar {
    margin-left: 0;
  }
  .home3 .navbar-brand {
    margin-top: 10px;
  }
  .header-buttons .btn-color {
    margin-right: 0;
  }
  #home2 .topcart {
    margin-right: 0 !important;
  }
  .header-xtra {
    right: 15px;
  }
  .navbar-brand > span {
    display: none;
  }
}
@media (max-width: 991px) {
  .home3 .navbar-brand {
    margin-top: 0;
  }
  .cat-list li ul {
    display: block;
  }
  .left-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  #left-menu {
    display: block;
  }
  .left-menu {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    background: #fff;
    width: 300px;
    height: 100%;
    padding: 15px;
    overflow-y: scroll !important;
    border-right: 5px solid #1e8430;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .cart-table {
    display: block;
    overflow: auto;
  }
  header .phones .h4 {
    padding-left: 0;
  }
  header .phones {
    text-align: center;
  }
  .navbar-brand > span {
    display: inline-block;
    padding-left: 180px;
  }
  .navbar-brand > img {
    margin-right: -170px;
  }
  .home3 .navbar-default .navbar-nav > li > a {
    padding: 20px 5px;
    font-size: 14px;
  }
  .header-xtra {
    position: absolute;
  }
  #home2 .topcart .btn-color,
  .header-buttons .btn-color {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    margin-top: 30px;
  }
  .widget-footer {
    margin: 10px 0;
  }
  .header-buttons {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .home3 .mega-menu {
    padding: 20px;
  }
  .mega-menu li {
    margin-bottom: 10px;
    text-align: center;
  }
  .news-item > a {
    display: none;
  }
  .news-item .news-body {
    display: block;
    padding: 0;
  }
  .navbar-collapse.in {
    padding: 0;
    border: none;
  }
  #callme {
    display: block;
  }
  .container {
    width: 100% !important;
  }
  .product h4,
  .product .h4 {
    margin-top: 20px;
  }
  .slider-wrap .owl-dots {
    display: none;
  }
  .slide .caption {
    bottom: 50%;
    left: 45px;
    right: 45px;
    margin-bottom: -17px;
  }
  .slide .caption .btn-color {
    padding: 10px 15px;
    font-size: 11px;
    margin: 0;
  }
  .slide .caption .h1,
  .slide .caption .h4 {
    display: none;
  }
  .product-item {
    max-width: 200px;
    margin: 0 auto 40px;
  }
  .home3 header {
    height: auto;
    text-align: center;
  }
  .home3 .navbar-brand {
    float: none;
  }
  #home2 .tb_right {
    float: none !important;
  }
  #home2 .tb_right .mai {
    display: block;
    float: none;
    text-align: center;
    margin-right: -5px;
  }
  .tb_right li a:not(.social-link) {
    margin-right: 0;
  }
  .navbar-brand > img {
    width: 140px;
    margin-right: -150px;
  }
  .navbar-brand > span {
    padding-left: 160px;
  }
  .dark-nav {
    margin-top: 0;
  }
  .home3 .top_bar {
    display: none;
  }
  .home3 .navbar {
    margin: 0;
  }
  .sticky-wrapper:not(.is-sticky) {
    margin-top: 20px;
  }
  .header-buttons {
    padding: 10px 0;
  }
  .navbar-toggle {
    background: #fff;
    border: none;
    margin-top: 9px;
    border-radius: 2px;
    margin-left: 90px;
    float: none;
  }
  .navbar-collapse.in {
    margin-bottom: 20px;
  }
  .is-sticky .navbar-toggle {
    float: right;
  }
}
.color-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}
.color-items .item {
  margin: 4px;
  font-weight: 500;
}
.color-items .item .name {
  display: block;
  padding: 4px 12px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.color-items .item .name:hover {
  border-color: #1e8330;
}
.color-items .item input:checked + .name {
  border-color: #1e8330;
  background: #1e8330;
  color: #fff;
}
.cart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.cart-flex > .left {
  padding-right: 8px;
  width: 50%;
}
.cart-flex > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.cart-flex .block.left {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.count-items {
  margin: 0;
}
.count-items .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}
.count-items .radio-item i {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUtYmxhbmsiPgoJCTxwYXRoIGQ9Ik0yNTUsMEMxMTQuNzUsMCwwLDExNC43NSwwLDI1NXMxMTQuNzUsMjU1LDI1NSwyNTVzMjU1LTExNC43NSwyNTUtMjU1UzM5NS4yNSwwLDI1NSwweiBNMjU1LDQ1OSAgICBjLTExMi4yLDAtMjA0LTkxLjgtMjA0LTIwNFMxNDIuOCw1MSwyNTUsNTFzMjA0LDkxLjgsMjA0LDIwNFMzNjcuMiw0NTksMjU1LDQ1OXoiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.count-items .radio-item input:checked + i {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icmFkaW8tYnV0dG9uLW9uIj4KCQk8cGF0aCBkPSJNMjU1LDEyNy41Yy03MS40LDAtMTI3LjUsNTYuMS0xMjcuNSwxMjcuNWMwLDcxLjQsNTYuMSwxMjcuNSwxMjcuNSwxMjcuNWM3MS40LDAsMTI3LjUtNTYuMSwxMjcuNS0xMjcuNSAgICBDMzgyLjUsMTgzLjYsMzI2LjQsMTI3LjUsMjU1LDEyNy41eiBNMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTVzMTE0Ljc1LDI1NSwyNTUsMjU1czI1NS0xMTQuNzUsMjU1LTI1NVMzOTUuMjUsMCwyNTUsMHogICAgIE0yNTUsNDU5Yy0xMTIuMiwwLTIwNC05MS44LTIwNC0yMDRTMTQyLjgsNTEsMjU1LDUxczIwNCw5MS44LDIwNCwyMDRTMzY3LjIsNDU5LDI1NSw0NTl6IiBmaWxsPSIjMWU4MzMwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.count-items .radio-item + .radio-item {
  margin-top: 4px;
}
.cart-flex .status {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .cart-flex {
    display: block;
  }
  .cart-flex .block.left {
    margin-bottom: 20px;
  }
}
.bigcart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.bigcart-flex > div {
  width: 100%;
  padding: 0 8px;
}
.bigcart-flex > .block-2 {
  white-space: nowrap;
}
.cart-name p a {
  display: inline-block;
  white-space: nowrap;
}
.ci-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ci-item > a {
  min-width: 80px;
}
.ci-item-info {
  margin: 0 0 0 16px;
  width: 100%;
  padding-right: 37px;
  position: relative;
}
.ci-item-info h5 a {
  font-weight: 700;
  font-size: 15px;
}
.ci-item-info p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.ci-item-info p.product-price .newprice {
  font-size: 15px;
}
.ci-edit {
  position: absolute;
  right: 0;
  top: 0;
}
.ci-item-info .block p {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
  }
}
.webkit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: black;
}
.navbar-default .btn-color {
  display: none;
}
@media (max-width: 767px) {
  .is-sticky .btn-color {
    display: -webkit-inline-box;
    margin-bottom: 5px;
  }
  .arrow-4 {
    position: absolute;
    cursor: pointer;
    right: 20px;
    width: 66px;
    height: 30px;
  }
  .arrow-4-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 40px;
    height: 10px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
  }
  .arrow-4-left:after {
    content: '';
    background-color: #1e8430;
    width: 25px;
    height: 10px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }

  .arrow-4-right {
    position: absolute;
    background-color: transparent;
    top: 18px;
    left: 13px;
    width: 40px;
    height: 10px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
  }
  .arrow-4-right:after {
    content: '';
    background-color: #1e8430;
    width: 25px;
    height: 10px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }
  .open .arrow-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
  }
  .open .arrow-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
  }
}
.top-menu {
  margin-top: 20px;
}

.cart-attention {
  padding: 12px 20px;
  background-color: rgba(191, 9, 9, 0.12);
  color: #000;
}
.cart-attention a {
    text-decoration: underline;
    color: #da530e;
}
.cart-attention a:hover {
    text-decoration: none;
}
