/*
Theme Name: Diesel Chip Tuning
Theme URI: http://dieselchiptuning.com.au
Author: Diesel Chip Tuning Team
Author URI: http://dieselchiptuning.com.au
*/
/* clear styles */

html, body, p, ul, ol, li, form, fieldset, input, button, legend, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

input, textarea {
  border-radius: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
  font-stretch: condensed;
}

input[type='file'] {
  box-shadow: none !important;
}

textarea {
  font-size: 14px;
  overflow: auto;
  resize: none !important;
}

input::-ms-clear {
    display: none;
}

fieldset {
  outline: none;
  border: none;
}

button {
    border: none;
    outline: none;
  font-family: 'Calibri', sans-serif;
}

html {

}

body {
  margin: 0 auto;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
  font-stretch: condensed;
}

body, div, section {
  box-sizing: border-box;
}

main {
  display: block;
}

.clear { clear: both; }

.display-none {
  display: none;
}

.display-block {
  display: block;
}

::-webkit-input-placeholder {color:#acacac;}
::-moz-placeholder          {color:#acacac;}/* Firefox 19+ */
:-moz-placeholder           {color:#acacac;}/* Firefox 18- */
:-ms-input-placeholder      {color:#acacac;}

:focus::-webkit-input-placeholder {color: #5c5c5c; }
:focus::-moz-placeholder          {color: #5c5c5c; }
:focus:-moz-placeholder           {color: #5c5c5c; }
:focus:-ms-input-placeholder      {color: #5c5c5c; }

/* bug? */
html {
  overflow-x: hidden;
}

/* wrapper */
body,
html,
.page-wrapper {
  min-height: 100%;
}

body,
html {
  height: 100%;
}

.page-wrapper {
  height: auto;
  padding-bottom: 188px;
}

@media (min-width: 480px) {
  .page-wrapper {
    padding-bottom: 146px;
  }
}

@media (min-width: 992px) {
  .page-wrapper {
    padding-bottom: 98px;
  }
}

footer {
  height: 188px;
  margin-top: -156px;
}

@media (min-width: 480px) {
  footer {
    height: 146px;
    margin-top: -146px;
  }
}

@media (min-width: 992px) {
  footer {
    height: 78px;
    margin-top: -78px;
  }
}

/* black bg */
.bg {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 5;
}

/* main content block */
.mainContent {
  width: 100%;
  margin-top: 20px;
}

.mainContentFullWidth {
  width: 100%;
  margin: 20px 0px;
}

/* breadcrumps */
.breadcrumbs a,
.breadcrumbs span {
  text-decoration: none;
  font-size: 14px;
  color: #406275;
  font-weight: 700;
}

  .breadcrumbs .currentPage {
    color: #1a1a1a;
  }

/* header styles */
  header:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 136px;
    left: 0;
    top: 0px;
    background: #b2b2b2;
    z-index: -1;
  }

  @media (min-width: 992px) {
    header:before {
      height: 94px;
    }
  }

  header .logo {
    background: #b2b2b2;
    /*background-image: url(images/logo.png);
    text-indent: -9999px;*/
    width: 243px;
    height: 86px;
    display: table;
    position: relative;
  }

  header .logo + div {
    background: #406275;
    position: relative;
  }

  header .logo a {
    float: left;
    width: 100%;
    height: 63px;
  }

    header .cart {
      background: #2a2e32;
      color: #fff;
    }

    header .cart a {
      /*display: block;*/
      /*width: 100%;*/
      height: 100%;
      text-decoration: none;
      color: #fff;
    }

    header .cart p:first-of-type {
      position: relative;
    }

    header .cart p:first-of-type:before {
      content: '';
      position: absolute;
      width: 13px;
      height: 11px;
      background: url(images/cart.png);
      left: -5px;
      top: 12px;
    }

  header nav {
    display: none;
    width: 140px;
    background: #406275;
    padding: 16px;
    position: absolute;
    top: 89px;
    right: 0px;
    z-index: 3;
}

  header nav li {
    display: inline;
  }

    header nav a,
    header nav span {
      display: block;
      width: 100%;
      text-align: left;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      box-sizing: border-box;
      font-size: 12px;
      border: 1px solid transparent;
      margin-top: 5px;
      transition: border 0.15s linear;
    }

  header .mobileMenu {
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin-top: 2px;
    float: right;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
  }

    header .mobileMenu rect {
      fill: #fff;
    }

/* header end */

/* sidebar styles */
.sidebar {
  width: 250px;
  margin: 20px 0px 30px;
}

  .sidebar .form {
    border-radius: 4px;
    background: #b2b2b2;
  }

    .sidebar .form form {
      padding: 5px 10px 9px;
    }

  .sidebar .form h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #2a2e32;
    color: #fff;
    font-weight: 400;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 0px;
  }

  .sidebar .form select, .sidebar .form label {
    display: block;
    width: 100%;
  }

    .sidebar .form label {
      font-size: 16px;
    }

    .sidebar .form select {
      box-sizing: border-box;
      border: 1px solid #b2b2b2;
      border-radius: 2px;
      height: 30px;
      margin-top: 3px;
      padding-left: 7px;
      color: #406275;
      box-shadow: inset 0px 0px 4px rgba(0,0,0,0.57);
    }

    .sidebar .form select.error {
      border: 1px solid #ff0000;
    }

    .sidebar .form .errorMessage {
      visibility: hidden;
      font-size: 12px;
      font-weight: 700;
      color: #ff0000;
    }

    .sidebar .form button {
      box-sizing: border-box;
      border-radius: 4px;
      height: 40px;
      width: 100%;
      text-transform: uppercase;
      color: #000;
      font-size: 18px;
      cursor: pointer;
      box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
      background: #bdd400;
      background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
      background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
    }

      .sidebar .form button:hover {
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .sidebar .form button:active {
        box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
        background: #7fa400;
        background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
        background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
      }

  .MoneyBack, .SecurePayment, .ExpressPost {
    display: block;
    width: 249px;
    margin-top: 20px;
  }

  .SecurePayment, .ExpressPost {
    background: url(images/sidebar.jpg);
  }

  .MoneyBack {
    background: url(images/money-back.jpg);
    height: 253px;
  }

  .SecurePayment {
    height: 154px;
    background-position: 0px -253px;
  }

  .ExpressPost {
    height: 74px;
    background-position: 0px 74px;
  }
/* sidebar styles end */

/* footer styles */
footer {
  position: relative;
}

  footer .logo {
    background: #b2b2b2;
    background-image: url(images/logo.png);
    background-size: cover;
    text-indent: -9999px;
    width: 195px;
    height: 49px;
    display: table;
    position: relative;
    margin: 15px 0px 14px;
  }

  footer .logo a {
    display: block;
    width: 100%;
    height: 49px;
  }

  footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    left: -50%;
    top: 0px;
    background: #b2b2b2;
    z-index: -1;
  }

  footer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    right: -50%;
    top: 0px;
    z-index: -1;
    background: #2a2e32;
    background: -moz-linear-gradient(top, #2a2e32 0%, #2a2e32 43%, #406275 44%, #406275 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2e32), color-stop(43%,#2a2e32), color-stop(44%,#406275), color-stop(100%,#406275));
    background: -webkit-linear-gradient(top, #2a2e32 0%,#2a2e32 43%,#406275 44%,#406275 100%);
    background: -o-linear-gradient(top, #2a2e32 0%,#2a2e32 43%,#406275 44%,#406275 100%);
    background: -ms-linear-gradient(top, #2a2e32 0%,#2a2e32 43%,#406275 44%,#406275 100%);
    background: linear-gradient(to bottom, #2a2e32 0%,#2a2e32 43%,#406275 44%,#406275 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2e32', endColorstr='#406275',GradientType=0 );
  }

  footer ul {
    background: #2a2e32;
    text-align: center;
  }

  footer ul li {
    display: inline;
  }

    footer li a,
    footer li span {
      display: inline-block;
      padding: 9px 7px;
      text-decoration: none;
      text-transform: capitalize;
      color: #fff;
      box-sizing: border-box;
      font-size: 12px;
      transition: color 0.15s linear;
    }

      footer li a:hover,
      footer li span.active  {
        color: #406275;
      }

  footer .logo + div {
    background: #406275;
  }

  footer p:last-of-type {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
  }
/* footer end */

/* index page styles */

  /* topSlider */
  .mainContent .topSlider {
    position: relative;
    overflow: hidden;
  }

    .mainContent .topSlider .wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
    }

    .mainContent .topSlider .wrapper > div {
      list-style: none;
      height: 100%;
      width: 9999px;
    }

      .mainContent .topSlider .slide {
        display: block;
        height: 100%;
        float: left;
        background-position: center center !important;
        position: relative;
      }

        .mainContent .topSlider .slide p + p {
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 26px;
          line-height: 34px;
          /*background: rgba(0,0,0,0.6);*/
          position: absolute;
          top: 0;
          left: 0;
        }

        .mainContent .topSlider .slide a {
          display: block;
        }

        .mainContent .topSlider .slide img {
          height: auto !important;
          width: 100% !important;
        }

    /* pagination */
    .mainContent .topSlider .slick-dots {
      display: block;
      height: 12px;
      width: auto;
      list-style: none;
      position: absolute;
      bottom: 9px;
      left: calc(50% - (3 / 2) * 20px); /* 3 - num of slides */
    }

      .mainContent .topSlider .slick-dots li {
        display: inline;
      }

      .mainContent .topSlider .slick-dots button {
        color: transparent;
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        margin: 0px 4px;
        display: block;
        float: left;
        border: 1px solid #b2b2b2;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        background: transparent;
      }

        .mainContent .topSlider .slick-dots li:hover button:after {
          content: '';
          position: absolute;
          width: 6px;
          height: 6px;
          background: #b2b2b2;
          border-radius: 3px;
          top: 2px;
          left: 2px;
        }

        .mainContent .topSlider .slick-dots .slick-active button:after {
          content: '';
          position: absolute;
          width: 4px;
          height: 4px;
          background: #b2b2b2;
          border-radius: 2px;
          top: 3px;
          left: 3px;
        }



    /* background images */
    .mainContent .topSlider .slide:first-child {
      background: url(images/slides/slide1.jpg);
    }

    /* bottons */
    .mainContent .topSlider .button {
      box-sizing: border-box;
      padding: 7px;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      position: absolute;
      background: #b2b2b2;
      opacity: 0.4;
      top: calc(50% - 15px);
      z-index: 2;
      transition: all 0.2s linear;
      cursor: pointer;
    }

      .mainContent .topSlider .button:hover {
        opacity: 0.8;
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .mainContent .topSlider .button[data-type="prev"] {
        left: 10px;
      }

      .mainContent .topSlider .button[data-type="next"] {
        right: 10px;
      }
  /* topSlider end */

  /* content */
  .mainContent .content {
    margin-top: 20px;
  }

    .mainContent .content h2 {
      text-transform: uppercase;
      font-size: 24px;
    }

    .mainContent .content p {
      font-size: 16px;
      line-height: 24px;
      margin-top: 25px;
    }
  /* content ends */

  /* auto slider */
  .mainContent .auto-slider-title {
    margin-top: 30px;
  }

    .mainContent .auto-slider-title {
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bolder;
    }

      .mainContent .autoSlider {
        position: relative;
      }

        .mainContent .autoSlider .wrapper {
          position: relative;
          width: 100%;
          height: 45px;
          overflow-x: hidden;
          margin: 20px auto 0px;
        }

        .mainContent .autoSlider .autoSlider-list {
          list-style: none;
          height: 100%;
         /* width: 9999px;*/
        }

        .mainContent .autoSlider .slide {
          float: left;
          height: 45px;
          margin-right: 25px;
          /*background: url(images/slides/autoSlider.png);*/
        }

        .mainContent .autoSlider .slide img {
          height: 45px !important;
          width: auto !important;
        }

    /* background images */
    /*.mainContent .autoSlider .slide:nth-child(6n+1) {
      width: 114px;
    }

    .mainContent .autoSlider .slide:nth-child(6n+2) {
      width: 41px;
      background-position: -114px 0px;
    }

    .mainContent .autoSlider .slide:nth-child(6n+3) {
      width: 42px;
      background-position: -155px 0px;
    }

    .mainContent .autoSlider .slide:nth-child(6n+4) {
      width: 34px;
      background-position: -197px 0px;
    }

    .mainContent .autoSlider .slide:nth-child(6n+5) {
      width: 116px;
      background-position: -231px 0px;
    }

    .mainContent .autoSlider .slide:nth-child(6n+6) {
      width: 63px;
      background-position: -347px 0px;
    }*/

    /* bottons */
    .mainContent .autoSlider .button {
      box-sizing: border-box;
      padding: 10px;
      border-radius: 20px;
      width: 40px;
      height: 40px;
      position: absolute;
      background: #2a2e32;
      opacity: 0.6;
      top: 2px;
      z-index: 2;
      transition: all 0.2s linear;
      cursor: pointer;
    }

      .mainContent .autoSlider .button svg path {
        fill: #fff;
      }

      .mainContent .autoSlider .button:hover {
        opacity: 1;
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .mainContent .autoSlider .button[data-type="prev"] {
        left: 10px;
      }

      .mainContent .autoSlider .button[data-type="next"] {
        right: 10px;
      }
  /* auto slider end */

/* index page styles end */

/* reviews styles */
.breadcrumbs li {
  display: inline;
}

.breadcrumbs a,
.breadcrumbs span {
  text-decoration: none;
  font-size: 14px;
  color: #406275;
  font-weight: 700;
}

  .breadcrumbs .currentPage {
    color: #1a1a1a;
  }

  .mainContent .breadcrumbs + p {
    font-size: 16px;
    margin: 20px 0px;
  }

  .mainContent .reviewsContainer {
	padding-top: 20px;
  }

  .mainContent .reviewsContainer ul {
    list-style: none;
  }

    .mainContent .reviewsContainer ul li {
	margin-bottom: 10px;
    	padding: 12px 10px 12px 10px;
    	border: 1px solid rgba(0,0,0,0.1);
    	border-radius: 10px;
    	background: aliceblue;
    	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    }

      .mainContent .reviewsContainer ul li h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
    	color: chocolate;
    	margin-top: 3px;
      }

      .mainContent .reviewsContainer ul li p {
        font-size: 14px;
        line-height: 20px;
      }

      .mainContent .reviewsContainer ul li img {
        display: none;
        width: 230px;
        height: auto;
        margin: 0 auto;
      }

      .mainContent .reviewsContainer ul li .vehicle-name {
	display: block !important;
    	font-weight: 700;
    	font-size: 20px;
    	color: cadetblue;
      }

      .mainContent .reviewsContainer ul li .author-name {
        float: left;
    	padding-right: 15px;
    	font-size: 17px;
	font-style: italic;
      }

      .mainContent .reviewsContainer ul li .comment-text {
        padding-bottom: 4px;
      }

      .mainContent .reviewsContainer ul li .comment-date {
        display: block !important;
	float: left;
    	font-size: 15px;
	font-style: italic;
      }

.mainContent .pagination nav {
  text-align: center;
}

  /* reviews popup */
  /* hide */
  .mainContent .popUp, .bg {
    display: none;
  }

  .mainContent .popUp {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }

  .mainContent .popUp div {
      margin: 0 auto;
      position: relative;
      margin-top: 20px;
    }

      .mainContent .popUp div h3 {
        width: 100%;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 14px 0px;
        background: #2a2e32;
      }

      .mainContent .popUp div h3 + svg {
        top: 17px;
        right: 10px;
        position: absolute;
        width: 15px;
        height: 15px;
        cursor: pointer;
      }

        .mainContent .popUp div h3 + svg path {
          fill: #fff;
        }

    .mainContent .popUp form {
      padding: 20px 60px;
      background: #b2b2b2;
    }
   .mainContent .popUp form {
      background: aliceblue;
    }

      .mainContent .popUp form label,
      .mainContent .popUp form input,
      .mainContent .popUp form textarea,
      .mainContent .popUp form button {
        width: 100%;
      }

        .mainContent .popUp form label {
          font-size: 16px;
          padding-left: 5px;
          display: block;
        }

            .mainContent .popUp form input, .mainContent .popUp form textarea {
              box-sizing: border-box;
              border: 1px solid #b2b2b2;
              border-radius: 2px;
              height: 30px;
              margin-top: 3px;
              padding-left: 7px;
              color: #406275;
              box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25);
            }

            .mainContent .popUp form input:focus, .mainContent .popUp form textarea:focus {
              border-color: #000;
            }

              .mainContent .popUp form textarea {
                height: 8em;
                resize: vertical;
              }

            .mainContent .popUp form input.error, .mainContent .popUp form textarea.error {
              border-color: #ff0000;
            }

            .mainContent .popUp form input.valid, .mainContent .popUp form textarea.valid {
              border-color: #89b100;
            }

            .mainContent .popUp form .errorMessage {
              visibility: hidden;
              font-size: 12px;
              font-weight: 700;
              color: #ff0000;
              padding-left: 5px;
            }

            .mainContent .popUp form button {
              box-sizing: border-box;
              border-radius: 4px;
              height: 40px;
              width: 100%;
              text-transform: uppercase;
              color: #000;
              font-size: 18px;
              margin-top: 10px;
              cursor: pointer;
              box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
              background: #bdd400;
              background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
              background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
              background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
              background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
              background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
            }

              .mainContent .popUp form button:hover {
                background: #7da205;
                background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
                background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
                background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
                background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
                background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
              }

              .mainContent .popUp form button:active {
                box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
                background: #7fa400;
                background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
                background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
                background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
                background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
                background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
              }

/* reviews styles end */

/* FAQ styles */
.faqContainer {
  margin-top: 20px;
}

  .faqContainer ul {
    list-style: none;
    width: 100%;
  }

    .faqContainer ul li p.question {
      font-weight: 700;
      margin-bottom: 15px;
    }

      .faqContainer ul li p.question::before {
        content: 'Q:';
        font-weight: 700;
        padding-right: 10px;
      }

    .faqContainer ul li p.answer {
      margin-bottom: 25px;
    }

      .faqContainer ul li p.answer::before {
        content: 'A:';
        font-weight: 700;
        padding-right: 10px;
      }
/* FAQ styles end */

/* contactUs */
.contactUs {
  margin-top: 20px;
}

.contactUs .form {
  background: #b2b2b2;
  border-radius: 5px;
}

.contactUs .form h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0px;
  background: #2a2e32;
  border-radius: 5px 5px 0px 0px;
}

.contactUs form input,
.contactUs form textarea {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  width: 260px;
  height: 30px;
  font-size: 15px;
  margin-top: 3px;
  padding-left: 7px;
  color: #406275;
  box-shadow: inset 0px 0px 4px rgba(0,0,0,0.57);
}

  .contactUs form textarea {
    height: 70px;
  }

  .contactUs form input:focus,
  .contactUs form textarea:focus {
    border-color: #000;
  }

  .contactUs form input.error,
  .contactUs form textarea.error {
    border-color: #ff0000;
  }

  .contactUs form input.valid,
  .contactUs form textarea.valid {
    border-color: #89b100;
  }

  .contactUs form .errorMessage {
    visibility: hidden;
    font-size: 12px;
    font-weight: 700;
    color: #ff0000;
    padding-left: 5px;
  }

  .contactUs form button {
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 260px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
    background: #bdd400;
    background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
    background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
  }

    .contactUs form button:hover {
      background: #7da205;
      background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
      background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
    }

    .contactUs form button:active {
      box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
      background: #7fa400;
      background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
      background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
    }

.contactUs .tel {
  background: #b2b2b2;
  border-radius: 5px;
}

.contactUs .tel h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0px;
  background: #2a2e32;
  border-radius: 5px 5px 0px 0px;
}

.contactUs .tel h3 + p {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

  .contactUs .tel h3 + p + p {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .contactUs .tel h3 + p + p svg {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

.contactUs .territory ul {
  list-style: none;
}

  .contactUs .territory ul li {
    color: #989898;
    font-size: 16px;
    line-height: 30px;
  }

.contactUs .map {
  display: block;
  background: url(images/map.jpg);
  background-size: cover;
}
/* contactUs end */

/* address */
.address {
  margin-top: 20px;
}

.address form {
  width: 260px;
  margin: 0 auto;
}

.address h2 {
  width: 100%;
  color: #000;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}

  .address form label {
    padding-left: 2px;
    display: block;
    width: 100%;
  }

.address form input,
.address form select {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  width: 260px;
  height: 40px;
  font-size: 15px;
  margin-top: 3px;
  padding-left: 7px;
  color: #406275;
  box-shadow: inset 0px 0px 4px rgba(0,0,0,0.57);
}

  .address form input:focus,
  .address form select:focus {
    border-color: #000;
  }

  .address form input.error,
  .address form select.error {
    border-color: #ff0000;
  }

  .address form input.valid,
  .address form select.valid {
    border-color: #89b100;
  }

  .address form .errorMessage {
    visibility: hidden;
    font-size: 12px;
    font-weight: 700;
    color: #ff0000;
    padding-left: 5px;
    margin-bottom: 7px;
  }

  .address form button,
  .address form .button {
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 150px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-top: 19px;
    float: right;
    cursor: pointer;
    box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
    background: #bdd400;
    background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
    background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
  }

    .address form button:hover,
    .address form .button:hover {
      background: #7da205;
      background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
      background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
    }

    .address form button:active,
    .address form .button:active {
      box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
      background: #7fa400;
      background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
      background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
    }
/* address end */

/* product page */
/* main info */
.productPage {
  margin: 20px 0px;
}

  .productPage .mainInfo h2, .productPage .mainInfo h1 {
    display: block;
    font-size: 18px;
    background: #b2b2b2;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
  }

  .productPage .mainInfo img {
    width: 236px;
    height: 236px;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  .productPage .mainInfo p {
    font-size: 14px;
  }

    .productPage .mainInfo p.price {
      font-size: 30px;
      font-weight: 700;
      float: left;
      line-height: 40px;
      margin-top: 20px;
    }

      .productPage .mainInfo p.price:before {
        content: '$';
        padding-right: 3px;
      }

  .productPage .mainInfo form {
    float: right;
    margin-top: 20px;
  }

    .productPage .mainInfo form input {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  width: 60px;
  height: 40px;
  font-size: 15px;
  padding-left: 7px;
  color: #406275;
}

    .productPage .mainInfo form button {
      box-sizing: border-box;
      border-radius: 4px;
      height: 40px;
      width: 180px;
      text-transform: uppercase;
      color: #000;
      font-size: 18px;
      float: right;
      margin-left: 10px;
      cursor: pointer;
      box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
      background: #bdd400;
      background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
      background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
    }

      .productPage .mainInfo form button:hover {
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .productPage .mainInfo form button:active {
        box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
        background: #7fa400;
        background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
        background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
      }

/* reviewsSlider */
.reviewsSlider {
  position: relative;
  margin: 20px 0px;
}

  .reviewsSlider h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .reviewsSlider .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #b2b2b2;
    border-radius: 4px;
    padding: 5px 0px;
  }

  .reviewsSlider ul {
    list-style: none;
    height: 100%;
    width: 9999px;
  }

    .reviewsSlider ul li {
      display: block;
      box-sizing: border-box;
      height: 100%;
      width: 320px;
      float: left;
      padding: 5px 45px;
    }

      .reviewsSlider ul li h3 {
        font-size: 16px;
      }

      .reviewsSlider ul li p {
        color: #000;
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
      }

  /* bottons */
    .reviewsSlider .button {
      box-sizing: border-box;
      width: 30px;
      height: 30px;
      position: absolute;
      opacity: 0.4;
      top: calc(50% - 15px);
      z-index: 2;
      transition: all 0.2s linear;
      cursor: pointer;
    }

      .reviewsSlider .button:hover {
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .reviewsSlider .button[data-type="prev"] {
        left: 5px;
      }

      .reviewsSlider .button[data-type="next"] {
        right: 5px;
      }

/* description */
.productPage .desc h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

  .productPage .desc ul {
    list-style: none;
    margin-bottom: 15px;
  }

    .productPage .desc ul li {
      font-size: 14px;
      line-height: 18px;
      padding-left: 30px;
      position: relative;
    }

      .productPage .desc ul li:before {
        content: '';
          position: absolute;
        width: 16px;
          height: 13px;
        left: 5px;
        top: 2px;
        background: url(images/ok.svg);
      }

  .productPage .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
/* product page end */

/* products list page */
.products ul {
  list-style: none;
}

.product {
  margin: 20px 0px;
}

  .product h2 {
    display: block;
    font-size: 18px;
    background: #b2b2b2;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
  }

    .product h2 a {
      cursor: pointer;
      color: #000;
      font-family: inherit;
      font-size: inherit;
      background: transparent;
      text-align: left;
    }

      .product h2 a:hover {
        color: #374503;
      }

  .product .mainInfo {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #000;
    border-top: none;
    padding: 10px;
  }

  .product .mainInfo img {
    width: 156px;
    height: 156px;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .product .mainInfo p {
    font-size: 14px;
  }

  .product .mainInfo .social {
    /*background: #b2b2b2;*/
    border-radius: 2px;
    height: 16px;
    padding: 4px;
    display: table;
    margin: 20px 0px 0px;
  }

  .product .mainInfo .social li {
    display: block;
    float: left;
    width: 15px;
    height: 16px;
    margin-right: 4px;
    cursor: pointer;
    /*background: url(images/social.png);*/
  }

    .product .mainInfo .social li:nth-child(2) {
      background-position: -15px 0px;
    }

    .product .mainInfo .social li:nth-child(3) {
      background-position: -30px 0px;
    }

    .product .mainInfo .social li:nth-child(4) {
      background-position: -45px 0px;
    }

    .product .mainInfo p.price {
      font-size: 30px;
      font-weight: 700;
      float: right;
      line-height: 40px;
      margin-top: 20px;
    }

      .product .mainInfo p.price:before {
        /*content: '$';*/
        padding-left: 3px;
      }

        .price span {
          display: inline-block;
          font-size: 16px;
          font-weight: 300;
          line-height: 20px;
          vertical-align: middle;
          margin-right: 10px;
        }

  .product .mainInfo form {
    float: right;
    margin-top: 20px;
  }

.product .mainInfo form input {
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  padding-left: 7px;
  color: #406275;
}

    .product .mainInfo form button,
    .add-to-cart-success-checkout {
      box-sizing: border-box;
      border-radius: 4px;
      height: 40px;
      width: 150px;
      text-transform: uppercase;
      color: #000;
      font-size: 18px;
      float: right;
      margin-left: 10px;
      cursor: pointer;
      box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
      background: #bdd400;
      background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
      background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
    }

      .product .mainInfo form button:hover {
        background: #7da205;
        background: -moz-linear-gradient(left,  #7da205 0%, #b3d421 38%, #b3d421 64%, #7da205 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da205), color-stop(38%,#b3d421), color-stop(64%,#b3d421), color-stop(100%,#7da205));
        background: -webkit-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -o-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: -ms-linear-gradient(left,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        background: linear-gradient(to right,  #7da205 0%,#b3d421 38%,#b3d421 64%,#7da205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da205', endColorstr='#7da205',GradientType=1 );
      }

      .product .mainInfo form button:active {
        box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
        background: #7fa400;
        background: -moz-linear-gradient(left,  #7fa400 0%, #afca00 38%, #afca00 64%, #7fa400 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7fa400), color-stop(38%,#afca00), color-stop(64%,#afca00), color-stop(100%,#7fa400));
        background: -webkit-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -o-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: -ms-linear-gradient(left,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        background: linear-gradient(to right,  #7fa400 0%,#afca00 38%,#afca00 64%,#7fa400 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa400', endColorstr='#7fa400',GradientType=1 );
      }
/* products list page end */

/* cart */
.cartPage {
  margin: 20px 0px;
}

  .cartPage p:first-of-type {
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    line-height: 28px;
  }

  .cartPage p:first-of-type + a {
    float: right;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background: #919191;
    padding: 5px 15px;
    border: 1px solid #665;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 4px;
    color: #000;
  }

    .cartPage p:first-of-type + a:hover {
      box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    }

    .cartPage p:first-of-type + a:active {
      box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
    }

  .cartPage table {
    box-sizing: border-box;
    margin: 20px 0px;
    border: 1px solid #665;
    border-radius: 4px;
    border-collapse: collapse;
  }

    .cartPage table th {
      background: #b2b2b2;
      font-weight: 700;
      text-align: center;
      line-height: 40px;
    }

    .cartPage table tr {
      font-size: 12px;
      text-align: left;
      border-spacing: 10px 0px;
    }

    @media (min-width: 480px) {
      .cartPage table tr {
        font-size: 13px;
      }
    }

    @media (min-width: 768px) {
      .cartPage table tr {
        font-size: 14px;
      }
    }

    .cartPage table tr:nth-child(2n+1) {
      background: #e4e9ec;
    }

      .cartPage table tr > td {
        padding: 10px 3px;
      }

      .cartPage table tr input {
        width: 40px;
        height: 40px;
        padding-left: 5px;
        border: 1px solid #ccc;
      }

      .cartPage table tr svg {
        width: 12px;
        height: 12px;
        cursor: pointer;
      }

      .cartPage table a {
        color: #000;
        text-decoration: none;
      }

      .cartPage table img {
        width: 50px;
        height: auto;
      }

      .cartPage .shop_table {
        margin-top: 20px !important;
        width: 100%;
      }

  .cartPage table:last-of-type {
    border: none;
    float: right;
    margin: 0;
  }

    .cartPage table:last-of-type tr {
      background: transparent;
    }

    .cartPage table:last-of-type tr > td {
      padding-bottom: 20px;
      line-height: 14px;
      text-transform: uppercase;
    }

      .cartPage table:last-of-type tr > td {
        font-size: 18px;
      }

      .cartPage table:last-of-type .total {
        text-align: right;
        padding-right: 8px;
      }

      .cartPage table:last-of-type .price {
        padding-left: 15px;
      }

  .cartPage .cartPage table:last-of-type tr > td .shipping {
    line-height: 14px;
  }

    .cartPage .shipping span:last-of-type {
      font-size: 14px;
      line-height: 14px;
      text-transform: none;
    }

  .cartPage .pay-btn {
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 150px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 0px #6b8200, inset 0px 0px 48px rgba(137,177,0,0.26);
    background: #bdd400;
    background: -moz-linear-gradient(top,  #bdd400 0%, #b6cd00 18%, #82a500 87%, #7da101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd400), color-stop(18%,#b6cd00), color-stop(87%,#82a500), color-stop(100%,#7da101));
    background: -webkit-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -o-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: -ms-linear-gradient(top,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    background: linear-gradient(to bottom,  #bdd400 0%,#b6cd00 18%,#82a500 87%,#7da101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd400', endColorstr='#7da101',GradientType=0 );
    text-align: center;
    line-height: 40px;
    text-decoration: none;
  }

    .cartPage .pay-btn:hover {
      background: #7da101;
      background: -moz-linear-gradient(left,  #7da101 0%, #82a500 13%, #b6cd00 82%, #bdd400 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7da101), color-stop(13%,#82a500), color-stop(82%,#b6cd00), color-stop(100%,#bdd400));
      background: -webkit-linear-gradient(left,  #7da101 0%,#82a500 13%,#b6cd00 82%,#bdd400 100%);
      background: -o-linear-gradient(left,  #7da101 0%,#82a500 13%,#b6cd00 82%,#bdd400 100%);
      background: -ms-linear-gradient(left,  #7da101 0%,#82a500 13%,#b6cd00 82%,#bdd400 100%);
      background: linear-gradient(to right,  #7da101 0%,#82a500 13%,#b6cd00 82%,#bdd400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da101', endColorstr='#bdd400',GradientType=1 );
    }

    .cartPage .pay-btn:active {
      box-shadow: inset 0px 3px 8px rgba(0,0,0,0.5);
    }
/* cart end */

/* how to order */
.howToOrder,
.static-page {
  margin: 20px 0px;
}

.howToOrder h2,
.static-page h2 {
  font-size: 18px;
    margin-bottom: 10px;
}

  .howToOrder p {
    font-size: 16px;
      line-height: 22px;
    margin-bottom: 15px;
  }
/* how to order end */

/* about Us */
.aboutUs {
  margin: 20px 0px;
}

.aboutUs h2 {
  font-size: 18px;
    margin-bottom: 10px;
}

  .aboutUs img {
    display: none;
  }

  .aboutUs p {
    font-size: 16px;
      line-height: 22px;
    margin-bottom: 15px;
  }
/* about Us end */

.search-results-null {
  margin-top: 20px;
}

.update-cart-button {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #919191;
  padding: 5px 15px;
  border: 1px solid #665 !important;
  box-shadow: 0px 1px 2px #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  height: auto !important;
  cursor: pointer;
  float: right;
}

.added.add-to-cart-btn {
  position: relative;
}

button.added.add-to-cart-btn:before {
    content: "Added to cart!";
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #bdd400;
    padding: 5px 0;
}

button.added.add-to-cart-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #bdd400 transparent transparent transparent;
    top: -9px;
    left: 9px;
}

.cartPage table tr.update-cart > td {
  padding: 0;
}

.cartPage table tr.update-cart > td input {
  width: 164px;
}


.add-to-cart-success {
    border: 1px solid #000;
    border-radius: 2px;
    margin-top: 20px;
}

@media (min-width: 768px) {
  .add-to-cart-success {
    height: 110px;
  }
}

@media (min-width: 992px) {
  .add-to-cart-success {
    height: 62px;
  }
}

.add-to-cart-success-message {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 10px;
}

@media (min-width: 480px) {
  .add-to-cart-success-message {
    margin-top: 24px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .add-to-cart-success-message {
    margin-top: 0;
  }
}

.add-to-cart-success-message strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
}

.add-to-cart-success-cart {
    padding: 10px;
    border-left: 1px solid #000;
    width: 100%;
}

@media (min-width: 480px) {
  .add-to-cart-success-cart {
    margin-left: 200px;
    height: auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .add-to-cart-success-cart {
    height: 108px;
  }
}

@media (min-width: 992px) {
  .add-to-cart-success-cart {
    height: 60px;
  }
}

.add-to-cart-success-subtotal {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 768px) {
  .add-to-cart-success-subtotal {
    margin-bottom: 0;
    margin-top: 36px;
    width: 230px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .add-to-cart-success-subtotal {
    margin-top: 12px;
  }
}

.add-to-cart-success-options {
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {
  .add-to-cart-success-options {
    margin-left: 275px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .add-to-cart-success-options {
    margin-left: 310px;
  }
}

a.add-to-cart-success-checkout {
    display: inline-block;
    width: 160px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    height: 38px;
    float: none;
    margin-left: 0px;
    font-size: 12px;
}

@media (min-width: 768px) {
  a.add-to-cart-success-checkout {
    font-size: 18px;
    width: 250px;
  }
}

@media (min-width: 992px) {
  a.add-to-cart-success-checkout {
    margin-left: 10px;
  }
}

button.add-to-cart-success-continue-btn {
    line-height: 40px;
    width: 160px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
  button.add-to-cart-success-continue-btn {
    font-size: 18px;
    width: 250px;
  }
}


@media (min-width: 992px) {
  button.add-to-cart-success-continue-btn {
    width: 180px;
    margin-bottom: 0;
  }
}

p.add-to-cart-success-message-text {
    color: #78C11B;
}

i.icon-check {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
}

i.icon-check:before {
    content: "";
    position:absolute;
    width: 12px;
    height: 10px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    -moz-transform: rotate(305deg);
    -webkit-transform: rotate(305deg);
    -o-transform: rotate(305deg);
    transform: rotate(305deg);
    left: 0;
    bottom: 4px;
}

td.product-type,
td.product-name {
    width: 60px;
}

@media (min-width: 480px) {
  td.product-type,
  td.product-name {
      width: 90px;
  }
}

.cartPage table tr > td {
  word-break: break-all;
}

@media (min-width: 992px) {
  .product-characteristics {
    padding: 0 0 0 260px;
  }
  .productPage .mainInfo .product-characteristics + .product-extra .price {
    margin-left: 240px;
  }
}

.product-characteristics-content:after,
.product-characteristics-content:before {
  content: "";
  display: table;
}

.product-characteristics-content:after {
  clear: both;
}

@media (min-width: 480px) {
  .product-characteristics-item {
    float: left;
    width: 50%;
  }
}

.product-characteristics-label,
.product-characteristics-value {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.product-characteristics-value {
  background: #555;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 1px #555;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 5px auto 15px;
  width: 160px;
}

header {
  /* position: relative; */
}

.images {
  display: none;
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 0;
}

@media (min-width: 768px) {
  .images {
    display: block;
    height: 89px;
  }
}

@media (min-width: 992px) {
  .images {
    top: 0;
    height: 55px;
  }
}

.image-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  height: 89px;
}

@media (min-width: 992px) {
  .image-item {
    height: 55px;
  }
}

.homepage-content ul {
  padding-left: 15px;
  line-height: 1.5;
  padding-top: 20px;
}

.content.page-404 {
	text-align: center;
	margin-top: 60px;
}
 
.page-404 .code {
    font-size: 7.5em;
	color: #3f6275;
	line-height: 1em;
}

.page-404 .error-msg {
	border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    width: 162px;
    margin: 0 auto 20px auto;
    padding: 16px 0px;
    font-size: 21px;
    color: #2c2d2f;
}

.page-404 .desc-msg {
	color: #2c2d2f;
}

.mainContent h1, .mainContentFullWidth h1 {
	margin: 12px 0 20px 0;
    font-size: 24px;
}