@font-face {
  font-family: 'AvantGarde Md BT';
  src: url('fonts/AVGARDM.TTF');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
}
a {
  color: #319b3f;
}
a:hover {
  color: #197b30;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}
p {
  color: #626262;
}
colgroup {
  display: none;
}
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: auto;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
input {
  border-radius: 0;
}
.product-name {
  text-transform: capitalize;
}
.form-list label {
  color: #555555;
}
.page-title {
  margin: 0;
  /*padding: 0;*/
}
@media (max-width: 767px) {
  .page-title {
    padding: 0;
  }
}
.page-title.category-title {
  padding: 0;
  font-family: 'AvantGarde Md BT';
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-title.category-title h1 {
  margin-bottom: 20px;
  color: #555555;
}
.page-title h1 {
  margin-bottom: 15px;
  font-size: 21px;
}
.page-title h1,
.page-title h2 {
  line-height: normal;
  font-weight: bold;
  color: #555555;
}
.subtitle,
.sub-title {
  color: #319b3f;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-quick-access,
.menu-button {
  display: none;
}
.breadcrumbs-container .page-title {
  background: none;
}
.breadcrumbs-container .page-title h1 {
  background: none;
  color: white;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 5px;
  font-family: 'AvantGarde Md BT';
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs-container .breadcrumbs {
  padding: 0 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .breadcrumbs-container .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbs-container .breadcrumbs ul {
  padding: 20px 0;
  line-height: normal;
}
@media (max-width: 568px) {
  .breadcrumbs-container .breadcrumbs ul {
    padding: 15px 0;
  }
}
.breadcrumbs-container .breadcrumbs ul li {
  color: #555555;
}
body {
  background: white;
  color: black;
}
header {
  background: white;
}
header .header {
  background: transparent;
}
@media (max-width: 768px) {
  header .header {
    padding-top: 40px;
  }
}
@media (max-width: 568px) {
  header .header .container {
    text-align: center;
  }
}
header .header .container .col-sm-4 .logo {
  float: none;
}
header .header .container .col-sm-4 > a.logo,
header .header .container .col-sm-4 > h1.logo {
  display: block;
  padding: 23px 0 13px;
  float: none;
}
@media (max-width: 568px) {
  header .header .container .col-sm-4 > a.logo,
  header .header .container .col-sm-4 > h1.logo {
    margin: 0 -15px;
    padding: 13px 0 7px;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  header .header .container .col-sm-4 > a.logo,
  header .header .container .col-sm-4 > h1.logo {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  header .header .container .col-sm-4 > a.logo,
  header .header .container .col-sm-4 > h1.logo {
    padding: 16px 0;
  }
}
header .header .container .col-sm-4 > a.logo img,
header .header .container .col-sm-4 > h1.logo img {
  width: 220px;
}
@media (max-width: 1199px) {
  header .header .container .col-sm-4 > a.logo img,
  header .header .container .col-sm-4 > h1.logo img {
    margin: 0 auto;
  }
}
header .header .container .top-contact {
  display: inline-block;
  margin: 15px 0 10px;
}
header .header .container .top-contact .phone {
  height: 38px;
  padding: 0;
  background: none;
}
header .header .container .top-contact .phone:before {
  display: inline-block;
  content: '';
  margin-bottom: -1px;
  width: 40px;
  height: 20px;
  background: url(../images/telephone.png) no-repeat;
  background-size: contain;
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header .container .top-contact .phone:before {
    width: 32px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  header .header .container .top-contact .phone:before {
    width: 30px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  header .header .container .top-contact .phone {
    height: auto;
    text-align: center;
  }
}
header .header .container .top-contact .phone > a {
  font-family: 'AvantGarde Md BT';
  color: #319b3f;
  font-size: 24px;
}
@media (max-width: 568px) {
  header .header .container .top-contact .phone > a {
    font-size: 18px;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  header .header .container .top-contact .phone > a {
    font-size: 20px;
    line-height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header .container .top-contact .phone > a {
    font-size: 26px;
  }
}
header .header .container .top-links {
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  header .header .container .top-links {
    display: none;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  header .header .container .top-links {
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header .container .top-links {
    margin: 0 0 10px;
  }
}
header .header .container .top-links ul {
  display: inline-block;
  text-align: right;
}
@media (max-width: 1199px) {
  header .header .container .top-links ul {
    margin-left: 0;
  }
}
header .header .container .top-links li {
  display: inline-block;
  padding: 0 25px;
  line-height: normal;
  border-right: 2px solid #555555;
}
@media (min-width: 569px) and (max-width: 768px) {
  header .header .container .top-links li {
    padding: 0 16px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  header .header .container .top-links li {
    padding: 0 15px;
  }
}
header .header .container .top-links li:first-child {
  padding-left: 0;
}
header .header .container .top-links li:last-child {
  padding-right: 0;
  border: none;
}
header .header .container .top-links li a {
  font-family: 'AvantGarde Md BT';
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
}
header .header .container .top-links li a:hover {
  color: #319b3f;
}
@media (min-width: 769px) and (max-width: 991px) {
  header .header .container .top-links li a {
    font-size: 17px;
  }
}
header .header .container .top-contact {
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .header .container .top-contact {
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header .container .top-contact {
    margin: 30px 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header .container .top-contact {
    margin-right: 25px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  header .header .container .top-contact {
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
header .header .container .top-contact .phone {
  height: auto;
}
header .header .container .social-network {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header .container .social-network {
    vertical-align: middle;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header .container .social-network {
    margin-right: 10px;
  }
}
header .header .container .social-network li {
  padding: 0 5px;
  border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header .container .social-network li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
header .header .container .social-network li a {
  display: block;
  width: 26px;
  height: 26px;
  padding: 4px;
  border-radius: 100%;
  font-size: 16px;
  color: white;
  text-align: center;
}
header .header .container .social-network li a.facebook {
  background: #3b5998;
  padding-left: 8px;
  padding-right: 8px;
}
header .header .container .social-network li a.instagram {
  background: #9b6954;
  padding-left: 6px;
  padding-right: 6px;
}
header .header .container .social-network li a.wechat {
  background: #7bb32e;
  position: relative;
}
header .header .container .social-network li a.wechat .qr-code {
  display: none;
  position: absolute;
  left: -45px;
  bottom: calc(110%);
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header .header .container .social-network li a.wechat:hover .qr-code {
  display: block;
}
header .header .container .social-network li a:hover {
  color: white;
}
header .header .container .social-network .qr-code {
  display: none;
}
header .header .quick-access {
  padding: 0 15px;
}
@media (max-width: 991px) {
  header .header .quick-access a,
  header .header .quick-access span {
    font-size: 16px;
    color: white;
  }
  header .header .quick-access .mobile-quick-access {
    display: inline-block;
  }
  header .header .quick-access .mobile-quick-access li {
    display: inline-block;
  }
  header .header .quick-access .mobile-quick-access li a {
    padding: 0 7px;
    font-size: 18px;
  }
  header .header .quick-access .mobile-quick-access li a.active .search-bar {
    display: block;
  }
  header .header .quick-access .menu-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    display: inline-block;
    background: #111111;
    padding: 14px 16px;
    color: white;
  }
  header .header .quick-access .links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    float: none;
    z-index: 10001;
  }
  header .header .quick-access .links.active {
    display: block;
  }
  header .header .quick-access .links .search-bar {
    display: block;
  }
  header .header .quick-access li {
    position: relative;
    background: #111111;
    display: block;
    float: none;
  }
  header .header .quick-access li a {
    display: block;
    padding: 10px;
  }
}
@media (max-width: 768px) and (min-width: 569px) {
  header .header .quick-access .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 568px) {
  header .header .quick-access .menu-button {
    padding: 9px 12px;
  }
}
@media (max-width: 767px) {
  header .header .quick-access {
    padding: 0;
  }
}
header .top-bar {
  position: relative;
  padding: 10px 0;
  background: #111111;
}
@media (max-width: 768px) {
  header .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }
}
header .top-bar .currency {
  margin: -4px 0 0;
  text-align: left;
}
@media (max-width: 568px) {
  header .top-bar .currency {
    margin-top: -1px;
    padding: 0;
  }
}
header .top-bar .currency .block-currency > div {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 568px) {
  header .top-bar .currency .block-currency > div.block-title {
    display: none;
  }
}
header .top-bar .currency .block-content {
  position: relative;
  vertical-align: bottom;
  z-index: 1000;
}
header .top-bar .currency .block-content > div {
  display: none;
}
header .top-bar .currency .block-content > div.default-lang {
  display: block;
  font-size: 0;
  color: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .top-bar .currency .block-content > div.default-lang {
    width: 95px;
  }
}
header .top-bar .currency .block-content > div.default-lang i {
  position: relative;
  top: 5px;
  font-size: 12px;
}
header .top-bar .currency .block-content > div.languages {
  position: absolute;
  left: -15px;
  right: 0;
  background: #111111;
}
header .top-bar .currency .block-content > div.languages ul {
  margin: 0;
  padding-top: 5px;
}
header .top-bar .currency .block-content > div.languages a {
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0;
  color: white;
}
header .top-bar .currency .block-content > div .individual {
  display: inline-block;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
@media (min-width: 768px) {
  header .top-bar .currency .block-content > div .individual.AUD {
    background-image: url(../images/AUD_sm.png);
  }
  header .top-bar .currency .block-content > div .individual.USD {
    background-image: url(../images/USD_sm.png);
  }
  header .top-bar .currency .block-content > div .individual.EUR {
    background-image: url(../images/EUR_sm.png);
  }
  header .top-bar .currency .block-content > div .individual.GBP {
    background-image: url(../images/GBP_sm.png);
  }
  header .top-bar .currency .block-content > div .individual.NZD {
    background-image: url(../images/NZD_sm.png);
  }
}
header .top-bar .currency .block-content > div .individual.AUD {
  background-image: url(../images/AUD_lg.png);
}
header .top-bar .currency .block-content > div .individual.USD {
  background-image: url(../images/USD_lg.png);
}
header .top-bar .currency .block-content > div .individual.EUR {
  background-image: url(../images/EUR_lg.png);
}
header .top-bar .currency .block-content > div .individual.GBP {
  background-image: url(../images/GBP_lg.png);
}
header .top-bar .currency .block-content > div .individual.NZD {
  background-image: url(../images/NZD_lg.png);
}
header .top-bar .currency .block-content > div span {
  display: inline-block;
  color: white;
}
header .top-bar .quick-access .links {
  margin: 0;
}
header .top-bar .quick-access .links li {
  padding: 0 18px;
}
@media (max-width: 568px) {
  header .top-bar .quick-access .links li {
    padding: 0;
  }
  header .top-bar .quick-access .links li:first-child {
    height: 35px;
    background: #f26522;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  header .top-bar .quick-access .links li {
    height: 45px;
    padding: 0 6px;
  }
}
@media (min-width: 769px) {
  header .top-bar .quick-access .links li {
    border-right: 1px solid white;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  header .top-bar .quick-access .links li {
    padding: 0 8px;
  }
}
header .top-bar .quick-access .links li:last-child {
  border-right: none;
}
header .top-bar .quick-access .links li.prepend {
  padding: 10px;
  background: #111111;
}
header .top-bar .quick-access .links a {
  font-weight: normal;
}
header .top-bar .quick-access .links a:hover {
  color: #f26522;
}
header .top-bar a,
header .top-bar span {
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .top-bar a,
  header .top-bar span {
    font-size: 15px;
  }
}
header .search-bar {
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  header .search-bar {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    display: none;
    z-index: 10000;
  }
  header .search-bar form {
    display: block;
  }
  header .search-bar form .form-search {
    float: none;
  }
  header .search-bar:before {
    display: block;
    content: '';
    width: 0;
    margin-top: -5px;
    margin-right: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #111;
    float: right;
  }
}
header .search-bar .form-search {
  position: relative;
  margin-top: 24px;
  margin-bottom: 26px;
  margin-right: 0;
  height: auto;
}
@media (max-width: 991px) {
  header .search-bar .form-search {
    background: #111111;
    margin: 0;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  header .search-bar .form-search {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .search-bar .form-search {
    margin-top: 24px;
    margin-bottom: 18px;
  }
}
header .search-bar .form-search .search-autocomplete ul {
  border-width: 2px;
  border-color: #d7d7d7;
}
@media (max-width: 1199px) {
  header .search-bar .form-search .search-autocomplete ul li {
    padding: 0 6px !important;
    height: auto;
    background: white;
    color: black;
    visibility: visible;
  }
}
header .search-bar .form-search input.input-text {
  padding: 15px 12px;
  max-width: 300px;
  height: auto;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 0;
  float: none;
}
@media (max-width: 991px) {
  header .search-bar .form-search input.input-text {
    max-width: 100%;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 50px;
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .search-bar .form-search input.input-text {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  header .search-bar .form-search input.input-text {
    width: 300px;
  }
}
header .search-bar .form-search button {
  padding: 8px 9px;
  background: #319b3f;
  font-size: 32px;
  color: white;
  float: none;
}
header .search-bar .form-search button:focus,
header .search-bar .form-search button:hover {
  background: #197b30;
}
@media (max-width: 991px) {
  header .search-bar .form-search button {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 7px 8px;
    font-size: 20px;
  }
}
.nav-container {
  background: #319b3f;
  height: auto;
  padding: 0;
}
.nav-container .navbar-brand {
  display: none;
  font-family: 'AvantGarde Md BT';
}
@media (max-width: 767px) {
  .nav-container .navbar-brand {
    display: block;
    color: white;
  }
}
.nav-container ul#nav {
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #319b3f;
}
@media (max-width: 767px) {
  .nav-container ul#nav {
    display: block;
  }
}
.nav-container ul#nav > li {
  position: static;
  display: table-cell;
  text-align: center;
  float: none;
}
@media (max-width: 767px) {
  .nav-container ul#nav > li {
    display: block;
  }
}
.nav-container ul#nav > li > ul {
  background: #197b30;
  top: 100%;
  padding: 10px 0;
  min-width: 100%;
  border: none;
}
@media (max-width: 767px) {
  .nav-container ul#nav > li > ul {
    display: none;
    position: static;
    width: 100%;
  }
  .nav-container ul#nav > li > ul:shown-sub {
    display: block;
  }
}
.nav-container ul#nav > li > ul li {
  text-align: center;
  float: left;
}
.nav-container ul#nav > li > ul li > ul.shown-sub {
  display: none;
  top: 0;
  left: 195px;
  border: none;
  background: #ebebeb;
}
.nav-container ul#nav > li > ul li > ul.shown-sub a {
  background: #319b3f;
}
.nav-container ul#nav > li > ul li > ul.shown-sub a:focus,
.nav-container ul#nav > li > ul li > ul.shown-sub a:hover {
  background: #197b30;
}
.nav-container ul#nav > li > ul a {
  background: #197b30;
  width: 222px;
}
.nav-container ul#nav > li > ul a:focus span,
.nav-container ul#nav > li > ul a:hover span {
  color: white;
  text-decoration: underline;
}
.nav-container ul#nav > li > ul span {
  padding: 10px;
  font-size: 16px;
  color: white;
}
.nav-container ul#nav a {
  padding: 0;
  float: none;
}
.nav-container ul#nav a.over {
  background: #197b30;
  text-decoration: underline;
}
.nav-container ul#nav span {
  padding: 18px 10px;
  font-family: 'AvantGarde Md BT';
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
}
@media (max-width: 568px) {
  .nav-container ul#nav span {
    padding: 12px 0;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  .nav-container ul#nav span {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .nav-container ul#nav span {
    padding: 16px 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-container ul#nav span {
    padding: 20px 8px;
    font-size: 18px;
  }
}
.nav-container #nav a,
.nav-container #nav a.over,
.nav-container #nav a:hover {
  color: white;
}
.nav-container #nav li.active > a,
.nav-container #nav a:hover,
.nav-container #nav a:focus {
  background: #197b30;
  color: white;
}
.nav-container .navbar-toggle {
  border-color: white;
}
.nav-container .icon-bar {
  background: white;
}
.main-container .col-main {
  width: 100%;
  background: transparent;
}
.main-container .offers {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'AvantGarde Md BT';
  line-height: normal;
}
@media (max-width: 568px) {
  .main-container .offers {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main-container .offers > div {
    margin-bottom: 10px;
  }
}
.main-container .offers .subtitle {
  display: block;
  height: 99px;
  padding: 25px 20px 0;
  font-size: 21px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 5px black;
}
.main-container .offers .view-more {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 10px;
  background: #f26522;
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
}
.main-container .offers .view-more:hover {
  background: #a0410d;
}
.main-container .offers .new-products {
  background: url('../images/new-product.png') center no-repeat;
  background-size: cover;
}
.main-container .offers .specials {
  background: url('../images/specials.png') center no-repeat;
  background-size: cover;
}
.main-container .offers .new-customers {
  background: url('../images/new-customer.png') center no-repeat;
  background-size: cover;
}
.main-container div.subtitle {
  position: relative;
}
.main-container div.subtitle h2 {
  display: table;
  background: white;
  margin: 0 auto;
  padding: 0 30px 40px;
  font-family: 'AvantGarde Md BT';
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: black;
}
@media (max-width: 568px) {
  .main-container div.subtitle h2 {
    padding-bottom: 15px;
  }
}
.main-container div.subtitle:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 23%;
  left: 0;
  height: 1px;
  width: 100%;
  background: black;
  z-index: -1;
}
@media (max-width: 568px) {
  .main-container div.subtitle:before {
    top: 30%;
  }
}
.main-container .category-products {
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .main-container .category-products {
    margin: 0;
  }
}
.main-container .category-products .item {
  margin-bottom: 30px;
}
.main-container .category-products .item-wrapper {
  position: relative;
  border: 2px solid #d7d7d7;
}
.main-container .category-products .item-wrapper .link-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #b2b2b2;
}
.main-container .category-products .item-wrapper .link-wishlist.added,
.main-container .category-products .item-wrapper .link-wishlist:hover {
  color: #202020;
}
.main-container .category-products .item-wrapper .link-wishlist i {
  font-size: 26px;
  font-style: normal;
}
.main-container .category-products .item-wrapper .info-wrapper {
  padding: 0;
  background: #ebebeb;
}
.main-container .category-products img {
  width: 100%;
  height: auto;
}
.main-container .category-products .product-name {
  margin-top: 16px;
  margin-bottom: 12px;
}
.main-container .category-products .product-name a {
  display: block;
  padding: 0 26px;
  height: 42px;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  overflow: hidden;
  color: #555555;
}
.main-container .category-products .product-name a:hover {
  color: #197b30;
}
@media (max-width: 1199px) {
  .main-container .category-products .product-name a {
    padding: 0;
  }
}
.main-container .category-products .old-price,
.main-container .category-products .special-price,
.main-container .category-products .regular-price {
  display: block;
  padding-bottom: 36px;
}
.main-container .category-products .old-price span,
.main-container .category-products .special-price span,
.main-container .category-products .regular-price span {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  color: #555555;
}
.main-container .category-products .old-price {
  padding: 0;
}
.main-container .category-products .special-price {
  padding-bottom: 10px;
}
.main-container .category-products .special-price span {
  font-size: 22px;
  color: #f26522;
}
.main-container .category-products .actions {
  padding-bottom: 15px;
  background: none;
  text-align: center;
}
.main-container .category-products .actions button:first-child {
  margin-right: 5px;
  vertical-align: top;
}
.main-container .category-products .actions p {
  display: inline-block;
}
.main-container .category-products .actions p.out-of-stock span,
.main-container .category-products .actions p.coming-soon span {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
  color: white;
}
.main-container .category-products .actions p.out-of-stock span {
  background: #555555;
}
.main-container .category-products .actions p.coming-soon span {
  background: #f26522;
}
.main-container .category-products .actions span.text {
  display: inline-block;
  background: #319b3f;
  height: auto;
  padding: 10px 14px;
  text-shadow: none;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .main-container .category-products .actions span.text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main-container .category-products .actions .btn-cart span:hover {
  background: #197b30;
}
.main-container .category-products .mobile-actions {
  padding: 0;
}
.main-container .category-products .mobile-actions .actions {
  padding-bottom: 0;
  font-size: 0;
}
.main-container .category-products .mobile-actions .actions button,
.main-container .category-products .mobile-actions .actions p {
  display: inline-block;
  margin: 0;
  width: 50%;
}
.main-container .category-products .mobile-actions .actions button span,
.main-container .category-products .mobile-actions .actions p span {
  width: 100%;
}
@media (max-width: 767px) {
  .main-container .category-products .mobile-actions .actions button span,
  .main-container .category-products .mobile-actions .actions p span {
    font-size: 12px;
    vertical-align: middle;
  }
}
.main-container .category-products .button.btn-info span.text {
  padding-top: 8px;
  padding-bottom: 8px;
  background: white;
  border: 2px solid #319b3f;
  letter-spacing: 1px;
  text-shadow: none;
  color: #319b3f;
}
.main-container .category-products .button.btn-info span.text:hover {
  background: #319b3f;
  color: white;
}
.main-container .category-products .button .icon {
  display: none;
  padding: 0 20px;
  font-size: 28px;
  text-shadow: none;
  color: #b2b2b2;
}
.main-container .page-head h3 {
  font-size: 21px;
}
.main-container .largegeentext {
  font-size: 21px;
  font-weight: bold;
}
.main-container .col3-set {
  font-size: 14px;
}
@media (max-width: 568px) {
  .main-container .col3-set > div {
    width: 100%;
    margin: 0 0 20px;
  }
}
.main-container .faq_q {
  font-size: 16px;
  color: #319b3f;
}
.footer-container {
  margin: 0;
}
.footer-container p {
  color: black;
}
@media (max-width: 767px) {
  .footer-container .col-sm-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  .footer-container .col-sm-6 {
    width: 100%;
  }
}
.footer-container .store-message {
  position: relative;
  margin-bottom: 60px;
  padding-top: 45px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 568px) {
  .footer-container .store-message {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .footer-container .store-message .clearfix {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer-container .store-message:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  border-top: 1px solid black;
}
@media (max-width: 767px) {
  .footer-container .store-message:before {
    left: 15px;
    right: 15px;
  }
}
.footer-container .store-message h2,
.footer-container .store-message strong {
  font-family: 'AvantGarde Md BT';
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: black;
}
@media (max-width: 568px) {
  .footer-container .store-message h2,
  .footer-container .store-message strong {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.footer-container .store-message h2 {
  margin-bottom: 20px;
}
.footer-container .footer {
  background: #e1e1e1;
  width: 100%;
  padding: 50px 0 0;
}
@media (max-width: 568px) {
  .footer-container .footer {
    padding-top: 25px;
  }
}
.footer-container .footer .container > div:first-child {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  .footer-container .footer .container > div:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 568px) {
  .footer-container .footer .container > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.footer-container .footer .block-subscribe {
  background: transparent;
  line-height: normal;
  text-align: left;
}
.footer-container .footer .block-subscribe .block-content {
  padding: 0;
}
.footer-container .footer .block-subscribe .block-title {
  display: none;
}
.footer-container .footer .block-subscribe .form-subscribe-header {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .footer-container .footer .block-subscribe .form-subscribe-header {
    font-size: 18px;
  }
}
.footer-container .footer .block-subscribe .actions {
  margin: 0;
  background: none;
  position: relative;
}
.footer-container .footer .block-subscribe .actions span {
  display: inline-block;
  background: #319b3f;
  height: auto;
  padding: 13px 14px 14px;
  text-shadow: none;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .footer-container .footer .block-subscribe .actions span {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.footer-container .footer .block-subscribe .actions span:focus,
.footer-container .footer .block-subscribe .actions span:hover {
  background: #197b30;
}
.footer-container .footer .block-subscribe .actions input {
  margin-right: 5px;
  padding: 12px 14px;
  font-size: 16px;
}
.footer-container .footer .block-subscribe form {
  display: block;
}
@media (max-width: 568px) {
  .footer-container .footer .block-subscribe form {
    margin-bottom: 15px;
  }
}
.footer-container .footer .block-subscribe form label {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'AvantGarde Md BT';
  letter-spacing: 2px;
  color: black;
}
@media (max-width: 568px) {
  .footer-container .footer .block-subscribe form label {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
.footer-container .footer .block-subscribe form input.input-text {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 350px;
  max-width: 100%;
  border-width: 2px;
}
@media (max-width: 568px) {
  .footer-container .footer .block-subscribe form input.input-text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 105px;
  }
}
@media (max-width: 1199px) {
  .footer-container .footer .block-subscribe form button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer-container .footer .social-network {
  text-align: right;
}
.footer-container .footer .social-network .social-network-label {
  margin-bottom: 35px;
  font-family: 'AvantGarde Md BT';
  font-size: 21px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
}
@media (max-width: 568px) {
  .footer-container .footer .social-network .social-network-label {
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.footer-container .footer .social-network div:last-of-type {
  line-height: 100%;
}
.footer-container .footer .social-network li {
  font-size: 28px;
  border: none;
}
.footer-container .footer .cms-block {
  margin-top: 40px;
}
@media (max-width: 568px) {
  .footer-container .footer .cms-block {
    margin-top: 20px;
  }
}
.footer-container .footer .cms-block .block-compare {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 568px) {
  .footer-container .footer .cms-block .block-compare {
    margin: 0 0 10px;
  }
}
.footer-container .footer .cms-block .block-compare .cloudfare,
.footer-container .footer .cms-block .block-compare .eway {
  height: 130px;
  width: auto;
}
.footer-container .footer .social-network li a .qr-code {
  display: none;
  position: absolute;
  left: -45px;
  bottom: calc(100% + 10px);
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.footer-container .footer .social-network li a .qr-code:after {
  display: block;
  position: absolute;
  left: 50px;
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.footer-container .footer .social-network li a:hover {
  color: #f26522;
  text-decoration: none;
}
.footer-container .footer .social-network li a:hover .qr-code {
  display: block;
}
.footer-container .footer li {
  background: none;
  border-right: 1px solid black;
  padding: 0 7px;
}
.footer-container .footer li a {
  display: inline-block;
  position: relative;
  line-height: 100%;
}
.footer-container .footer li a span {
  display: block;
}
.footer-container .footer li:last-child {
  border: none;
}
.footer-container address {
  margin: 50px 0 0;
  padding: 32px 0;
  background: #111;
  font-size: 18px;
}
@media (max-width: 568px) {
  .footer-container address {
    margin-top: 10px;
    padding: 15px 0;
  }
}
.footer-container a {
  color: black;
}
.left-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .left-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .right-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #maininfo,
  .page-head {
    padding: 0 !important;
  }
}
p.required {
  text-align: left;
}
div.account-login,
div.account-create {
  margin-bottom: 40px;
}
div.account-login .fieldset,
div.account-create .fieldset {
  padding: 0 15px;
}
@media (max-width: 767px) {
  div.account-login .fieldset,
  div.account-create .fieldset {
    padding: 0px;
  }
}
div.account-login .buttons-set,
div.account-create .buttons-set {
  padding: 0;
}
@media (max-width: 568px) {
  div.account-login .buttons-set .f-left,
  div.account-create .buttons-set .f-left {
    line-height: 43px;
  }
}
div.account-login .page-title,
div.account-create .page-title {
  padding-top: 25px;
  padding-bottom: 25px;
}
div.account-login .form-list label,
div.account-create .form-list label {
  font-size: 14px;
  color: #319b3f;
}
div.account-login .form-list li.control input.checkbox,
div.account-create .form-list li.control input.checkbox {
  display: inline;
  margin: 0;
}
div.account-login .form-list input.input-text,
div.account-create .form-list input.input-text,
div.account-login .form-list textarea,
div.account-create .form-list textarea,
div.account-login .form-list select,
div.account-create .form-list select {
  padding: 8px 6px;
  font-size: 14px;
}
@media (max-width: 568px) {
  div.account-login .form-list input.input-text,
  div.account-create .form-list input.input-text,
  div.account-login .form-list textarea,
  div.account-create .form-list textarea,
  div.account-login .form-list select,
  div.account-create .form-list select {
    width: 100%;
  }
}
@media (max-width: 568px) {
  div.account-login .form-list .field,
  div.account-create .form-list .field,
  div.account-login .form-list .input-box,
  div.account-create .form-list .input-box {
    width: 100%;
  }
}
div.account-login .content,
div.account-create .content {
  padding: 0;
}
div.account-login .content h2,
div.account-create .content h2 {
  font-size: 18px;
  color: #f26522;
}
@media (max-width: 767px) {
  div.account-login .login-register,
  div.account-create .login-register {
    margin: 0 -15px;
  }
}
div.account-login .login-register > .new-users > .buttons-set,
div.account-create .login-register > .new-users > .buttons-set,
div.account-login .login-register > .registered-users > .buttons-set,
div.account-create .login-register > .registered-users > .buttons-set {
  display: block;
}
@media (min-width: 768px) {
  div.account-login .login-register > .new-users > .buttons-set,
  div.account-create .login-register > .new-users > .buttons-set,
  div.account-login .login-register > .registered-users > .buttons-set,
  div.account-create .login-register > .registered-users > .buttons-set {
    display: none;
  }
}
@media (max-width: 568px) {
  div.account-login .new-users,
  div.account-create .new-users {
    margin-bottom: 25px;
  }
}
div.account-login button.button,
div.account-create button.button {
  background: #319b3f;
}
@media (max-width: 568px) {
  div.account-login button.button,
  div.account-create button.button {
    display: block;
    margin: 0 auto;
  }
}
div.account-login button.button > span,
div.account-create button.button > span {
  height: auto;
  padding: 12px 14px;
  text-shadow: none;
  line-height: normal;
}
div.account-create .buttons-set {
  margin: 0 15px;
}
@media (max-width: 767px) {
  div.account-create .buttons-set {
    margin: 0;
  }
}
.checkout-cart .page-title {
  padding-top: 25px;
  padding-bottom: 25px;
}
.checkout-cart .cart-empty {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .checkout-cart .cart-empty {
    padding: 0;
  }
}
.contact-details .msn,
.contact-details .post,
.contact-details .phone,
.contact-details .time {
  margin-bottom: 0;
  font-size: 14px;
}
.contact-details .discription {
  padding: 0;
  font-size: 14px;
}
.contact-details .title {
  font-family: 'AvantGarde Md BT';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f26522;
}
#contactForm .buttons-set {
  padding: 0;
}
#contactForm button.button {
  background: #319b3f;
}
#contactForm button.button:focus,
#contactForm button.button:hover {
  background: #197b30;
}
#contactForm button.button > span {
  height: auto;
  padding: 12px 14px;
  text-transform: uppercase;
  text-shadow: none;
}
#contactForm .fieldset h2.legend {
  margin: 0 0 10px;
  padding: 0;
  color: #f26522;
  float: none;
}
#contactForm .form-list {
  width: 100%;
}
#contactForm .form-list li.wide .input-box,
#contactForm .form-list li.wide select,
#contactForm .form-list li.wide textarea {
  width: 100%;
}
@media (max-width: 568px) {
  #contactForm .form-list .input-text {
    width: 100%;
  }
}
#contactForm label {
  color: #319b3f;
}
@media (max-width: 568px) {
  .cart button {
    width: 100%;
  }
}
.cart button span {
  padding: 0 10px;
  background: #319b3f;
  text-shadow: none;
}
.cart dt {
  color: #555555;
}
.cart label {
  color: #319b3f;
}
.cart .page-title {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
}
@media (max-width: 568px) {
  .cart .page-title {
    margin-top: 25px;
  }
}
.cart .page-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.cart .discount,
.cart .shipping {
  padding: 0;
}
.cart .discount h2,
.cart .shipping h2 {
  padding: 0;
}
.cart .discount h2 .fa,
.cart .shipping h2 .fa {
  margin-right: 5px;
  font-size: 18px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.cart .shipping h2 {
  font-size: 16px;
  color: #555555;
}
@media (max-width: 568px) {
  .cart .shipping button {
    width: 100%;
  }
}
.cart .shipping button span {
  height: auto;
  padding: 12px 14px;
  background: #319b3f;
  text-shadow: none;
}
@media (max-width: 568px) {
  .cart .shipping button span {
    font-size: 16px;
    font-weight: normal;
  }
}
.cart .cart-collaterals .col2-set {
  float: none;
}
.cart .data-table .table-header,
.cart .data-table .table-footer {
  font-size: 0;
}
.cart .data-table .table-header span,
.cart .data-table .table-footer span {
  margin: 0;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  color: white;
}
.cart .data-table .table-header {
  background: #319b3f;
}
.cart .data-table .table-header > span {
  display: inline-block;
  padding: 5px;
  border-right: 1px solid white;
}
.cart .data-table .table-header > span:last-child {
  border: none;
}
@media (max-width: 568px) {
  .cart .data-table .table-header {
    display: none;
  }
}
.cart .data-table .table-footer button {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 568px) {
  .cart .data-table .table-footer button {
    width: 100%;
  }
}
.cart .data-table .table-footer button span {
  width: auto;
  padding: 12px 14px;
}
@media (max-width: 568px) {
  .cart .data-table .table-body .table-cell {
    display: block;
    padding: 0 15px;
    float: left;
  }
  .cart .data-table .table-body .table-cell:first-child {
    width: 35%;
    border: 1px solid #d7d7d7;
  }
  .cart .data-table .table-body .table-cell.product-name {
    width: 65%;
  }
  .cart .data-table .table-body .table-cell.subtotal {
    margin-top: 10px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  .cart .data-table .table-body .table-cell.actions {
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  .cart .data-table .actions,
  .cart .data-table .table-remove {
    padding: 0 15px;
    float: left;
  }
  .cart .data-table .subtotal {
    width: 75%;
    line-height: 45px;
  }
  .cart .data-table .actions {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 569px) {
  .cart .data-table .table-body .table-cell {
    display: inline-block;
  }
  .cart .data-table .table-header span:first-child,
  .cart .data-table .table-body span:first-child {
    width: 10%;
  }
  .cart .data-table .table-header span.product-name,
  .cart .data-table .table-body span.product-name {
    width: 30%;
  }
  .cart .data-table .table-header span.unit-price,
  .cart .data-table .table-body span.unit-price,
  .cart .data-table .table-header span.qty,
  .cart .data-table .table-body span.qty,
  .cart .data-table .table-header span.subtotal,
  .cart .data-table .table-body span.subtotal,
  .cart .data-table .table-header span.actions,
  .cart .data-table .table-body span.actions {
    width: 15%;
  }
}
.cart .data-table .table-body {
  font-size: 0;
}
.cart .data-table .table-body .row {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.cart .data-table .table-body .row .actions {
  font-size: 28px;
}
.cart .data-table .table-cell {
  padding: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.cart .data-table .table-cell .cart-price-label {
  display: none;
}
@media (max-width: 568px) {
  .cart .data-table .table-cell .cart-price-label {
    display: inline-block;
  }
}
.cart .data-table .table-cell .product-image {
  display: block;
}
.cart .data-table .table-cell .product-image img {
  margin: 0 auto;
}
.cart .data-table .product-name {
  display: block;
  text-transform: capitalize;
}
.cart .data-table .product-name h2 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 568px) {
  .cart .data-table .product-name h2 {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .cart .data-table .product-name {
    height: 40px;
    overflow: hidden;
  }
}
.cart .data-table .odd {
  background: #eee;
}
.cart .data-table .even {
  background: #f9f9f9;
}
.cart .input-box {
  width: 100%;
}
.cart select,
.cart input.input-text {
  width: 100%;
  padding: 8px 6px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 568px) {
  .cart select,
  .cart input.input-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cart .form-list input.input-text {
  width: 100%;
}
.cart .totals .checkout-types {
  padding-right: 0;
}
@media (max-width: 568px) {
  .cart .totals .checkout-types {
    padding: 0;
  }
  .cart .totals .checkout-types span {
    height: auto;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 23px;
  }
}
.cart .totals td {
  padding-right: 0;
}
.cart .totals tbody {
  font-size: 16px;
}
.cart .totals tfoot td strong {
  font-size: 20px;
}
.cart span i {
  margin-right: 5px;
}
.opc {
  padding: 0 15px;
}
@media (max-width: 568px) {
  .opc {
    padding: 0;
  }
}
.opc dt,
.opc label {
  color: #555555;
}
@media (max-width: 568px) {
  .opc .step {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.opc .step-title {
  background: #ebebeb;
  border-width: 1px;
  border-color: #d7d7d7;
}
.opc .step-title .number {
  background: #319b3f;
  color: white;
  border: #319b3f;
}
.opc .active .step-title h2 {
  color: #555555;
}
.opc .active .step-title .number {
  background: #319b3f;
}
@media (max-width: 568px) {
  .opc .col2-set .col-1,
  .opc .col2-set .col-2 {
    width: auto;
  }
}
.opc .buttons-set {
  padding: 5px 0 0;
}
.opc .buttons-set p.required {
  display: none;
}
.opc .buttons-set .please-wait {
  height: auto !important;
}
.opc .buttons-set .back-link {
  font-weight: bold;
}
.opc .buttons-set .back-link .fa {
  margin-right: 5px;
}
.opc .form-list li.wide .input-box,
.opc .form-list li.wide select,
.opc .form-list li.wide textarea {
  width: 100%;
}
@media (max-width: 568px) {
  .opc .form-list .input-text {
    width: 100%;
  }
}
.opc .data-table thead th {
  white-space: normal;
  color: #555555;
}
@media (max-width: 568px) {
  .opc .data-table {
    table-layout: fixed;
  }
  .opc .data-table td {
    padding: 3px 5px;
  }
}
@media (max-width: 568px) {
  .opc .data-table tfoot strong {
    font-size: 12px;
  }
}
@media (max-width: 568px) {
  .opc .wide label {
    text-align: left;
  }
}
.opc #payment_form_ewayau_direct .input-box label {
  display: block;
  float: none;
}
.opc #payment_form_ewayau_direct .input-box select {
  width: 100%;
}
@media (max-width: 568px) {
  .opc #payment_form_ewayau_direct .input-box select#ewayau_direct_expiration {
    width: 130px !important;
  }
}
.opc #payment_form_ewayau_direct .input-box .cvv-what-is-this {
  line-height: 33px;
}
.opc #opc-review .product-name {
  color: #319b3f;
}
@media (max-width: 568px) {
  .opc .checkout-agreements {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.opc .checkout-agreements input {
  margin-top: 0;
}
.opc .checkout-agreements .agreement-content {
  background: #eee;
}
.opc button span {
  height: auto;
  padding: 12px 14px;
  background: #319b3f;
  text-shadow: none;
  line-height: normal;
}
.opc select,
.opc input {
  padding: 8px 6px;
  font-size: 14px;
}
.checkout-onepage-success .page-title {
  margin-top: 25px;
}
.checkout-onepage-success .success-content {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .checkout-onepage-success .success-content {
    padding: 0;
  }
}
.checkout-onepage-success .success-content button.button {
  background: #319b3f;
}
@media (max-width: 568px) {
  .checkout-onepage-success .success-content button.button {
    display: block;
    margin: 0 auto;
  }
}
.checkout-onepage-success .success-content button.button > span {
  height: auto;
  padding: 12px 14px;
  text-transform: uppercase;
  text-shadow: none;
}
.checkout-onepage-success .reference-message {
  color: #f26522;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 32%;
}
.col3-set .col-2 {
  margin: 0 2%;
}
.please-wait {
  /*display: block !important;    */
  left: 40%;
  margin: 0;
  border-color: #319b3f;
  color: #319b3f;
}
.please-wait img {
  width: 30px;
}
@media (max-width: 568px) {
  .please-wait {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.contacts-index-index .page-title {
  margin-top: 15px;
}
.contacts-index-index .contact-details {
  padding: 3px 15px;
}
@media (max-width: 767px) {
  .contacts-index-index .contact-details {
    padding: 0;
  }
}
.contacts-index-index .contact-details .section {
  background: none;
  float: none;
  width: auto;
  height: auto;
  padding: 5px 0;
}
.contacts-index-index .contact-details .section .title {
  color: #319b3f;
}
.contacts-index-index .contact-details .section .phone {
  background: none;
  padding: 0 0 0 0;
}
.contacts-index-index .contact-details .section i {
  margin-right: 5px;
  font-size: 32px;
}
.contacts-index-index #contactForm .fieldset {
  background: none;
  padding: 0;
}
#back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
}
#back-to-top a {
  display: block;
  padding: 5px 15px;
  background: #319b3f;
  font-size: 24px;
  color: white;
  border-radius: 50%;
}
#back-to-top a:hover,
#back-to-top a:focus {
  background: #197b30;
}
.lightbox-container .block-warning {
  padding: 10px 0;
}
.lightbox-container .block-warning .message {
  font-size: 18px;
  color: #555555;
}
.lightbox-container .block-warning .buttons {
  padding: 0;
}
.lightbox-container .block-warning .buttons input {
  margin-bottom: 10px;
  color: #555555;
}
.lightbox-container .image {
  background-position: center;
  height: 74px;
}
@media (max-width: 767px) {
  .lightbox-container {
    width: 100%;
    top: 20%;
    left: 0;
    margin: 0;
  }
}
.catalogsearch-result-index .toolbar {
  padding: 0 15px;
}
.catalogsearch-result-index ul.list {
  margin: 0 auto;
}
.customer-account-forgotpassword .page-title {
  margin: 25px 0 0 0;
  padding: 0;
}
.customer-account-forgotpassword .fieldset {
  background: none;
  padding: 0px;
}
.customer-account-forgotpassword .fieldset .legend {
  background: none;
  margin: 0 0 10px;
  padding: 0;
  color: #f26522;
  display: block;
  float: none;
}
.customer-account-forgotpassword .fieldset label {
  color: #319b3f;
}
.customer-account-forgotpassword .buttons-set button {
  background: #319b3f;
  padding: 8px 30px;
}
.customer-account-forgotpassword .buttons-set button span,
.customer-account-forgotpassword .buttons-set button span span {
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  line-height: 22px;
}
.buttons-set .back-link {
  background: #555555;
  color: white;
  padding: 10px 14px;
  line-height: normal;
}
.buttons-set .back-link:hover,
.buttons-set .back-link:focus {
  background: #7d7d7d;
}
.buttons-set .back-link a {
  font-size: 12px;
  font-weight: normal;
  color: white;
}
.buttons-set .back-link a:hover {
  color: white !important;
}
.buttons-set .back-link .fa {
  margin-right: 5px;
}
.contacts-index-index .col-main {
  margin-bottom: 40px;
}
.checkout-onepage-index .col-main {
  padding-top: 25px;
  padding-bottom: 25px;
}
.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #319b3f;
}
.customer-account-logoutsuccess .col-main {
  padding: 25px 0;
}
.customer-account-logoutsuccess .col-main p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .col-main p {
    padding: 0;
  }
}
.customer-account-changeforgotten {
  padding: 8px 9px;
  background: green;
  font-size: 32px;
  color: white;
  float: none;
}
.customer-account-changeforgotten span {
  text-shadow: none;
}
.messages {
  margin: 0 15px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .messages {
    margin: 0 !important;
  }
}
.confirmation .page-title {
  padding-top: 25px;
  padding-bottom: 25px;
}
.confirmation .fieldset {
  padding-left: 15px;
  padding-right: 15px;
}
.confirmation .buttons-set {
  margin: 0 15px;
}
.confirmation button.button {
  background: #319b3f;
}
.confirmation button.button > span {
  height: auto;
  padding: 12px 14px;
  text-shadow: none;
  line-height: normal;
}
.fieldset .legend {
  padding: 0 10px;
}
.page-print .data-table {
  background: none;
  border: 2px solid #d7d7d7;
}
.page-print .data-table th {
  background: #319b3f;
  color: white;
}
.page-print .data-table tbody:nth-child(even) {
  background: #eee;
}
.page-print .buttons-set {
  padding-right: 0;
}
.page-print button.button span {
  display: inline-block;
  background: #319b3f;
  height: auto;
  padding: 13px 14px 14px;
  text-shadow: none;
  text-transform: uppercase;
}
.zoomContainer,
.zoomWindowContainer {
  z-index: 0 !important;
}
.zoomContainer .zoomWindow,
.zoomWindowContainer .zoomWindow {
  z-index: 0 !important;
}
