@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

@charset "UTF-8";
@font-face {
  font-family: 'csi';
  src: url("../fonts/csi.woff2") format("woff2"), url("../fonts/csi.ttf") format("truetype"), url("../fonts/csi.woff") format("woff"), url("../fonts/csi.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.csi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'csi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.csi-email-2:before {
  content: ""; }

.csi-email-send-1:before {
  content: ""; }

.csi-email-text:before {
  content: ""; }

.csi-headphone:before {
  content: ""; }

.csi-alarm-clock:before {
  content: ""; }

.csi-store:before {
  content: ""; }

.csi-truck-2:before {
  content: ""; }

.csi-shopping-cart-4:before {
  content: ""; }

.csi-shopping-cart-full:before {
  content: ""; }

.csi-map-pin-1:before {
  content: ""; }

.csi-map-pin-2:before {
  content: ""; }

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .section-padding {
    padding-top: calc(5rem - 2rem);
    padding-bottom: calc(5rem - 2rem);
  }
}

@media (max-width: 479px) {
  .section-padding {
    padding-top: calc(5rem - 3rem);
    padding-bottom: calc(5rem - 3rem);
  }
}

.section-padding-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1024px) {
  .section-padding-xs {
    padding-top: calc(2rem - .5rem);
    padding-bottom: calc(2rem - .5rem);
  }
}

.section-padding-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 1024px) {
  .section-padding-sm {
    padding-top: calc(3rem - 1rem);
    padding-bottom: calc(3rem - 1rem);
  }
}

.section-padding-lg {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 1024px) {
  .section-padding-lg {
    padding-top: calc(7rem - 2.5rem);
    padding-bottom: calc(7rem - 2.5rem);
  }
}

.section-padding-top {
  padding-top: 5rem !important;
}

@media (max-width: 1024px) {
  .section-padding-top {
    padding-top: calc(5rem - 2rem) !important;
  }
}

@media (max-width: 479px) {
  .section-padding-top {
    padding-top: calc(5rem - 3rem) !important;
  }
}

.section-padding-top-xs {
  padding-top: 2rem !important;
}

@media (max-width: 1024px) {
  .section-padding-top-xs {
    padding-top: calc(2rem - .5rem) !important;
  }
}

.section-padding-top-sm {
  padding-top: 3rem !important;
}

@media (max-width: 1024px) {
  .section-padding-top-sm {
    padding-top: calc(3rem - 1rem) !important;
  }
}

.section-padding-top-lg {
  padding-top: 7rem !important;
}

@media (max-width: 1024px) {
  .section-padding-top-lg {
    padding-top: calc(7rem - 2.5rem) !important;
  }
}

.section-padding-bottom {
  padding-bottom: 5rem !important;
}

@media (max-width: 1024px) {
  .section-padding-bottom {
    padding-bottom: calc(5rem - 2rem) !important;
  }
}

@media (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: calc(5rem - 3rem) !important;
  }
}

.section-padding-bottom-xs {
  padding-bottom: 2rem !important;
}

@media (max-width: 1024px) {
  .section-padding-bottom-xs {
    padding-bottom: calc(2rem - .5rem) !important;
  }
}

.section-padding-bottom-sm {
  padding-bottom: 3rem !important;
}

@media (max-width: 1024px) {
  .section-padding-bottom-sm {
    padding-bottom: calc(3rem - 1rem) !important;
  }
}

.section-padding-bottom-lg {
  padding-bottom: 7rem !important;
}

@media (max-width: 1024px) {
  .section-padding-bottom-lg {
    padding-bottom: calc(7rem - 2.5rem) !important;
  }
}

/* ==========================================================================
Typography
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 3.2em;
}

@media (max-width: 479px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.5em;
  text-transform: capitalize;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p {
  line-height: 1.5em;
}

p + h3 {
  margin-top: 2em;
}

p + p {
  margin-top: 1em;
}

h3 + h4 {
  margin-top: 1.1em;
}

ol {
  margin: 1em 0;
}

ol li {
  margin-bottom: .5em;
}

/* Base font em for responsive fonts =========== */
html, body {
  font-size: 16px;
}

@media (max-width: 1199px) {
  html, body {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  html, body {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  html, body {
    font-size: 14px;
  }
}

.heading-title {
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: bold;
  letter-spacing: 1px;
}

.heading-title:after {
  width: 50px;
  height: 1px;
  background: #3a3a3a;
  content: "";
  display: block;
  margin: 10px 0 30px;
}

.text-white .heading-title:after {
  background: white;
}

.heading-title.text-center:after {
  margin: 10px auto 30px;
}

h1.heading-title {
  font-size: 2em;
}

h2.heading-title {
  font-size: 2em;
}

/* Better Font Rendering =========== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-primary {
  background-color: #29aae1;
}

.bg-success {
  background-color: #5cb85c;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.bg-white {
  background-color: white;
}

.color-primary {
  color: #29aae1 !important;
}

.color-success {
  color: #5cb85c !important;
}

.color-info {
  color: #5bc0de !important;
}

.color-warning {
  color: #f0ad4e !important;
}

.color-danger {
  color: #d9534f !important;
}

.bg-gray {
  background-color: #555555;
}

.bg-gray-light {
  background-color: #777777;
}

.bg-gray-lighter {
  background-color: #eeeeee;
}

.bg-black {
  background-color: #0c0c0c;
}

.bg-black-light {
  background-color: #1c1d1d;
}

.text-white {
  color: white !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white i,
.text-white ul,
.text-white li,
.text-white a {
  color: white;
}

.text-brand {
  color: #29aae1 !important;
}

.padding-top-no {
  padding-top: 0 !important;
}

.padding-bottom-no {
  padding-bottom: 0 !important;
}

.margin-top-no {
  margin-top: 0 !important;
}

.margin-bottom-no {
  margin-bottom: 0 !important;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: calc(5rem - 2em);
    padding-bottom: calc(5rem - 2em);
  }
}

.section-padding-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .section-padding-sm {
    padding-top: calc(3rem - 1em);
    padding-bottom: calc(3rem - 1em);
  }
}

.section-padding-lg {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 768px) {
  .section-padding-lg {
    padding-top: calc(7rem - 2.5em);
    padding-bottom: calc(7rem - 2.5em);
  }
}

.section-padding-top {
  padding-top: 5rem !important;
}

@media (max-width: 768px) {
  .section-padding-top {
    padding-top: calc(5rem - 2em) !important;
  }
}

.section-padding-top-sm {
  padding-top: 3rem !important;
}

@media (max-width: 768px) {
  .section-padding-top-sm {
    padding-top: calc(3rem - 1em) !important;
  }
}

.section-padding-top-lg {
  padding-top: 7rem !important;
}

@media (max-width: 768px) {
  .section-padding-top-lg {
    padding-top: calc(7rem - 2.5em) !important;
  }
}

.section-padding-bottom {
  padding-bottom: 5rem !important;
}

@media (max-width: 768px) {
  .section-padding-bottom {
    padding-bottom: calc(5rem - 2em) !important;
  }
}

.section-padding-bottom-sm {
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .section-padding-bottom-sm {
    padding-top: calc(3rem - 1em) !important;
  }
}

.section-padding-bottom-lg {
  padding-top: 7rem !important;
}

@media (max-width: 768px) {
  .section-padding-bottom-lg {
    padding-top: calc(7rem - 2.5em) !important;
  }
}

.btn-line-primary {
  color: #29aae1;
  background-color: rgba(41, 170, 225, 0);
  border: 2px solid #29aae1;
}

.btn-line-primary:hover, .btn-line-primary:active, .btn-line-primary:focus {
  color: white;
  background-color: #1a8cbd;
  border-color: #1a8cbd;
}

.btn-line-white {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid white;
}

.btn-line-white:hover, .btn-line-white:active, .btn-line-white:focus {
  color: white;
  background-color: #1a8cbd;
  border-color: #1a8cbd;
}

.btn-gray {
  color: white;
  background-color: #555555;
  border: 1px solid #555555;
}

.btn-gray:hover {
  color: white;
  background-color: #0c0c0c;
}

.btn-accent {
  color: #29aae1;
  background-color: rgba(41, 170, 225, 0);
  border: 1px solid #29aae1;
}

.btn-accent:hover {
  color: white;
  background-color: #29aae1;
}

.btn-noline-white {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.btn-noline-white:hover, .btn-noline-white:active, .btn-noline-white:focus {
  color: white;
  text-decoration: underline;
}

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.v-h-center {
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.v-center-parent {
  display: table;
  width: 100%;
}

.v-center-child {
  display: table-cell;
  vertical-align: middle;
}

.block {
  width: 100%;
}

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
}

.container-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient {
  width: 100%;
  height: 100%;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================================================
    2. GENERAL
==========================================================*/
body, .overlay-height {
  height: 100%;
}

#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

#overlay .overlay-content {
  height: 100%;
  overflow: scroll;
}


#wrapper {
  height: 100%;
  /*overflow:auto;*/
}

.hide-overlay {
  height: inherit;
}

.hide-overlay #overlay {
  left: 100%;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
}

.btn-lg {
  padding: 15px 20px;
}

@media (max-width: 479px) {
  .btn-lg {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.btn-sm {
  padding: 5px 18px;
}

.btn-primary:hover {
  background-color: #177ba6;
}

.btn.addtocart {
  padding: 11px 25px;
}

@media (max-width: 479px) {
  .btn.addtocart {
    width: 100%;
    margin-top: 1em;
  }
}

label {
  color: #616161;
  font-size: 13px;
}

.bg-gray {
  background-color: #f3f3f3;
}

[class^=icon-],
[class*=" icon-"] {
  font-weight: 700;
}

.btn + .button,
.btn + .btn {
  margin-left: 10px;
}

.button + .button {
  margin-left: 10px;
}

.btn-block + .btn-block {
  margin-left: 0;
  margin-top: 10px;
}

.form-control {
  border-radius: 0;
  border-color: #b5b5b5;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.container-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.alert {
  padding: 10px;
  font-size: .9rem;
}

h1.h1seo {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/*@media (max-width: 767px) {
  .site-content {
    padding-top: 90px;
  }
}*/

@media (max-width: 480px) {
  .site-content {
    padding-top: 115px;
	/* padding-top: 130px; */
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.products.list .product {
	    max-height: 350px;
	}
}

ol,
ul {
  padding-left: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #29aae1;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

a:hover {
  color: #177ba6;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

textarea {
  border: 1px solid #b5b5b5;
  padding: 10px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0;
  width: 100%;
}

button {
  border-color: #29aae1;
  outline: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus {
  border-color: #29aae1;
  outline: none;
}

textarea:focus {
  border-color: #29aae1;
  outline: none;
}

input[type=submit] {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

fieldset {
  border: 2px groove threedface;
  display: block;
  padding-block-end: 0.75em;
  padding-block-start: 0.35em;
  text-align: center;
}

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top;
}

select {
  margin-bottom: 15px;
}

/*==========================================================
    3. ELEMENTS
==========================================================*/
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 25px;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  border: 1px solid rgba(33, 33, 33, 0.3);
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.bx-wrapper .bx-pager .bx-pager-item a.active, .bx-wrapper .bx-pager .bx-pager-item a:hover {
  background: #212121;
}

.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}

.dropdown {
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}

.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown > ul > li {
  position: relative;
  padding-right: 10px;
}

.dropdown > ul > li:after {
  border-top: 3px solid #555555;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dropdown li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  box-shadow: 0 0 2px #ccc;
  -moz-box-shadow: 0 0 2px #ccc;
  -ms-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  -o-box-shadow: 0 0 2px #ccc;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.dropdown li > ul li a {
  display: block;
  padding: 2px 15px;
  border-top: 1px solid #ededed;
}

.dropdown li > ul li:first-child a {
  border-top: none;
}

.dropdown li > ul li a:hover {
  background: #f5f5f5;
}

.dropdown.open li > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.breadcrumb {
  background: #3a3a3a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFF;
  border-radius: 0;
  margin: 0;
  padding: 77px 0 10px;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .breadcrumb {
    margin-top: 0px;
	padding: 10px 0 10px;
  }
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li span {
  color: white;
  opacity: .7;
}

.breadcrumb ul li span.current {
  opacity: 1;
}

.breadcrumb ul li:after {
  content: "\f178";
  color: white;
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 15px 0 20px;
  opacity: .7;
}

/*.breadcrumbSub ul span:before {
  content: "\f178";
  color: white;
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 15px 0 20px;
  opacity: .7;
}*/

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: white;
  opacity: .7;
}

.breadcrumb a:hover {
  opacity: 1;
}

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.light-line {
  overflow: hidden;
}

.light-line a {
  position: relative;
  overflow: hidden;
}

.light-line a img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.light-line:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.6;
}

.link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.link:hover {
  text-decoration: underline;
}

.button {
  height: 41px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 41px;
  letter-spacing: 2px;
  border-radius: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
  vertical-align: middle;
}

.button.dark {
  background: #3a3a3a;
  color: #FFF;
  border-color: #3a3a3a;
}

.button.dark:hover {
  background: #29aae1;
  border-color: #29aae1;
}

.button.default {
  border: 1px solid #29aae1;
  color: #29aae1;
  background: #FFF;
}

.button.default:hover {
  color: #FFF;
  background: #29aae1;
}

.button:hover {
  border-color: #29aae1;
}

.button.primary {
  border: 1px solid #29aae1;
  background: #29aae1;
  color: #FFFFFF !important;
  width: auto;
}

.button.black {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  border-color: #3a3a3a;
}

.button.black:hover {
  background: #29aae1;
  color: #ffffff;
  border-color: #29aae1;
}

.button.primary:hover {
  background: #3a3a3a;
  border-color: #3a3a3a;
  color: #FFFFFF;
}

.button.bold {
  text-transform: uppercase;
}

.button.square {
  width: 40px;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.button.white {
  background: #FFF;
  color: #29aae1;
  font-weight: bold;
}

.button.white:hover {
  color: #29aae1;
  background: #3a3a3a;
  border-color: #3a3a3a;
}

.button.large {
  height: 52px;
  line-height: 50px;
  padding: 0 35px;
  font-size: 18px;
}

.button.facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #FFF;
}

.button.twitter {
  background: #55acee;
  border-color: #55acee;
  color: #FFF;
}

.button.facebook i,
.button.twitter i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.button.facebook:hover {
  background: #2f4779;
}

.button.twitter:hover {
  background: #4c9ad5;
}

.selectbox {
  /*border: 1px solid #b5b5b5;*/
  position: relative;
  height: 40px;
}

.selectbox select {
  border: none;
  width: 100%;
  background: none;
  position: relative;
  z-index: 1;
  outline: none;
  color: #3a3a3a;
  padding: 0 10px;
  height: 38px;
}

.selectbox select option {
  padding: 5px 10px;
  border: none;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  text-align: left;
}

.selectbox.medium {
  height: 35px;
}

.selectbox.medium select {
  height: 33px;
  padding: 0 10px;
}

.selectbox.emphasize {
  border-color: #212121;
}

.selectbox.emphasize select {
  text-transform: uppercase;
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.black-bg {
  background: black;
  color: white;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.popup-open {
  opacity: 1;
  visibility: visible;
}

.popup .mask {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup .popup-inner {
  position: relative;
  z-index: 10;
  position: absolute;
  left: 50%;
  right: auto;
  margin: 0;
  top: 50%;
  max-width: 970px;
  width: 100%;
  background: #FFF;
  padding: 25px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

a.popup-close {
  opacity: 0.12;
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 0;
  z-index: 10;
}

a.popup-close:before {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  content: "\f057";
  font-size: 36px;
  color: #000;
  font-family: FontAwesome;
}

a.popup-close:hover {
  opacity: 0.8;
}

.custom-rating {
  display: inline-block;
  position: relative;
  width: 100px;
}

.custom-rating a {
  float: left;
  width: 20%;
  font-size: 0;
  position: relative;
  z-index: 10;
}

.custom-rating:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: FontAwesome;
  font-size: 18px;
  color: #b5b5b5;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  letter-spacing: 4px;
}

.custom-rating .stars {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
}

.custom-rating .stars:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: FontAwesome;
  font-size: 18px;
  color: #b5b5b5;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  letter-spacing: 4px;
  color: #3a3a3a;
}

.tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.tabs-container .tabs {
  margin-bottom: 2.5em;
}

@media (max-width: 479px) {
  .tabs-container .tabs {
    margin-bottom: 10px;
  }
}

.tabs-container.center .tabs {
  text-align: center;
}

.tabs li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #b5b5b5;
}

.tabs li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/assets/icons/x.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 19px;
}

.tabs li:last-child:after {
  display: none;
}

.tabs li a {
  display: inline-block;
  vertical-align: middle;
  color: #b5b5b5;
}

.tabs li a span {
  font-size: 14px;
}

.tabs li a.active, .tabs li a:hover {
  color: #29aae1;
}

.tab-content {
  line-height: 24px;
  display: none;
}

.tab-content p {
  margin-bottom: 20px;
}

.tab-content img {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (max-width: 479px) {
  .tab-content img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.download-doc {
  display: table;
}

.download-doc > * {
  display: table-cell;
  vertical-align: middle;
}

.download-doc .icon-manual i {
  color: #29aae1;
  font-size: 3em;
  margin-right: 10px;
}

.download-doc .info {
  font-size: 1.5em;
  padding-right: 20px;
}

.download-doc .info i {
  color: #29aae1;
}

.download-doc .down-info p {
  margin: 0;
  padding: 0;
  opacity: .5;
  font-size: 1em;
}

.policy {
  margin-bottom: 30px;
}

.policy a:hover .policy-item {
  background-color: #0c0c0c;
}

.policy-item {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #29aae1;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border: 1px solid #bcbcbc;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 479px) {
  .policy-item {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.policy-item > * {
  display: block;
  margin: 0 5px;
}

@media (max-width: 479px) {
  .policy-item > * {
    float: left;
    text-align: left;
    font-size: 12px;
  }
}

.policy-item span {
  display: inline-block;
}

@media (max-width: 479px) {
  .policy-item span {
    width: calc(100% - 80px);
  }
}

.policy-item i {
  font-size: 50px;
  display: block;
  color: #29aae1;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .policy-item i {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.policy .policy-item {
  color: #29aae1;
}

.policy .policy-item span {
  color: #3a3a3a;
}

.policy .policy-item p {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.checkbox input {
  margin: 0 !important;
   display: none; 
}

.checkbox input[type="checkbox"] {
  z-index: 4;
  opacity: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 30px;
  font-size: .9em;
}

.checkbox label:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.checkbox input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  color: #212121;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.input-field .input-text,
.input-field .selectbox,
.input-field textarea {
  width: 100%;
  margin-bottom: 15px;
}

.input-field .checkbox label {
  text-transform: none;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}

.input-field label {
  color: #212121;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.owl-pagination {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}

.owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #666;
  filter: alpha(opacity=25);
  opacity: .25;
}

.owl-controls .owl-page.active span {
  filter: alpha(opacity=100);
  background: #666;
  opacity: 1;
}

.testimonials-slider {
  padding: 95px 0;
  text-align: center;
}

@media (max-width: 479px) {
  .testimonials-slider {
    padding: 2em 0;
  }
}

.testimonial-images {
  max-width: 460px;
  margin: 0 auto;
  padding: 25px 0;
}

.testimonial-images .item {
  padding: 10px;
}

.testimonial-images .item span {
  background: rgba(181, 181, 181, 0.4);
}

.testimonial-images .item img {
  opacity: 0.4;
  width: 71px;
  height: 71px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-images .owl-item.synced img {
  opacity: 1;
  transform: scale(1.2);
}

.testimonial-content {
  color: #FFF;
  font-size: 16px;
  font-style: italic;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  max-width: 1030px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.testimonial-content .title {
  font-size: 24px;
  color: #29aae1;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}

.testimonial-content .title:before {
  height: 1px;
  width: 90px;
  background: #FFF;
  content: "";
  display: block;
  margin: 30px auto;
}

.testimonial-content .job {
  font-style: normal;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.toggle {
  margin-bottom: 75px;
}

.toggle-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toggle-controls li {
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.toggle-controls li:first-child {
  border-top: none;
}

.toggle-controls li:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #888;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
}

.toggle-controls li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #888888;
  display: block;
  border-right: 1px solid #e0e0e0;
  padding: 14px 15px 14px 50px;
}

.toggle-controls li a.active, .toggle-controls li a:hover {
  color: #3a3a3a;
}

.toggle-controls li a.active {
  font-weight: bold;
  border-right: none;
}

.toggle-content {
  padding: 35px 30px 35px 10px;
  display: none;
}

.toogle-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #29aae1;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  vertical-align: middle;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  vertical-align: middle;
}

.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  vertical-align: middle;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  font-size: .8em;
  color: #777777;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.partners-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.partners-slider .item {
  padding-left: 15px;
  padding-right: 15px;
}

.partners-slider .item > a {
  display: block;
  height: 100px;
  position: relative;
  text-align: center;
}

.partners-slider .item > a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.countdown {
  width: 100%;
  max-width: 820px;
  padding: 10px;
  background: #FFF;
}

.countdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  border: 2px solid #3a3a3a;
}

.countdown ul:after {
  display: table;
  clear: both;
  content: "";
}

.countdown ul li {
  float: left;
  width: 25%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3a3a3a;
  text-transform: uppercase;
  border-left: 1px solid #3a3a3a;
  line-height: 70px;
  height: 70px;
}

.countdown ul li:first-child {
  border-left: none;
}

.countdown ul li span {
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
}

.product-slider .products.list .product {
  width: auto;
  float: none;
}

.blog-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-slider .title {
  font-size: 22px;
  color: #212121;
  text-transform: uppercase;
  margin: 0 15px 40px;
  font-weight: bold;
}

.blog-slider .item {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: -70px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  background: #b5b5b5;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-slider .owl-controls .owl-buttons div:hover {
  background: #212121;
}

.blog-slider .owl-controls .owl-buttons div.owl-prev {
  right: 60px;
}

.blog-slider .post-date {
  width: 60px;
  height: 60px;
  font-size: 12px;
}

.blog-slider .post-date span {
  font-size: 22px;
  line-height: 22px;
}

.blog-slider .post-info {
  padding-top: 20px;
}

.blog-slider .post-title {
  font-size: 18px;
}

.blog-slider .post-meta li {
  font-size: 12px;
}

.blog-slider .link {
  font-size: 14px;
}

.review-slider {
  overflow: hidden;
}
.review-slider .owl-wrapper {
  display: flex !important;
  flex-flow: wrap;
}
.review-slider .owl-wrapper .owl-item {
  display: flex;
}

.product-slider .product,
.products.list .product-slider .product {
  float: none;
  width: auto;
}

.product-slider .owl-controls .owl-buttons div, .review-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 30%;
  left: -15px;
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  background: #888888;
}

.review-slider .owl-controls .owl-buttons div {
  top: 50%;
  left: 0;
  width: 50px;
}

.product-slider .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -15px;
}

.review-slider .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0px;
}

.product-slider .owl-controls .owl-buttons div:hover {
  background: #3a3a3a;
}

.collection {
  position: relative;
  margin-bottom: 10px;
}

.collection:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.9);
  content: "";
  display: block;
  opacity: 0;
}

.collection-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  opacity: 0;
  visibility: visible;
  text-align: center;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.collection:before,
.collection-content {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.collection:hover:before {
  opacity: 1;
}

.collection:hover .collection-content {
  opacity: 1;
  visibility: visible;
}

.collection-content h2 {
  color: #FFF;
}

.collection-content h2 a {
  color: #FFF;
}

.collection-content h3,
.collection-content .subtitle {
  color: #FFF;
}

.collection-content h2 {
  font-size: 36px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.collection-content h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.collection-content .subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}

.collection.without-hover .collection-content h2 {
  font-size: 53px;
  letter-spacing: 0;
}

.collection.without-hover .collection-content h2:after {
  display: block;
  width: 110px;
  height: 1px;
  background: #FFF;
  margin: 15px auto;
  content: "";
}

.collection.without-hover:hover:before {
  display: none;
}

.collection.without-hover .collection-content {
  opacity: 1;
  visibility: visible;
}

.shop-by-cat {
  position: relative;
  margin-bottom: 30px;
}

.shop-by-cat img {
  width: 100%;
}

.shop-by-cat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(55, 55, 55, 0.5);
  content: "";
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.shop-by-cat h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.shop-by-cat h3 a {
  color: #FFF;
}

.shop-by-cat h3 a:hover {
  color: #29aae1;
}

.shop-by-cat:hover:before {
  background: rgba(55, 55, 55, 0.9);
}

.col-1c,
.col-3c {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1c {
  width: 20.68%;
}

.col-3c {
  width: 58.64%;
}

/*==========================================================
    4. HEADER
==========================================================*/
/* --------------------------
    4.1 General
--------------------------- */
.site-header {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.is-sticky .site-header, .site-header.sticky-wrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0px;
}

.site-brand {
  padding: 9px 0 0px 30px;
  position: absolute;
  width: 180px;
  left: 0;
  top: 0;
  z-index: 101;
}

@media (max-width: 480px) {
  .site-brand {
    padding: 10px 0 !important;
  }
  .site-brand .logo img {
    height: 45px;
  }
}

.right-header {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
}

@media (max-width: 480px) {
  .right-header {
    background-color: #011229 !important;
    color: white;
  }
}

.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------
    4.2 Main Menu
--------------------------- */
.sticky-wrapper {
  z-index: 1001;
  position: absolute;
  width: 100%;
}

.mid-header {
  background: #FFF;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.mid-header .container > .row > .pull-right {
  float: left !important;
}

.main-menu {
  width: 100%;
  text-align: center;
}

.main-menu > ul {
  text-align: center;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.main-menu ul li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #333333;
}

.main-menu ul li.current-menu-item > a {
  color: #29aae1;
}

.main-menu > ul > li {
  margin-right: 10px;
}

.main-menu > ul > li.has-child {
  margin-right: 15px;
}

.main-menu > ul > li:last-child {
  margin-right: 0;
}

.main-menu > ul > li:hover > a {
  color: #177ba6;
}

.main-menu > ul > li > a {
  padding: 0 20px;
  line-height: 65px;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  z-index: 9999;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  width: 270px;
  padding: 10px 0;
  background: #1c1d1d;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu .sub-menu li {
  display: block;
  position: relative;
  margin-left: 15px;
}

.main-menu .sub-menu li:before {
  height: 4px;
  width: 4px;
  background: #FFF;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}

.main-menu .sub-menu li:after {
  height: 1px;
  margin-top: -1px;
}

.main-menu .sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}

.main-menu .sub-menu li a:hover {
  padding-left: 17px;
  color: #29aae1;
}

.main-menu .sub-menu ul {
  top: 20px;
  left: 100%;
}

.main-menu .sub-menu li:hover > ul {
  left: 100%;
  top: 2px;
}

.main-menu .arrow {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -2px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu .arrow:after {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-top: 4px solid #212121;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 0;
  content: "";
  top: 0;
}

.mobile-menu {
  display: none;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #3a3a3a;
  font-size: 22px;
  cursor: pointer;
}

.mobile-menu:after {
  content: "\f0c9";
  font-family: FontAwesome;
}

.main-menu.open .mobile-menu:after {
  content: "\f00d";
  font-family: FontAwesome;
}

.burger-menu {
  display: inline-block;
  vertical-align: middle;
}

.burger-menu a {
  display: block;
  width: 65px;
  height: 65px;
  padding: 19px;
}

/* --------------------------
    4.3 Mega Menu
--------------------------- */
.main-menu .mega-menu {
  width: 940px;
  color: #FFF;
  padding: 30px 15px 15px;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu .mega-menu-wrap a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-menu .mega-menu-wrap > a:after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #3a3a3a;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-menu .mega-menu-wrap:hover > a:after {
  opacity: 1;
  bottom: -1px;
}

.main-menu .mega-menu-v2 {
  width: 100%;
  left: 0;
}

.main-menu li:hover .mega-menu {
  left: 0px;
}

.main-menu .mega-menu:after {
  content: "";
  display: block;
  clear: both;
}

.mega-menu .mega-item {
  padding-left: 15px;
  width: 22.5%;
  float: left;
}

.mega-menu .mega-item.image {
  width: 32.5%;
  margin-top: -15px;
}

.mega-menu .menu-title {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 5px;
}

.main-menu .mega-menu ul {
  left: auto;
  top: auto;
}

.main-menu .mega-menu ul li {
  padding: 5px 0 5px 15px;
  margin-left: 0;
}

.main-menu .mega-menu ul li:before {
  top: 12px;
}

.main-menu .mega-menu ul li:after {
  display: none;
}

.main-menu .mega-menu ul li a {
  border: none;
  color: #FFF;
  padding: 0;
  display: inline;
}

.main-menu .mega-menu ul li a:hover {
  background: none;
  color: #29aae1;
  padding-left: 2px;
}

/* --------------------------
    4.4 Searchbox
--------------------------- */
.searchbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.searchbox .icon {
  cursor: pointer;
  font-size: 19px;
}

.searchbox label {
  font-weight: normal;
  width: 100%;
}

.searchbox label span {
  display: none;
}

.searchbox label input {
  background: none;
  font-size: 12px;
  width: 100%;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: none;
  border-radius: 0;
  z-index: 10;
  font-size: 0;
}

/* --------------------------
    4.5 Setting header
--------------------------- */
.setting {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 30px 18px 30px;
}

@media (max-width: 480px) {
  .setting {
    padding: 0px 10px;
  }
}

.setting .icon {
  font-size: 21px;
  cursor: pointer;
}

.setting .setting-wrap {
  position: absolute;
  top: 100%;
  right: -35px;
  width: 310px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  text-align: left;
  background: #011229;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.setting .setting-wrap:before {
  display: block;
  width: 25px;
  height: 25px;
  background: #011229;
  content: "";
  position: absolute;
  top: -7px;
  right: 55px;
  z-index: -1;
  box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}

.setting:hover .setting-wrap {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.currency span {
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  padding: 0 20px 20px 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.language {
  list-style: none;
}

.language span {
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  padding: 0 20px 20px 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.currency {
  list-style: none;
}

.language:after,
.currency:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  border-bottom: 1px solid #414141;
  padding-top: 30px;
}

.language ul,
.currency ul,
.setting-menu ul {
  list-style: none;
  padding: 0 20px;
}

.language ul li,
.currency ul li {
  float: left;
  margin-left: 5px;
  width: 34px;
}

.language ul li:first-child {
  margin-left: 0;
}

.currency ul li:first-child {
  margin-left: 0;
}

.currency ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  background: #595959;
  color: #979797;
}

.currency ul li.active a,
.currency ul li:hover a {
  background: #fff;
  color: #3a3a3a;
}

.currency ul li a i {
  line-height: 35px;
}

.language ul li a {
  opacity: 0.3;
}

.language ul li.active a,
.language ul li:hover a {
  opacity: 1;
}

.setting-menu ul {
  margin: 35px 0;
}

.setting-menu ul li {
  display: block;
}

.setting-menu ul li a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 35px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.setting-menu ul li:not(:first-child):hover a {
    color: #29aae1;
}

.hoverlogin:hover {
    color: #29aae1;
}

.hoverregister:hover {
    color: #29aae1;
}

.setting-menu ul li a i {
  margin-right: 20px;
  width: 17px;
}

.setting-menu ul li i {
    margin-right: 20px;
    width: 17px;
}

.setting-menu ul li i {
    color:white;
}
/* --------------------------
    4.6 Cart header
--------------------------- */
.shop-cart {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 9999;
}

.cart-control .cart-number {
  background: #29aae1;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -7px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 20px;
}

.cart-control:hover .cart-number {
  background: #212121;
  color: #fff;
}

.shop-cart-v2 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.shop-cart-v2 .cart-control {
  display: block;
  width: 65px;
  height: 65px;
  background: #011229;
  padding: 19px;
}

.shop-cart-v2 .cart-control:hover {
  background: #29aae1;
}

.shop-cart-v2 .shop-item {
  position: fixed;
  z-index: -1;
  right: -400px;
  top: 65px;
  bottom: 0;
  visibility: hidden;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  height: calc(100vh - 50px);
  background: #1c1d1d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.shop-cart-v2 .shop-item.open {
  z-index: 1001;
  right: 0;
  visibility: visible;
}

.shop-cart-v2 .shop-item .cart_list {
  list-style: none;
  padding: 5px 0;
}

.shop-cart-v2 .shop-item .cart_list img {
  max-width: 70px;
  height: auto;
}

.shop-cart-v2 .shop-item .footer {
  position: absolute;
  width: 100%;
  padding: 2em 2em 3em;
  bottom: 0;
}

@media (max-width: 479px) {
  .shop-cart-v2 .shop-item .footer {
    padding: 1em 2em 1em;
  }
}

@media (min-width: 480px) and (max-width: 1024px) {
  .shop-cart-v2 .shop-item .footer {
    bottom: 8%;
  }
}

.shop-cart-v2 .shop-item .footer .note {
  color: white;
  font-style: italic;
  font-size: .9em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1.5em;
  opacity: .5;
}

.shop-cart-v2 .shop-item .footer .input-text {
  background: #222222 !important;
  border-color: #424242;
}

.shop-cart-v2 .shop-item .footer .buttons + .buttons {
  margin-top: 1em;
}

.shop-cart-v2 .shop-item .quantity {
  line-height: 20px;
  margin-top: .4em;
  border-color: white;
  opacity: .4;
}

.shop-cart-v2 .shop-item .quantity input {
  background: #1c1d1d;
  color: white;
  height: 20px;
}

.shop-cart-v2 .shop-item .quantity span {
  font-size: 12px;
  line-height: 22px;
  background: #1c1d1d;
  color: white;
}

.shop-cart-v2 .cart-control .cart-number {
  background: #29aae1;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 30px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 20px;
}

.shop-cart-v2 .cart-control:hover .cart-number {
  background: #FFF;
  color: #3a3a3a;
}

.shop-cart-v2 .cart_list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 160px;
  width: 100%;
}

.shop-cart-v2 .cart_list li {
  padding: 15px 0;
  margin: 0 2em;
  border-bottom: 1px solid #414141;
}

.shop-cart-v2 .p-thumb {
  float: left;
  display: block;
}

@media (min-width: 480px) {
  .shop-cart-v2 .p-thumb {
    margin-right: 15px;
  }
}

.shop-cart-v2 .p-info {
  float: right;
  width: 250px;
}

.shop-cart-v2 .p-title {
  font-size: .9em;
  color: #FFFFFF;
}

.shop-cart-v2 .price {
  font-size: 1em;
}

.shop-cart-v2 .price ins {
  color: #29aae1;
}

.shop-cart-v2 .p-qty {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: white;
}

.shop-cart-v2 .remove {
  float: right;
  font-size: 18px;
  color: #d5d5d5;
}

.shop-cart-v2 .remove:hover {
  color: #29aae1;
}

.shop-cart-v2 .total {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
}

.shop-cart-v2 .total .amount {
  float: right;
  color: #29aae1;
  font-size: 18px;
}

.shop-cart-v2 .buttons {
  cursor: pointer;
}

.shop-cart-v2 .buttons a {
  padding: 0 24px;
}

.shop-cart-v2 .buttons .cart-button {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
}

.shop-cart-v2 .buttons .button.wc-forward {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  background-color: #29aae1;
  border-color: #29aae1;
  color: white;
}

.shop-cart-v2 .buttons .button.wc-forward:hover {
  background: black;
  color: #29aae1;
  border-color: black;
}

/* --------------------------
    4.7 Header Version 2
--------------------------- */
.header2 .top-nav {
  text-align: right;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.header2 .top-nav > * {
  display: inline-block;
  vertical-align: middle;
}

.header2 .searchbox .icon {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #3a3a3a;
  line-height: 35px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.header2 .searchbox .icon i {
  color: #3a3a3a;
  font-size: 18px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.header2 .top-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
}

.header2 .top-nav > ul > li a {
  color: #3a3a3a;
}

.header2 .dropdown {
  margin: 0;
}

.header2 .dropdown:after {
  display: none;
}

.header2 .dropdown ul {
  padding: 0;
}

.header2 .dropdown ul li a {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
}

.header2 .dropdown ul ul li {
  display: block;
  float: none;
  margin: 0;
  width: 120px;
}

.header2 .dropdown ul ul li a {
  color: #3a3a3a;
  text-align: left;
}

.header2 .dropdown > ul > li:after {
  border-top-color: #FFF;
}

.header2 .cart-control i {
  font-size: 22px;
  color: #3a3a3a;
}

.header2 .mid-header {
  text-align: center;
  padding: 70px 0 50px;
}

.header2 .site-brand {
  position: static;
  padding: 0;
  width: auto;
}

.your-products > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.your-products > *:first-child {
  margin-left: 15px;
}

.your-products > * > a {
  position: relative;
}

.your-products > * > a .number {
  width: 19px;
  height: 19px;
  border: 2px solid #FFF;
  text-align: center;
  line-height: 15px;
  background: #29aae1;
  color: #FFF;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: -7px;
  right: -4px;
  top: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.header2 .shop-cart .p-title {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}

.header2 .shop-cart .p-title:hover {
  text-decoration: underline;
}

.header2 .shop-cart .shop-item {
  background: #3a3a3a;
}

.shop-cart .shop-item:before {
  background: #3a3a3a;
}

.header-info {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 25px;
}

.header2 .main-menu {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.header2 .main-menu > ul > li > a {
  line-height: 34px;
  font-size: 13px;
  font-weight: normal;
}

.header2 .main-menu > ul > li > a:before {
  content: "|";
  font-size: 8px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.header2 .main-menu > ul > li:first-child > a:before {
  display: none;
}

/* --------------------------
    4.8 Header Version 3
--------------------------- */
.header3 .site-header {
  background: #3a3a3a;
}

.header3 .main-menu > ul > li > a {
  color: #FFF;
}

.header3 .main-menu > ul > li.current-menu-item > a {
  color: #29aae1;
}

.header3 .main-menu .arrow:after {
  border-top-color: #FFF;
}

.header3 .setting .icon,
.header3 .searchbox .icon {
  color: rgba(255, 255, 255, 0.6);
}

/* --------------------------
    4.9 Header Version 4
--------------------------- */
.header-sticky .sticky-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-sticky .site-header {
  background: none;
}

.sticky-bg .site-header {
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

/* --------------------------
    4.10 Header Version 5
--------------------------- */
.header5 .site-header {
  height: 65px;
}

.header5 .shop-cart-v2 .cart-control {
  background: none;
}

.header5 .setting {
  margin-right: 20px;
}

/* --------------------------
    4.11 Header Version 6
--------------------------- */
.header6 .top-header,
.header6 .searchbox .icon,
.header6 .top-nav > ul > li a {
  color: #FFF;
}

/*==========================================================
    5. SIDEBAR
==========================================================*/
.widget {
  margin-bottom: 55px;
}

@media (max-width: 479px) {
  .widget {
    margin-bottom: 4em;
  }
}

.widget-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.widget-title:after {
  background: #333333;
  height: 1px;
  width: 50px;
  content: "";
  display: block;
  margin: 8px 0 20px;
}

.widget > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget > ul li a {
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #333333;
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}

.widget > ul li a:hover {
  padding-left: 1px;
  color: #177ba6;
}

.widget > ul li:first-child a {
  border-top: none;
}

.widget > ul li .count {
  float: right;
  font-size: 12px;
}

.widget > ul li.active a {
  color: #29aae1;
}

.widget.recent-post li {
  padding: 15px 0;
}

.widget.recent-post li a {
  padding: 0 0 5px;
  border: none;
}

.widget.recent-post li a:hover {
  padding-left: 0;
}

.widget.recent-post li a img {
  float: left;
  max-width: 70px;
  margin-right: 15px;
}

.widget.recent-post .title {
  font-size: 1em;
  line-height: normal;
}

.widget.recent-post .date {
  color: #b5b5b5;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.widget.gallery ul {
  margin-left: -4px;
  margin-right: -4px;
  max-width: 270px;
}

.widget.gallery ul:after {
  content: "";
  clear: both;
  display: block;
}

.widget.gallery ul li {
  float: left;
  width: 33.3333%;
  padding: 4px;
}

.widget.gallery ul li a {
  padding: 0;
  border: none;
}

.tags-cloud {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0 -5px;
}

.tags-cloud a {
  margin: 0 5px;
}

.tags-cloud a:hover {
  text-decoration: underline;
  color: #29aae1 !important;
}

/*==========================================================
    6. FOOTER
==========================================================*/
.site-footer {
  font-size: 13px;
  border-top: none !important;
}

.site-footer .footer-widget {
  padding: 50px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

@media (max-width: 479px) {
  .site-footer .footer-widget {
    padding: 10px 0;
  }
}

.footer-item {
  text-align: center;
  position: relative;
}

.footer-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 220px;
  width: 1px;
  background: #c3c3c3;
}

.footer-widget .row > *:last-child .footer-item:after {
  display: none;
}

.footer-widget .widget {
  font-size: 12px;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: left;
}

.footer-widget .widget-title {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: normal;
  color: #29aae1;
}

.footer-widget .widget-title:after {
  display: none;
}

.footer-widget .textwidget {
  line-height: 24px;
  color: #555555;
}

.footer-widget .widget ul li a {
  border: none;
  padding: 0;
  line-height: 22px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.footer-widget .widget ul li a:hover {
  padding-left: 2px;
}

.footer-widget .nav_menu_widget {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}

.social {
  margin-top: 15px;
}

.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social ul li {
  display: inline-block;
  vertical-align: middle;
}

.social ul li a {
  border: none;
  padding: 0;
  font-size: 20px;
  margin-right: .7em;
}

.payment #eWAYBlock {
  display: inline-block;
}

.footer-widget .social ul li a:hover {
  padding: 0;
}

.widget.about {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

.widget.time-work {
  text-transform: uppercase;
  color: #3a3a3a;
}

.widget.time-work strong {
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  display: block;
}

.widget.time-work p {
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-weight: normal;
  line-height: inherit;
  margin: 3px 3px 3px 0;
}

.widget.time-work img {
  margin-top: 10px;
}

.flickr-widget ul {
  margin: -5px;
}

.flickr-widget ul li {
  float: left;
  width: 25%;
  padding: 5px;
}

.footer-widget .flickr-widget ul li a:hover {
  padding: 0;
}

.newsletter-widget h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 20px;
}

.newsletter-widget .form {
  position: relative;
}

.newsletter-widget .form label {
  display: none;
}

.newsletter-widget .form input[type=text], .newsletter-widget .form input[type=email] {
  border: 1px solid #a5a5a5;
  width: 100%;
  height: 35px;
  padding: 5px 13px;
  font-size: 13px;
  background: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.newsletter-widget .form input[type=text]:focus, .newsletter-widget .form input[type=email]:focus {
  border-color: #29aae1;
}

.newsletter-widget .form input[type=submit] {
  position: absolute;
  top: 13px;
  right: 12px;
  background: url("../images/assets/icons/email.png") no-repeat;
  height: 100%;
  color: #212121;
  border: none;
  z-index: 10;
  width: 29px;
  text-indent: -999px;
  height: 13px;
}

.bot-footer {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  background-color: #0c0c0c;
}

.bot-footer .flag ul {
  padding-left: 0;
  list-style: none;
}

.bot-footer .flag ul li {
  float: left;
  margin-left: 8px;
  width: 20px;
}

.bot-footer .flag ul li:first-child {
  margin-left: 0;
}

.bot-footer .awards {
  text-align: center;
}

@media (max-width: 479px) {
  .bot-footer .awards {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.bot-footer .awards img {
  width: 35px;
  margin-left: 10px;
}

@media (min-width: 769px) {
  .bot-footer .payment_methods {
    float: right;
  }
}

.footer-menu,
.copyright {
  opacity: .6;
}

.footer-menu p,
.copyright p {
  margin-bottom: 3px;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.footer-menu ul li:after {
  background: #747474;
  height: 12px;
  width: 1px;
  display: inline-block;
  margin: 0 5px 0 9px;
  content: "";
}

.footer-menu ul li:last-child:after {
  display: none;
}

.copyright {
  color: #b5b5b5;
}

.newsletter-widget .payment {
  margin-top: 16px;
  display: block;
}

.back-to-top {
  display: block;
  width: 50px;
  height: 100px;
  z-index: 1000;
  position: fixed;
  bottom: -100%;
  right: 30px;
  background: #3a3a3a;
  color: #FFF;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
}

.back-to-top:hover {
  background: #29aae1;
  color: #FFF;
}

.back-to-top.show {
  bottom: 30px;
}

/*==========================================================
    7. MAIN CONTENT
==========================================================*/
/* --------------------------
    7.1 General
--------------------------- */
.left-sidebar .site-main {
  float: right;
}

.site-main,
.sidebar {
  margin-bottom: 6em;
}

@media (max-width: 767px) {
  .site-main,
  .sidebar {
    margin-bottom: 100px;
  }
}

@media (max-width: 479px) {
  .site-main,
  .sidebar {
    margin-bottom: 6em;
  }
}

.page-title {
  min-height: 300px;
  position: relative;
  margin-bottom: 60px;
}

.page-title > .container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page-title-content {
  width: 58.3333%;
  padding: 0 15px;
  float: right;
  text-align: center;
  color: #FFF;
}

.page-title-content * {
  color: #FFF;
}

.page-title .title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-title .subtitle {
  font-size: 24px;
  letter-spacing: 7px;
  display: inline-block;
  vertical-align: middle;
}

.page-title .subtitle:after, .page-title .subtitle:before {
  content: "";
  background: #29aae1;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.page-title .subtitle:after {
  margin-left: 6px;
}

.page-title .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ebebeb;
  margin: 0;
}

.page-title.no-bg {
  min-height: 0;
  text-align: center;
}

.page-title.no-bg > .container {
  position: static;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}

.page-title.no-bg .title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* --------------------------
    7.2 Blog
--------------------------- */
article.post {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  article.post {
    margin-bottom: 0;
  }
}

.post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  background: rgba(33, 33, 33, 0.6);
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 13px 5px;
}

.post-date span {
  font-size: 30px;
  font-weight: bold;
  color: #29aae1;
  display: block;
  line-height: 30px;
}

.post-info {
  padding-top: 30px;
}

.post-title {
  font-size: 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 15px;
}

.post-title a {
  color: #333333;
}

.post-title a:hover {
  color: #177ba6;
}

.post-meta {
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.post-meta li {
  display: inline-block;
  margin-right: 30px;
  color: rgba(85, 85, 85, 0.5);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.post-meta li:last-child {
  margin-right: 0;
}

.post-meta a {
  color: rgba(85, 85, 85, 0.5);
}

.post-meta a:hover {
  color: #29aae1;
}

.post-desc {
  line-height: 24px;
  margin-bottom: 25px;
}

.pagination {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.pagination ul {
  margin: 0;
  padding: 40px 25px 0;
  list-style: none;
  display: inline-block;
  border-top:1px solid #b5b5b5;
}

.pagination ul li {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0 5px;
  color: #3a3a3a;
}

.pagination ul li a {
  color: #3a3a3a;
}

.pagination ul li.prev a,
.pagination ul li.next a {
  color: #b5b5b5;
}

.pagination ul li a:hover {
  text-decoration: underline;
  color: #177ba6;
}

.pagination .current {
  text-decoration: underline;
}

.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
  color: #3a3a3a;
}

.pagination .prev {
  margin-right: 40px;
}

.pagination .next {
  margin-left: 40px;
}

.content-right-thumbnail .post-thumb {
  float: right;
}

.content-right-thumbnail .post-title {
  letter-spacing: 0.5px;
}

.content-right-thumbnail .post-desc {
  margin-bottom: 35px;
}

.content-right-thumbnail .pagination {
  padding-top: 40px;
}

.boxed-content .pagination {
  padding-top: 40px;
}

/* --------------------------
    7.3 Single Blog
--------------------------- */
.post-desc img {
  margin: 10px 0;
}

.entry-footer {
  margin-top: 90px;
  font-family: "Raleway", sans-serif;
}

.entry-footer strong {
  color: #212121;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

@media (max-width: 479px) {
  .entry-footer {
    margin-top: 3em;
  }
}

.tags-links {
  display: block;
  float: left;
  padding-bottom: 10px;
}

.tags-links a {
  color: #777777;
}

.tags-links a:hover {
  text-decoration: underline;
}

.single-share {
  float: right;
  padding-bottom: 10px;
}

.single-share .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.single-share .social ul li a {
  margin: 0 0 0 20px;
}

.author-info {
  clear: both;
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}

.author-info:after {
  clear: both;
  content: "";
  display: block;
}

.author-info .avatar {
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.author-bio {
  display: table;
}

.author-bio h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  padding: 3px 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.author-bio .job {
  font-size: 13px;
  color: #b5b5b5;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}

.comments-title:after,
.comment-reply-title:after {
  background: #3a3a3a;
}

.comment-list {
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}

.comment-avatar {
  float: left;
  max-width: 60px;
  margin: 5px 25px 0 0;
}

.comment-list .children {
  padding-left: 100px;
  list-style: none;
}

.comment-body {
  padding-bottom: 40px;
}

.comment-meta,
.comment-content {
  margin-left: 85px;
}

.comment-meta {
  border-bottom: 1px solid #eaeaea;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.comment-author {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}

.comment-author a {
  color: #212121;
}

.comment-author a:hover {
  color: #29aae1;
}

.comment-meta .action-link {
  float: right;
  font-weight: bold;
  font-size: 11px;
  color: #b5b5b5;
}

.comment-meta .action-link a {
  color: #b5b5b5;
}

.comment-meta .action-link a:hover {
  color: #212121;
  text-decoration: underline;
}

.comment-respond {
  padding-top: 50px;
}

@media (max-width: 479px) {
  .comment-respond {
    padding-top: 0;
  }
}

.comment-form {
  padding-top: 20px;
}

.comment-form p {
  margin: 0;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  margin-bottom: 20px;
}

.comment-form .form-submit input {
  font-weight: bold;
}

/*==========================================================
    8. SHOP
==========================================================*/
/* --------------------------
    8.1 Shop General
--------------------------- */
.fullscreen .site-main {
  padding-left: 60px;
  padding-right: 60px;
}

.fullwidth .site-main {
  width: auto;
  float: none;
}

.fullwidth .sidebar {
  display: none;
}

.shop-content.fullscreen > .container {
  width: auto;
}

.col-6 .products.list .product {
  width: 16.6667%;
}

.col-4 .products.list .product {
  width: 25%;
}

.col-3 .products.list .product {
  width: 33.3333%;
}

.col-2 .products.list .product {
  width: 50%;
}

.col-6 .products.list .product:nth-child(6n+1),
.col-4 .products.list .product:nth-child(4n+1),
.col-3 .products.list .product:nth-child(3n+1),
.col-2 .products.list .product:nth-child(2n+1) {
  clear: both;
}

.star-rating {
  font-family: FontAwesome;
  font-size: 13px;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 74px;
  letter-spacing: 3px;
}

.star-rating:before {
  color: #b5b5b5;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  left: 0;
  position: absolute;
  top: 0;
  color: #212121;
}

.price {
  display: block;
  color: #29aae1;
  font-size: 1.5em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.price ins {
  text-decoration: none;
}

.price del {
  font-size: .7em;
  color: #b5b5b5;
}

.shop-step {
  padding-bottom: 2em;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .shop-step {
    display: none;
  }
}

.shop-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-step ul li {
  float: left;
  width: 33.3333%;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.shop-step ul li.checked:after {
  display: inline-block;
  content: "";
  width: 80px;
  height: 2px;
  background: #29aae1;
  vertical-align: top;
}

.shop-step ul li.completed {
  opacity: .3;
}

.shop-step ul li.completed .count {
  background: #29aae1;
  border-color: #29aae1;
  color: white;
}

.shop-step .count {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #3a3a3a;
  text-align: center;
  line-height: 47px;
  color: #3a3a3a;
  font-size: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.shop-step ul li.checked .count {
  background: #29aae1;
  border-color: #29aae1;
  color: #FFFFFF;
}

.shop-step .label {
  color: #3a3a3a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding: .5em 0;
  line-height: normal;
  border-radius: 0;
}

.quantity {
  border: 1px solid #b5b5b5;
  width: 80px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto !important;
}

.quantity1 {
  width: 80px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}

.quantity input {
  width: 100%;
  border: none;
  height: 33px;
  background: #FFF;
  padding: 0 0 0 5px;
  text-align: center;
  color: #212121;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  /* border-bottom: 1px #b5b5b5 solid; */
}

.quantity input.form-control {
  border: 0;
  display: block;
  box-shadow: none;
  height: 42px;
  padding: 0 15px;
}

.quantity > span {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
}

.quantity span.plus {
  left: auto;
  right: 0;
}

.p-actions .addtocart::before {
  content: "\e800";
  font-family: icomoon;
  font-weight: 700;
  margin-right: 5px;
}

.summary {
  padding: 30px 0 0 30px;
}

.summary .price {
  margin-bottom: 25px;
  font-size: 1.5em;
}

.summary .p-title {
  font-size: 30px;
  margin: 10px 0 20px;
}

.summary .star-rating {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 20px;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}

.summary .p-desc {
  display: block;
  line-height: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}

.summary label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}

.summary label.SingleProductQty {
  position: relative;
  bottom: auto;
}

.summary .selectbox {
  display: inline-block;
  vertical-align: middle;
}

.summary .selectbox option {
  padding: 5px 0;
}

.summary .attribute {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.summary .attribute .ShoppingCartItemSelectorContainer {
  padding-top: 0;
}

.summary .attribute .p-actions > .ShoppingCartItemSelectorContainer {
  padding-top: 20px;
}

.summary .attribute .p-actions > .ShoppingCartItemSelectorContainer .AddToCartLink {
  top: auto !important;
}

.summary .selectbox.medium select {
  padding: 0 5px;
}

.summary .attribute-actions .attr-item {
  display: inline-block;
  vertical-align: middle;
}

.summary .attribute-actions .attr-item:first-child {
  margin-right: 30px;
}

.summary .attribute-actions .button {
  margin-right: 10px;
}

.summary .quantity {
  margin: 3px 0;
}

.summary .single-share {
  float: none;
  padding: 20px 0 0;
  color: #212121;
}

.summary .single-share > * {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.summary .social ul li a {
  color: #212121;
}

.summary .social ul li a:hover {
  color: #29aae1;
}

.product-detail .owl-carousel .owl-item .item {
  border: 1px solid #eee;
  margin-right: 1px;
}

.p-preview a {
  position: relative;
}

.p-preview a:before {
  content: "";
  background-color: rgba(55, 55, 55, 0.5);
  background-image: url(../images/assets/icons/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.p-preview a:hover:before {
  opacity: 1;
}

/* --------------------------
    8.2 Shop Widget
--------------------------- */
.product-cat-widget ul li a {
  position: relative;
}

.product-cat-widget ul li a:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #212121;
  position: absolute;
  top: 17px;
  right: 17px;
}

.product-cat-widget ul li.current-menu-item a {
  color: #3a3a3a;
  font-weight: bold;
}

.widget .f-price {
  margin: 40px 0 0;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}

.widget .f-price span {
  float: right;
  max-width: 50%;
  margin: 25px 0 0;
  display: block;
  padding-top: 5px;
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.widget .f-price span strong {
  color: #29aae1;
}

.widget .f-price .btn {
  float: left;
  margin: 25px 0 0;
  background: #3a3a3a;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 20px;
  height: 30px;
  line-height: 28px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget .f-price .btn:hover {
  background: #29aae1;
}

.widget .f-price .ui-widget-content {
  background: #e8e6e2;
  position: relative;
  height: 2px;
}

.widget .f-price .ui-slider .ui-slider-range {
  height: 2px;
  background: #3a3a3a;
}

.widget .f-price .ui-state-default {
  background: #3a3a3a;
}

.widget .f-price .ui-slider .ui-slider-range {
  position: absolute;
}

.widget .f-price .ui-state-default {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -6px;
  transition: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.product-sale-widget ul li {
  padding: 15px 0;
}

.product-sale-widget ul li a {
  display: inline;
  border: none;
  padding: 0;
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.product-sale-widget ul li a:hover {
  padding: 0;
  text-decoration: underline;
}

.product-sale-widget .product-info {
  display: table;
  margin-top: .2em;
}

.product-sale-widget .product-thumb img {
  width: 70px;
  height: 70px;
  margin-right: .5em;
  float: left;
}

.product-sale-widget .title {
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}

.product-sale-widget .price {
  font-size: 1.2em;
}

.product-sale-widget .star-rating {
  margin-bottom: 5px;
}

.widget .compare-content {
  color: rgba(55, 55, 55, 0.3);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/* --------------------------
    8.3 Shop Page
--------------------------- */
.sort {
  margin-bottom: 30px;
}

.style-switch a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
  text-align: center;
  line-height: 33px;
  font-size: 19px;
  margin-left: 5px;
}

.style-switch a:hover, .style-switch a.active {
  border-color: #3a3a3a;
  color: #3a3a3a;
}

.product .p-thumb a {
  position: relative;
  display: block;
  /*text-align:center;*/
}

.product .p-thumb a:before {
  display: block;
  width: 100%;
  height: 105%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #FFF;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.product:hover .p-thumb a:before {
  opacity: 0.8;
}

.product .p-label {
 position:absolute;
 height:63px;
 width:63px;
 border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -webkit-border-radius:50%;
 -o-border-radius:50%;
 color:#FFF;
 line-height:63px;
 text-align:center;
 display:block;
 top:21px;
 right:21px;
 z-index:5;
 background:#d9534f;
 font-size:18px;
 font-family:Montserrat,Helvetica,Arial,sans-serif;
 text-transform:uppercase
}

.product .onsale {
 background:#d9534f
}

.product .preorder {
 background:#5cb85c;
 line-height:1;
 font-size:14px;
 padding-top:16px
}

.product .soldout {
 background:#3a3a3a;
 line-height:1;
 font-size:16px;
 padding-top:17px
}

.product .onnew {
 background:#29aae1
}

.product .p-info {
  padding-top: 15px;
}

.p-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.p-title a.title {
  font-size: 1em;
  color: #3a3a3a;
  display: block;
}

.p-title a.desc {
  font-size: 1em;
  color: #3a3a3a;
  /*display: inline-block;*/
}

.p-title a:hover {
  color: #29aae1;
}

.p-title a + a {
  font-size: .6em !important;
  letter-spacing: 0;
}

.product .star-rating {
  margin-bottom: 15px;
}

.product .p-desc {
  margin-bottom: 25px;
}

.product .p-actions .add-to-cart-button i {
  display: none;
}

.products.list {
  margin-left: -15px;
  margin-right: -15px;
}

.products.list:after {
  display: block;
  content: "";
  clear: both;
}

.products.list .product {
  padding-left: 15px;
  padding-right: 15px;
}

.products.list .product .p-thumb {
  width: auto;
  float: none;
  position: relative;
}

.products.list .product .p-info {
  width: 100%;
  /*float: none; */
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.products.list .product .p-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.products.list .product .p-info > a.quick-view {
  display: block;
  line-height: 24px;
  background: black;
  opacity: .2;
  color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 15px;
  right: 15px;
}

.products.grid .product .p-info > a.quick-view {
  display: none;
}

.products.list .product .p-info > a.quick-view:hover {
  opacity: 1;
}

.products.list .product .p-desc {
  display: none;
}

.products.list .product .star-rating {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.products.list .product .p-actions {
  position: absolute;
  /* bottom: 150%; */
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 100;
}

.products.list .product .p-actions a {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
  display: inline-block;
  background: #3a3a3a;
  border-color: #3a3a3a;
  color: #ffffff;
}

.products.list .product .p-actions a:hover {
  background: #29aae1;
  border-color: #29aae1;
}

.products.list .product .p-actions a::before {
  display: none;
}

.products.list .product .p-actions a.add-to-wishlist {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}

.products.list .product .p-actions .add-to-cart-button i {
  display: inline;
}

.products.list .product .p-actions .add-to-cart-button span {
  display: none;
}

.products.list .p-inner:hover .p-actions a {
  margin-top: -60px;
  visibility: inherit;
  opacity: 1;
}

.products.grid .product {
  margin-bottom: 4em;
}

.products.grid .product .add-to-cart-button {
  background: #29aae1;
  color: #FFF;
  border-color: #29aae1;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.products.grid .product .add-to-cart-button:hover {
  background: #3a3a3a;
  border-color: #3a3a3a;
}

.products.grid .product .add-to-wishlist {
  font-size: 16px;
  padding: 0;
  text-align: center;
  width: 40px;
  border: 1px solid #b5b5b5;
  background: none;
}

.products.grid .product .add-to-wishlist:hover {
  color: #29aae1;
  border-color: #29aae1;
}

.products.grid .product:hover .p-thumb a:before {
  opacity: 0;
}

.products.grid .product:hover .p-thumb:hover a:before {
  opacity: 0.8;
}

.shop-content .pagination {
  padding-top: 50px;
}
.searchpagination .pagination{
  padding-bottom: 50px;
}
/* --------------------------
    8.4 Shop single
--------------------------- */
.product-detail .images,
.product-detail .summary {
  margin-bottom: 50px;
}

.product-detail .images {
  position: relative;
}

.product-detail .images .p-thumb {
    /*position: absolute;
    top:0;*/
}

.product-detail .images .p-thumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail .images .p-thumb ul li {
  max-width: 24.3%;
  width: 148px;
  display: inline-block;
  margin-top: 15px;
}

.product-detail .images .p-thumb a {
  display: block;
  background: #fff;
  border: 1px solid #eee;
}

.product-detail .images .p-thumb img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.product-detail .images .p-thumb .active img {
  /*opacity: 0.3;*/
}

.product-detail .summary {
  padding: 0;
}

.product-detail .summary .p-title {
  font-size: 2em;
  color: #212121;
}

.product-detail .summary .quantity {
  margin: 0;
}

.product-detail .summary .attribute {
  padding-bottom: 10px;
}

.product-detail .summary .attr-item {
  margin-right: 30px;
  margin-bottom: 15px;
}

.product-detail .summary .p-actions .add-to-cart-button i {
  display: none;
}

.single-product .comment-author {
  margin-right: 10px;
}

.single-product .comment-list .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.single-product .comment-body {
  padding-bottom: 25px;
}

.single-product .comment-respond {
  padding-top: 10px;
}

.single-product .comment-reply-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-product .comment-form input[type=text], .single-product .comment-form input[type=email] {
  padding: 8px 20px;
}

.single-product .comment-form textarea {
  padding: 8px 20px;
}

.comment-form-rating {
  height: 40px;
  line-height: 36px;
  width: 200px;
  border: 1px solid #b5b5b5;
  text-align: center;
}

#tab-add_tags {
  padding-top: 25px;
}

#tab-add_tags .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.add-tag-form input[type=text] {
  width: 570px;
  height: 40px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

.add-tag-form input[type=submit] {
  padding: 0 35px;
}

#tab-add_tags .note {
  font-size: 13px;
  color: #29aae1;
  margin-top: 7px;
}

.upsell-products {
  padding: 100px 0;
  padding-bottom: 0;
}

.upsell-products .quickview .owl-controls .owl-buttons div {
  background: none;
  color: #b5b5b5;
}

.upsell-products .p-actions {
  bottom: 115% !important;
}

.upsell-products .products.list .product .p-title {
  font-size: 1em;
}

.single-product.v2 .product-detail {
  position: relative;
}

.single-product.v2 .product-detail .images .p-thumb {
  top: auto;
  bottom: 0;
  left: 0;
  max-width: 570px;
  margin: 0 auto;
}

.single-product.v2 .product-detail .images .p-thumb .item {
  padding-right: 7px;
  padding-left: 7px;
}

.single-product.v2 .product-detail .images .p-thumb img {
  width: auto;
}

.single-product.v2 .product-detail .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
}

.single-product.v2 .product-detail .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -5px;
}

.single-product.v2 .product-detail .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.3645%;
}

.single-product.v2 .product-detail .summary {
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

.summary .tabs-container {
  margin-top: 65px;
}

.single-product .summary .comment-author {
  font-size: 13px;
}

.single-product .summary .comment-list .star-rating {
  margin-bottom: 0;
}

.summary .add-tag-form input[type="text"] {
  width: 470px;
}

/* --------------------------
    8.5 Shop Cart
--------------------------- */
.cart-collaterals {
  margin-bottom: 3em;
}

.cart-collaterals h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

.cart-form table {
  margin-bottom: 2em;
}

.cart-form table th {
  text-align: center;
}

.cart-form table td {
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767px) {
  .cart-form table td {
    display: block;
    border-bottom: none !important;
    float: left;
  }
  .cart-form table td .quantity {
    margin-left: 70px;
  }
}

.cart-form table .product-name {
  text-align: left;
}

@media (max-width: 767px) {
  .cart-form table thead {
    display: none;
  }
}

@media (max-width: 767px) {
  .cart-form table .product-price,
  .cart-form table .product-discount {
    display: none;
  }
}

@media (max-width: 767px) {
  .cart-form table .product-subtotal {
    font-size: 20px;
    float: right;
    padding-right: 30px;
  }
}

.cart-form table tbody tr {
  border-bottom: 1px solid #eee;
}

.cart-form .product-remove {
  text-align: center;
}

@media (max-width: 767px) {
  .cart-form .product-remove {
    display: inline-block;
    position: absolute;
  }
}

.cart-form table .remove::before{
  content: "\f057";
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  font-size: 20px;
  color: #b5b5b5;
  cursor: pointer;
}
.cart-form .remove img{
  display:none;
}

.cart-form table .remove:hover::before {
  color: #29aae1;
}

.cart-form .product-name a {
  color: #3a3a3a;
  font-size: 1em;
}

.cart-form .product-name img {
  margin-right: 25px;
  max-width: 90px;
}

.cart-form .product-name ul {
  display: inline-block;
  margin-bottom: 0;
}

.cart-form .product-name .pcode {
  display: block;
  font-size: .8em;
}

@media (max-width: 767px) {
  .cart-form .product-name {
    display: inline-block;
    padding-bottom: 0;
  }
  .cart-form .product-name img {
    margin: 0;
    max-width: 70px;
  }
  .cart-form .product-name ul {
    width: 190px;
  }
}

.cart-form .price {
  font-size: 1em;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .cart-form .price {
    display: n;
  }
}

.cart-input {
  margin-bottom: 25px;
}

.cart-input input {
  width: 100%;
  height: 40px;
}

.coupon-code h6 {
  margin-bottom: 5px;
}

.cal-shipping .selectbox select option {
  padding: 5px 15px;
}

.cal-shipping table {
  width: 100%;
}

.cal-shipping table td,
.cal-shipping table th {
  padding: 8px 0;
  border-bottom: 1px solid #BCBCBC;
  color: #3a3a3a;
}

.cal-shipping table tr:first-child td,
.cal-shipping table tr:first-child th {
  padding-top: 5px;
}

.cal-shipping table tr.order-total td,
.cal-shipping table tr.order-total th {
  padding: 10px 0 0 0;
  border: none;
  vertical-align: top;
}

.cal-shipping table th {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.cal-shipping table td {
  text-align: right;
  font-size: 16px;
}

.cal-shipping table .amount {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.cal-shipping .black-bg {
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
}

.cal-shipping + .cal-shipping {
  margin-top: 2.5em;
}

.cal-shipping h6 {
  text-transform: uppercase;
  margin-bottom: .5em;
}

.cal-shipping .alert {
  margin-top: 1em;
}

.cart-actions {
  padding: 0px 0 100px 0;
}

.cart-actions .cart-input {
  margin-right: 15px;
  width: 100%;
  max-width: 400px;
}

.cart-actions .button {
  margin-left: 15px;
}

/* --------------------------
    8.6 Shop Checkout
--------------------------- */
.return {
  font-size: 15px;
  margin-bottom: 2em;
}

.return a {
  text-decoration: underline;
  font-weight: bold;
}

.checkout-form {
  margin-bottom: 5em;
}

@media (max-width: 479px) {
  .checkout-form {
    margin-bottom: 2em;
  }
}

.checkout-form h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkout-form label {
  display: block;
}

.checkout-form .title {
  margin-bottom: 1em;
}

.checkout-form .title .checkbox {
  margin: 2px 0 0;
  padding: 0;
}

@media (max-width: 991px) {
  .continue-shopping {
    margin-bottom: 20px;
  }
}

.billing-fields + .billing-fields {
  margin-top: 2.5em;
}

.your-order {
  padding: 30px 0;
}

.your-order .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
  text-align: center;
}

.your-order .title:after {
  display: block;
  width: 80px;
  height: 2px;
  background: #29aae1;
  margin: 30px auto;
  content: "";
}

.product-total table {
  width: 100%;
}

.product-total table tr > *:last-child {
  text-align: right;
}

.product-total table th,
.product-total table td {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px;
}

.product-total table th {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #3a3a3a;
}

.product-total table .order-total > * {
  padding: 30px 0 0;
  vertical-align: top;
}

.product-total table .shipping td {
  font-size: 1em;
  color: #3a3a3a;
  /* font-family: 'Raleway', 'sans-serif'; */
}

.product-total table .amount {
  font-size: 1.2em;
  /* font-family: "Montserrat", Helvetica, Arial, sans-serif; */
  font-weight: normal;
}

.product-total table .black-bg {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 1em;
  /* font-family: "Montserrat", Helvetica, Arial, sans-serif; */
}

.product-total table .black-bg .amount {
  color: #FFF;
}

.product-total table .table-title th {
  font-size: 1em;
}

.product-total table .price {
  font-size: 1em;
}

.product-total table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-total table ul li {
  padding: 3px 0;
  text-transform: inherit;
  font-weight: 400;
  font-size: 1em;
}

.product-total table ul li .product-qty {
  float: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: .8em;
  color: #333333;
}

.product-total table ul li .product-qty a {
  color: #333333;
}

.product-total table .product-order .price {
  color: #3a3a3a;
}

.total-message {
  margin-top: 5px;
  font-size: 13px;
  text-align: right;
}

.payment_methods p {
  margin-bottom: 0;
}

.payment_methods.cart-section {
  margin-top: -90px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .payment_methods.cart-section {
    display: none;
  }
}

@media (max-width: 768px) {
  .payment_methods {
    margin-top: 20px;
    text-align: center;
  }
}

.payment_methods ul {
  margin: 0;
  padding: 3px 0;
  list-style: none;
}

.payment_methods ul label {
  font-size: 16px;
  font-weight: bold;
}

.payment_methods .checkbox:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.payment-box {
  border-bottom: 1px solid #eeeeee;
  padding: 3px 0 30px;
  line-height: 24px;
  color: #555;
}

.payment-box p {
  margin-bottom: 0;
}

.eway-method label {
  margin-bottom: 10px;
}

.secure ul {
  margin-bottom: 0;
}

.secure li {
  padding: 0;
  overflow: hidden;
}

.secure li img {
  height: 30px;
}

.secure label {
  font-size: 12px;
  font-weight: 400;
}

/* --------------------------
    8.7 Shop Wishlist
--------------------------- */
.wishlist-cart {
  padding-bottom: 90px;
}

.wishlist-cart table .product-stock-status {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #212121;
}

/* --------------------------
    8.8 Track Order
--------------------------- */
.track-order {
  max-width: 430px;
  margin: 0 auto 90px;
  text-align: center;
}

/* --------------------------
    8.9 Shop Complete
--------------------------- */
.order-complete {
  text-align: center;
  padding-bottom: 100px;
}

.order-complete .icons {
  display: inline-block;
  vertical-align: top;
  color: #29aae1;
  position: relative;
  font-size: 100px;
}

.order-complete .icon-check {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #FFF;
  line-height: 58px;
  background: #29aae1;
  color: #FFF;
  font-size: 45px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: -23px;
}

.order-complete h1 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin: 0 0 35px;
}

.order-complete .button {
  margin: 0 5px;
}

/* --------------------------
    8.10 Quick View
--------------------------- */
.quickview .quickview-inner {
  padding-bottom: 0;

  overflow: scroll;

  max-height: 900px;

}

.quickview .images {
  float: left;
  width: 52%;
}

.quickview .summary {
  float: left;
  width: 48%;
}

.quickview .images {
  position: relative;
}

.quickview .btn {
  padding: 10px 12px;
}

.quickview .attribute {
  padding: 0;
  border: none;
}

.quickview .p-thumb {
  /* position: absolute;
  bottom: 15px;
  left: 0;
  right: 0; */
  max-width: 370px;
  margin: 0 auto;
}

.quickview .p-thumb .item a {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  background: #FFF;
}

.quickview .p-thumb .item img {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.quickview .p-thumb .owl-item.synced img {
  opacity: 0.3;
}

.quickview .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin-top: -10px;
}

.quickview .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -10px;
}

/*==========================================================
    9. PAGES
==========================================================*/
/* --------------------------
    9.1 About Us
--------------------------- */
.about-page {
  padding-bottom: 100px;
}

.about-page .testimonials-slider {
  margin-bottom: 60px;
}

/* --------------------------
    9.2 Contact Us
--------------------------- */
.contact-page {
  margin-bottom: 140px;
}

.contact-page .breadcrumb {
  margin-bottom: 0;
}

.google-map {
  position: relative;
  width: 100%;
}

.google-map iframe {
  width: 100%;
  height: 50vh;
}

.google-map .map-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  /* your iframe height */
  /* your iframe height */
  /* your iframe height */
}

.authorised-distributors .lead {
  margin-bottom: 3em;
  font-weight: normal;
  color: #b5b5b5;
}

.contact-info ul {
  margin-top: 1em;
}

.contact-info ul li {
  margin-bottom: 10px;
}

.contact-page .site-newsletter {
  margin-top: 110px;
}

/* --------------------------
    9.3 FAQs
--------------------------- */
.faqs-page .site-newsletter {
  margin-top: 120px;
}

/* --------------------------
    9.4 404 Page
--------------------------- */
.error-404 {
  padding: 80px 0 140px;
  text-align: center;
}

.error-404 h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 40px 0 20px;
  text-transform: uppercase;
}

.desc-404 {
  font-size: 18px;
  color: #212121;
}

.desc-404 span {
  font-family: 'Raleway';
  margin-right: 20px;
}

.error-404 .search-form {
  max-width: 570px;
  margin: 75px auto 0;
  position: relative;
}

.error-404 .search-form label {
  display: block;
  font-weight: normal;
}

.error-404 .search-form label span {
  display: none;
}

.error-404 .search-form label input {
  width: 100%;
}

.error-404 .search-form .search-submit {
  background: url(../images/assets/icons/search.png) no-repeat center;
}

/* --------------------------
    9.5 Popup
--------------------------- */
.search-popup .popup-inner {
  padding: 62px 100px 100px 100px;
  background-position: bottom center;
  background-color: #FFF;
  background-repeat: no-repeat;
  max-width: 1170px;
}

.search-popup input[type="text"] {
  border: none;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  height: 55px;
  padding: 5px 10px;
  background: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.search-popup .form {
  margin: 30px auto 0px;
  position: relative;
}

.search-popup .form label {
  font-weight: 500;
  color: rgba(136, 136, 136, 0.5);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-family: "Raleway";
  font-size: 16px;
}

.search-popup .form input[type=submit] {
  position: absolute;
  top: 1px;
  right: 0;
  background: #212121;
  height: 100%;
  color: #FFF;
  border: none;
  padding: 0 30px;
  z-index: 10;
  text-indent: -999px;
  background: url(../images/assets/icons/search.png) no-repeat center;
}

.newsletter-popup {
  text-align: center;
  color: #888;
  font-size: 18px;
}

.newsletter-popup .popup-inner {
  background-image: url(images/placeholder/popup.jpg);
  background-position: bottom center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 900px;
  padding: 80px 30px 250px;
  margin: 0 auto;
  max-height: 80%;
  overflow-y: auto;
}

.newsletter-popup .popup-inner .popup-desc {
  font-family: 'Raleway', 'sans-serif';
}

.popup-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  color: #29aae1;
  margin: 0 0 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.popup-title span {
  color: #29aae1;
}

.newsletter-popup form {
  max-width: 640px;
  margin: 30px auto 0;
  position: relative;
  background: #FFF;
}

.newsletter-popup form:before {
  position: absolute;
  top: 8px;
  left: 20px;
  font-family: FontAwesome;
  content: "\f003";
  font-size: 18px;
}

.newsletter-popup form input[type=text], .newsletter-popup form input[type=email] {
  border: 1px solid #b5b5b5;
  width: 100%;
  height: 45px;
  padding: 5px 20px 5px 45px;
  background: none;
  outline: none;
  position: relative;
  z-index: 2;
}

.newsletter-popup form input[type=submit] {
  position: absolute;
  top: 0px;
  right: 0;
  background: #3a3a3a;
  height: 45px;
  color: #FFF;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0 30px;
  z-index: 10;
}

.newsletter-popup form input[type=submit]:hover {
  background: #29aae1;
  color: #FFFFFF;
}

#popup-burger {
  text-align: center;
}

#popup-burger.popup .popup-inner {
  height: 0;
  width: 100%;
  max-width: none;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
}

#popup-burger.popup-open .popup-inner {
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#popup-burger .site-brand,
#popup-burger .main-menu,
#popup-burger .social {
  opacity: 0;
  margin-top: -30px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#popup-burger .site-brand {
  padding: 0;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

#popup-burger .main-menu {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

#popup-burger .social {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#popup-burger.popup-open .site-brand,
#popup-burger.popup-open .main-menu,
#popup-burger.popup-open .social {
  opacity: 1;
  margin-top: 0;
}

#popup-burger.popup .mask {
  background: none;
}

#popup-burger a.popup-close {
  background: url("../images/assets/icons/burger-close.png") no-repeat center;
  opacity: 1;
  width: 20px;
  height: 20px;
  top: 21px;
  right: 21px;
}

#popup-burger a.popup-close:hover {
  opacity: .33;
}

#popup-burger .main-menu {
  top: 50%;
  z-index: 100;
  position: absolute;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-burger .social {
  position: absolute;
  bottom: 50px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#popup-burger .social ul li a {
  color: #fff;
}

#popup-burger .social ul li:hover a {
  color: #29aae1;
}

/* --------------------------
    9.6 Login / Register
--------------------------- */
/*.account-page {
  height: 100vh;
}*/

.account-page .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  padding: 100px 0;
}

.account-page .layout-padding {
  padding: 0 15em;
}

.account-page .login-header {
  text-align: center;
  margin-bottom: 2em;
}

.account-page .login-header .logo img {
  width: 250px;
}

@media (max-width: 767px) {
  .account-page .login-header .logo img {
    width: 150px;
  }
}

.account-page .signin {
  background: white;
  padding: 2em;
}

.account-page .signin h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}

.account-page .signin .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.account-page .signin .fogot {
  float: right;
  margin-top: 18px !important;
  font-family: 'Raleway', 'sans-serif';
}

.account-page .signin .backlogin {
    float: right;
    margin-top: 10px !important;
    font-family: 'Raleway', 'sans-serif';
}

.trueForgot {
    display:none;
}

.account-page .signup {
  color: white;
  text-align: center;
  margin-top: 1em;
}

.account-page .signup a {
  font-weight: bold;
}

.account-page form input[type=submit] {
  padding: 0 30px;
}

.signup-today {
  padding-top: 55px;
}

.signup-today .input-field {
  padding-bottom: 5px;
}

.signup-today .input-field label {
  font-weight: 600;
}

.account-page .site-newsletter {
  margin-top: 110px;
}

/*==========================================================
    10. HOME PAGE
==========================================================*/
.main-slider .item {
  position: relative;
  overflow: hidden;
}

.main-slider .item > div {
  height: 80vh;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .main-slider .item > div {
    height: 50vh;
  }
}

@media (max-width: 479px) {
  .main-slider .item > div {
    height: 40vh;
  }
}

.main-slider .item > div.top {
  background-position: center top;
}

.main-slider .item .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.main-slider .item .slider-content {
  top: 45%;
}

.main-slider .item .v-h-center > div {
  text-align: center;
}

.main-slider .item.left .slider-content {
  right: initial;
  left: 0;
}

.main-slider .item.left .slider-content .btn-wrapper {
  margin-top: 2em;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.main-slider .title h1,
.main-slider .title h2,
.main-slider .title h3 {
  margin-top: 0;
  opacity: 0;
  position: relative;
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -ms-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
}

.main-slider .title h1,
.main-slider .title h2 {
  font-size: 3.5em;
  margin-bottom: 8px;
}

.main-slider .title h3 {
  font-size: 3.5em;
}

.main-slider .subtitle,
.main-slider .more-text,
.main-slider .slider-img,
.main-slider .btn-wrapper {
  opacity: 0;
  position: relative;
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -ms-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
  -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
}

.main-slider .owl-item.active .title h1,
.main-slider .owl-item.active .title h2,
.main-slider .owl-item.active .title h3 {
  opacity: 1;
}

.main-slider .owl-item.active .subtitle,
.main-slider .owl-item.active .more-text,
.main-slider .owl-item.active .slider-img,
.main-slider .owl-item.active .btn-wrapper {
  opacity: 1;
}

.main-slider .more-text {
  font-size: 326px;
  color: rgba(55, 55, 55, 0.1);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.main-slider .title {
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #3a3a3a;
}

.main-slider .title h1,
.main-slider .title h2 {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  left: 50px;
}

.main-slider .title h3 {
  margin-bottom: 10px;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
  left: 50px;
}

.main-slider .subtitle {
  font-size: 17px;
  letter-spacing: 11px;
  clear: both;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  bottom: -100px;
}

.main-slider .slider-img {
  left: -100px;
}

.main-slider .owl-item.active .title h1,
.main-slider .owl-item.active .title h2,
.main-slider .owl-item.active .title h3 {
  left: 0;
}

.main-slider .owl-item.active .slider-img {
  left: 0;
}

.main-slider .owl-item.active .subtitle {
  bottom: 0;
}

.main-slider .item2 .slider-img,
.main-slider .item3 .slider-img {
  float: right;
}

.main-slider .item2 .slider-content,
.main-slider .item3 .slider-content {
  left: 0;
  right: auto;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  top: 10%;
}

.main-slider .item2 .more-text {
  font-size: 269px;
}

.main-slider .item3 .more-text {
  font-size: 271px;
}

.main-slider .item2 .title h2 {
  font-size: 62px;
}

.main-slider .item3 .title h2 {
  font-size: 62px;
}

.main-slider .item3 .title h3 {
  font-size: 70px;
}

.main-slider .item2 .title h3 {
  font-size: 70px;
}

.main-slider .item3 .subtitle {
  font-size: 14px;
  letter-spacing: 1.2px;
}

.main-slider .owl-item.active .item3 .slider-img {
  left: 50px;
}

.main-slider .owl-pagination {
  bottom: 60px;
}

#sub-slider .item {
  position: relative;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 479px) {
  #sub-slider .item {
    height: 300px;
  }
}

#sub-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#sub-slider .item > div {
  height: 600px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 479px) {
	#sub-slider .item > div {
		height: 300px;
	}
}

#sub-slider .item .overlay {
  background-color: black;
  opacity: .3;
  width: 100%;
  height: 100vh;
}

#sub-slider .item .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

#sub-slider .item .container .slider-content {
  width: 70%;
}

@media (max-width: 479px) {
  #sub-slider .item .container .slider-content {
    width: 90%;
  }
}

#sub-slider .item .container .v-h-center > div {
  text-align: center;
}

#sub-slider .item h2 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #sub-slider .item h2 {
    font-size: 4em;
  }
}

@media (max-width: 479px) {
  #sub-slider .item h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #sub-slider .item h3 {
    font-size: 3em;
  }
}

#sub-slider .item .subtitle {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}

@media (max-width: 479px) {
  #sub-slider .item .subtitle {
    font-size: 14px;
    line-height: 1.4;
  }
}

.home-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  color: #29aae1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
}

.home-title span {
  position: relative;
}

.home-title span:after, .home-title span:before {
  display: block;
  width: 200px;
  height: 1px;
  background: #29aae1;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  left: -245px;
}

.home-title span:after {
  left: auto;
  right: -245px;
}

.products-tabs {
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 0;
}

@media (max-width: 479px) {
  .products-tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-sale-off {
  margin-bottom: 90px;
}

.home-sale-off .thumb {
  text-align: right;
}

.home-sale-off .info {
  position: relative;
  margin-top: 30%;
  display: inline-block;
}

.home-sale-off .more-text {
  font-size: 254px;
  line-height: 280px;
  color: rgba(55, 55, 55, 0.1);
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.home-sale-off .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 87%;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home-sale-off .title h2,
.home-sale-off .title h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.home-sale-off .title h2 {
  color: #29aae1;
  font-size: 48px;
  line-height: 30px;
}

.home-sale-off .title h3 {
  font-size: 93px;
  line-height: 60px;
  color: #3a3a3a;
  text-align: right;
}

.sale-countdown {
  position: relative;
}

.sale-countdown .countdown {
  margin: -60px -10px 0 0;
  float: right;
}

.home-blogs .home-title {
  margin-bottom: 20px;
}

.home-blogs .see-all {
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.home-blogs .see-all a {
  color: #b5b5b5;
}

.home-blogs .see-all a:hover {
  color: #29aae1;
}

.home-blogs .blogs {
  margin-top: 50px;
}

.home-blogs .post {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home-blogs .post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.9);
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 479px) {
  .home-blogs .post {
    margin-bottom: 15px;
  }
}

.home-blogs .post .post-thumb .gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 51%, black 100%);
  background-image: linear-gradient(to bottom,transparent 0%, transparent 51%, black 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-blogs .post .post-thumb .bg {
  height: 260px;
}

@media (max-width: 479px) {
  .home-blogs .post .post-thumb .bg {
    height: 200px;
  }
}

.home-blogs .post-info {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  position: absolute;
  padding: 15px 18px;
}

.home-blogs .post-meta {
  font-size: 12px;
}

.home-blogs .post-meta li,
.home-blogs .post-meta a {
  color: #29aae1;
}

.home-blogs .post-meta li i {
  margin-right: 5px;
}

.home-blogs .post-title {
  font-size: 1.1em;
}

.home-blogs .post-title a {
  color: #FFF;
}

.home-blogs .post-desc {
  color: #FFF;
}

.home-blogs .link {
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
}

.home-blogs .link:hover {
  color: #29aae1;
}

.home-blogs .post-title a:hover {
  color: #29aae1;
}

.home-blogs .post:hover .post-info {
  bottom: -10px !important;
}

.home-blogs .post:hover:before {
  opacity: 1;
}

.home-product-cat {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.home-cat {
  position: relative;
  overflow: hidden;
}

.home-cat img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.home-cat:hover img {
  transform: scale(1.05);
}

.home-cat .title {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
}

.home-cat .title h2,
.home-cat .title h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.home-cat .subtitle {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.home-cat .title h2 {
  font-size: 2em;
  color: #fff;
}

.home-cat .title h3 {
  font-size: 32px;
  color: #FFF;
}

.home-cat .subtitle {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #FFF;
}

.home-cat .btn {
  margin-top: 1em;
}

.home-cat.item1 h2:after {
  width: 175px;
  height: 2px;
  background: #29aae1;
  content: "";
  display: block;
  margin: 10px auto 0px;
}

.home-cat.item2 h2 {
  font-size: 80px;
}

.home-cat.item3 {
  margin-bottom: 30px;
}

.home-cat.item3 .title {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home-cat.item3 h2 {
  font-size: 65px;
  margin-top: 0;
}

.home-cat.item3 h3 {
  margin-top: 0;
  letter-spacing: 1px;
}

.home-cat.item3 .subtitle {
  letter-spacing: 10px;
  margin-top: 1em;
}

.home-cat.item4 .title {
  right: auto;
  left: 6%;
  top: 50%;
  padding-top: 10px;
  text-align: left;
  bottom: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home-cat.item4 h3 {
  font-size: 48px;
  line-height: 40px;
}

.home-cat.item4 h2 {
  font-size: 57px;
}

.home-cat.item4 .subtitle {
  font-size: 12px;
  letter-spacing: 7px;
}

.home-cat.item5 .title {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home-cat.item5 h2:after {
  width: 175px;
  height: 2px;
  background: #29aae1;
  content: "";
  display: block;
  margin: 10px auto 0px;
}

.home-cat.item5 h3 {
  font-size: 20px;
}

.home-cat.item5 .subtitle {
  letter-spacing: 3px;
}

.home-products-small {
  margin: 95px 0 0;
}

.tab-content .home-products-small {
  margin-top: 50px;
}

.home-products-small .products {
  padding: 0;
  list-style: none;
  margin: 0;
}

.home-products-small .products > li {
  margin-bottom: 30px;
}

.home-products-small .products > li:last-child {
  margin-bottom: 0;
}

.products-small > .title {
  font-size: 30px;
  color: #29aae1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.home-products-small .p-thumb {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.home-products-small .p-info {
  display: table;
}

.home-products-small .p-title {
  font-size: 20px;
  margin-bottom: 11px;
}

.home-products-small .star-rating {
  margin-bottom: 11px;
}

.home-products-small .price {
  margin-bottom: 15px;
}

.home-products-small .p-actions .button {
  margin-right: 3px;
}

.home-products-small .add-to-cart-button {
  font-size: 12px;
}

.products-sale {
  text-align: center;
}

.products-sale li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 -20px;
}

.products-sale li a {
  display: block;
  position: relative;
}

.products-sale li img {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 0.3;
}

.products-sale .price {
  display: block;
  width: 140px;
  height: 140px;
  padding-top: 30px;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  background: #3a3a3a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 140px;
  left: 20px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.products-sale li:nth-child(3) .price,
.products-sale li:nth-child(4) .price {
  left: auto;
  right: 20px;
}

.products-sale .price > * {
  display: block;
}

.products-sale .price del {
  font-size: 24px;
  color: #FFF;
  line-height: 24px;
  margin: 0;
}

.products-sale li a:hover .price {
  background: #29aae1;
  color: #3a3a3a;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.products-sale li a:hover img {
  opacity: 1;
}

.products-cat {
  position: relative;
  overflow: hidden;
}

.products-cat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.8);
  content: "";
  display: block;
  z-index: 100;
}

.products-cat > img {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.products-cat:hover > img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.products-cat .cat-info {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 101;
}

.products-cat:before,
.products-cat .cat-info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.products-cat:hover .cat-info {
  bottom: 70px;
  opacity: 1;
  visibility: visible;
}

.products-cat:hover:before {
  opacity: 1;
  visibility: visible;
}

.products-cat .title,
.products-cat .subtitle {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.products-cat .title {
  font-size: 74px;
  text-transform: uppercase;
  color: #29aae1;
}

.products-cat .title:after {
  width: 175px;
  height: 1px;
  background: #29aae1;
  content: "";
  display: block;
  margin: 10px auto;
}

.products-cat .subtitle {
  font-size: 36px;
  color: #FFF;
  margin-bottom: 20px;
}

.products-cat .button {
  font-size: 18px;
  padding: 0 30px;
}

/* --------------------------
    10.1 Home page 1
--------------------------- */
.home1 #wrapper {
  border: 35px solid #cccccc;
}

.home1 .site-header {
  margin-top: -35px;
  background: none;
}

.home1 .top-nav > ul > li a,
.home1 .searchbox .icon {
  color: #FFF;
}

.home1 .your-products > * > a .number {
  border-color: #CCC;
}

.home1 .main-slider .item {
  padding-top: 30px;
  height: auto;
}

.home1 .partners-wrap {
  margin: 30px 0 80px;
}

/* --------------------------
    10.2 Home page 2
--------------------------- */
/* --------------------------
    10.3 Home page 3
--------------------------- */
/* --------------------------
    10.4 Home page 4
--------------------------- */
/* --------------------------
    10.5 Home page 5
--------------------------- */
/* --------------------------
    10.6 Home page 6
--------------------------- */
.white.policy {
  margin-bottom: 30px;
  padding-top: 50px;
}

.white.policy .policy-item span {
  color: #FFF;
}

.white .footer-widget .textwidget,
.white .widget.time-work,
.white .footer-widget .widget ul li a,
.white .footer-menu ul li a {
  color: #FFF;
}

.white .footer-widget .widget ul li a:hover,
.white .footer-menu ul li a:hover {
  color: #29aae1;
}

.white .site-footer .footer-widget,
.white .bot-footer {
  border-color: rgba(255, 255, 255, 0.1);
}

.white .footer-item:after {
  background: rgba(255, 255, 255, 0.1);
}

.white .newsletter-widget .form input[type=submit] {
  background-image: url(../images/assets/icons/email2.png);
}

.section-dark {
  background-color: #3a3a3a;
}

.section-darkblue {
  background-color: #011229;
}

/* --------------------------
    10.7 Home page 7
--------------------------- */
.home7.sticky-bg .site-header {
  background: #3a3a3a;
}

.home7 .searchbox .icon i {
  color: rgba(255, 255, 255, 0.6);
}

.home7 .parallax-window {
  height: 100vh;
  position: relative;
}

.home7 .parallax-window .container {
  position: relative;
  height: 100%;
}

.parallax-section {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parallax-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.parallax-content .more-text {
  font-size: 400px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.parallax-content .title {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 80%;
  margin: 0px auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.parallax-content .title > * {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #3a3a3a;
}

.parallax-content .title h2 {
  font-size: 82px;
  color: #29aae1;
  text-align: left;
}

.parallax-content .title h3 {
  font-size: 100px;
  line-height: 90px;
  color: #FFF;
  float: right;
  margin-bottom: 20px;
}

.parallax-content .subtitle {
  font-size: 21px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 17px;
  clear: both;
  text-align: center;
}

#section2 .parallax-content {
  left: 0;
  right: auto;
  text-align: left;
}

#section3 .parallax-content .subtitle {
  font-size: 15px;
  letter-spacing: 2px;
}

#section3 .parallax-content .title {
  width: 50%;
}

#section3 .parallax-content .more-text {
  font-size: 284px;
}

#section4 .parallax-content .more-text {
  font-size: 284px;
}

#section3 .parallax-content .title h2 {
  font-size: 65px;
}

#section3 .parallax-content .title h3 {
  font-size: 74px;
}

#section4 .parallax-content {
  left: auto;
}

#section4 .parallax-content .title {
  width: 65%;
}

#section4 .parallax-content .title h2 {
  font-size: 80px;
  line-height: 80px;
}

#section4 .parallax-content .title h3 {
  font-size: 60px;
  line-height: 60px;
}

#section4 .parallax-content .subtitle {
  font-size: 18px;
  letter-spacing: 10px;
}

.parallax-count {
  position: fixed;
  top: 50%;
  right: 30px;
  color: #FFF;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.parallax-count > * {
  display: block;
}

.parallax-count .prev,
.parallax-count .next {
  height: 60px;
  width: 30px;
  border: 2px solid #FFF;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  cursor: pointer;
}

.parallax-count .count {
  font-size: 18px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

.parallax-count .count em {
  font-style: normal;
  color: #29aae1;
}

#section5 .parallax-content {
  top: 0;
  right: auto;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}

#section5 .parallax-content .title {
  width: 100%;
}

.home7 .site-footer .footer-widget {
  border-top: none;
}

/* --------------------------
    10.8 Home page 8
--------------------------- */
.home8 .home-collections {
  margin: 60px 0 0;
}

.home-shop-by-cat {
  margin: 90px 0 120px;
}

.home-shop-by-cat .home-title {
  margin-bottom: 50px;
}

.home-shop-by-cat .container > .row {
  text-align: center;
}

.home-shop-by-cat .container > .row > * {
  float: none;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}

/*==========================================================
    11. PAGE LOADER
==========================================================*/
#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.98);
  z-index: 99999;
}

@-webkit-keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

@keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

.loading {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
}

.loading .bullet {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  background: #29aae1;
  -webkit-animation: animIn .65s ease-in-out 0s infinite;
  animation: animIn 0.65s ease-in-out 0s infinite;
}

.loading .bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading .bullet:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: 0.15s;
}

.loading .bullet:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: 0.3s;
}

.loading .bullet:nth-child(4) {
  -webkit-animation-delay: .45s;
  animation-delay: 0.45s;
}

/*==========================================================
    .content-114 (How it works)
==========================================================*/
.content-114 {
  padding: 0;
}

.content-114 .col-md-4:first-child {
  background: #29aae1;
}

.content-114 .col-md-4 small {
  color: #29aae1;
  font-weight: bold;
  font-size: 1.1em;
}

.content-114 .col-md-4 small.text-white {
  color: white;
}

.content-114 .col-md-4 h2 {
  margin-bottom: .5em;
  font-size: 2em;
  text-transform: uppercase;
}

.content-114 .col-md-4 h4 {
  margin-top: 5px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.content-114 .text {
  padding: 100px 50px;
}

@media (max-width: 479px) {
  .content-114 .text {
    padding: 3em;
  }
}

#raindrop-filterstep {
  margin-left: -15px;
  margin-right: -15px;
}

/*==========================================================
    .content-114 (about us)
==========================================================*/
.content-104 h3 {
  margin-bottom: 1.5em;
}

.content-104 .row + .row {
  margin-top: 2em;
}

@media (max-width: 991px) {
  .content-104 .col-md-6 + .col-md-6 {
    margin-top: 2em;
  }
}

.content-104 .feature-item .feature-content {
  display: inline-block;
}

.content-104 .feature-item .feature-content p {
  font-size: 16px;
}

.content-104 .feature-item .feature-content h5 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.gradient-black-top-left {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(1, #000));
  background-image: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.9) 0, transparent 100%);
}

/*==========================================================
    fiind a stockist
==========================================================*/
/* ==========================================================================
ddSlick dropdown select with images
========================================================================== */
.dd-container {
  width: 100% !important;
}

.dd-container label {
  font-size: 13px;
  margin-bottom: 0;
}

.dd-container .dd-option-image,
.dd-container .dd-selected-image {
  max-width: 50px;
}

.dd-container .dd-select {
  background-color: white !important;
  border: 1px solid #b5b5b5;
  width: 100% !important;
}

.dd-container .dd-options {
  width: 100% !important;
}

@media (min-width: 768px) {
  .dd-container .dd-options {
    height: 300px;
  }
}

/* ==========================================================================
Filter Reminder
========================================================================== */
.filter-reminder .input-group-addon {
  background-color: #29aae1;
  border: 1px solid #b5b5b5;
  color: white;
  padding: 6px 25px;
}

.filter-reminder .products {
  margin-top: 2em;
}

.filter-reminder .products .product + .product {
  margin-top: 3em;
}

.well {
  margin-bottom: 4em;
  margin-top: 1.5em;
  border-radius: 0;
  box-shadow: none;
}

.well .form h4 {
  margin-bottom: 1.5em;
}

/* ==========================================================================
tiles
========================================================================== */
.tiles.background-logogrid {
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .tiles.background-logogrid {
    background: none !important;
  }
}

.tiles .card {
  background-color: #f5f5f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 359px;
  width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .tiles .card {
    height: 345px;
  }
}

@media (max-width: 479px) {
  .tiles .card {
    height: 220px;
    margin-bottom: 10px;
  }
  .tiles .card h2 {
    font-size: 22px;
  }
}

.tiles .card a {
  color: white;
}

.tiles .card h3 {
  margin: 0;
}

.tiles .card p.lead {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.tiles .centered-content {
  text-align: center;
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tiles .overlay {
  background-color: rgba(34, 34, 34, 0.3);
  height: 100%;
}

.tiles .card:hover .header {
  opacity: 0;
}

.tiles [class*=' imghvr-shutter-in-']:after,
.tiles [class*=' imghvr-shutter-in-']:before,
.tiles [class^=imghvr-shutter-in-]:after,
.tiles [class^=imghvr-shutter-in-]:before {
  background-color: rgba(1, 18, 41, 0.8);
}

.tiles [class*=' imghvr-'] figcaption,
.tiles [class^=imghvr-] figcaption {
  background: none;
}

.tiles [class*=' imghvr-'] a,
.tiles [class^=imghvr-] a {
  position: initial;
}

.tiles figcaption h3 {
  margin-bottom: .5em !important;
  color: #29aae1;
}

.tiles figcaption li {
  font-size: 1.1em;
}

.tiles figcaption li a:hover {
  text-decoration: underline;
}

.tiles figcaption .btn {
  margin-top: 1em;
}

/* ==========================================================================
got-a-question
========================================================================== */
.got-a-question {
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  display: block;
  padding: .7rem 1.3rem;
  z-index: 1000;
  position: fixed;
  bottom: -100%;
  right: 30px;
  background: #3a3a3a;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.got-a-question:active {
  color: #FFF;
}

.got-a-question:hover {
  background: #177ba6;
  color: #FFF;
}

.got-a-question.show {
  bottom: 30px;
}

@media (max-width: 767px) {
  .got-a-question.show {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .got-a-question {
    font-size: 14px;
    right: 15px;
  }
}

.got-a-question-form {
  z-index: 99999;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  position: fixed;
  bottom: -100%;
  right: 30px;
  display: block;
  width: 300px;
  max-width: 100%;
  background-color: white;
  border-radius: .66667rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (max-width: 479px) {
  .got-a-question-form {
    right: 10px;
  }
}

.got-a-question-form.show {
  bottom: 30px;
}

@media (max-width: 767px) {
  .got-a-question-form.show {
    bottom: 10px;
  }
}

.got-a-question-form .header {
  background: #f8f8f8;
  border-bottom: .09167rem solid #ddd;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.got-a-question-form .header .close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  opacity: .5;
  padding: 8px 15px;
}

.got-a-question-form .form {
  padding: 20px;
}

.got-a-question-form .quicklinks {
  background: #f8f8f8;
  border-top: .09167rem solid #ddd;
  padding: 0;
  text-align: center;
}

.got-a-question-form .quicklinks ul {
  padding: 3px 5px 7px;
  margin: 0;
  list-style: none;
}

.got-a-question-form .quicklinks ul li {
  display: inline-block;
  font-weight: 600;
  color: #868686;
  font-size: 12px;
}

.got-a-question-form .quicklinks ul li:after {
  background: #747474;
  height: 12px;
  width: 1px;
  display: inline-block;
  margin: 0 5px 0 9px;
  content: "";
}

.got-a-question-form .quicklinks ul li:last-child:after {
  content: none;
}

.got-a-question-form .quicklinks ul li a {
  color: #868686;
}

.got-a-question-form .quicklinks ul li a:hover {
  text-decoration: underline;
}

.got-a-question-form .got-a-question-form-close {
  cursor: pointer;
}

/* ==========================================================================
.panel-heading
========================================================================== */
.panel {
  box-shadow: none;
}

.panel .panel-body {
  background-color: #f9f9f9;
}

.panel-default > .panel-heading {
  padding: 0;
  color: white;
}

.panel-default > .panel-heading .panel-title a {
  display: block;
  padding: 20px;
  background-color: #29aae1;
  transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
}

.panel-default > .panel-heading .panel-title a:hover {
  color: white !important;
}

.panel-default > .panel-heading .panel-title .collapsed {
  background-color: white;
  color: #333333;
}

.panel-default > .panel-heading .panel-title .collapsed:hover {
  color: white !important;
  background-color: #177ba6;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

/* ==========================================================================
select
========================================================================== */
.bootstrap-select.btn-group .btn {
  padding: 7px 12px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: #29aae1;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: white;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 16px;
  padding: 5px 15px;
}

/* ==========================================================================

support

========================================================================== */
.support-sub i {
  font-size: 3em;
}

.support-sub h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .support-sub p,
  .support-sub ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .support-sub .col-sm-4 {
    margin-bottom: 15px;
  }
}

/*==========================================================
    find a store
==========================================================*/
.find-a-store .bh-sl-container {
  padding: 0;
}

.find-a-store .bh-sl-container .form-input {
  margin-top: 0;
  width: inherit;
  float: none;
  display: inline-block;
}

.find-a-store .bh-sl-container .form-input label {
  font-size: 16px;
}

.find-a-store .bh-sl-container .form-input select {
  height: 33px;
}

@media (min-width: 768px) {
  .find-a-store .bh-sl-container .form-input select {
    margin: 0 15px 0 0px;
  }
}

.find-a-store .bh-sl-container .form-input input {
  border-radius: 30px;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .find-a-store .bh-sl-container .form-input input {
    min-width: 280px;
    margin: 0 5px 0 5px;
  }
}

.find-a-store .bh-sl-container button {
  margin-top: 0;
  padding: 7px 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 800;
  background-color: #29aae1;
  border-radius: 30px;
  float: inherit;
  transition: all .2s ease-out;
}

.find-a-store .bh-sl-container button:hover {
  background-color: #56bce7;
}

.find-a-store .bh-sl-container .bh-sl-loc-list .list-label {
  border-radius: 50%;
  padding: 1px 0 0 2px;
  background: #f7574e;
  width: 19px;
  height: 19px;
}

.find-a-store .bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
  font-size: 12px;
}

.find-a-store .bh-sl-container .loc-name {
  font-size: 14px;
}

.find-a-store .bh-sl-container .bh-sl-map-container a {
  color: #29aae1;
  text-decoration: none;
}

.find-a-store a.btn {
  margin-top: 1em;
  color: white !important;
  text-decoration: none;
}

.find-a-store .bh-sl-container .bh-sl-map-container {
  margin-bottom: 2em;
}

.find-a-store .bh-sl-container .bh-sl-loc-list ul {
  height: 100%;
  background: white;
}

.find-a-store .bh-sl-container .bh-sl-loc-list ul li {
  background: white !important;
}

.find-a-store .bh-sl-container .bh-sl-loc-list .list-details .list-content img {
  display: none;
}

@media (max-width: 767px) {
  .find-a-store .bh-sl-container .form-input {
    display: block;
  }
  .find-a-store .bh-sl-container .form-input input {
    margin: 0;
  }
  .find-a-store .bh-sl-container button {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .find-a-store .bh-sl-container .bh-sl-map,
  .find-a-store .bh-sl-container .bh-sl-loc-list {
    height: 380px;
  }
}

@media (max-width: 991px) {
  .find-a-store .bh-sl-container .bh-sl-map,
  .find-a-store .bh-sl-container .bh-sl-loc-list {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .find-a-store .bh-sl-container .bh-sl-map,
  .find-a-store .bh-sl-container .bh-sl-loc-list {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .find-a-store .bh-sl-container .bh-sl-loc-list {
    height: 250px;
  }
}

.find-a-store .bh-sl-container .bh-sl-loc-list .list-focus {
  background: #f6f6f3 !important;
  border: none;
}

.gm-style .gm-style-iw {
  padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  background: #f6f6f3 !important;
  border: none;
}

/* ==========================================================================
Responsive
========================================================================== */
@media only screen and (max-width: 1366px) {
  .products-sale li img {
    max-height: 800px;
  }
  .home4 .sale-countdown .countdown {
    margin: -20px auto 0;
  }
  .col-6 .products.list .product {
    width: 25%;
  }
  .col-6 .products.list .product:nth-child(6n+1) {
    clear: none;
  }
  .col-6 .products.list .product:nth-child(4n+1) {
    clear: both;
  }
  .home-sale-off > .row > * {
    width: 50%;
  }
  .home-sale-off .info {
    margin-top: 0;
  }
  .sale-countdown .countdown {
    margin: 0 auto;
    float: none;
  }
  .home-cat .title h2,
  .home4 .home-cat .title h2 {
    font-size: 38px;
    line-height: normal;
  }
  .home-cat.item1 h2:after,
  .home4 .home-cat .title h2:after {
    width: 130px;
  }
  .home-cat .title h3 {
    font-size: 26px;
    line-height: normal;
  }
  .home4 .home-cat .title h3,
  .home4 .home-cat.item2 .title h3 {
    font-size: 26px;
    line-height: normal;
  }
  .home-cat.item3 {
    margin-bottom: 15px;
  }
  .home4 .home-cat.item4 .title h3 {
    font-size: 32px;
  }
  .home4 .home-cat.item4 .title h2 {
    font-size: 75px;
    line-height: normal;
  }
  .home4 .home-cat.item4 .subtitle {
    font-size: 14px;
  }
  .home5 .home-cat.item4 .title h2,
  .home5 .home-cat.item5 .title h3 {
    font-size: 42px;
  }
  .home5 .home-cat.item4 .title h3,
  .home5 .home-cat.item5 .title h2 {
    font-size: 54px;
  }
  .products-cat .title {
    font-size: 50px;
  }
  .products-cat .subtitle {
    font-size: 28px;
  }
  .home7 .parallax-window {
    height: 702px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-header {
    height: 65px;
  }
  .right-header {
    right: 65px;
  }
  .mobile-menu {
    display: block;
  }
  .main-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
  .main-menu > ul {
    background: #212121;
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
  }
  .main-menu.open > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main-menu ul li {
    display: block;
  }
  .main-menu > ul > li {
    margin: 0;
  }
  .main-menu > ul > li.has-child {
    margin: 0;
  }
  .main-menu .sub-menu li:before {
    background: #FFF;
  }
  .main-menu ul li:after {
    height: 1px;
  }
  .main-menu ul li a {
    color: #FFF;
  }
  .main-menu > ul > li > a {
    line-height: 35px;
    font-size: 14px;
    padding: 0 15px;
  }
  .main-menu .sub-menu {
    max-height: 200px;
    overflow-y: auto;
  }
  .main-menu .mega-menu-wrap > a:after {
    display: none;
  }
  .main-menu .arrow {
    height: 31px;
    width: 31px;
    background: rgba(255, 255, 255, 0.1);
    top: 2px;
    right: 2px;
    margin: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .main-menu .arrow:after {
    border-top-color: #FFF;
  }
  .main-menu .arrow:hover {
    background: #FFF;
  }
  .main-menu .arrow:after {
    top: 50%;
    right: 50%;
    margin: -2px -4px 0 0;
  }
  .main-menu .arrow:hover:after {
    border-top-color: #212121;
  }
  .main-menu .sub-menu {
    visibility: inherit;
    margin: 0;
    display: none;
    position: relative;
    opacity: 1;
    left: 0;
    width: 270px;
    background: #323232;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
  }
  .main-menu .sub-menu li a {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .main-menu li .mega-menu {
    padding: 5px 15px 15px;
  }
  .main-menu li:hover .mega-menu {
    left: 0;
  }
  .mega-menu .mega-item {
    float: none;
    width: auto;
    padding: 0;
  }
  .mega-menu .mega-item.image {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .main-menu li .mega-menu .container {
    width: auto;
  }
  .main-slider .item {
    height: auto !important;
  }
  .header2 .site-header {
    height: auto;
  }
  .header2 .mobile-menu {
    border: 2px solid #373737;
    line-height: 61px;
  }
  .header2 .main-menu {
    border: none;
    right: 100px;
    top: 70px;
  }
  .header2 .main-menu > ul > li > a:before {
    display: none;
  }
  .header2 .mid-header {
    padding: 50px 0 0;
  }
  .home-sale-off .more-text {
    font-size: 205px;
  }
  .home-sale-off .title h2 {
    font-size: 32px;
  }
  .home-sale-off .title h3 {
    font-size: 60px;
  }
  .home-cat .title {
    bottom: 50px;
  }
  .home-cat .title h2 {
    font-size: 32px;
  }
  .home-cat .title h3 {
    font-size: 20px;
  }
  .home-cat.item4 .subtitle {
    letter-spacing: 2px;
  }
  .home-cat.item3 .subtitle {
    letter-spacing: 8px;
  }
  .home-products-small .p-actions .button {
    margin: 0;
  }
  .home-products-small .p-actions .add-to-cart-button {
    margin-right: 5px;
    padding: 0 15px;
  }
  .post-meta li {
    margin-right: 15px;
  }
  .home-blogs .post-desc {
    display: none;
  }
  .home-blogs .post-info {
    bottom: -10px !important;
  }
  .products-sale li img {
    max-height: 600px;
  }
  .products-sale .price {
    width: 100px;
    height: 100px;
    font-size: 28px;
    padding-top: 18px;
    line-height: 38px;
  }
  .products-sale .price del {
    font-size: 18px;
  }
  .home4 .products-tabs {
    padding: 0;
  }
  .product-slider .owl-controls .owl-buttons div {
    left: 17px;
  }
  .product-slider .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 17px;
  }
  .home4 .products-tabs .products {
    margin: 0;
  }
  .header5 .right-header {
    right: 0;
  }
  #popup-burger .site-brand,
  #popup-burger .social,
  #popup-burger .mobile-menu {
    display: none;
  }
  #popup-burger .main-menu {
    top: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  #popup-burger.popup-open .main-menu > ul {
    opacity: 1;
    visibility: visible;
    top: 30px;
    right: 15px;
  }
  .header6 .mid-header {
    padding: 20px 0;
    text-align: left;
  }
  .header6 .mobile-menu {
    border-color: #FFF;
    color: #FFF;
  }
  .parallax-content .more-text {
    font-size: 270px;
  }
  .parallax-content .title h2 {
    font-size: 62px;
    line-height: normal;
  }
  #section4 .parallax-content .title h2 {
    font-size: 62px;
    line-height: normal;
  }
  .parallax-content .title h3,
  #section4 .parallax-content .title h3 {
    font-size: 70px;
    line-height: normal;
  }
  .parallax-content .title,
  #section3 .parallax-content .title {
    width: 70%;
  }
  .parallax-content .subtitle {
    font-size: 18px;
    letter-spacing: 12px;
  }
  #section2 .parallax-content .title {
    width: 90%;
  }
  #section4 .parallax-content .more-text {
    font-size: 230px;
  }
  #section4 .parallax-content .subtitle {
    letter-spacing: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .header2 .top-nav {
    padding-right: 15px;
  }
  .header2 .searchbox {
    margin: 0 0 0 15px;
  }
  .shop-cart .shop-item {
    right: -2px;
  }
  .shop-cart .shop-item:before {
    right: 5px;
  }
  .left-sidebar .site-main,
  .content-right-thumbnail .post-thumb {
    float: none;
  }
  .contact-page {
    margin-bottom: 70px;
  }
  .contact-page > .container > .row > * {
    margin-bottom: 30px;
  }
  .account-page .register {
    margin-top: 50px;
  }
  .col-4 .products.list .product {
    width: 50%;
  }
  .col-6 .products.list .product {
    width: 50%;
  }
  .col-6 .products.list .product:nth-child(2n+1), .col-6 .products.list .product:nth-child(4n+1) {
    clear: both;
  }
  .col-4 .products.list .product:nth-child(2n+1) {
    clear: both;
  }
  .quickview .quickview-inner {
    margin: 0 15px;
    max-height: 90%;
    overflow-y: auto;
  }
  .single-product #reviews > .row > .pull-right {
    float: none !important;
  }
  .summary .single-share {
    margin-bottom: 20px;
  }
  .add-tag-form input[type="text"] {
    width: 370px;
  }
  .single-product.v2 .product-detail .images {
    position: relative;
    width: auto;
  }
  .cal-shipping {
    margin-top: 30px;
  }
  .cart-actions .cart-input {
    margin-right: 0;
    max-width: 100%;
  }
  .cart-actions .button {
    margin-left: 0;
  }
  .cart-actions .button.pull-right {
    margin-left: 15px;
  }
  .footer-item {
    margin-bottom: 30px;
  }
  .footer-widget .widget.time-work,
  .footer-widget .nav_menu_widget {
    display: block;
  }
  .footer-widget > .row > *:nth-child(2n) .footer-item:after {
    display: none;
  }
  .home-title span:after, .home-title span:before {
    width: 100px;
  }
  .home-title span:after {
    right: -110px;
  }
  .home-title span:before {
    left: -110px;
  }
  .home-sale-off,
  .home2 .home-sale-off {
    padding: 0 15px;
  }
  .home-sale-off > .row > * {
    width: auto;
  }
  .home-sale-off .thumb {
    padding: 0 30px;
    text-align: center;
  }
  .home-sale-off .thumb img {
    max-width: 600px;
    width: 100%;
  }
  .home-sale-off .info {
    display: block;
    max-width: 430px;
    margin: 0 auto;
  }
  .home-sale-off .button {
    display: block;
    width: 180px;
    text-align: center;
    margin: 0 auto;
  }
  .sale-countdown {
    margin-top: 20px;
  }
  .sale-countdown > .container {
    width: auto;
    padding: 0;
  }
  .home2 .home-sale-off .sale-countdown .countdown {
    margin: 0 auto;
    padding: 0;
  }
  .home1 #wrapper {
    border-left: none;
    border-right: none;
  }
  .col-1c,
  .home4 .home-product-cat .col-1c {
    width: 50%;
  }
  .col-3c,
  .home4 .home-product-cat .col-3c {
    clear: both;
    float: none;
    width: auto;
  }
  .home-cat {
    margin-bottom: 30px;
  }
  .home-cat.item3 {
    margin-bottom: 30px;
  }
  .products-small {
    margin-bottom: 70px;
  }
  .home2 .home-blogs {
    margin-top: 50px;
  }
  .home2 .products-tabs {
    padding: 0 30px;
  }
  .header3 .mobile-menu {
    color: #FFF;
  }
  .products-sale li img {
    max-height: 450px;
  }
  .products-sale .price {
    top: 80px;
  }
  .home5 .home-cat.item4 .title h2,
  .home5 .home-cat.item5 .title h2 {
    font-size: 34px;
    line-height: normal;
  }
  .home5 .home-cat.item4 .title h3,
  .home5 .home-cat.item5 .title h3 {
    font-size: 40px;
    line-height: normal;
  }
  .home5 .home-cat.item4 .subtitle,
  .home5 .home-cat.item5 .subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 890px) {
  .newsletter-popup .popup-inner {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .quickview .images {
    float: none;
    width: auto;
    max-width: 775px;
  }
  .quickview .summary {
    float: none;
    width: auto;
    padding: 0;
  }
  .summary .attribute .attr-item {
    margin-right: 15px;
  }
  .attr-item.pull-right {
    float: none !important;
  }
  .products.list .product {
    width: 50%;
  }
  .col-3 .products.list .product {
    width: 50%;
  }
  .col-3 .products.list .product:nth-child(3n+1) {
    clear: none;
  }
  .products.list .product:nth-child(2n+1),
  .col-3 .products.list .product:nth-child(2n+1) {
    clear: both;
  }
  .fullscreen .site-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .upsell-products {
    overflow: hidden;
  }
  .upsell-products .title {
    margin-bottom: 60px;
  }
  .upsell-products .owl-controls .owl-buttons div {
    top: -50px;
  }
  .upsell-products .owl-controls .owl-buttons div.owl-prev {
    right: 80px;
  }
  .upsell-products .owl-controls .owl-buttons div.owl-next {
    right: 15px;
  }
  .table-responsive {
    border: none;
  }
  .shop-step ul li {
    float: none;
    width: auto;
    border-bottom: 1px solid #EDEDED;
    padding-top: 30px;
  }
  .back-to-top {
    right: 10px;
    height: 50px;
    line-height: 50px;
    width: 40px;
  }
  .back-to-top.show {
    bottom: 10px;
  }
  .site-footer .footer-widget {
    padding-top: 20px;
  }
  .header2 .searchbox {
    position: static;
  }
  .header2 .searchbox .icon {
    font-size: 0;
  }
  .header2 .top-header > .container > .row > * {
    padding: 0;
  }
  .header2 .mid-header {
    width: 80%;
    text-align: left;
    padding-right: 20px;
  }
  .header2 .main-menu {
    right: 15px;
    top: 80px;
  }
  .main-slider .more-text,
  .main-slider .item2 .more-text,
  .main-slider .item3 .more-text {
    font-size: 240px;
  }
  .home2 .main-slider .item2 .more-text {
    font-size: 240px;
  }
  .home4 .main-slider .more-text,
  .home4 .main-slider .item2 .more-text,
  .home4 .main-slider .item3 .more-text {
    font-size: 240px;
  }
  .main-slider .title h2,
  .main-slider .item2 .title h2,
  .main-slider .item3 .title h2 {
    font-size: 52px;
  }
  .home2 .main-slider .item2 .title h2 {
    font-size: 52px;
  }
  .home4 .main-slider .title h2,
  .home4 .main-slider .item2 .title h2 {
    font-size: 52px;
  }
  .main-slider .title h3,
  .main-slider .item3 .title h3,
  .main-slider .item2 .title h3 {
    font-size: 65px;
  }
  .home2 .main-slider .item2 .title h3 {
    font-size: 65px;
  }
  .home4 .main-slider .title h3,
  .home4 .main-slider .item2 .title h3 {
    font-size: 65px;
  }
  .main-slider .slider-img {
    max-width: 70%;
  }
  .main-slider .subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .home4 .main-slider .subtitle,
  .home4 .main-slider .item2 .subtitle {
    font-size: 14px;
    letter-spacing: 10px;
  }
  .main-slider .title {
    width: 85%;
  }
  .home2 .main-slider .item2 .subtitle {
    letter-spacing: 6px;
  }
  .home-product-cat {
    padding: 30px 15px;
  }
  .products-sale li img {
    max-height: 370px;
  }
  .home5 .main-slider .subtitle,
  .home5 .main-slider .item2 .subtitle {
    letter-spacing: 7px;
  }
  .home5 .products-tabs .home-title {
    margin-right: 15px;
    margin-left: 15px;
  }
  .collection.without-hover .collection-content h2 {
    font-size: 36px;
  }
  .collection-content h3 {
    font-size: 20px;
  }
  .collection-content .subtitle {
    font-size: 14px;
  }
  .home-shop-by-cat .container > .row > * {
    float: left;
    display: block;
    margin: 0;
  }
  .parallax-content .more-text,
  #section3 .parallax-content .more-text {
    font-size: 220px;
  }
  #section4 .parallax-content .more-text {
    font-size: 180px;
  }
  .parallax-content .title h2,
  #section4 .parallax-content .title h2,
  #section3 .parallax-content .title h2 {
    font-size: 42px;
  }
  .parallax-content .title h3,
  #section4 .parallax-content .title h3,
  #section3 .parallax-content .title h3 {
    font-size: 50px;
  }
  .parallax-content .subtitle {
    font-size: 14px;
    letter-spacing: 8px;
  }
  #section4 .parallax-content .subtitle {
    font-size: 14px;
    letter-spacing: 8px;
    letter-spacing: 5px;
  }
  .parallax-content .title {
    width: 65%;
  }
  #section3 .parallax-content .title {
    width: 65%;
  }
  #section3 .parallax-content .subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 540px) {
  .comment-list .children {
    padding-left: 30px;
  }
  .google-map iframe {
    height: 320px;
  }
  .error-404 {
    padding: 10px 0 60px;
  }
  .error-404 h1 {
    font-size: 30px;
  }
  .desc-404 span {
    margin: 0;
  }
  .desc-404 .button {
    margin: 10px 0;
  }
  .newsletter-popup .popup-inner {
    padding: 50px 15px 100px;
  }
  .popup-title {
    font-size: 40px;
  }
  .product-detail .images .p-thumb img {
    width: 60px;
  }
  .product-detail .summary .p-title {
    font-size: 24px;
  }
  .add-tag-form input[type="text"] {
    width: 100%;
  }
  .add-tag-form input[type="submit"] {
    margin-top: 10px;
  }
  .upsell-products {
    padding: 60px 0;
  }
  .single-product.v2 .product-detail .images .p-thumb {
    margin: 0 30px;
  }
  .cart-actions .button {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  .order-complete .button {
    margin: 5px;
  }
  .footer-widget .widget.time-work,
  .footer-widget .nav_menu_widget {
    padding-right: 0;
  }
  .footer-widget .widget-title {
    font-size: 18px;
  }
  .footer-item:after {
    display: none;
  }
  .home1 #wrapper {
    border-left-width: 15px;
    border-right-width: 15px;
  }
  .header2 .top-nav {
    padding-right: 7px;
  }
  .header2 .top-nav ul {
    padding: 0;
  }
  .header2 .top-nav > ul > li {
    font-size: 11px;
    margin-right: 5px;
  }
  .your-products > * {
    margin-left: 15px;
  }
  .home-title {
    font-size: 24px;
  }
  .main-slider .slider-img,
  .main-slider .item2 .slider-img,
  .main-slider .item3 .slider-img {
    float: none;
    max-width: 100%;
  }
  .main-slider .owl-item.active .item3 .slider-img {
    left: 0;
  }
  .main-slider .slider-content,
  .main-slider .item2 .slider-content,
  .main-slider .item3 .slider-content {
    position: relative;
  }
  .main-slider .more-text,
  .main-slider .item2 .more-text,
  .main-slider .item3 .more-text {
    font-size: 102px;
  }
  .home4 .main-slider .more-text,
  .home4 .main-slider .item2 .more-text,
  .home4 .main-slider .item3 .more-text {
    font-size: 102px;
  }
  .main-slider .title h2,
  .main-slider .item2 .title h2,
  .main-slider .item3 .title h2 {
    font-size: 25px;
    line-height: normal;
  }
  .home2 .main-slider .item2 .title h2 {
    font-size: 32px;
    line-height: normal;
  }
  .home4 .main-slider .title h2,
  .home4 .main-slider .item2 .title h2,
  .home4 .main-slider .item3 .title h2 {
    font-size: 32px;
    line-height: normal;
  }
  .main-slider .title h3,
  .main-slider .item3 .title h3,
  .main-slider .item2 .title h3 {
    font-size: 36px;
    line-height: normal;
  }
  .home2 .main-slider .item2 .title h3 {
    font-size: 36px;
    line-height: normal;
  }
  .home4 .main-slider .title h3,
  .home4 .main-slider .item2 .title h3,
  .home4 .main-slider .item3 .title h3 {
    font-size: 36px;
    line-height: normal;
  }
  .main-slider .title span {
    left: 30px;
    top: 35px;
    padding: 0 15px;
  }
  .main-slider .owl-controls .owl-page {
    width: 20px;
  }
  .main-slider .owl-pagination {
    bottom: 2px;
  }
  .sale-countdown .countdown,
  .sale-countdown > .container {
    padding: 0;
  }
  .tabs li {
    margin-right: 15px;
    font-size: 16px;
  }
  .tabs li:after {
    display: none;
  }
  .home2 .main-slider .more-text,
  .home2 .main-slider .item2 .more-text {
    font-size: 125px;
  }
  .home2 .main-slider .item3 .more-text {
    font-size: 110px;
  }
  .home2 .main-slider .subtitle,
  .home2 .main-slider .item2 .subtitle {
    letter-spacing: 0;
  }
  .main-slider .title span {
    display: none;
  }
  .home2 .main-slider .owl-pagination {
    bottom: -20px;
  }
  .home2 .main-slider .item3 .slider-content {
    left: 0;
  }
  .header-sticky .sticky-wrapper {
    position: relative;
  }
  .header-sticky .site-header {
    background: #373737;
  }
  .home4 .main-slider .item3 .subtitle,
  .home4 .main-slider .item2 .subtitle {
    font-size: 14px;
    letter-spacing: 0;
  }
  .products-sale li {
    margin: 0;
    padding: 0 15px;
    display: block;
  }
  .products-sale li img {
    max-height: none;
  }
  .home5 .right-header {
    right: 0;
  }
  .header6 .site-brand img {
    max-height: 100px;
  }
  .header6 .main-menu {
    top: 70px;
  }
  .products-cat .title {
    font-size: 42px;
  }
  .products-cat .subtitle {
    font-size: 26px;
  }
  .home7.sticky-bg .site-header {
    background: #373737;
  }
  .parallax-content .more-text,
  #section3 .parallax-content .more-text {
    font-size: 180px;
  }
  .parallax-content .title,
  #section3 .parallax-content .title,
  #section4 .parallax-content .title {
    width: 75%;
  }
  .parallax-content .title h2,
  #section4 .parallax-content .title h2,
  #section3 .parallax-content .title h2 {
    font-size: 32px;
  }
  .parallax-content .title h3,
  #section4 .parallax-content .title h3,
  #section3 .parallax-content .title h3 {
    font-size: 38px;
  }
  .parallax-content .subtitle {
    letter-spacing: 4px;
  }
  #section4 .parallax-content .subtitle {
    letter-spacing: 2px;
  }
  #section4 .parallax-content .more-text {
    font-size: 130px;
  }
  .parallax-count {
    right: 15px;
  }
  .parallax-count .prev,
  .parallax-count .next {
    width: 20px;
    height: 40px;
    border-width: 1px;
    line-height: 38px;
    font-size: 14px;
  }
  .parallax-count .count {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .site-header {
    height: auto;
  }
  .site-brand {
    position: relative;
    width: auto;
    padding: 20px 0;
    text-align: center;
  }
  .right-header {
    position: relative;
    text-align: left;
    right: 0;
    background: #373737;
    padding-left: 50px;
    height: 50px;
  }
  .main-menu {
    top: auto;
    bottom: 0;
    z-index: 120;
    left: 0;
    right: auto;
  }
  .main-menu > ul {
    right: auto;
    left: 15px;
    width: 290px;
  }
  .mobile-menu {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
  }
  .header2 .main-menu > ul {
    left: auto;
    right: 0;
  }
  .shop-cart-v2 .cart-control {
    width: 50px;
    height: 50px;
    padding: 10px 0;
    text-align: center;
  }
  .shop-cart-v2 .cart-control .cart-number {
    top: 23px;
    right: 6px;
  }
  .shop-cart-v2 .shop-item {
    top: 115px;
    height: calc(100% - 115px);
    width: 320px;
    right: -320px;
  }
  .shop-cart-v2 .p-info {
    width: 190px;
  }
  .setting,
  .searchbox {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0;
  }
  .setting .setting-wrap {
    right: -10px;
  }
  .setting .setting-wrap:before {
    right: 5px;
  }
  .searchbox {
    right: 55px;
  }
  .search-popup .popup-inner {
    padding: 50px 15px;
  }
  a.popup-close:before {
    font-size: 28px;
    right: 20px;
  }
  .post-title {
    font-size: 24px;
  }
  .pagination ul {
    padding: 20px 0 0;
    display: block;
  }
  .pagination .prev,
  .pagination .next {
    margin: 0 5px;
  }
  .pagination .prev a,
  .pagination .next a {
    font-size: 0;
  }
  .pagination .prev a i,
  .pagination .next a i {
    font-size: 16px;
  }
  .google-map iframe {
    height: 250px;
  }
  .error-404 h1 {
    font-size: 28px;
  }
  .newsletter-popup .popup-inner .popup-desc {
    font-size: 16px;
  }
  .popup-title {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .newsletter-popup .checkbox {
    margin-bottom: 70px;
  }
  .newsletter-popup form {
    background: none;
  }
  .newsletter-popup form input[type="submit"] {
    position: static;
    margin-top: 10px;
  }
  .col-6 .products.list .product,
  .col-4 .products.list .product,
  .col-3 .products.list .product,
  .col-2 .products.list .product,
  .products.list .product {
    width: auto;
    float: none;
  }
  .quickview .quickview-inner {
    padding: 15px;
  }
  .quickview .p-thumb .item {
    padding: 0 5px;
  }
  .summary .p-title {
    font-size: 22px;
  }
  .summary .attribute .attr-item {
    float: none !important;
    margin: 5px 0;
  }
  .ordering .selectbox {
    height: 35px;
  }
  .ordering .selectbox select {
    height: 33px;
  }
  .comment-form-rating {
    width: 150px;
  }
  .header2 .mid-header {
    padding-top: 30px;
    width: auto;
    padding-right: 0;
  }
  .header2 .site-brand {
    width: 80%;
    padding-right: 20px;
  }
  .header2 .main-menu {
    left: auto;
    bottom: auto;
    top: 50px;
  }
  .header2 .header-info {
    text-align: center;
  }
  .header2 .mobile-menu {
    color: #373737;
    line-height: 46px;
  }
  .home-sale-off .thumb {
    padding: 0;
  }
  .home-sale-off .more-text {
    font-size: 140px;
  }
  .home-sale-off .title h2 {
    font-size: 28px;
  }
  .home-sale-off .title h3 {
    font-size: 50px;
  }
  .countdown ul li {
    line-height: normal;
    height: 100px;
    padding: 20px 0;
    font-size: 16px;
  }
  .countdown ul li span {
    display: block;
    margin: 0;
    font-size: 24px;
  }
  .col-1c,
  .home4 .home-product-cat .col-1c {
    float: none;
    width: auto;
  }
  .home-product-cat > .row > .pull-right {
    float: none !important;
  }
  .col-3c > .row > * {
    width: auto;
    float: none;
  }
  .home-cat.item3 .title {
    top: 0;
  }
  .home-cat.item3 .subtitle {
    letter-spacing: 2px;
  }
  .home4 .home-cat.item4 .title {
    bottom: auto;
  }
  .home4 .home-cat.item4 .title h3 {
    font-size: 26px;
  }
  .home4 .home-cat.item4 .title h2 {
    font-size: 54px;
  }
  .header5 .site-header {
    height: auto;
  }
  .header5 .right-header {
    padding-left: 0;
  }
  .header5 .setting {
    margin-right: 0;
  }
  .burger-menu a {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
  }
  .home4 .main-slider .title {
    width: 100%;
  }
  .home5 .main-slider .subtitle,
  .home5 .main-slider .item2 .subtitle {
    letter-spacing: 1px;
  }
  .home5 .home-cat.item4 .title h2,
  .home5 .home-cat.item5 .title h2 {
    font-size: 26px;
  }
  .home5 .home-cat.item4 .title {
    right: 15px;
    left: 15px;
  }
  .home5 .home-cat.item5 .title h3 {
    font-size: 32px;
  }
  .header6 .site-brand {
    text-align: left;
  }
  .header6 .mobile-menu {
    color: #FFF;
  }
  .header6 .main-menu {
    top: 70px;
  }
  .collection-content h2,
  .collection.without-hover .collection-content h2 {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .collection-content .subtitle {
    display: none;
  }
  .collection-content h3 {
    font-size: 15px;
  }
  .home-shop-by-cat .container > .row > * {
    float: none;
    width: auto;
  }
  .parallax-content .more-text,
  #section3 .parallax-content .more-text {
    font-size: 120px;
  }
  .parallax-content .title,
  #section3 .parallax-content .title,
  #section4 .parallax-content .title {
    width: 90%;
  }
  .parallax-content .title h2,
  #section4 .parallax-content .title h2,
  #section3 .parallax-content .title h2 {
    font-size: 22px;
  }
  .parallax-content .title h3,
  #section4 .parallax-content .title h3,
  #section3 .parallax-content .title h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .parallax-content .subtitle,
  #section3 .parallax-content .subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #section4 .parallax-content .more-text {
    font-size: 80px;
  }
}
#p_lt_zoneMainNew_pageplaceholderMainContentNew_p_lt_ctl01_EcobudProductFilter_filterElem_btnSecFilter {
    position:relative;
    padding-top: 10px;
}

.products.list .product .p-inner.row .p-thumb {
    text-align:center;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .products.list .product {
        width:49% !important;
        display:inline-block !important;
        float:none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .products.list .product {
        max-height: 350px;
    }
}

.SingleProductQty {
    position:relative;
    bottom:4px;
}

.UnitCountControl .form-control {
    text-align: center;
}

.shoppingcart-quantity {
    width:89px;
}

.product-qty > div{
    display:inline-block;
}

.total-message span .TotalViewer{
    display:inline-block;
}

.ccjs-card {
    margin: 0 0 3em !important;
    z-index:1;
}

/*William CSS*/
.pagination ul.NewsBlogsPagination {
    border-top: none !important;
}

.DesignMode #wrapper
{
    height: auto !important;
}

.pwdretrieval{
  text-align:right;
  position:relative;
  bottom:115px;		
}

.product-quantity{
  position: relative;
}
.plus{
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 15px;
  font-size: 0.8em;
}

.minus{
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  left: 15px;
  font-size: 0.8em;
}

.freeshipping{
  height: 20px;
}

.shoppingcart-tax .shoppingcart-tax-span > div{
    display:inline;
}
.minus-cart{
  top: 50% !important;
}
.plus-cart{
  top: 50% !important;
}

.tp-5 {
    padding-top:5px;
}

.tp-10 {
    padding-top:10px;
}

.bp-5 {
    padding-bottom:5px;
}

.bp-10 {
    padding-bottom:10px;
}


/* SUPPLIER REGO FORM */
.form table {
    display : table;
    width: 100%;
}

.form table td {
    display: block;
    width: 100%;
}

.form .radio-group td {
    margin-bottom: 5px;
    padding-left: 20px;
}

.form .checkbox label {
  padding-left: 30px;
}

.form .radio label {
    padding-left: 0;
}

.form .control-label {
  display: inline-block;
  cursor: text;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}


/* MY ORDERS */

@media (max-width: 768px) {
  .order-list .order-data .order-detail::before {
    display: block;
  }
}

@media (min-width: 769px) {
  .order-list .order-data .order-detail::before {
    display: none;
  }
}

.order-list .order-data .order-detail.order-number::before {
  content: 'Order Number';
}

.order-list .order-data .order-detail.order-date::before {
  content: 'Order Date';
}

.order-list .order-data .order-detail.order-status::before {
  content: 'Order Status';
}

.order-list .order-data .order-detail.order-receipt::before {
  content: 'Order Receipt';
}

input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none;}

input[type="number"] {-moz-appearance: textfield;}

.ccjs-card{
  z-index: 0 !important;
}

@media (max-width: 992px) {
  .ProcessPaymentButton{
     position: relative;

     top: 429px;

  }
  .checkout-style{
     margin-bottom: 91px;
     
margin-top: -38px;

  }
}

.form .datepicker table td {
  display: table-cell;
  width: initial;
}



/* 2019 FEB FIXES */
@media(max-width: 991px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}

.ShoppingCartEmpty {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}

/* EMPTY CART */
.eco-shopping-cart.empty .cart-table {opacity:.3;}
.eco-shopping-cart.empty .coupon-code {opacity:.3;}
.eco-shopping-cart.empty .cal-shipping {opacity:.3;}
.eco-shopping-cart.empty .cal-shipping .cal-shipping {opacity:1;}

/* SIDE BAR */
.sidebarqty {display:inline-block;}