/*  @Author: vivalazthemes
	@Item Name: VapeNation
	@Support: vitaliy.grinevich1@gmail.com
	1. Deffault Styles
	2. Custom Styles
	3. Button
	4. Form
	5. Header
		5.1 Sandwitch
	6. First Section
	7. Second Section
		7.1 Slick Custom Styles
	8. About Numbers
	9. Testimonials
	10. FAQ
	11. Checkout Payment
	12. Product Page
	13. Footer
	14. Keyframes Animations
	15. Media */
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,700,700i&subset=cyrillic-ext";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic-ext";

/*  CHANGED ALL #24E09B to #007F0E  */
/*  CHANGED ALL #1FA372 to #007F0E  */


/* Deffault Styles */
*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, ul, nav, p {
  position: relative;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

a:hover, a:focus, a:visited, a:link {
  outline: none;
  text-decoration: none;
}

/* Custom Styles */
body {
  min-width: 320px;
  font-size: 1em;
  line-height: 1.6;
  font-family: sans-serif;
  font-family: "Roboto", "Open Sans";
  background-color: #1B1919;
  overflow-x: hidden;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

section[class^="s-"] {
  position: relative;
  padding: 60px 0;
}

.s-dark {
  background-color: #1B1919;
}

.d-l {
  background-color: #1f1e1e;
  border-top: 1px dotted rgba(255, 255, 255, 0.08);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

.s-title {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.s-title:before {
  position: absolute;
  top: -50px;
  left: -30px;
  font-size: 3em;
  opacity: .2;
}

.s-title span {
  color: #007F0E;
}

.title-info {
  margin-top: 75px;
}

.title-info h2 {
  color: #fff;
  font-size: 6em;
  letter-spacing: .03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.title-info span {
  padding: 4px 8px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  background-color: #007F0E;
  text-transform: uppercase;
}

.title-info p {
  max-width: 700px;
  font-size: .9em;
  color: #fff;
  margin: 15px 0;
}

.title-info img {
  width: 300px;
  display: block;
  margin: 10px auto;
}

#to-anchor {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9999999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#to-anchor:before, #to-anchor:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#to-anchor:before {
  animation: down-arrow-before 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#to-anchor:after {
  animation: down-arrow-after 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#to-anchor:hover:before, #to-anchor:hover:after {
  border-color: #007F0E;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: -100px;
  width: 30px;
  height: 30px;
  font-size: 1em;
  text-align: center;
  color: #007F0E;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#back-to-top:hover {
  border-color: #007F0E;
}

.back-to-top--active {
  right: 30px !important;
}

/* Button */
.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: .03em;
  font-size: .9em;
  background-color: #007F0E;
  border-radius: 3px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover {
  background-color: #007F0E;
  color: #fff;
}

.btn-small {
  padding: 4px 8px;
}

.btn-medium {
  padding: 8px 12px;
}

.btn-large {
  padding: 10px 20px;
}

.btn-more {
  font-weight: 700;
}

.btn-more:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f061";
  margin-left: 7px;
}

.btn-details {
  padding: 2px 8px 0px;
  background-color: rgba(255, 255, 255, 0.02);
  font-weight: 400;
  font-size: .85em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px dotted rgba(255, 255, 255, 0.1);
  letter-spacing: .07em;
}

.btn-details:hover {
  background-color: transparent;
  border-color: #007F0E;
}

.add-to-cart {
  font-weight: 700;
  font-size: 1em;
  padding: 10px 40px;
}

/* Form */
#contact_form {
  display: block;
  max-width: 400px;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.04);
  border: 3px solid rgba(255, 255, 255, 0.08);
}

#contact_form h4 {
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: .9em;
}

#contact_form p {
  color: #fff;
  text-align: center;
  font-size: .9em;
  margin-bottom: 10px;
}

#contact_form .btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
}

#contact_form .btn:hover {
  background-color: transparent;
}

#contact_form .ui-input {
  position: relative;
  margin: 0 5px;
  padding: 0;
  border: 0;
}

#contact_form .ui-input textarea {
  display: block;
  max-width: 100%;
  height: 70px;
  resize: vertical;
}

#contact_form .ui-input input, #contact_form .ui-input textarea {
  position: relative;
  border: 0;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 3px 10px 3px 10px;
  outline: none;
  font-weight: 700;
  color: #1B1919;
  font-size: .9em;
  width: 100%;
}

#contact_form .ui-input label {
  position: relative;
  display: block;
  padding: 8px 0 8px 0;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .03em;
  font-weight: 700;
  text-align: left;
}

#contact_form .ui-input label::before, #contact_form .ui-input label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}

#contact_form .ui-input label::before {
  background-color: rgba(255, 255, 255, 0.2);
}

#contact_form .ui-input label::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #007F0E;
  height: 2px;
}

#contact_form .ui-input label span {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contact_form .ui-input label span::after {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  left: 0;
  transform: scaleX(1);
  white-space: nowrap;
  color: #fff;
  background-image: linear-gradient(to right, #4A90E2 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 100% 50%;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backface-visibility: hidden;
  perspective: 1000;
  transform: translateZ(0);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contact_form .ui-input input:focus, #contact_form .ui-input textarea:focus {
  background-color: white;
}

#contact_form .ui-input input:focus + label::after,
#contact_form .ui-input input:invalid + label::after, #contact_form .ui-input textarea:focus + label::after,
#contact_form .ui-input textarea:invalid + label::after {
  transform: scaleX(1);
  transform-origin: left;
}

#contact_form .ui-input input:focus + label span::after,
#contact_form .ui-input input:invalid + label span::after, #contact_form .ui-input textarea:focus + label span::after,
#contact_form .ui-input textarea:invalid + label span::after {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 0% 50%;
}

#contact_form .ui-input input:focus + label::after,
#contact_form .ui-input textarea:focus + label::after {
  background-color: #007F0E;
}

#contact_form .ui-input input:focus + label span::after,
#contact_form .ui-input textarea:focus + label span::after {
  background-image: linear-gradient(to right, #007F0E 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 0% 50%;
}

.__first, .__second {
  animation-name: fadeIn;
  animation-duration: 180ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.__first {
  animation-delay: 0;
  width: 48%;
  float: left;
}

.__second {
  animation-delay: 80ms;
  width: 48%;
}

/* Header */
.main-header {
  position: relative;
  min-height: 100vh;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center;
}

.main-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../img/patterns/pattern.png);
  opacity: .65;
}

.main-menu {
  padding: 15px 0 5px;
  z-index: 99999;
}

.main-menu ul {
  margin-top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-menu ul li {
  display: inline-block;
}

.main-menu ul li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .03em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-menu ul li a:before, .main-menu ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #007F0E;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu ul li a:before {
  top: -8px;
  left: 0;
}

.main-menu ul li a:after {
  bottom: -8px;
  right: 0;
}

.main-menu ul li a:hover {
  color: #007F0E;
}

.main-menu ul li a:hover:before {
  width: 33.33%;
}

.main-menu ul li a:hover:after {
  width: 66.66%;
}

.main-menu ul li a .checkout-count {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: .7em;
  font-weight: 700;
  color: #007F0E;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 4px;
}

.main-menu__left-side {
  text-align: right;
}

.main-menu__right-side {
  text-align: left;
}

.logo img {
  display: block;
  width: 80px;
  margin: 0 auto;
}

/* Sandwitch */
#sandwitch,
.close {
  position: fixed;
  top: 45px;
  right: 40px;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#sandwitch .line,
.close .line {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sandwitch .line-2,
.close .line-2 {
  top: 5px;
  width: 100%;
}

#sandwitch .line-3,
.close .line-3 {
  width: 100%;
  top: 10px;
}

.close {
  right: 330px !important;
}

.close .line-1 {
  width: 100%;
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.close .line-2 {
  opacity: 0;
}

.close .line-3 {
  width: 100%;
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.close:hover .line-1,
.close:hover .line-3 {
  background: #007F0E;
}

/* First Section */
.s-first:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(../img/patterns/pattern.png);
  background-repeat: repeat;
}

.s-first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top left, #007F0E, #000);
  opacity: .2;
  z-index: -1;
}

.s-first .s-title:before {
  content: "01";
}

.s-first img {
  border: 6px solid #007F0E;
}

.s-first p {
  padding-bottom: 10px;
  font-size: .9em;
  line-height: 1.8;
  color: #f5f5f5;
}

.s-first p:first-child {
  margin-top: -5px;
}

.s-first .socials-title {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  border: 1px dotted rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.02);
  padding: 0 5px;
  font-style: italic;
  cursor: default;
}

.s-first .socials {
  display: inline-block;
  padding-top: 5px;
}

.s-first .socials li {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  cursor: pointer;
}

.s-first .socials li:nth-child(1) {
  padding-left: 0;
}

.s-first .socials li:hover {
  color: #007F0E;
}

.s-first .socials li span {
  display: none;
  position: relative;
  margin-left: 5px;
  padding: 0 8px;
  font-size: .8em;
  color: #fff;
  letter-spacing: .03em;
  background: #1B1919;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: default;
}

.s-first .socials .active {
  color: #007F0E;
}

.s-first .socials .active span {
  display: inline-block;
}

.s-second .s-title:before {
  content: "02";
}

.s-third .s-title:before {
  content: "03";
}

.s-four .s-title:before {
  content: "04";
}

#close-socials {
  display: inline-block;
  padding-right: 5px;
  cursor: pointer;
  display: none;
}

.progress-bar-wrapper {
  margin-top: 30px;
}

.progress-bar-wrapper .progress-bar {
  position: relative;
  display: block;
  width: 130px;
  margin: 0 auto;
}

.progress-bar-wrapper .progress-bar span {
  position: absolute;
  top: 50%;
  left: 50px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  transform: translateY(-50%);
}

.progress-bar-wrapper h4 {
  margin: 10px 0 15px;
  font-size: .9em;
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* Second Section */
.liquids {
  margin-top: 80px;
}

.child-title {
  display: block;
  margin: 0 0 15px 5px;
  color: #007F0E;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vaporizers {
  margin-bottom: 60px;
}

.card {
  position: relative;
  margin: 0 5px;
  background-color: #1f1e1e;
  border: 3px solid rgba(255, 255, 255, 0.08);
  outline: none;
  overflow: visible !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card:hover {
  border-color: #007F0E;
}

.card img {
  max-width: 200px;
  height: 200px;
  display: block;
  margin: 10px auto;
}

.card figcaption {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 10px 20px;
  z-index: 9999;
}

.card figcaption h3 {
  font-size: .9em;
  text-align: center;
}

.card figcaption h3 a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.card figcaption h3:hover a {
  text-decoration: underline;
}

.card figcaption p {
  margin: 0 0 10px;
  color: #fff;
  font-size: .8em;
  height: 60px;
  overflow: hidden;
}

.card figcaption .more-info li {
  display: block;
  float: left;
}

.card figcaption .more-info .price {
  width: 70%;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}

.card figcaption .more-info .price i {
  padding-right: 5px;
  color: #007F0E;
}

.card figcaption .more-info .details {
  width: 30%;
  text-align: right;
}

div {
  position: relative;
}

div .stars {
  position: relative;
  margin: 5px 0;
  text-align: center;
}

div .stars li {
  display: inline-block;
  color: #FF912C;
}

div .count-votes {
  position: absolute;
  top: 4px;
  right: -5px;
  font-size: .7em;
  color: #666;
}

.top-discount {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.top-discount span {
  position: relative;
  display: inline-block;
  background-color: #007F0E;
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5rem;
  transform: rotate(-20deg);
  -webkit-animation: beat 1s ease infinite alternate;
  -moz-animation: beat 1s ease infinite alternate;
  -o-animation: beat 1s ease infinite alternate;
  animation: beat 1s ease infinite alternate;
}

.top-discount span:before, .top-discount span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  height: inherit;
  width: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.top-discount span:after {
  transform: rotate(60deg);
}

.discount-card .more-info .price {
  position: relative;
}

.discount-card .more-info .price .old-price {
  color: #cacaca;
  text-decoration: line-through;
}

.discount-card .more-info .price .new-price {
  position: relative;
  display: inline-block;
  background-color: #007F0E;
  margin-left: 15px;
  text-align: center;
  border-radius: 3px;
  padding: 0 10px;
  color: #fff;
}

.discount-card .more-info .price .new-price:after {
  content: "";
  height: 21px;
  width: 21px;
  background-color: #007F0E;
  position: absolute;
  bottom: 3px;
  left: -9px;
  border-radius: 4px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.discount-card .more-info .price .new-price:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #1B1919;
  position: absolute;
  top: 11px;
  left: -2px;
  z-index: 1;
  border-radius: 50%;
}

/* Slick Custom Styles */
.slick-arrow {
  color: #464646 !important;
  font-size: 2em;
  cursor: pointer;
  position: absolute;
  top: -45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-arrow:hover {
  color: #007F0E !important;
}

.slick-arrow-left {
  right: 25px;
}

.slick-arrow-right {
  right: 0;
}

.slick-dots {
  bottom: -50px !important;
}

.slick-dots li {
  width: auto !important;
  height: 5px;
}

.slick-dots li button {
  padding: 0 !important;
  width: 30px !important;
  height: 5px !important;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.08) !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-dots li:hover button {
  background-color: #FFF !important;
}

.slick-dots .slick-active button {
  background-color: #007F0E !important;
}

.half-header {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-position: center;
}

.half-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../img/patterns/pattern.png);
  opacity: .65;
}

.half-header .present {
  position: relative;
}

.half-header .present h2 {
  font-size: 3em;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.half-header .present a {
  font-size: .8em;
  color: #fff;
  letter-spacing: .03em;
}

.half-header .present a i {
  padding-right: 5px;
}

.half-header .present a:hover {
  color: #007F0E;
}

.main-article {
  position: relative;
  padding: 60px 0;
}

.main-article h4 {
  color: #fff;
}

.main-article p {
  color: #bfbfbf;
  font-size: .9em;
}

.main-article .article-title {
  color: #fff;
  text-align: center;
  font-size: 2em;
}

.main-article .article-descr {
  color: #bfbfbf;
  font-size: .9em;
  text-align: center;
  letter-spacing: .03em;
}

.table {
  display: table;
  width: 100%;
  height: 50vh;
}

.table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* About Numbers */
.about-numbers {
  padding: 30px 0;
}

.one-number {
  padding: 15px 0;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.08);
  cursor: default;
}

.one-number span {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
}

.one-number h4 {
  color: #bfbfbf;
  font-size: 1.1em;
  font-weight: 400;
  font-style: italic;
}

.--last {
  border-right: none;
}

/* Testimonials */
.testimonials {
  padding: 60px 0;
}

.testimonials .slick-list {
  cursor: -webkit-grab;
  padding-top: 50px;
}

.testimonial-item {
  position: relative;
  padding: 70px 30px 30px 30px;
  border: 1px dotted rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.02);
  margin-right: 15px;
  outline: none;
}

.testimonial-item .testimonial-avatar {
  position: absolute;
  top: -50px;
  left: 50px;
  display: block;
}

.testimonial-item .testimonial-avatar img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial-item .testimonial-avatar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.08);
  border-left: 1px dotted rgba(255, 255, 255, 0.08);
  border-right: 1px dotted rgba(255, 255, 255, 0.08);
  z-index: 999;
}

.testimonial-item .testimonial-author {
  position: absolute;
  top: -41px;
  right: 75px;
  display: block;
  padding: 15px 30px;
  max-width: 300px;
  height: 82px;
  border: 1px dotted rgba(255, 255, 255, 0.08);
  background-color: #1f1e1e;
}

.testimonial-item .testimonial-author h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 1em;
}

.testimonial-item .testimonial-author span {
  color: #6a6a6a;
  font-size: .85em;
}

.testimonial-item .testimonial-text {
  position: relative;
  text-align: center;
}

.testimonial-item .testimonial-text:before, .testimonial-item .testimonial-text:after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: rgba(106, 106, 106, 0.2);
  font-size: 3em;
}

.testimonial-item .testimonial-text:before {
  content: "\f10d";
  left: 0;
  top: -30px;
}

.testimonial-item .testimonial-text:after {
  content: "\f10e";
  right: 0;
  bottom: -30px;
}

.testimonial-item .testimonial-text p {
  color: #d8d8d8;
  font-style: italic;
}

/* FAQ */
.faq h4 {
  color: #f1f1f1;
}

.faq p {
  color: #bfbfbf;
  font-size: .9em;
  padding-bottom: 15px;
}

/* Checkout Payment */
.shopping-cart {
  margin-top: 60px;
}

.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 48%;
}

.product-price {
  float: left;
  width: 10%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-total-price {
  float: left;
  width: 12%;
  text-align: right;
}

.product .product-price:before,
.product .product-total-price:before,
.totals-item .totals-value:before {
  content: "$";
}

.column-labels {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

.product {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

.product .product-removal {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .product-removal:hover {
  color: #007F0E;
}

.product .product-image img {
  width: 120px;
}

.product .product-details .product-title a {
  margin-right: 20px;
  color: #007F0E;
  font-weight: 700;
}

.product .product-details .product-title a:hover {
  border-bottom: 1px dotted #007F0E;
}

.product .product-details .product-descr {
  margin: 5px 20px 5px 0;
}

.product .product-price {
  color: #fff;
  font-weight: 700;
  color: #fff;
}

.product .product-quantity .decrement,
.product .product-quantity .increment {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.product .product-quantity .decrement {
  padding-right: 5px;
}

.product .product-quantity .increment {
  padding-left: 5px;
}

.product .product-quantity input {
  width: 50px;
  text-align: center;
  position: relative;
  border: 0;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
  font-weight: 700;
  color: #fff;
  font-size: .9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.product .product-quantity input::-webkit-inner-spin-button {
  display: none !important;
}

.product .product-quantity input:focus {
  border-bottom: 1px solid #007F0E;
}

.product .product-total-price {
  color: #fff;
  font-weight: 700;
  color: #007F0E;
}

.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
  color: #fff;
}

.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
  color: #007F0E;
  font-weight: 700;
}

/* Product Page */
.product-detail-info .product-name {
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 400;
}

.product-detail-info .stars-wrapper {
  margin-bottom: 5px;
}

.product-detail-info .stars {
  text-align: left;
}

.product-detail-info .count-votes {
  left: 150px;
}

.product-detail-info .order-small-info {
  margin-top: 10px;
}

.product-detail-info .order-small-info h4 {
  display: inline-block;
  font-size: 1.4em;
}

.product-detail-info .order-small-info .product-status {
  display: inline-block;
  color: #007F0E;
  float: right;
  margin-top: 5px;
  font-style: italic;
}

.product-detail-info .order-small-info .order-small-info--wrapper {
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px dotted rgba(255, 255, 255, 0.08);
}

.product-detail-info .order-small-info .order-small-info--wrapper p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity {
  width: auto;
  float: none;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity .decrement,
.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity .increment {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity .decrement {
  padding-right: 5px;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity .increment {
  padding-left: 5px;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity input {
  width: 50px;
  text-align: center;
  position: relative;
  border: 0;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
  font-weight: 700;
  color: #fff;
  font-size: .9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity input::-webkit-inner-spin-button {
  display: none !important;
}

.product-detail-info .order-small-info .order-small-info--wrapper .product-quantity input:focus {
  border-bottom: 1px solid #007F0E;
}

.product-detail-info .order-small-info .order-small-info--wrapper .btn {
  margin-top: 15px;
}

.product-detail-info .order-small-info .order-small-info--wrapper .working-with {
  opacity: .75;
}

.product-detail-info .order-small-info .order-small-info--wrapper .working-with li {
  display: inline-block;
  padding: 10px 15px;
}

.product-detail-info .order-small-info .order-small-info--wrapper .working-with li:nth-child(1) {
  padding-left: 0;
}

.product-detail-info .order-small-info .order-small-info--wrapper .working-with li img {
  width: 90px;
}

.more-about-product {
  margin-top: 15px;
  padding: 15px;
  background-color: #1f1e1e;
  border: 1px dotted rgba(255, 255, 255, 0.08);
}

.more-about-product h3 {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

.more-about-product ul li {
  padding-bottom: 5px;
}

.more-about-product ul li h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  color: #fff;
  width: 150px;
  vertical-align: top;
  padding-top: 2px;
}

.more-about-product ul li p {
  display: inline-block;
}

.more-about-product ul li ul {
  display: inline-block;
}

.more-about-product ul li ul li {
  color: #bfbfbf;
}

.more-about-product .card h3 {
  border: none;
}

/* Subscribe */
.subscribe {
  padding: 30px 0;
}

#subscribe {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#subscribe h4 {
  color: #fff;
  font-size: 1.1em;
  padding-bottom: 30px;
}

#subscribe input {
  display: inline-block;
  vertical-align: top;
  border: 1px dotted rgba(255, 255, 255, 0.08);
  outline: none;
  background-color: #1f1e1e;
  padding: 3px 15px 4px;
  color: #fff;
  font-weight: 700;
  font-size: .9em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#subscribe input:focus {
  border-color: #007F0E;
}

#subscribe small {
  display: block;
  color: #bfbfbf;
  margin-top: 10px;
}

/* Footer */
.main-footer {
  position: relative;
  padding: 30px 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.08);
  color: #fff;
}

.main-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../img/patterns/pattern.png);
  opacity: .65;
}

.main-footer p {
  padding-top: 5px;
  font-size: .85em;
  color: #bbb;
}

.footer-logo {
  width: 70px;
  height: 70px;
  display: block;
  margin: 10px auto 3px;
}

/* Keyframes */
@-webkit-keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    transform: rotate(45deg) translate(70%, 70%);
  }
}

@-moz-keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    transform: rotate(45deg) translate(70%, 70%);
  }
}

@-o-keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    transform: rotate(45deg) translate(70%, 70%);
  }
}

@keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    transform: rotate(45deg) translate(70%, 70%);
  }
}

@-webkit-keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

@-moz-keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

@-o-keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

@keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

@-webkit-keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

@-moz-keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

@-o-keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .s-first img {
    margin-bottom: 20px;
  }
  .title-info h2 {
    font-size: 4em;
  }
  .product-quantity input {
    width: 35px !important;
  }
  .--last {
    border-right: 1px dotted rgba(255, 255, 255, 0.08);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #sandwitch {
    display: block;
  }
  .logo img {
    margin: 0;
  }
  .main-menu__left-side,
  .main-menu__right-side {
    text-align: center;
  }
  .main-menu__left-side {
    padding-top: 60px;
  }
  .main-menu__right-side {
    top: 192px !important;
  }
  .main-menu--mobile ul {
    right: 0 !important;
  }
  .main-menu {
    position: relative;
    z-index: 99999999;
  }
  .main-menu ul {
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    margin-top: 0;
    background-color: #1B1919;
    border-left: 3px solid rgba(255, 255, 255, 0.08);
  }
  .main-menu ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(../img/patterns/pattern.png);
    opacity: .65;
  }
  .main-menu ul li {
    display: block;
    padding: 0 30px;
  }
  .main-menu ul li a {
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-menu ul li a:before {
    top: 0;
  }
  .main-menu ul li a:after {
    bottom: 0;
  }
  .main-menu ul li a:hover {
    color: #fff !important;
    background-color: #007F0E;
  }
  .main-menu ul li a:hover .checkout-count {
    color: #fff;
  }
  .main-menu ul li a .checkout-count {
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
  }
  .title-info h2 {
    line-height: 1.2;
    font-size: 4.2em;
  }
  .title-info span {
    font-size: 1em;
  }
  .title-info p {
    font-size: .9em;
  }
  .column-labels {
    display: none;
  }
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .product-price {
    clear: both;
    margin-top: 3px;
  }
  .product-quantity {
    width: 100px;
  }
  .product-quantity:before {
    content: "x";
    color: #fff;
    margin-right: 12px;
  }
  .product-total-price {
    float: right;
    width: 70px;
  }
  .product-removal {
    top: -15px;
  }
  .testimonial-item {
    margin-right: 0;
  }
  .one-number {
    border-right: none;
  }
  .one-number span {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 520px) {
  .testimonial-item {
    padding: 70px 30px 60px 30px;
  }
  .testimonial-item .testimonial-avatar {
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonial-item .testimonial-author {
    top: auto;
    bottom: -41px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials .slick-list {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .close {
    top: 30px !important;
    right: 145px !important;
    z-index: 999;
  }
  .title-info {
    margin-top: 75px;
  }
  .title-info h2 {
    font-size: 3.6em;
  }
  .title-info span {
    font-size: .8em;
  }
  .testimonial-author {
    padding: 15px 15px !important;
    text-align: center;
  }
  .testimonial-author h4 {
    font-size: 0.8em !important;
  }
  .testimonial-author span {
    font-size: 0.7em !important;
  }
  #subscribe input {
    display: block;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 400px) {
  .title-info h2 {
    font-size: 2.8em;
  }
  .socials-title {
    display: block !important;
  }
  .product-price {
    width: 50px;
  }
  .product-total-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
  .product .product-total-price:before {
    content: "Item Total: $";
  }
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .testimonial-author {
    padding-top: 8px !important;
  }
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
