/**
* Table of Contents:
*
* 1.0 Library Core
* 2.0 WordPress default
* 3.0 Header
* 4.0 Content
*   4.1 - Heading
*   4.2 - Box layout
* 5.0 Footer
* 6.0 Theme RTL
* 7.0 Responsive
*
* -----------------------------------------------------------------------------
*/
/*
* 1.0 Library Core
* -----------------------------------------------------------------------------
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555555;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover,
a:focus {
  color: #d2a637;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #d2a637;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #af8827;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #d2a637;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #af8827;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.noo-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-container {
    max-width: 750px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .noo-container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .noo-container {
    max-width: 1200px;
    width: 100%;
  }
}
.noo-container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.noo-row {
  margin-left: -15px;
  margin-right: -15px;
}
.noo-xs-1, .noo-sm-1, .noo-md-1, .noo-lg-1, .noo-xs-2, .noo-sm-2, .noo-md-2, .noo-lg-2, .noo-xs-3, .noo-sm-3, .noo-md-3, .noo-lg-3, .noo-xs-4, .noo-sm-4, .noo-md-4, .noo-lg-4, .noo-xs-5, .noo-sm-5, .noo-md-5, .noo-lg-5, .noo-xs-6, .noo-sm-6, .noo-md-6, .noo-lg-6, .noo-xs-7, .noo-sm-7, .noo-md-7, .noo-lg-7, .noo-xs-8, .noo-sm-8, .noo-md-8, .noo-lg-8, .noo-xs-9, .noo-sm-9, .noo-md-9, .noo-lg-9, .noo-xs-10, .noo-sm-10, .noo-md-10, .noo-lg-10, .noo-xs-11, .noo-sm-11, .noo-md-11, .noo-lg-11, .noo-xs-12, .noo-sm-12, .noo-md-12, .noo-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.noo-xs-1, .noo-xs-2, .noo-xs-3, .noo-xs-4, .noo-xs-5, .noo-xs-6, .noo-xs-7, .noo-xs-8, .noo-xs-9, .noo-xs-10, .noo-xs-11, .noo-xs-12 {
  float: left;
}
.noo-xs-12 {
  width: 100%;
}
.noo-xs-11 {
  width: 91.66666666666666%;
}
.noo-xs-10 {
  width: 83.33333333333334%;
}
.noo-xs-9 {
  width: 75%;
}
.noo-xs-8 {
  width: 66.66666666666666%;
}
.noo-xs-7 {
  width: 58.333333333333336%;
}
.noo-xs-6 {
  width: 50%;
}
.noo-xs-5 {
  width: 41.66666666666667%;
}
.noo-xs-4 {
  width: 33.33333333333333%;
}
.noo-xs-3 {
  width: 25%;
}
.noo-xs-2 {
  width: 16.666666666666664%;
}
.noo-xs-1 {
  width: 8.333333333333332%;
}
.noo-xs-pull-12 {
  right: 100%;
}
.noo-xs-pull-11 {
  right: 91.66666666666666%;
}
.noo-xs-pull-10 {
  right: 83.33333333333334%;
}
.noo-xs-pull-9 {
  right: 75%;
}
.noo-xs-pull-8 {
  right: 66.66666666666666%;
}
.noo-xs-pull-7 {
  right: 58.333333333333336%;
}
.noo-xs-pull-6 {
  right: 50%;
}
.noo-xs-pull-5 {
  right: 41.66666666666667%;
}
.noo-xs-pull-4 {
  right: 33.33333333333333%;
}
.noo-xs-pull-3 {
  right: 25%;
}
.noo-xs-pull-2 {
  right: 16.666666666666664%;
}
.noo-xs-pull-1 {
  right: 8.333333333333332%;
}
.noo-xs-pull-0 {
  right: auto;
}
.noo-xs-push-12 {
  left: 100%;
}
.noo-xs-push-11 {
  left: 91.66666666666666%;
}
.noo-xs-push-10 {
  left: 83.33333333333334%;
}
.noo-xs-push-9 {
  left: 75%;
}
.noo-xs-push-8 {
  left: 66.66666666666666%;
}
.noo-xs-push-7 {
  left: 58.333333333333336%;
}
.noo-xs-push-6 {
  left: 50%;
}
.noo-xs-push-5 {
  left: 41.66666666666667%;
}
.noo-xs-push-4 {
  left: 33.33333333333333%;
}
.noo-xs-push-3 {
  left: 25%;
}
.noo-xs-push-2 {
  left: 16.666666666666664%;
}
.noo-xs-push-1 {
  left: 8.333333333333332%;
}
.noo-xs-push-0 {
  left: auto;
}
.noo-xs-offset-12 {
  margin-left: 100%;
}
.noo-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.noo-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.noo-xs-offset-9 {
  margin-left: 75%;
}
.noo-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.noo-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.noo-xs-offset-6 {
  margin-left: 50%;
}
.noo-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.noo-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.noo-xs-offset-3 {
  margin-left: 25%;
}
.noo-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.noo-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.noo-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .noo-sm-1, .noo-sm-2, .noo-sm-3, .noo-sm-4, .noo-sm-5, .noo-sm-6, .noo-sm-7, .noo-sm-8, .noo-sm-9, .noo-sm-10, .noo-sm-11, .noo-sm-12 {
    float: left;
  }
  .noo-sm-12 {
    width: 100%;
  }
  .noo-sm-11 {
    width: 91.66666666666666%;
  }
  .noo-sm-10 {
    width: 83.33333333333334%;
  }
  .noo-sm-9 {
    width: 75%;
  }
  .noo-sm-8 {
    width: 66.66666666666666%;
  }
  .noo-sm-7 {
    width: 58.333333333333336%;
  }
  .noo-sm-6 {
    width: 50%;
  }
  .noo-sm-5 {
    width: 41.66666666666667%;
  }
  .noo-sm-4 {
    width: 33.33333333333333%;
  }
  .noo-sm-3 {
    width: 25%;
  }
  .noo-sm-2 {
    width: 16.666666666666664%;
  }
  .noo-sm-1 {
    width: 8.333333333333332%;
  }
  .noo-sm-pull-12 {
    right: 100%;
  }
  .noo-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .noo-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .noo-sm-pull-9 {
    right: 75%;
  }
  .noo-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .noo-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .noo-sm-pull-6 {
    right: 50%;
  }
  .noo-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .noo-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .noo-sm-pull-3 {
    right: 25%;
  }
  .noo-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .noo-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .noo-sm-pull-0 {
    right: auto;
  }
  .noo-sm-push-12 {
    left: 100%;
  }
  .noo-sm-push-11 {
    left: 91.66666666666666%;
  }
  .noo-sm-push-10 {
    left: 83.33333333333334%;
  }
  .noo-sm-push-9 {
    left: 75%;
  }
  .noo-sm-push-8 {
    left: 66.66666666666666%;
  }
  .noo-sm-push-7 {
    left: 58.333333333333336%;
  }
  .noo-sm-push-6 {
    left: 50%;
  }
  .noo-sm-push-5 {
    left: 41.66666666666667%;
  }
  .noo-sm-push-4 {
    left: 33.33333333333333%;
  }
  .noo-sm-push-3 {
    left: 25%;
  }
  .noo-sm-push-2 {
    left: 16.666666666666664%;
  }
  .noo-sm-push-1 {
    left: 8.333333333333332%;
  }
  .noo-sm-push-0 {
    left: auto;
  }
  .noo-sm-offset-12 {
    margin-left: 100%;
  }
  .noo-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .noo-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .noo-sm-offset-9 {
    margin-left: 75%;
  }
  .noo-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .noo-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .noo-sm-offset-6 {
    margin-left: 50%;
  }
  .noo-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .noo-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .noo-sm-offset-3 {
    margin-left: 25%;
  }
  .noo-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .noo-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .noo-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .noo-md-1, .noo-md-2, .noo-md-3, .noo-md-4, .noo-md-5, .noo-md-6, .noo-md-7, .noo-md-8, .noo-md-9, .noo-md-10, .noo-md-11, .noo-md-12 {
    float: left;
  }
  .noo-md-12 {
    width: 100%;
  }
  .noo-md-11 {
    width: 91.66666666666666%;
  }
  .noo-md-10 {
    width: 83.33333333333334%;
  }
  .noo-md-9 {
    width: 75%;
  }
  .noo-md-8 {
    width: 66.66666666666666%;
  }
  .noo-md-7 {
    width: 58.333333333333336%;
  }
  .noo-md-6 {
    width: 50%;
  }
  .noo-md-5 {
    width: 41.66666666666667%;
  }
  .noo-md-4 {
    width: 33.33333333333333%;
  }
  .noo-md-3 {
    width: 25%;
  }
  .noo-md-2 {
    width: 16.666666666666664%;
  }
  .noo-md-1 {
    width: 8.333333333333332%;
  }
  .noo-md-pull-12 {
    right: 100%;
  }
  .noo-md-pull-11 {
    right: 91.66666666666666%;
  }
  .noo-md-pull-10 {
    right: 83.33333333333334%;
  }
  .noo-md-pull-9 {
    right: 75%;
  }
  .noo-md-pull-8 {
    right: 66.66666666666666%;
  }
  .noo-md-pull-7 {
    right: 58.333333333333336%;
  }
  .noo-md-pull-6 {
    right: 50%;
  }
  .noo-md-pull-5 {
    right: 41.66666666666667%;
  }
  .noo-md-pull-4 {
    right: 33.33333333333333%;
  }
  .noo-md-pull-3 {
    right: 25%;
  }
  .noo-md-pull-2 {
    right: 16.666666666666664%;
  }
  .noo-md-pull-1 {
    right: 8.333333333333332%;
  }
  .noo-md-pull-0 {
    right: auto;
  }
  .noo-md-push-12 {
    left: 100%;
  }
  .noo-md-push-11 {
    left: 91.66666666666666%;
  }
  .noo-md-push-10 {
    left: 83.33333333333334%;
  }
  .noo-md-push-9 {
    left: 75%;
  }
  .noo-md-push-8 {
    left: 66.66666666666666%;
  }
  .noo-md-push-7 {
    left: 58.333333333333336%;
  }
  .noo-md-push-6 {
    left: 50%;
  }
  .noo-md-push-5 {
    left: 41.66666666666667%;
  }
  .noo-md-push-4 {
    left: 33.33333333333333%;
  }
  .noo-md-push-3 {
    left: 25%;
  }
  .noo-md-push-2 {
    left: 16.666666666666664%;
  }
  .noo-md-push-1 {
    left: 8.333333333333332%;
  }
  .noo-md-push-0 {
    left: auto;
  }
  .noo-md-offset-12 {
    margin-left: 100%;
  }
  .noo-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .noo-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .noo-md-offset-9 {
    margin-left: 75%;
  }
  .noo-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .noo-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .noo-md-offset-6 {
    margin-left: 50%;
  }
  .noo-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .noo-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .noo-md-offset-3 {
    margin-left: 25%;
  }
  .noo-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .noo-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .noo-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .noo-lg-1, .noo-lg-2, .noo-lg-3, .noo-lg-4, .noo-lg-5, .noo-lg-6, .noo-lg-7, .noo-lg-8, .noo-lg-9, .noo-lg-10, .noo-lg-11, .noo-lg-12 {
    float: left;
  }
  .noo-lg-12 {
    width: 100%;
  }
  .noo-lg-11 {
    width: 91.66666666666666%;
  }
  .noo-lg-10 {
    width: 83.33333333333334%;
  }
  .noo-lg-9 {
    width: 75%;
  }
  .noo-lg-8 {
    width: 66.66666666666666%;
  }
  .noo-lg-7 {
    width: 58.333333333333336%;
  }
  .noo-lg-6 {
    width: 50%;
  }
  .noo-lg-5 {
    width: 41.66666666666667%;
  }
  .noo-lg-4 {
    width: 33.33333333333333%;
  }
  .noo-lg-3 {
    width: 25%;
  }
  .noo-lg-2 {
    width: 16.666666666666664%;
  }
  .noo-lg-1 {
    width: 8.333333333333332%;
  }
  .noo-lg-pull-12 {
    right: 100%;
  }
  .noo-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .noo-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .noo-lg-pull-9 {
    right: 75%;
  }
  .noo-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .noo-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .noo-lg-pull-6 {
    right: 50%;
  }
  .noo-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .noo-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .noo-lg-pull-3 {
    right: 25%;
  }
  .noo-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .noo-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .noo-lg-pull-0 {
    right: auto;
  }
  .noo-lg-push-12 {
    left: 100%;
  }
  .noo-lg-push-11 {
    left: 91.66666666666666%;
  }
  .noo-lg-push-10 {
    left: 83.33333333333334%;
  }
  .noo-lg-push-9 {
    left: 75%;
  }
  .noo-lg-push-8 {
    left: 66.66666666666666%;
  }
  .noo-lg-push-7 {
    left: 58.333333333333336%;
  }
  .noo-lg-push-6 {
    left: 50%;
  }
  .noo-lg-push-5 {
    left: 41.66666666666667%;
  }
  .noo-lg-push-4 {
    left: 33.33333333333333%;
  }
  .noo-lg-push-3 {
    left: 25%;
  }
  .noo-lg-push-2 {
    left: 16.666666666666664%;
  }
  .noo-lg-push-1 {
    left: 8.333333333333332%;
  }
  .noo-lg-push-0 {
    left: auto;
  }
  .noo-lg-offset-12 {
    margin-left: 100%;
  }
  .noo-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .noo-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .noo-lg-offset-9 {
    margin-left: 75%;
  }
  .noo-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .noo-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .noo-lg-offset-6 {
    margin-left: 50%;
  }
  .noo-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .noo-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .noo-lg-offset-3 {
    margin-left: 25%;
  }
  .noo-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .noo-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .noo-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #d2a637;
  border-color: #c4982c;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af8827;
  border-color: #5b4715;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #af8827;
  border-color: #927221;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #af8827;
  border-color: #927221;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #927221;
  border-color: #5b4715;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d2a637;
  border-color: #c4982c;
}
.btn-primary .badge {
  color: #d2a637;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #555555;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d2a637;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.noo-container:before,
.noo-container:after,
.noo-container-fluid:before,
.noo-container-fluid:after,
.noo-row:before,
.noo-row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.noo-container:after,
.noo-container-fluid:after,
.noo-row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 45px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #555555;
  padding: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #4666a3;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a i,
.woocommerce nav.woocommerce-pagination ul li span i {
  font-weight: 700;
  line-height: 40px;
}
.pagination {
  display: block;
  overflow: hidden;
  margin: 50px auto 0;
  line-height: 2.2;
  text-align: center;
}
.pagination .page-numbers {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 5px 3px;
  background: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background: #4666a3;
  border-color: #4666a3;
}
.pagination a.page-numbers {
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  color: #ffffff;
  background: #4666a3;
  border-color: #4666a3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#pagination {
  display: block;
  text-align: center;
}
#pagination .prev,
#pagination .next {
  display: inline-block;
  margin: 15px;
}
.loadmore-action,
#infscr-loading,
.loadmore-loading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 22px auto;
  line-height: 3;
  font-size: 16px;
}
.loadmore-loading {
  position: relative;
  height: 25px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.loadmore-loading.finished {
  width: auto;
}
.loadmore-loading span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #555555;
  position: absolute;
  -webkit-animation: preload_audio_wave 1.5s infinite ease-in-out;
  -o-animation: preload_audio_wave 1.5s infinite ease-in-out;
  animation: preload_audio_wave 1.5s infinite ease-in-out;
}
.loadmore-loading span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadmore-loading span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadmore-loading span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loadmore-loading span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #d2a637;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #d2a637;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #d2a637;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #d2a637;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #d2a637;
  }
}
@-moz-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #d2a637;
  }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: #d2a637;
  }
  50% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #d2a637;
  }
  100% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #d2a637;
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #d2a637;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #d2a637;
  }
}
[data-paginate="loadmore"] .pagination,
[data-paginate="infinite"] .pagination {
  display: none;
}
/*
* 2.0 WordPress default
* -----------------------------------------------------------------------------
*/
#main {
  margin-top: 100px;
  margin-bottom: 100px;
}
.main-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline-color: #d2a637;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.meta-author {
  padding: 30px;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
#comments {
  background: #fff;
  padding: 50px 60px;
  margin-top: 30px;
}
#comments .comments-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin: 0 0 15px;
  padding-left: 10px;
  position: relative;
}
#comments .comments-title em {
  color: #d2a637;
  font-style: normal;
}
#comments .comments-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  content: '';
  background: #d2a637;
}
#comments > ol,
#comments > ul {
  margin: 0 0 45px !important;
}
#comments ol,
#comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments ol > li,
#comments ul > li {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
  margin: 0;
}
#comments ol > li #respond,
#comments ul > li #respond {
  clear: both;
}
#comments ol > li #respond #reply-title,
#comments ul > li #respond #reply-title {
  margin: 30px 0;
}
#comments ol > li #respond #reply-title span,
#comments ul > li #respond #reply-title span {
  display: none;
}
#comments ol > li #respond #reply-title:after,
#comments ul > li #respond #reply-title:after {
  content: none;
}
#comments ol > li .comment-wrap:after,
#comments ul > li .comment-wrap:after {
  clear: both;
  content: '';
  display: table;
}
#comments ol > li .comment-wrap .comment-img,
#comments ul > li .comment-wrap .comment-img {
  float: left;
  max-width: 80px;
}
#comments ol > li .comment-wrap .comment-img .img-thumbnail,
#comments ul > li .comment-wrap .comment-img .img-thumbnail {
  border: none;
  background: transparent;
}
#comments ol > li .comment-wrap .comment-img .img-thumbnail img,
#comments ul > li .comment-wrap .comment-img .img-thumbnail img {
  border-radius: 50%;
}
#comments ol > li .comment-wrap .comment-block,
#comments ul > li .comment-wrap .comment-block {
  padding-left: 100px;
}
#comments ol > li .comment-wrap .comment-block .comment-header,
#comments ul > li .comment-wrap .comment-block .comment-header {
  margin: 0;
  padding: 0;
}
#comments ol > li .comment-wrap .comment-block .comment-header cite,
#comments ul > li .comment-wrap .comment-block .comment-header cite {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}
#comments ol > li .comment-wrap .comment-block .comment-header cite:after,
#comments ul > li .comment-wrap .comment-block .comment-header cite:after {
  content: "\f111";
  color: #e2e2e2;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 5px;
  margin: 0 12px 0 14px;
  transform: translateY(-2px);
}
#comments ol > li .comment-wrap .comment-block .comment-header time,
#comments ul > li .comment-wrap .comment-block .comment-header time {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after {
  clear: both;
  content: '';
  display: table;
}
#comments ol > li .comment-wrap .comment-block .comment-content p,
#comments ul > li .comment-wrap .comment-block .comment-content p {
  color: #555;
  margin: 0;
  line-height: 24px;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link {
  color: #888888;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: 6px;
  display: inline-block;
  text-transform: uppercase;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link i,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link i {
  margin-right: 5px;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link:hover,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link:hover {
  color: #d2a637;
}
#comments ol > li .children,
#comments ul > li .children {
  margin: 18px 0 -30px 100px;
}
@media screen and (max-width: 767px) {
  #comments ol > li .children,
  #comments ul > li .children {
    margin: 18px 0 -30px 40px;
  }
}
#comments ol > li .children li,
#comments ul > li .children li {
  border: none;
  border-top: 1px solid #f3f3f3;
  margin: 0;
  padding: 25px 0;
}
#comments #respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin: 0 0 30px;
  padding-left: 10px;
  position: relative;
}
#comments #respond .comment-reply-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  content: '';
  background: #d2a637;
}
#comments #respond .comment-form .comment-form-head {
  margin-bottom: 10px;
}
#comments #respond .comment-form .comment-form-url {
  margin: 10px 0 0;
}
#comments #respond .comment-form input[type='text'],
#comments #respond .comment-form input[type='email'] {
  border: 1px solid #eeeeee;
  background: #fcfcfc;
  color: #666666;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
  font-size: 16px;
  width: 100%;
}
#comments #respond .comment-form input[type='text']::-moz-placeholder,
#comments #respond .comment-form input[type='email']::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
#comments #respond .comment-form input[type='text']:-ms-input-placeholder,
#comments #respond .comment-form input[type='email']:-ms-input-placeholder {
  color: #666666;
}
#comments #respond .comment-form input[type='text']::-webkit-input-placeholder,
#comments #respond .comment-form input[type='email']::-webkit-input-placeholder {
  color: #666666;
}
#comments #respond .comment-form textarea {
  border: 1px solid #eeeeee;
  background: #fcfcfc;
  color: #666666;
  margin-bottom: 10px;
  padding: 15px 20px;
  line-height: 22px;
  font-size: 16px;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#comments #respond .comment-form textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
#comments #respond .comment-form textarea:-ms-input-placeholder {
  color: #666666;
}
#comments #respond .comment-form textarea::-webkit-input-placeholder {
  color: #666666;
}
#comments #respond .form-submit {
  margin-top: 15px;
}
#comments #respond .form-submit input[type="submit"] {
  border: none;
  background: #4666a3;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 12px;
  margin-top: 15px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#comments #respond .form-submit input[type="submit"]:hover {
  background: #2f456d;
}
#comments #respond .form-submit input[type="submit"]:focus {
  outline: none;
  outline-color: transparent;
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
body .alignright {
  clear: right;
}
body .alignleft {
  clear: left;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
div.wp-caption.alignright {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
  display: table;
  content: '';
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}
table td,
table th {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.4em;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
#off-canvas-nav {
  display: none;
}
div.wpb_content_element {
  margin-bottom: 0;
}
.noo-container-fluid > .vc_row-fluid > div.vc_col-sm-12 > .vc_column-inner {
  padding: 0;
}
.noo-container-fluid > .vc_row-fluid > div.vc_col-sm-12 .wpb_button,
.noo-container-fluid > .vc_row-fluid > div.vc_col-sm-12 .wpb_content_element,
.noo-container-fluid > .vc_row-fluid > div.vc_col-sm-12 ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.image-zoom {
  overflow: hidden;
}
.image-zoom img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.image-zoom img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.custom-content-header {
  text-align: center;
  padding: 92px 0 50px;
}
.custom-content-header h3 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 0;
}
.custom-content-header p {
  padding: 0 25%;
}
.custom-content-header .custom_link {
  margin: 20px 15px 0;
}
.noo-margin {
  margin: 0 !important;
}
.page-template-page-left-menu .page_leftmenu_fullwidth {
  position: relative;
}
.page-template-page-left-menu .noo-navbar-wrapper {
  top: 0;
  padding-top: 55px;
  width: 320px;
  position: fixed;
  left: 0;
  background: #ffffff;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-logo {
  padding-left: 80px;
  padding-bottom: 17px;
  padding-top: 55px;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu {
  margin-top: 65px;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li {
  float: none;
  line-height: 52px;
  padding: 0;
  margin: 0;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li:hover > a:before {
  left: 0;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li:hover .sub-menu {
  left: 100%;
}
@media (min-width: 1200px) {
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li:hover .sub-menu {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li > a {
  color: #333333;
  padding: 0 30px 0 80px;
  overflow: hidden;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  height: 2px;
  width: 60px;
  top: 50%;
  margin-top: -1px;
  left: -100%;
}
.page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li .sub-menu {
  left: 100%;
  top: 0;
}
@media (min-width: 1200px) {
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li .sub-menu {
    -webkit-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    transform: rotateY(30deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-info {
  list-style: none;
  padding: 0 15px 0 80px;
  margin: 0;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-info li {
  padding-bottom: 10px;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-info li span {
  color: #333333;
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  padding-right: 8px;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-info li a {
  color: #555555;
  font-size: 15px;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-icon {
  list-style: none;
  padding: 20px 15px 0;
  margin: 0;
  text-align: center;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-icon li {
  display: inline-block;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-icon li a {
  margin: 0 10px;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
.page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta .meta-icon li a:hover {
  -webkit-animation-name: noo-rotate;
  animation-name: noo-rotate;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  color: #d2a637;
}
.page-template-page-left-menu .left-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 320px;
  padding: 0 35px 60px;
  z-index: 101;
  background: #ffffff;
}
.page-template-page-left-menu .left-footer p {
  margin: 25px 0 0 0;
}
.page-template-page-left-menu .noopage-rightcontent {
  background: #fff;
  position: relative;
  padding-left: 360px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@keyframes noo-rotate {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.translatex_60 {
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  transform: translate(60px, 0);
  position: relative;
  z-index: 1;
}
body .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container {
  margin: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
  margin: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  border-width: 1px 0 1px 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border-color: #4666a3;
  background-color: #4666a3;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:after {
  color: #ffffff;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eeeeee;
  padding: 10px 15px;
  background: transparent;
  min-width: 270px;
  text-transform: uppercase;
  color: #333333;
  position: relative;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 15px !important;
  top: 50% !important;
  left: auto !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #d3d3d3;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: 0;
  background: transparent;
}
body .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 20px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
  padding-bottom: 10px;
  padding-right: 15px;
  border-bottom: 1px solid #eeeeee;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
  color: #555555;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #4666a3;
  border: 0;
  color: #ffffff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  bottom: 0;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  width: 1px;
  border-color: #ffffff;
  background: #ffffff;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  background: #ffffff;
  border-color: #ffffff;
  visibility: visible;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
body .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  height: auto;
}
body .vc_col-sm-12 .vc_row-has-fill {
  margin: 0 !important;
}
#error-404 {
  min-height: 750px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  background-image: url("../images/404.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-404 p {
  font-size: 26px;
  color: #555555;
  margin: 0 0 0 95px;
}
.content-404 h1 {
  font-size: 120px;
  line-height: 1;
  color: #d2a637;
  margin: 5px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.button-404 {
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #4666a3;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0 42px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
  border: 0;
  margin-top: 40px;
  margin-left: 200px;
}
.button-404:hover,
.button-404:focus {
  background: #2f456d;
  outline: none;
  outline-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
input:focus {
  outline: none !important;
  outline-color: transparent !important;
}
/*
* 3.0 Header
* -----------------------------------------------------------------------------
*/
.admin-bar .noo-header.fixed_top_eff {
  top: 32px;
}
.noo-header {
  position: relative;
  z-index: 99;
}
.noo-header a:focus {
  outline: none;
  outline-color: transparent;
}
.noo-header .navbar-wrapper {
  background: #000000;
}
.noo-header.fixed_top_eff {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.noo-header.header_transparent .navbar-wrapper {
  background: rgba(0, 0, 0, 0.8);
}
.noo-header .navbar-logo-text {
  line-height: 80px;
}
.noo-topbar {
  background: #f8f8f8;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.noo-topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-topbar ul:before,
.noo-topbar ul:after {
  content: " ";
  display: table;
}
.noo-topbar ul:after {
  clear: both;
}
.noo-topbar ul:before,
.noo-topbar ul:after {
  content: " ";
  display: table;
}
.noo-topbar ul:after {
  clear: both;
}
.noo-topbar ul li {
  float: left;
}
.noo-topbar ul li a {
  font-size: 15px;
  text-decoration: none;
}
.noo-topbar ul.noo-topbar-left li:first-child a {
  padding-left: 0;
  border-left: 0;
}
.noo-topbar ul.noo-topbar-left li a {
  padding: 0 0 0 10px;
  margin-right: 10px;
  border-left: 1px solid #ccc;
}
.noo-topbar ul.noo-topbar-left li a i {
  padding-right: 7px;
}
.noo-topbar ul.noo-topbar-right li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.noo-topbar ul.noo-topbar-right li a {
  border-right: 1px solid #cccccc;
  margin: 0;
  padding: 0 15px;
}
.page-template-page-revolution .noo-header {
  position: fixed;
  left: 0;
  top: -200px;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.page-template-page-revolution .noo-header .navbar-wrapper {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.page-template-page-revolution .noo-header .navbar-wrapper .navbar-meta ul li a,
.page-template-page-revolution .noo-header .navbar-wrapper .custom-logo-link,
.page-template-page-revolution .noo-header .navbar-wrapper .noo-main-menu .navbar-nav > li {
  line-height: 75px;
}
.page-template-page-revolution .noo-header .navbar-wrapper .navbar-default {
  min-height: 75px;
}
.page-template-page-revolution header.eff {
  top: 0;
}
.page-template-page-revolution.admin-bar header.eff {
  top: 32px;
}
.noo_icon_menu {
  display: none;
}
.navbar-default {
  min-height: 80px;
  padding: 0 15px;
}
.custom-logo-link {
  display: block;
  line-height: 80px;
}
.noo-main-menu .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-main-menu .navbar-nav:after {
  clear: both;
  content: '';
  display: table;
}
.noo-main-menu .navbar-nav > li {
  float: left;
  position: relative;
  line-height: 80px;
  margin: 0 25px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.noo-main-menu .navbar-nav > li:hover > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-main-menu .navbar-nav > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  line-height: 42px;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.noo-main-menu .navbar-nav > li > a:before {
  width: 100%;
  height: 4px;
  background: #d2a637;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-main-menu .navbar-nav > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background: #000000;
  border: 1px solid #00913d;
  min-width: 220px;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.noo-main-menu .navbar-nav > li > .sub-menu li {
  float: none;
  position: relative;
  padding: 0 20px;
}
.noo-main-menu .navbar-nav > li > .sub-menu li a {
  background: #000000;
  color: #555555;
  text-transform: none;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
  padding: 7px 0;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-decoration: none;
}
.noo-main-menu .navbar-nav > li > .sub-menu li a:hover {
  padding-left: 10px;
}
.noo-main-menu .navbar-nav > li > .sub-menu li a:hover .icon-submenu-down {
  color: #555555;
}
.noo-main-menu .navbar-nav > li > .sub-menu li .sub-menu {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  left: 70%;
  top: 0;
  z-index: 1;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: #000000;
	border: 1px solid #00913d;
}
.noo-main-menu .navbar-nav > li > .sub-menu li .sub-menu li {
  background: #000000;
}
.noo-main-menu .navbar-nav > li > .sub-menu li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-main-menu .navbar-nav > li.noo_megamenu {
  position: static;
  -webkit-perspective: none;
  perspective: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu:hover .sub-menu li {
  display: block;
}
.noo-main-menu .navbar-nav > li.noo_megamenu:hover > .sub-menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-main-menu .navbar-nav > li.noo_megamenu ul li a:hover {
  background: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
  padding: 0 40px;
  width: 100%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  -o-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li {
  float: left;
  border: 0;
  padding: 25px 20px;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li:after {
  display: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > a {
  margin: 0 0 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li:first-child {
  border-left: 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul {
  display: block !important;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: relative;
  width: auto;
  min-width: inherit;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  visibility: visible;
  border: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li {
  display: none;
  padding-left: 0;
  padding-right: 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li:first-child {
  border-top: 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area {
  padding-bottom: 0;
  padding-top: 10px;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget-title {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  display: inline-block;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget-title:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: 0;
  font-size: 11px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\f107";
  font-family: 'FontAwesome';
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget_text a {
  padding: 0;
  overflow: hidden;
  height: 82px;
  display: block;
  margin-bottom: 20px;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget_text img {
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget_text img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li {
  padding: 20px 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:before,
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  content: " ";
  display: table;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:before,
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  content: " ";
  display: table;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:first-child {
  padding-top: 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a {
  padding: 0;
  text-transform: none;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:before {
  display: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover {
  color: #d2a637;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a img {
  width: 65px;
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a .product-title {
  float: right;
  width: 154px;
  padding-left: 20px;
  line-height: 30px;
  margin-top: -8px;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li span.amount {
  font-size: 16px;
  display: inline-block;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li del span.amount {
  color: #555555;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-decoration: line-through;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li ins {
  text-decoration: none;
  float: left;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li ins span.amount {
  padding-right: 16px;
  color: #d2a637;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-2 {
  position: relative;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-2 ul.sub-menu {
  width: 440px;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-2 ul.sub-menu li {
  width: 50%;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-2 ul.sub-menu li:nth-child(2n+1) {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-3 {
  position: relative;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-3 ul.sub-menu {
  width: 660px;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-3 ul.sub-menu li {
  width: 33.33333333%;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-3 ul.sub-menu li:nth-child(3n+1) {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-4 ul.sub-menu li {
  width: 25%;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-4 ul.sub-menu li:nth-child(4n+1) {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-5 ul.sub-menu li {
  width: 20%;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-5 ul.sub-menu li:nth-child(5n+1) {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-6 ul.sub-menu li {
  width: 16.66666667%;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.mega-col-columns-6 ul.sub-menu li:nth-child(6n+1) {
  clear: both;
}
.noo-main-menu .navbar-nav > li.noo_megamenu.noo_heading ul.sub-menu a.sf-with-ul {
  height: 0;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > ul.sub-menu li ul.product_list_widget li,
.noo-main-menu .navbar-nav > li.noo_megamenu > ul.sub-menu li ul.sub-menu {
  width: auto;
}
.noo-main-menu .navbar-nav > li.noo_megamenu > ul.sub-menu li ul.product_list_widget li li,
.noo-main-menu .navbar-nav > li.noo_megamenu > ul.sub-menu li ul.sub-menu li {
  width: auto;
}
.noo-main-menu .navbar-nav > li:hover .sub-menu {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.cart-name-and-total {
  display: none;
}
.navbar-meta {
  width: 15%;
  float: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.navbar-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-meta ul:before,
.navbar-meta ul:after {
  content: " ";
  display: table;
}
.navbar-meta ul:after {
  clear: both;
}
.navbar-meta ul:before,
.navbar-meta ul:after {
  content: " ";
  display: table;
}
.navbar-meta ul:after {
  clear: both;
}
.navbar-meta ul > li {
  float: left;
}
.navbar-meta ul > li > a {
  font-size: 20px;
  color: #333333;
  padding-left: 25px;
  line-height: 80px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.navbar-meta ul > li > a:hover {
  color: #d2a637;
}
.navbar-meta ul > li.noo-menu-item-cart {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.navbar-meta ul > li.noo-menu-item-cart .cart-item {
  position: relative;
  line-height: 22px;
}
.navbar-meta ul > li.noo-menu-item-cart .cart-item i {
  font-size: 22px;
}
.navbar-meta ul > li.noo-menu-item-cart .cart-item .cart-count {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #d2a637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  right: -9px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.navbar-meta ul > li.noo-menu-item-cart:hover .noo-minicart {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart {
  position: absolute;
  right: 0;
  width: 300px;
  top: 100%;
  background: #ffffff;
  border: 1px solid #eeeeee;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-header {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333333;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body {
  padding: 15px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product {
  position: relative;
  padding: 10px 0;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 14px;
  color: #555 !important;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product .remove:hover {
  color: red !important;
  background: transparent;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product-image {
  width: 60px;
  float: left;
  border: 1px solid #F5F3F3;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product-details {
  padding-left: 70px;
  padding-right: 15px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product-details .cart-product-title {
  font-size: 15px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product-details .cart-product-price {
  font-size: 14px;
  color: #d2a637;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-body .cart-product-details .cart-product-quantity {
  font-size: 14px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer {
  border-top: 1px solid #eeeeee;
  padding: 15px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total {
  font-size: 13px;
  text-transform: uppercase;
  color: #333333;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:before,
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:after {
  content: " ";
  display: table;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:after {
  clear: both;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:before,
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:after {
  content: " ";
  display: table;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total:after {
  clear: both;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-total .amount {
  float: right;
  font-size: 15px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  color: #d2a637;
  font-weight: 700;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:before,
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:after {
  content: " ";
  display: table;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:after {
  clear: both;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:before,
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:after {
  content: " ";
  display: table;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions:after {
  clear: both;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions a {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 29px;
  margin-top: 15px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #eeeeee;
  font-weight: 700;
  margin-bottom: 15px;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions a:hover,
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions a:focus {
  background: #d2a637;
  border-color: #d2a637;
  color: #ffffff;
}
.navbar-meta ul > li.noo-menu-item-cart .noo-minicart .minicart-footer .minicart-actions .checkout-button {
  float: right;
}
.header-1 .navbar-logo {
  width: 15%;
  float: left;
}
.header-1 .noo-main-menu {
  width: 70%;
  float: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-justify-content: center;
}
.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-transparent .navbar-wrapper {
  background: transparent;
}
.header-transparent .navbar-wrapper .noo-main-menu .navbar-nav > li > a:before {
  display: none;
}
.admin-bar .header-transparent {
  top: 32px;
}
.header-2 .navbar-default {
  padding: 13px 0 25px;
}
.header-2 .custom-logo-link {
  line-height: 90px;
}
.header-2 .noo-main-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-justify-content: center;
}
.header-2 .noo-main-menu .navbar-nav li {
  line-height: 66px;
}
.header-2 .noo-navbar-header {
  text-align: center;
  position: relative;
}
.header-2 .noo-navbar-header .noo-search {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 18px;
}
.header-2 .noo-navbar-header .noo-search i {
  font-size: 20px;
  padding-right: 3px;
}
.noo-cart-simple {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 18px;
  list-style: none;
}
.noo-cart-simple .cart-count {
  display: none;
}
.noo-cart-simple .cart-item {
  text-align: left;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.noo-cart-simple .cart-item:before,
.noo-cart-simple .cart-item:after {
  content: " ";
  display: table;
}
.noo-cart-simple .cart-item:after {
  clear: both;
}
.noo-cart-simple .cart-item:before,
.noo-cart-simple .cart-item:after {
  content: " ";
  display: table;
}
.noo-cart-simple .cart-item:after {
  clear: both;
}
.noo-cart-simple .cart-item i {
  float: left;
  font-size: 36px;
}
.noo-cart-simple .cart-item:hover i {
  color: #d2a637;
}
.noo-cart-simple .cart-name-and-total {
  display: inline-block;
  padding-left: 6px;
  line-height: 20px;
}
.noo-cart-simple .cart-name-and-total .amount {
  display: block;
  font-size: 16px;
}
.noo-cart-simple .noo-minicart {
  display: none;
}
.header-3 .navbar-default {
  position: relative;
}
.header-3 .navbar-logo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-justify-content: center;
}
.header-3 .noo-menu-left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.header-3 .noo-search {
  position: absolute;
  left: 30px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  font-size: 18px;
}
.header-3 .noo-search i {
  font-size: 20px;
  padding-right: 3px;
}
.header-3 .noo-cart-simple {
  right: 30px;
}
body.admin-bar .noo-header.fixed_top {
  top: 32px;
}
body .header-eff.fixed_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body .header-eff.fixed_top.eff {
  position: fixed;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
body .header-eff.header-transparent {
  transition: background 0.6s ease 0s, box-shadow 0.6s ease 0s;
  -webkit-transition: background 0.6s ease 0s, box-shadow 0.6s ease 0s;
}
body .header-eff.header-transparent.eff {
  background: #ffffff;
}
body .header-2.fixed_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body .header-2.fixed_top.eff {
  position: fixed;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
body .header-2.fixed_top.eff .navbar-default {
  padding: 0;
  min-height: 70px;
}
body .header-2.fixed_top.eff .noo-topbar {
  display: none;
}
@media (min-width: 992px) {
  body .header-2.fixed_top.eff .noo-navbar-header {
    max-width: 200px;
    float: left;
  }
  body .header-2.fixed_top.eff .noo-navbar-header .noo-cart-simple {
    display: none;
  }
  body .header-2.fixed_top.eff .noo-navbar-header .noo-search {
    display: none;
  }
  body .header-2.fixed_top.eff .noo-navbar-header .custom-logo-link {
    line-height: 70px;
  }
}
body .header-2.fixed_top.eff .noo-main-menu {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
body .header-2.fixed_top.eff .noo-main-menu .navbar-nav li {
  line-height: 70px;
}
.search-header {
  display: none;
}
.search-header .note-search {
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .search-header .note-search {
    font-size: 16px;
  }
}
.search-header .remove-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.925);
}
.search-header form {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.search-header form .sr-only {
  display: none;
}
.search-header form .form-control {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  font-size: 68px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-header form .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.search-header form .form-control:-ms-input-placeholder {
  color: #000000;
}
.search-header form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.search-header form .form-control:focus,
.search-header form .form-control:active {
  outline-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .search-header form .form-control {
    font-size: 38px;
  }
}
.search-header form input[type='submit'] {
  height: 50px;
  background: #d2a637;
  color: #ffffff;
  padding: 0 50px;
  border: 0;
  -webkit-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.search-header.search-header-eff {
  display: block;
}
/*
* 4.0 Content
* -----------------------------------------------------------------------------
*/
/*
* 4.1 - Heading
* -----------------------------------------------------------------------------
*/
.noo-page-heading {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0 15px;
  height: 360px;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
.noo-page-heading.parallax {
  background-attachment: fixed !important;
  background-size: auto;
}
@media (max-width: 1024px) {
  .noo-page-heading.parallax {
    background-attachment: inherit !important;
    background-size: cover !important;
    background-position: center !important;
  }
}
.noo-page-heading:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.noo-page-heading .noo-heading-content {
  position: relative;
}
.noo-page-heading .page-title {
  padding: 0 0 8px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 42px;
  letter-spacing: 1px;
  color: #ffffff;
}
.noo-page-heading .noo-page-breadcrumb {
  color: #ffffff;
  display: inline-block;
}
.noo-page-heading .noo-page-breadcrumb:before {
  content: "\e074";
  font-family: 'ElegantIcons';
  padding-right: 4px;
}
.noo-page-heading .noo-page-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.noo-page-heading .noo-page-breadcrumb a:hover {
  color: #d2a637;
}
.noo-page-heading .noo-page-breadcrumb span {
  padding: 0 3px;
}
.noo-page-heading .noo-page-breadcrumb i {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  display: inline-block;
}
/**
 * 4.2 - Box layout
 * -----------------------------------------------------------------------------
 */
.boxed-layout:not(.page-template-page-left-menu) {
  background-color: #f8f8f8;
  background-image: url("");
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.boxed-layout:not(.page-template-page-left-menu) .site {
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 1200px;
}
.boxed-layout:not(.page-template-page-left-menu) .site .noo-header .navbar-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.boxed-layout:not(.page-template-page-left-menu) .header-eff.fixed_top.eff {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boxed-layout:not(.page-template-page-left-menu) .header-eff.header-transparent.eff {
  background: none;
}
.boxed-layout:not(.page-template-page-left-menu) .header-eff.header-transparent.eff .navbar-wrapper {
  background: #ffffff;
}
.boxed-layout:not(.page-template-page-left-menu) .site .header-eff.fixed_top.eff .navbar-wrapper {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/**
 * 4.2 - Testimonial
 * -----------------------------------------------------------------------------
 */
.noo_testimonial-wrap {
  position: relative;
  padding: 60px 9%;
  text-align: center;
}
.noo_testimonial-wrap .icon-quote-left {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #f2f2f2;
  font-size: 60px;
}
.noo_testimonial-wrap .noo_testimonial {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo_testimonial-wrap .noo_testimonial li {
  cursor: ew-resize;
}
.noo_testimonial-wrap .noo_testimonial li img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}
.noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content {
  color: #666;
}
.noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content .testimonial-author {
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  font-family: 'Dosis', sans-serif;
  display: block;
  margin: 25px 0 30px;
}
.noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content .testimonial-author strong {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
}
.noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content p {
  font-size: 15px;
  padding: 0 10%;
  margin: 0;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 10px;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 li {
  cursor: auto;
  padding: 10px 0;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 li img {
  border: 5px solid #f5f5f5;
  max-width: 95px;
  max-height: 95px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 .synced li img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 + .noo-sync1 li .noo-testimonial-content p {
  font-size: 18px;
  font-style: italic;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 + .noo-sync1 li .noo-testimonial-content .testimonial-author {
  margin: 28px 0 22px;
}
.noo_testimonial-wrap .noo_testimonial.noo-sync2 + .noo-sync1 li .noo-testimonial-content .testimonial-author strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 1px;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls {
  margin-top: 16px;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div {
  width: 30px;
  height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;
  text-indent: 100px;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-prev:before {
  content: "\23";
  font-family: 'ElegantIcons';
  position: absolute;
  top: -10px;
  left: -100px;
  font-size: 30px;
  color: #888888;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-prev:hover:before {
  color: #d2a637;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-next:before {
  content: "\24";
  font-family: 'ElegantIcons';
  position: absolute;
  top: -10px;
  left: -100px;
  font-size: 30px;
  color: #888888;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-next:hover:before {
  color: #d2a637;
}
.noo_testimonial_white .noo_testimonial-wrap .icon-quote-left {
  display: none;
}
.noo_testimonial_white .noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content {
  color: #ffffff;
}
.noo_testimonial_white .noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content .testimonial-author {
  color: #ffffff;
}
.noo_testimonial_white .noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.noo_testimonial_white .noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-next:before,
.noo_testimonial_white .noo_testimonial-wrap .noo_testimonial .owl-controls .owl-buttons div.owl-prev:before {
  color: #ffffff;
}
/**
 * 4.2 - Noo Mailchip
 * -----------------------------------------------------------------------------
 */
.noo-sh-mailchimp:before,
.noo-sh-mailchimp:after {
  content: " ";
  display: table;
}
.noo-sh-mailchimp:after {
  clear: both;
}
.noo-sh-mailchimp:before,
.noo-sh-mailchimp:after {
  content: " ";
  display: table;
}
.noo-sh-mailchimp:after {
  clear: both;
}
.noo-sh-mailchimp .noo-mail-title {
  font-size: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.noo-sh-mailchimp .noo-mail-desc {
  font-size: 20px;
  color: #555555;
  margin: 5px 0 0 0;
}
.noo-sh-mailchimp form {
  max-width: 500px;
  width: 100%;
  margin: 25px 0 0 0;
  position: relative;
}
.noo-sh-mailchimp form:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
  color: #cccccc;
  font-size: 20px;
}
.noo-sh-mailchimp form input[type='submit'] {
  display: none;
}
.noo-sh-mailchimp form input:not([type='submit']) {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  color: #aaaaaa;
  font-size: 15px;
}
.noo-sh-mailchimp form input:not([type='submit'])::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.noo-sh-mailchimp form input:not([type='submit']):-ms-input-placeholder {
  color: #aaaaaa;
}
.noo-sh-mailchimp form input:not([type='submit'])::-webkit-input-placeholder {
  color: #aaaaaa;
}
.noo-sh-mailchimp.style_two .noo-mailchimp-header,
.noo-sh-mailchimp.style_three .noo-mailchimp-header {
  float: left;
  width: 24%;
}
.noo-sh-mailchimp.style_two .noo-mailchimp-header .noo-mail-title,
.noo-sh-mailchimp.style_three .noo-mailchimp-header .noo-mail-title {
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.noo-sh-mailchimp.style_two .noo-mailchimp-header .noo-mail-title:before,
.noo-sh-mailchimp.style_three .noo-mailchimp-header .noo-mail-title:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #cccccc;
  font-size: 120px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noo-sh-mailchimp.style_two .noo-mailchimp-header .noo-mail-desc,
.noo-sh-mailchimp.style_three .noo-mailchimp-header .noo-mail-desc {
  display: none;
}
.noo-sh-mailchimp.style_two form,
.noo-sh-mailchimp.style_three form {
  float: left;
  width: 76%;
  max-width: none;
  margin: 0;
}
.noo-sh-mailchimp.style_two form:before,
.noo-sh-mailchimp.style_three form:before {
  display: none;
}
.noo-sh-mailchimp.style_two form input:not([type='submit']),
.noo-sh-mailchimp.style_three form input:not([type='submit']) {
  max-width: 650px;
  display: inline-block;
}
.noo-sh-mailchimp.style_two form input[type='submit'],
.noo-sh-mailchimp.style_three form input[type='submit'] {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  height: 45px;
  background: #333333;
  padding: 0 45px;
  border: 0;
  -webkit-transform: translate(20px, 1px);
  -ms-transform: translate(20px, 1px);
  -o-transform: translate(20px, 1px);
  transform: translate(20px, 1px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-sh-mailchimp.style_two form input[type='submit']:hover,
.noo-sh-mailchimp.style_three form input[type='submit']:hover {
  background: #0d0d0d;
}
.noo-sh-mailchimp.style_two form input[type='submit']:focus,
.noo-sh-mailchimp.style_three form input[type='submit']:focus {
  outline: none;
  outline-color: transparent;
}
.noo-sh-mailchimp.style_three .noo-mail-title:before {
  display: none;
}
.noo-sh-mailchimp.style_three form input:not([type='submit']) {
  padding: 0 15px;
}
.noo-sh-mailchimp.style_three form input {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.noo-sh-mailchimp.style_three form input[type='submit'] {
  background: #4666a3;
}
.noo-sh-mailchimp.style_three form input[type='submit']:hover {
  background: #2f456d;
}
.noo-sh-mailchimp.style_four {
  text-align: center;
}
.noo-sh-mailchimp.style_four .noo-mail-title {
  color: #ffffff;
}
.noo-sh-mailchimp.style_four .noo-mail-desc {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}
.noo-sh-mailchimp.style_four form {
  margin: 35px auto 0;
  max-width: 770px;
}
.noo-sh-mailchimp.style_four form:before {
  content: "\f1d8";
}
.noo-sh-mailchimp.style_four form input {
  border-color: #c8cbd1;
  border-width: 2px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.noo-sh-mailchimp.style_four form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.noo-sh-mailchimp.style_four form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.noo-sh-mailchimp.style_four form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.noo-home1-mail .vc_column-inner {
  height: 340px;
  position: relative;
}
.noo-home1-mail .vc_column-inner .noo-sh-mailchimp.style_one {
  position: absolute;
  right: 85px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 500px;
  width: 100%;
}
@media (max-width: 991px) {
  .noo-home1-mail .vc_column-inner .noo-sh-mailchimp.style_one {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    transform: translate(0, 80px);
    max-width: 100%;
  }
}
/**
 * 4.2 - Noo Services
 * -----------------------------------------------------------------------------
 */
.noo-services {
  text-align: center;
}
.noo-services.style_center .noo-service-icon i {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-size: 28px;
  color: #d2a637;
}
.noo-services.style_center .noo-service-icon i:last-child {
  left: -100%;
}
.noo-services.style_center:hover .noo-service-icon i:first-child {
  left: 150%;
}
.noo-services.style_center:hover .noo-service-icon i:last-child {
  left: 50%;
}
.noo-services.style_center:hover .noo-service-content:before {
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  -o-transform: scaleX(2);
  transform: scaleX(2);
}
.noo-services .noo-service-icon {
  width: 80px;
  height: 80px;
  position: relative;
  background: #f8f8f8;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.noo-services .noo-service-icon i {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-services .noo-service-content {
  position: relative;
  padding-bottom: 17px;
}
.noo-services .noo-service-content p {
  padding: 0 3%;
}
.noo-services .noo-service-content:before {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 3px;
  content: '';
  background: #d2a637;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.noo-services.style_left {
  text-align: left;
  margin: 60px 0;
}
.noo-services.style_left:before,
.noo-services.style_left:after {
  content: " ";
  display: table;
}
.noo-services.style_left:after {
  clear: both;
}
.noo-services.style_left:before,
.noo-services.style_left:after {
  content: " ";
  display: table;
}
.noo-services.style_left:after {
  clear: both;
}
.noo-services.style_left.image .noo-service-icon {
  padding-right: 25px;
}
.noo-services.style_left.image .noo-service-content {
  padding-left: 0;
}
.noo-services.style_left .noo-service-icon {
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
}
.noo-services.style_left .noo-service-icon i {
  font-size: 40px;
  color: #cccccc;
}
.noo-services.style_left .noo-service-icon i:last-child {
  display: none;
}
.noo-services.style_left .noo-service-content {
  padding: 0 0 0 65px;
}
.noo-services.style_left .noo-service-content:before {
  display: none;
}
.noo-services.style_left .noo-service-content h3 {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.noo-services.style_left .noo-service-content p {
  padding: 0;
}
.noo-services.style_left:hover .noo-service-icon {
  -webkit-animation-name: servies-icon2;
  animation-name: servies-icon2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@keyframes servies-icon2 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes servies-icon2 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes servies-icon-top {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes servies-icon-top {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes servies-icon-bottom {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes servies-icon-bottom {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/**
 * 4.2 - Noo Services
 * -----------------------------------------------------------------------------
 */
.noo_partner-wrap .noo_partner {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.noo_partner-wrap .noo_partner li {
  position: relative;
  perspective: 300px;
  perspective-origin: center;
  display: inline-block;
}
.noo_partner-wrap .noo_partner li img {
  width: auto;
}
.noo_partner-wrap .noo_partner li img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo_partner-wrap .noo_partner li:hover img:last-child {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: transform 0.6s ease 0s, opacity 0s ease 0s;
  -moz-transition: transform 0.6s ease 0s, opacity 0s ease 0s;
  -webkit-transition: transform 0.6s ease 0s, opacity 0s ease 0s;
  -ms-transition: transform 0.6s ease 0s, opacity 0s ease 0s;
  transform: translate(-50%, -50%) rotateX(90deg);
  -moz-transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  -ms-transform: translate(-50%, -50%) rotateX(90deg);
}
.noo_partner-wrap.border {
  position: relative;
  padding: 55px 0;
}
.noo_partner-wrap.border:before {
  width: 65%;
  height: 1px;
  background: #eeeeee;
  content: '';
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}
.noo_partner-wrap.border:after {
  width: 65%;
  height: 1px;
  background: #eeeeee;
  content: '';
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 0;
}
/**
 * 4.2 - Noo Services
 * -----------------------------------------------------------------------------
 */
.noo-product-sale-wrap {
  text-align: center;
}
.noo-product-sale-wrap .noo-sale-title {
  font-size: 120px;
  color: #474b71;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .noo-product-sale-wrap .noo-sale-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .noo-product-sale-wrap .noo-sale-title {
    font-size: 50px;
  }
}
.noo-product-sale-wrap .noo-sale-subtitle {
  text-transform: uppercase;
  font-size: 22px;
  margin: 30px 0 8px;
}
.noo-product-sale-wrap > img {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .noo-product-sale-wrap > img {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .noo-product-sale-wrap > img {
    margin-top: -10px;
  }
}
.noo-product-sale-wrap .noo-on-sale {
  list-style: none;
  padding: 0;
  margin: 75px auto 0;
  max-width: 680px;
}
.noo-product-sale-wrap .noo-on-sale li {
  padding: 0 10px;
}
.noo-product-sale-wrap .noo-on-sale li img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.noo-product-sale-wrap .noo-on-sale li a {
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.noo-product-sale-wrap .noo-on-sale li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.noo-product-sale-wrap .noo-on-sale li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-product-sale-wrap .noo-on-sale li a:hover h4 {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-product-sale-wrap .noo-on-sale li a:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.noo-product-sale-wrap .noo-on-sale li a h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 48%;
  width: 100%;
  text-align: center;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  z-index: 2;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * 4.2 - Noo Banners
 * -----------------------------------------------------------------------------
 */
.noo-banner-wrap:before,
.noo-banner-wrap:after {
  content: " ";
  display: table;
}
.noo-banner-wrap:after {
  clear: both;
}
.noo-banner-wrap:before,
.noo-banner-wrap:after {
  content: " ";
  display: table;
}
.noo-banner-wrap:after {
  clear: both;
}
.noo-banner-wrap .banner-item {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.noo-banner-wrap .banner-item.default:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.noo-banner-wrap .banner-item.vertical img,
.noo-banner-wrap .banner-item.horizontal img {
  -webkit-transform: scaleX(1.04);
  -ms-transform: scaleX(1.04);
  -o-transform: scaleX(1.04);
  transform: scaleX(1.04);
}
.noo-banner-wrap .banner-item.vertical:hover img,
.noo-banner-wrap .banner-item.horizontal:hover img {
  margin-left: -10px;
}
.noo-banner-wrap .banner-item .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-left: 150px;
}
.noo-banner-wrap .banner-item .banner-content h3 {
  font-size: 48px;
  text-transform: uppercase;
  width: 45%;
  color: #333333;
  position: relative;
}
.noo-banner-wrap .banner-item .banner-content a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.noo-banner-wrap .banner-item .banner-content a i {
  padding-left: 5px;
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.noo-banner-wrap .banner-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-banner-wrap .banner-item.default .banner-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-banner-wrap .banner-item.default:hover .banner-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-banner-wrap .banner-item.horizontal {
  width: 50%;
}
.noo-banner-wrap .banner-item.vertical .banner-content {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  align-items: inherit;
  padding-top: 150px;
  padding-left: 120px;
}
/**
 * 4.2 - Noo Simple Banner
 * -----------------------------------------------------------------------------
 */
.noo_simple_banner {
  background: #eceff6;
  position: relative;
  text-align: right;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 200px 60px;
}
.noo_simple_banner:before,
.noo_simple_banner:after {
  content: " ";
  display: table;
}
.noo_simple_banner:after {
  clear: both;
}
.noo_simple_banner:before,
.noo_simple_banner:after {
  content: " ";
  display: table;
}
.noo_simple_banner:after {
  clear: both;
}
.noo_simple_banner img {
  position: absolute;
  left: 50px;
  top: -40px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  max-width: 494px;
}
.noo_simple_banner:hover img {
  left: 30px;
}
.noo_simple_banner h3 {
  font-size: 62px;
  text-transform: uppercase;
  max-width: 270px;
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.noo_simple_banner a {
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.noo_simple_banner a:hover {
  text-decoration: none;
}
.noo_simple_banner a span {
  border-bottom: 2px solid #d2a637;
  padding-bottom: 5px;
}
.noo_simple_banner a i {
  padding-left: 7px;
  font-size: 16px;
}
.noo_simple_banner.left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  text-align: left;
}
.noo_simple_banner.left img {
  left: auto;
  right: 20px;
  max-width: 494px;
}
.noo_simple_banner.left:hover img {
  left: auto;
  right: 40px;
}
/**
 * 4.2 - Noo Countdown
 * -----------------------------------------------------------------------------
 */
.noo_countdow_background {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
  min-height: 520px;
}
.noo_countdow_background h2 {
  font-size: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.noo_countdow_background p {
  color: #eeeeee;
  font-size: 18px;
}
.noo_countdown {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .noo_countdown {
    padding: 60px 0;
  }
}
.noo_countdown.noo_countdown_left {
  max-width: 1170px;
  width: 100%;
  margin: -270px auto 45px;
  background-color: #ffffff;
  padding: 60px 110px 50px 0;
}
.noo_countdown.noo_countdown_left:before,
.noo_countdown.noo_countdown_left:after {
  content: " ";
  display: table;
}
.noo_countdown.noo_countdown_left:after {
  clear: both;
}
.noo_countdown.noo_countdown_left:before,
.noo_countdown.noo_countdown_left:after {
  content: " ";
  display: table;
}
.noo_countdown.noo_countdown_left:after {
  clear: both;
}
.noo_countdown.noo_countdown_left .noo_countdown_content {
  float: right;
}
.noo_countdown.noo_countdown_left .noo_countdown_content h2 {
  color: #555555;
  font-size: 22px;
  margin: 45px 0 12px;
}
.noo_countdown.noo_countdown_left .noo_countdown_content p {
  color: #666666;
  font-size: 15px;
  line-height: 22px;
}
.noo_countdown.noo_countdown_left .noo_countdown_content .custom_link {
  background-color: transparent;
  border: 1px solid #eeeeee;
  margin-top: 23px;
}
.noo_countdown.noo_countdown_left .noo_countdown_content .custom_link:hover,
.noo_countdown.noo_countdown_left .noo_countdown_content .custom_link:focus {
  border-color: #4666a3;
  background-color: #4666a3;
  color: #ffffff;
}
.noo_countdown.noo_countdown_left .noo_countdown_content .noo_countdown_date {
  margin-top: 0;
}
.noo_countdown.noo_countdown_left .noo_countdown_content .noo_countdown_date .countdown-section {
  background: #4666a3;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 0 0 rgba(70, 102, 163, 0.3);
  box-shadow: 0 5px 0 0 rgba(70, 102, 163, 0.3);
}
.noo_countdown h2 {
  font-size: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.noo_countdown p {
  color: #eeeeee;
  font-size: 18px;
}
.noo_countdown .noo_countdown_date {
  margin-top: 55px;
}
.noo_countdown .noo_countdown_date span {
  display: inline-block;
}
.noo_countdown .noo_countdown_date .countdown-section {
  min-height: 90px;
  min-width: 90px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 15px;
  color: #4666a3;
  -webkit-box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.3);
}
@media (max-width: 520px) {
  .noo_countdown .noo_countdown_date .countdown-section {
    width: 35%;
    margin-bottom: 30px;
  }
}
.noo_countdown .noo_countdown_date .countdown-section .countdown-amount {
  font-size: 38px;
  font-weight: 900;
  display: block;
  line-height: 1;
  padding-top: 15px;
}
.noo_countdown .noo_countdown_date .countdown-section .countdown-period {
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.noo_countdown .custom_link {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 40px;
  margin-top: 80px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 10px;
}
.noo_countdown .custom_link:hover,
.noo_countdown .custom_link:focus {
  background: #4666a3;
  border-color: #4666a3;
  color: #ffffff;
}
/**
 * 4.2 - Noo Countdown Product
 * -----------------------------------------------------------------------------
 */
.noo-countdown-product {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-justify-content: center;
  padding: 108px 0 90px;
  position: relative;
}
.noo-countdown-product div {
  text-align: left;
}
.noo-countdown-product .wp-post-image {
  position: absolute;
  top: -5px;
  left: -20%;
  max-width: 445px;
}
@media (max-width: 1024px) {
  .noo-countdown-product .wp-post-image {
    display: none;
  }
}
.noo-countdown-product .defaultCountdown .countdown-section {
  display: inline-block;
  border-left: 1px solid #e2e2e2;
  text-align: center;
  padding: 0 27px;
}
.noo-countdown-product .defaultCountdown .countdown-section:first-child {
  border-left: 0;
  padding-left: 0;
}
.noo-countdown-product .defaultCountdown .countdown-section .countdown-amount {
  display: block;
  font-size: 48.45px;
  line-height: 1;
  color: #333333;
  font-weight: 700;
  margin-bottom: 5px;
}
.noo-countdown-product .defaultCountdown .countdown-section .countdown-period {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
}
.noo-countdown-product .noo-content-countdow {
  margin: 50px 0 0;
}
.noo-countdown-product .noo-content-countdow h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
}
.noo-countdown-product .noo-content-countdow h3 a {
  color: #333333;
}
.noo-countdown-product .price {
  color: #d2a637;
  font-size: 22px;
  padding: 0 0 10px 0;
  display: block;
}
.noo-countdown-product .price ins {
  text-decoration: none;
}
.noo-countdown-product .price del {
  font-size: 16px;
  color: #b4b4b4;
  padding-right: 7px;
}
.noo-countdown-product div.description {
  max-width: 600px;
  margin-bottom: 45px;
}
.noo-countdown-product a.add_to_cart_button {
  font-size: 12px;
  color: #ffffff;
  background: #4666a3;
  font-weight: 700;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0 23px;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.noo-countdown-product a.add_to_cart_button:before {
  font-family: 'ElegantIcons';
  content: "\e07a";
  font-size: 14px;
  padding-right: 7px;
}
.noo-countdown-product a.add_to_cart_button:hover {
  background: #2f456d;
  color: #ffffff;
}
.noo-countdown-product a.add_to_cart_button:focus {
  outline: none;
  outline-color: transparent;
}
.noo-countdown-product a.add_to_cart_button.loading:after {
  top: auto;
}
.noo-countdown-product .added_to_cart {
  padding-left: 7px;
}
/**
 * 4.2 - Noo Blog
 * -----------------------------------------------------------------------------
 */
.noo-shblog-content:before,
.noo-shblog-content:after {
  content: " ";
  display: table;
}
.noo-shblog-content:after {
  clear: both;
}
.noo-shblog-content:before,
.noo-shblog-content:after {
  content: " ";
  display: table;
}
.noo-shblog-content:after {
  clear: both;
}
.noo_sh_blog_wraper {
  overflow: hidden;
}
.noo-shblog-header {
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.noo-shblog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 42px;
  letter-spacing: 1.5px;
}
.noo-shblog-header h3 span {
  display: inline-block;
  border-left: 3px solid #d2a637;
  border-right: 3px solid #d2a637;
  padding: 0 23px;
  line-height: 0.8;
}
.noo-shblog-header p {
  margin: 8px 0 0 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  color: #333333;
}
.noo-shblog-thumbnail {
  position: relative;
  overflow: hidden;
}
.noo-shblog-thumbnail:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shblog-thumbnail:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-shblog-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.noo-shblog-thumbnail:hover .view-link:before {
  left: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shblog-thumbnail:hover .view-link:after {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shblog-thumbnail a {
  position: relative;
  display: block;
}
.noo-shblog-thumbnail a:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.noo-shblog-thumbnail a:after {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1;
}
.noo-shblog-thumbnail img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-shblog-thumbnail .view-link {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.noo-shblog-thumbnail .view-link:before {
  background: #ffffff;
  width: 25px;
  height: 1px;
  content: '';
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-shblog-thumbnail .view-link:after {
  background: #ffffff;
  width: 1px;
  height: 25px;
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-shblog-meta {
  font-size: 14px;
  margin-top: 27px;
}
.noo-shblog-meta span {
  margin-right: 21px;
}
.noo-shblog-meta span:hover i {
  color: #d2a637;
}
.noo-shblog-meta span:hover a {
  color: #d2a637;
  text-decoration: none;
}
.noo-shblog-meta i {
  color: #cccccc;
  padding-right: 6px;
}
.noo-shblog-content .date {
  display: none;
}
.noo-shblog-content h3 {
  font-size: 22px;
  margin: 15px 0 18px;
  padding: 0;
}
.noo-shblog-content h3 a {
  color: #333333;
}
.noo-shblog-content h3 a:hover {
  color: #d2a637;
  text-decoration: none;
}
.noo-shblog-content p {
  color: #555555;
  padding: 0;
  margin: 0;
}
.custom_link {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 30px;
  margin-top: 60px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}
.custom_link i {
  padding-left: 5px;
}
.custom_link:hover {
  background: #eeeeee;
  text-decoration: none;
  color: #555555;
}
.noo-shblog-item {
  background: #ffffff;
  position: relative;
}
.noo-shblog-item:before,
.noo-shblog-item:after {
  content: " ";
  display: table;
}
.noo-shblog-item:after {
  clear: both;
}
.noo-shblog-item:before,
.noo-shblog-item:after {
  content: " ";
  display: table;
}
.noo-shblog-item:after {
  clear: both;
}
.noo-shblog-item.style_2 .noo-shblog-meta {
  display: none;
}
.noo-shblog-item.style_2:nth-child(even) .noo-shblog-thumbnail {
  left: auto;
  right: 0;
}
.noo-shblog-item.style_2:nth-child(even) .noo-shblog-entry {
  float: left;
}
.noo-shblog-item .noo-shblog-thumbnail {
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.noo-shblog-item .noo-shblog-thumbnail:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shblog-item .noo-shblog-thumbnail:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-shblog-item .noo-shblog-thumbnail:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.noo-shblog-item .noo-shblog-thumbnail:after {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 1;
}
.noo-shblog-item .noo-shblog-entry {
  float: right;
  width: 50%;
  padding: 73px 5% 80px;
  text-align: center;
}
.noo-shblog-item .noo-shblog-entry .cat {
  color: #d2a637;
}
.noo-shblog-item .noo-shblog-entry .cat a {
  text-transform: uppercase;
  font-size: 14px;
  color: #d2a637;
}
.noo-shblog-item .noo-shblog-entry h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 20px;
  padding: 0;
}
.noo-shblog-item .noo-shblog-entry h3 a {
  color: #555555;
}
.noo-shblog-item .noo-shblog-entry h3 a:hover {
  color: #d2a637;
}
.noo-shblog-item .noo-shblog-entry p {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
.noo-shblog-item .noo-shblog-entry .view_link {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 25px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 45px;
  font-weight: 700;
}
.noo-shblog-item .noo-shblog-entry .view_link i {
  padding-left: 5px;
}
.noo-shblog-item .noo-shblog-entry .view_link:hover,
.noo-shblog-item .noo-shblog-entry .view_link:focus {
  background: #eeeeee;
  color: #555555;
}
.noo-shblog-item.style_3 {
  background: #f2f2f2;
  padding-right: 30px;
  margin-top: 40px;
}
.noo-shblog-item.style_3:first-child {
  margin-top: 0;
}
.noo-shblog-item.style_3 .noo-shblog-meta {
  display: none;
}
.noo-shblog-item.style_3:nth-child(even) {
  padding-left: 30px;
  padding-right: 0;
}
.noo-shblog-item.style_3:nth-child(even) .noo-shblog-thumbnail {
  right: 0;
  left: auto;
}
.noo-shblog-item.style_3:nth-child(even) .noo-shblog-entry {
  float: left;
}
.noo-shblog-item.style_3 .noo-shblog-thumbnail {
  width: 40%;
}
.noo-shblog-item.style_3 .noo-shblog-entry {
  padding: 25px 40px 50px;
  width: 65%;
  position: relative;
  background: #ffffff;
  margin: 30px 0;
  z-index: 2;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-shblog-item.style_3 .noo-shblog-entry:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.noo-shblog-item.style_3 .noo-shblog-entry .cat {
  display: none;
}
.noo-shblog-item.style_3 .noo-shblog-entry .view_link {
  margin-top: 25px;
  border: 0;
  background: #4666a3;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-shblog-item.style_3 .noo-shblog-entry .view_link:hover {
  background: #2f456d;
}
.noo-shblog-item.style_4,
.noo-shblog-item.style_5 {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .noo-shblog-item.style_4,
  .noo-shblog-item.style_5 {
    width: 100%;
  }
}
.noo-shblog-item.style_4 .noo-shblog-meta,
.noo-shblog-item.style_5 .noo-shblog-meta {
  display: none;
}
.noo-shblog-item.style_4 .noo-shblog-entry,
.noo-shblog-item.style_5 .noo-shblog-entry {
  position: relative;
  padding: 45px 5% 35px;
}
.noo-shblog-item.style_4 .noo-shblog-entry:before,
.noo-shblog-item.style_5 .noo-shblog-entry:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ffffff;
  z-index: 2;
}
.noo-shblog-item.style_4 .noo-shblog-entry .cat,
.noo-shblog-item.style_5 .noo-shblog-entry .cat {
  display: none;
}
.noo-shblog-item.style_4 .noo-shblog-entry .date,
.noo-shblog-item.style_5 .noo-shblog-entry .date {
  display: block;
  color: #d2a637;
  text-transform: uppercase;
}
.noo-shblog-item.style_4 .noo-shblog-entry .date span,
.noo-shblog-item.style_5 .noo-shblog-entry .date span {
  font-size: 30px;
  padding-right: 5px;
}
.noo-shblog-item.style_4 .noo-shblog-entry .view_link,
.noo-shblog-item.style_5 .noo-shblog-entry .view_link {
  margin-top: 25px;
}
.noo-shblog-item.style_4.style_even,
.noo-shblog-item.style_5.style_even {
  clear: both;
}
.noo-shblog-item.style_4.style_even .noo-shblog-thumbnail,
.noo-shblog-item.style_5.style_even .noo-shblog-thumbnail,
.noo-shblog-item.style_4.style_even + div .noo-shblog-thumbnail,
.noo-shblog-item.style_5.style_even + div .noo-shblog-thumbnail {
  left: auto;
  right: 0;
}
.noo-shblog-item.style_4.style_even .noo-shblog-entry,
.noo-shblog-item.style_5.style_even .noo-shblog-entry,
.noo-shblog-item.style_4.style_even + div .noo-shblog-entry,
.noo-shblog-item.style_5.style_even + div .noo-shblog-entry {
  float: left;
}
.noo-shblog-item.style_4.style_even .noo-shblog-entry:before,
.noo-shblog-item.style_5.style_even .noo-shblog-entry:before,
.noo-shblog-item.style_4.style_even + div .noo-shblog-entry:before,
.noo-shblog-item.style_5.style_even + div .noo-shblog-entry:before {
  content: '';
  position: absolute;
  right: -20px;
  left: auto;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
  z-index: 2;
}
.noo-shblog-item.style_5 {
  margin: 40px 0;
  background: transparent;
}
.noo-shblog-item.style_5 div.noo-shblog-entry {
  text-align: left;
  padding: 45px 5% 75px;
}
.noo-shblog-item.style_5 div.noo-shblog-entry:before {
  top: 30px !important;
  left: -40px;
  border: 0 !important;
  width: 80px;
  height: 2px;
  background: #d2a637;
  margin-top: 0 !important;
}
.noo-shblog-item.style_5 div.noo-shblog-entry .date {
  display: none;
}
.noo-shblog-item.style_5 div.noo-shblog-entry .noo-shblog-meta {
  display: block;
  margin-top: 0;
  margin-bottom: 17px;
}
.noo-shblog-item.style_5 div.noo-shblog-entry .view_link {
  display: none;
}
.noo-shblog-item.style_5.style_even div.noo-shblog-entry {
  text-align: right;
}
.noo-shblog-item.style_5.style_even div.noo-shblog-entry:before {
  top: 30px !important;
  right: -40px;
  left: auto;
  border: 0;
  width: 80px;
  height: 2px;
  background: #d2a637;
  margin-top: 0 !important;
}
/**
 * 4.2 - Noo Blog Masonry
 * -----------------------------------------------------------------------------
 */
.noo-blog-masonry-wraper {
  position: relative;
  overflow: hidden;
}
.noo-blog-masonry-wraper .noo-blog-masonry-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.noo-blog-inner {
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-blog-inner:hover {
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
.noo-blog-inner:hover .blog-thumbnail img {
  transform: scale(1.2) rotate(-3deg);
}
.noo-blog-inner:hover .blog-thumbnail:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-blog-inner:hover .blog-thumbnail .post-type-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-blog-inner .blog-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.noo-blog-inner .blog-thumbnail:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-blog-inner .blog-thumbnail img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-blog-inner .blog-thumbnail .post-type-icon {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.7);
  display: block;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-blog-inner .noo-blog-content {
  border-width: 0 1px 1px 1px;
  border-color: #eeeeee;
  border-style: solid;
}
.noo-blog-inner .noo-blog-content h3 {
  margin: -30px 30px 0 30px;
  padding: 20px 15px 0 15px;
  font-size: 20px;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.noo-blog-inner .noo-blog-content h3 a {
  color: #333333;
  text-decoration: none;
}
.noo-blog-inner .noo-blog-content .noo-blog-meta {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 27px;
}
.noo-blog-inner .noo-blog-content .noo-blog-meta span {
  margin-right: 21px;
}
.noo-blog-inner .noo-blog-content .noo-blog-meta span:hover i {
  color: #d2a637;
}
.noo-blog-inner .noo-blog-content .noo-blog-meta span:hover a {
  color: #d2a637;
  text-decoration: none;
}
.noo-blog-inner .noo-blog-content .noo-blog-meta i {
  color: #cccccc;
  padding-right: 6px;
}
.noo-blog-inner .noo-excerpt {
  padding: 22px 30px 30px;
  text-align: center;
  color: #555555;
}
.noo-blog-inner .noo-excerpt .custom_link {
  margin: 10px 0 0;
  border-color: #dddddd;
  color: #333333;
  padding: 8px 18px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-blog-inner .noo-excerpt .custom_link:hover,
.noo-blog-inner .noo-excerpt .custom_link:focus {
  color: #333333;
  background: #dddddd;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.blog-pagination {
  margin-top: 45px;
}
.blog-pagination .pagination {
  display: none;
}
/**
 * 4.2 - Noo Simple Product Slider
 * -----------------------------------------------------------------------------
 */
.noo-simple-product-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-simple-product-slider li {
  padding: 0 15px;
}
.noo-simple-product-slider .noo-simple-slider-item {
  position: relative;
  overflow: hidden;
}
.noo-simple-product-slider .noo-simple-slider-item:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.noo-simple-product-slider .noo-simple-slider-item:hover:before {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-simple-product-slider .noo-simple-slider-item:hover .noo-simple-content h3,
.noo-simple-product-slider .noo-simple-slider-item:hover .noo-simple-content .price {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-simple-product-slider .noo-simple-slider-item img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  transform: translate3D(0, 0, 0);
}
.noo-simple-product-slider .noo-simple-slider-item:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.noo-simple-product-slider .noo-simple-slider-item .noo-simple-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
}
.noo-simple-product-slider .noo-simple-slider-item .noo-simple-content h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  -o-transform: translate(0, 70px);
  transform: translate(0, 70px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-simple-product-slider .noo-simple-slider-item .noo-simple-content h3:hover {
  text-decoration: underline;
}
.noo-simple-product-slider .noo-simple-slider-item .noo-simple-content .price {
  -webkit-transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  -o-transform: translate(0, -70px);
  transform: translate(0, -70px);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  color: #d2a637;
  font-size: 18px;
  font-weight: 700;
}
/**
 * 4.2 - Noo Short Image
 * -----------------------------------------------------------------------------
 */
.noo_short_image {
  position: relative;
}
.noo_short_image:hover .noo_short_image_first img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 20s ease 0s;
  -o-transition: all 20s ease 0s;
  transition: all 20s ease 0s;
}
.noo_short_image:hover .noo_short_image_first h3 {
  color: #ffffff;
}
.noo_short_image:hover .noo_short_image_last img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s ease 0s;
  -o-transition: all 5s ease 0s;
  transition: all 5s ease 0s;
}
.noo_short_image .noo_short_image_first {
  position: relative;
  overflow: hidden;
}
.noo_short_image .noo_short_image_first:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.7);
}
.noo_short_image .noo_short_image_first img {
  width: 100%;
  -webkit-transition: all 20s ease 0s;
  -o-transition: all 20s ease 0s;
  transition: all 20s ease 0s;
}
.noo_short_image .noo_short_image_first h3 {
  color: #ffffff;
  font-size: 80px;
  text-transform: uppercase;
  top: 70px;
  position: absolute;
  right: 100px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 22;
}
@media (max-width: 991px) {
  .noo_short_image .noo_short_image_first h3 {
    display: none;
  }
}
.noo_short_image .noo_short_image_last {
  position: absolute;
  left: -10%;
  top: 10%;
  width: 90%;
  height: 80%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .noo_short_image .noo_short_image_last {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.noo_short_image .noo_short_image_last img {
  width: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 5s ease 0s;
  -o-transition: all 5s ease 0s;
  transition: all 5s ease 0s;
}
.noo_short_image.right .noo_short_image_first h3 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  left: 100px;
  right: auto;
  top: 35px;
}
.noo_short_image.right .noo_short_image_last {
  right: -10%;
  left: auto;
}
@media (max-width: 991px) {
  .noo_short_image.right .noo_short_image_last {
    right: 0;
  }
}
/**
 * 4.2 - Noo Simple Product
 * -----------------------------------------------------------------------------
 */
.noo-simple-product {
  position: relative;
}
.noo-simple-product:before,
.noo-simple-product:after {
  content: " ";
  display: table;
}
.noo-simple-product:after {
  clear: both;
}
.noo-simple-product:before,
.noo-simple-product:after {
  content: " ";
  display: table;
}
.noo-simple-product:after {
  clear: both;
}
.noo-simple-product.banner_right .simple-banner-left {
  left: auto;
  right: 0;
}
.noo-simple-product.banner_right .noo-simple-content {
  float: left;
}
.noo-simple-product .simple-banner-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .noo-simple-product .simple-banner-left {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: 400px;
  }
}
.noo-simple-product .simple-banner-left.bottom_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 8.5%;
  padding-right: 9.5%;
  text-align: right;
}
.noo-simple-product .simple-banner-left.center_center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding-right: 175px;
  text-align: right;
}
.noo-simple-product .simple-banner-left.top_left {
  padding-top: 80px;
  padding-left: 170px;
}
.noo-simple-product .simple-banner-left .banner-left-content h3 {
  color: #333333;
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 42px;
  text-transform: uppercase;
}
.noo-simple-product .simple-banner-left .banner-left-content p {
  color: #333333;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}
.noo-simple-product .simple-banner-left .banner-left-content .custom_link {
  border: 0;
  background: #333333;
  color: #ffffff;
  margin-top: 30px;
}
.noo-simple-product .simple-banner-left .banner-left-content .custom_link i {
  font-weight: 700;
}
.noo-simple-product .simple-banner-left .banner-left-content .custom_link:hover {
  background: #0d0d0d;
}
.noo-simple-product .noo-simple-content {
  float: right;
  width: 50%;
}
.noo-simple-product .noo-simple-content:before,
.noo-simple-product .noo-simple-content:after {
  content: " ";
  display: table;
}
.noo-simple-product .noo-simple-content:after {
  clear: both;
}
.noo-simple-product .noo-simple-content:before,
.noo-simple-product .noo-simple-content:after {
  content: " ";
  display: table;
}
.noo-simple-product .noo-simple-content:after {
  clear: both;
}
@media (max-width: 991px) {
  .noo-simple-product .noo-simple-content {
    width: 100%;
    float: none;
  }
}
.noo-simple-product .noo-simple-content .noo-inner {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 500px) {
  .noo-simple-product .noo-simple-content .noo-inner {
    width: 100%;
  }
}
.noo-simple-product .noo-simple-content .noo-inner:hover {
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.noo-simple-product .noo-simple-content .noo-inner:hover .noo-loop-cart {
  left: 0;
  top: 0;
}
.noo-simple-product .noo-simple-content .noo-inner:hover .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.noo-simple-product .noo-simple-content .noo-inner:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before,
.noo-simple-product .noo-simple-content .noo-inner:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
  color: #d2a637;
}
.noo-simple-product .noo-simple-content .noo-inner:hover .size-noo-thumbnail-product {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.noo-simple-product .noo-simple-content .noo-inner .size-noo-thumbnail-product {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.noo-simple-product .noo-simple-content .noo-inner .compare-button,
.noo-simple-product .noo-simple-content .noo-inner .clear {
  display: none !important;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart:before {
  border-left: 70px solid #d2a637;
  border-bottom: 70px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button {
  position: absolute;
  left: 0;
  top: 3px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 70px;
  height: 70px;
  font-weight: 400;
  z-index: 1;
  background: transparent;
  text-indent: -100px;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button:before {
  font-family: 'ElegantIcons';
  content: "\e07a";
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: 110px;
  top: 5px;
  font-size: 20px;
  color: #ffffff;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button.loading:before {
  display: none;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button.loading:after {
  width: 18px;
  height: 18px;
  text-indent: 0;
  position: absolute;
  font-size: 18px;
  left: 13px;
  top: 13%;
  margin-left: 0;
  right: auto;
  color: #ffffff;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button.added:before {
  display: none;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .add_to_cart_button.added:after {
  position: absolute;
  width: 18px;
  height: 18px;
  text-indent: 0;
  font-size: 18px;
  left: 13px;
  top: 13%;
  margin: 0;
  right: auto;
  color: #ffffff;
}
.noo-simple-product .noo-simple-content .noo-inner .noo-loop-cart .added_to_cart {
  display: none;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\e030";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 22px;
  color: #aaaaaa;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .ajax-loading {
  top: 14px;
  z-index: 1;
  position: absolute;
  left: 7px;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none !important;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 22px;
  color: #aaaaaa;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before {
  color: #d2a637;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 22px;
  color: #aaaaaa;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:before {
  color: #d2a637;
}
.noo-simple-product .noo-simple-content .noo-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.noo-simple-product .noo-simple-content .noo-inner .simple-product-entry {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
}
.noo-simple-product .noo-simple-content .noo-inner .simple-product-entry .price {
  color: #555555;
}
.noo-simple-product .noo-simple-content .noo-inner .simple-product-entry h3 {
  margin: 6px 0 20px;
  padding: 0;
  font-size: 16px;
}
.noo-simple-product .noo-simple-content .noo-inner .simple-product-entry h3 a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
/**
 * 4.2 - Noo Product Categories
 * -----------------------------------------------------------------------------
 */
.noo_custom_categories {
  text-align: center;
}
.noo_custom_categories h3 {
  font-size: 32px;
  line-height: 24px;
  margin: 28px 0 10px 0;
  padding: 0;
  color: #333;
  text-transform: uppercase;
}
.noo_custom_categories a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
}
.noo_custom_categories a i {
  font-weight: 700;
  padding-left: 7px;
}
.noo_custom_categories.content_top .custom-content {
  margin-bottom: 25px;
}
.noo_custom_categories.content_top .custom-content h3 {
  margin-top: 15px;
}
.noo_custom_categories:hover .custom-thumbnail:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo_custom_categories:hover .custom-thumbnail .first:before,
.noo_custom_categories:hover .custom-thumbnail .last:before,
.noo_custom_categories:hover .custom-thumbnail .first:after,
.noo_custom_categories:hover .custom-thumbnail .last:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.custom-thumbnail {
  position: relative;
}
.custom-thumbnail img {
  width: 100%;
}
.custom-thumbnail:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.custom-thumbnail a {
  display: block;
}
.custom-thumbnail .first {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: '';
  left: 20px;
  top: 20px;
}
.custom-thumbnail .first:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.custom-thumbnail .first:after {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.custom-thumbnail .last {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: '';
  left: 20px;
  top: 20px;
}
.custom-thumbnail .last:before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.custom-thumbnail .last:after {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/**
 * 4.2 - Noo Member
 * -----------------------------------------------------------------------------
 */
div.noo-shmember-header {
  margin-bottom: 50px;
}
.noo-team-member figure {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  display: block;
}
.noo-team-member figure:hover {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.noo-team-member figure:hover .noo-teamm-image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.noo-team-member figure:hover figcaption {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-team-member figure .noo-teamm-image {
  position: relative;
  overflow: hidden;
}
.noo-team-member figure .noo-teamm-image img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.noo-team-member figure figcaption {
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-team-member figure figcaption h4 {
  margin: 0 0 11px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
.noo-team-member figure figcaption .position {
  display: block;
}
.noo-team-member figure figcaption .noo-team-social {
  margin-top: 10px;
  display: block;
}
.noo-team-member figure figcaption .noo-team-social a {
  font-size: 18px;
  color: #ccc;
  margin: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-team-member figure figcaption .noo-team-social a:hover {
  color: #d2a637;
}
/**
 * 4.2 - Noo Introduce
 * -----------------------------------------------------------------------------
 */
.noo-introduce {
  position: relative;
}
.noo-introduce:before,
.noo-introduce:after {
  content: " ";
  display: table;
}
.noo-introduce:after {
  clear: both;
}
.noo-introduce:before,
.noo-introduce:after {
  content: " ";
  display: table;
}
.noo-introduce:after {
  clear: both;
}
.noo-introduce .noo-introduce-icon {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-introduce .noo-introduce-content {
  margin-left: 60px;
  border-left: 1px solid #eeeeee;
  padding-left: 20px;
  padding-top: 0;
}
.noo-introduce .noo-introduce-content h3 {
  margin: 0 0 11px 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
.noo-introduce .noo-introduce-content p {
  margin: 0;
}
.noo-attr-intro {
  color: #555555;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
.noo-attr-intro a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 8px;
}
/**
 * 4.2 - Noo Custom form 7
 * -----------------------------------------------------------------------------
 */
div.wpcf7 {
 
  padding: 30px 0px 0px 15px;
 
}
.noo-custom-form-7 {
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.noo-custom-form-7 .noo-shblog-header {
  margin-bottom: 40px;
}
.noo-custom-form-7 input[type='text'],
.noo-custom-form-7 input[type='email'] {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  margin: 10px 0;
}
.noo-custom-form-7 input[type='text']::-moz-placeholder,
.noo-custom-form-7 input[type='email']::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.noo-custom-form-7 input[type='text']:-ms-input-placeholder,
.noo-custom-form-7 input[type='email']:-ms-input-placeholder {
  color: #666666;
}
.noo-custom-form-7 input[type='text']::-webkit-input-placeholder,
.noo-custom-form-7 input[type='email']::-webkit-input-placeholder {
  color: #666666;
}
.noo-custom-form-7 textarea {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  height: 170px;
}
.noo-custom-form-7 textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.noo-custom-form-7 textarea:-ms-input-placeholder {
  color: #666666;
}
.noo-custom-form-7 textarea::-webkit-input-placeholder {
  color: #666666;
}
.noo-custom-form-7 input[type='submit'] {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #4666a3;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0 30px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  color: #ffffff;
  border: 0;
  margin-top: 15px;
}
.noo-custom-form-7 input[type='submit']:hover,
.noo-custom-form-7 input[type='submit']:focus {
  background: #2f456d;
  outline: none;
  outline-color: transparent;
}
.noo-custom-form-7 ~ .wpcf7-response-output {
  max-width: 750px;
  width: 100%;
  margin: 30px auto 0;
}
/**
 * Style blog
 */
.archive article,
.blog article,
.search article,
.tag article {
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.archive article .content-featured,
.blog article .content-featured,
.search article .content-featured,
.tag article .content-featured {
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.archive article .content-featured img,
.blog article .content-featured img,
.search article .content-featured img,
.tag article .content-featured img {
  width: 100%;
  height: auto;
}
.archive article .entry-content,
.blog article .entry-content,
.search article .entry-content,
.tag article .entry-content {
  background: #fff;
  text-align: center;
  margin: 0 30px;
  padding: 25px;
}
.archive article .entry-content .noo-title,
.blog article .entry-content .noo-title,
.search article .entry-content .noo-title,
.tag article .entry-content .noo-title {
  font-size: 24px;
  letter-spacing: .2px;
  margin: 0 0 23px;
}
.archive article .entry-content .noo-info-meta,
.blog article .entry-content .noo-info-meta,
.search article .entry-content .noo-info-meta,
.tag article .entry-content .noo-info-meta {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.archive article .entry-content .noo-info-meta span,
.blog article .entry-content .noo-info-meta span,
.search article .entry-content .noo-info-meta span,
.tag article .entry-content .noo-info-meta span {
  padding-right: 25px;
}
.archive article .entry-content .noo-info-meta span i,
.blog article .entry-content .noo-info-meta span i,
.search article .entry-content .noo-info-meta span i,
.tag article .entry-content .noo-info-meta span i {
  color: #cccccc;
  padding-right: 8px;
}
.archive article .entry-content .noo-excerpt,
.blog article .entry-content .noo-excerpt,
.search article .entry-content .noo-excerpt,
.tag article .entry-content .noo-excerpt {
  font-size: 16px;
  line-height: 22px;
  color: #555;
  padding: 18px 0 13px;
}
.archive article .entry-content .read-more,
.blog article .entry-content .read-more,
.search article .entry-content .read-more,
.tag article .entry-content .read-more {
  display: inline-block;
  background: #fff;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 25px;
  text-decoration: none;
  border: 1px solid #dedede;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.archive article .entry-content .read-more:after,
.blog article .entry-content .read-more:after,
.search article .entry-content .read-more:after,
.tag article .entry-content .read-more:after {
  content: "\f105";
  padding-left: 5px;
  font-family: "FontAwesome";
}
.archive article .entry-content .read-more:hover,
.blog article .entry-content .read-more:hover,
.search article .entry-content .read-more:hover,
.tag article .entry-content .read-more:hover {
  background: #dedede;
}
.archive article .entry-content.is-featured,
.blog article .entry-content.is-featured,
.search article .entry-content.is-featured,
.tag article .entry-content.is-featured {
  padding: 25px 25px 0;
  -webkit-transform: translate(0, -45px);
  -ms-transform: translate(0, -45px);
  -o-transform: translate(0, -45px);
  transform: translate(0, -45px);
}
.archive article:hover,
.blog article:hover,
.search article:hover,
.tag article:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.archive article:hover .content-featured,
.blog article:hover .content-featured,
.search article:hover .content-featured,
.tag article:hover .content-featured {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.archive article:hover .read-more,
.blog article:hover .read-more,
.search article:hover .read-more,
.tag article:hover .read-more {
  background: #dedede;
}
.single-post article {
  background: #fff;
  padding-bottom: 60px;
}
.single-post article .content-featured {
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-post article .content-featured img {
  width: 100%;
  height: auto;
}
.single-post article .entry-header {
  background: #fff;
  text-align: center;
  padding: 45px 0 30px;
}
.single-post article .entry-header h1 {
  font-size: 24px;
  letter-spacing: .2px;
  margin: 0 0 23px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-post article .entry-header .noo-info-meta {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.single-post article .entry-header .noo-info-meta span {
  padding-right: 25px;
}
.single-post article .entry-header .noo-info-meta span i {
  color: #cccccc;
  padding-right: 8px;
}
.single-post article .entry-content {
  background: #fff;
  margin: 30px 30px -30px;
  padding: 35px 30px 0;
  -webkit-transform: translate(0, -68px);
  -ms-transform: translate(0, -68px);
  -o-transform: translate(0, -68px);
  transform: translate(0, -68px);
}
.single-post article .entry-content.is-featured {
  margin: 0 30px -30px;
}
.single-post article .entry-footer {
  padding: 25px 0;
  margin: 0 60px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.single-post article .entry-footer:after {
  clear: both;
  content: '';
  display: table;
}
.tags-links {
  font-size: 16px;
  line-height: 19.2px;
  display: inline-block;
  width: 50%;
  float: left;
}
.tags-links b {
  padding-right: 12px;
}
.tags-links a:hover {
  text-decoration: underline;
}
.single-social {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
  line-height: 19.2px;
}
.single-social > span {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: bold;
}
.single-social .content-share {
  display: inline-block;
}
.single-social .content-share a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .5px;
  color: #cccccc;
  width: 25px;
}
.single-social .content-share a:hover {
  color: #d2a637;
}
/**
 * Style related post
 */
.noo-related-post-container {
  background: #fff;
  padding: 0 60px 30px;
}
.noo-related-post-container > .noo-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin: 0 0 30px;
  padding-left: 10px;
  position: relative;
}
.noo-related-post-container > .noo-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  content: '';
  background: #d2a637;
}
.noo-related-post-item {
  padding-bottom: 30px;
}
.noo-related-post-item .noo-title {
  font-family: 'Lato', sans-serif;
}
.noo-related-post-item .noo-title span.noo-title {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 20px 0 0;
  font-weight: 500;
}
.noo-related-post-item .noo-title span.noo-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-related-post-item .noo-title span.noo-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-related-post-item .noo-title span.noo-thumbnail .view-link {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-related-post-item .noo-title span.noo-thumbnail .view-link:before {
  background: #ffffff;
  width: 15px;
  height: 1px;
  content: '';
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-related-post-item .noo-title span.noo-thumbnail .view-link:after {
  background: #ffffff;
  width: 1px;
  height: 15px;
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-related-post-item .noo-title span.noo-thumbnail:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-related-post-item .noo-title span.noo-thumbnail:after {
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  border: 1px solid #ffffff;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.noo-related-post-item .noo-title span.noo-thumbnail:hover:before,
.noo-related-post-item .noo-title span.noo-thumbnail:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-related-post-item .noo-title span.noo-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.noo-related-post-item .noo-title span.noo-thumbnail:hover .view-link:before {
  left: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-related-post-item .noo-title span.noo-thumbnail:hover .view-link:after {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-related-post-item .meta-info {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.noo-related-post-item .meta-info span {
  padding-right: 25px;
}
.noo-related-post-item .meta-info span i {
  color: #cccccc;
  padding-right: 8px;
}
/**
 * Style gallery
 */
.noo-slider.owl-theme {
  position: relative;
}
.noo-slider.owl-theme .owl-buttons div {
  color: #939393;
  background: transparent;
  position: absolute;
  top: 50%;
  height: 25px;
  width: 10px;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.noo-slider.owl-theme .owl-buttons div.owl-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noo-slider.owl-theme .owl-buttons div.owl-next {
  right: 50px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.noo-slider.owl-theme .owl-buttons div:hover {
  color: #313131;
}
.noo-slider.owl-theme:hover .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-video-container iframe {
  width: 100%;
  height: 450px;
}
.noo-audio-embed iframe {
  border: 0;
}
/**
 * Style widget
 */
.noo-search-submit {
  display: none;
}
.widget_search .note-search {
  display: none;
}
.widget_search form {
  position: relative;
}
.widget_search form .noo-search-submit {
  display: inline-block;
  color: #333333;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 14px;
  background: transparent;
  border: 0;
}
.widget_search form .noo-search-submit:focus {
  outline: none;
  outline-color: transparent;
}
.widget_search form input[type='search'] {
  padding-right: 35px;
}
.widget_categories ul {
  margin: -10px 0;
}
.widget_categories ul > li {
  text-align: right;
  position: relative;
}
.widget_categories ul > li a {
  float: left;
  font-size: 16px;
  line-height: 38px;
  padding-left: 20px;
}
.widget_categories ul > li:after {
  clear: both;
  content: '';
  display: table;
}
.widget_categories ul > li:before {
  content: '';
  height: 6px;
  width: 6px;
  background: #e2e2e2;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_categories ul > li:hover:before {
  background: #d2a637;
}
.widget_recent_entries ul {
  margin: -10px 0;
}
.widget_recent_entries ul > li {
  position: relative;
}
.widget_recent_entries ul > li a {
  font-size: 16px;
  line-height: 38px;
  padding-left: 20px;
}
.widget_recent_entries ul > li:before {
  content: '';
  height: 6px;
  width: 6px;
  background: #e2e2e2;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_recent_entries ul > li:hover:before {
  background: #d2a637;
}
.tagcloud {
  margin: -5px;
}
.tagcloud a {
  background: #fafafa;
  display: inline-block;
  font-size: 14px !important;
  line-height: 32px;
  border: 1px solid #f2f2f2;
  margin: 5px;
  padding: 0 16px;
}
.tagcloud a:hover {
  background: #f2f2f2;
}
.noo-instagram ul {
  list-style: none;
  padding: 0;
  margin: -1px;
}
.noo-instagram ul:after {
  clear: both;
  content: '';
  display: table;
}
.noo-instagram ul li {
  float: left;
  width: 33.3333%;
  padding: 1px;
}
.noo-instagram ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-instagram ul li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-instagram ul li a:hover:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.noo-instagram ul li a:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background: rgba(70, 102, 163, 0.7);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*
* 0.0 Shop Page
* -----------------------------------------------------------------------------
*/
.shop-meta-icon {
  display: none;
}
.noo_responsive_header_shop {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  min-width: 250px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
}
.noo_responsive_header_shop.eff {
  display: block;
}
.noo_responsive_header_shop .woocommerce-ordering {
  display: block;
}
.noo_responsive_header_shop form {
  float: none !important;
  margin: 15px 0;
}
.woocommerce span.onsale {
  left: auto;
  background: #4666a3;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  top: -15px;
  right: -20px;
  width: 100px;
  height: 40px;
}
select:not([multiple]) {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat right center;
  height: auto;
  border: 0;
  padding-right: 20px;
  cursor: pointer;
}
select:not([multiple]):focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.noo-container-catalog {
  max-width: 1170px;
  margin: auto;
}
.noo-container-catalog:before,
.noo-container-catalog:after {
  content: " ";
  display: table;
}
.noo-container-catalog:after {
  clear: both;
}
.noo-container-catalog:before,
.noo-container-catalog:after {
  content: " ";
  display: table;
}
.noo-container-catalog:after {
  clear: both;
}
.noo-catalog {
  background: #ffffff;
  padding: 17px 20px;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
  position: relative;
  z-index: 2;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.noo-catalog:before,
.noo-catalog:after {
  content: " ";
  display: table;
}
.noo-catalog:after {
  clear: both;
}
.noo-catalog:before,
.noo-catalog:after {
  content: " ";
  display: table;
}
.noo-catalog:after {
  clear: both;
}
.noo-catalog .woocommerce-result-count {
  color: #555555;
}
.noo_dropdown_layered_nav_color {
  margin-right: 45px;
}
.noo-container-shop {
  padding: 0 30px 100px;
}
.noo-shop-boxed {
  padding-bottom: 100px;
}
.noo_woocommerce-catalog {
  margin-right: 20px;
}
.noo_woocommerce-catalog form {
  margin-right: 35px;
}
.woocommerce div.product-list {
  padding: 0 15px;
}
.woocommerce div.product-list .noo-product-inner {
  width: 100%;
  background: #ffffff;
  margin: 15px 0;
  padding: 15px;
  position: relative;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.woocommerce div.product-list .noo-product-inner:before,
.woocommerce div.product-list .noo-product-inner:after {
  content: " ";
  display: table;
}
.woocommerce div.product-list .noo-product-inner:after {
  clear: both;
}
.woocommerce div.product-list .noo-product-inner:before,
.woocommerce div.product-list .noo-product-inner:after {
  content: " ";
  display: table;
}
.woocommerce div.product-list .noo-product-inner:after {
  clear: both;
}
.woocommerce div.product-list .noo-product-inner:hover {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
}
.woocommerce div.product-list .noo-product-inner .star-rating {
  display: none !important;
}
.woocommerce div.product-list .noo-product-thumbnail {
  width: 43%;
  float: left;
  padding: 0 15px;
}
.woocommerce div.product-list .noo-product-inner-content {
  padding: 45px 15px;
  float: left;
  width: 57%;
}
.woocommerce div.product-list .noo-product-inner-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 11px 0;
  padding: 0;
}
.woocommerce div.product-list .noo-product-inner-content h3 a {
  text-decoration: none;
}
.woocommerce div.product-list .noo-product-inner-content .posted_in {
  display: block;
}
.woocommerce div.product-list .noo-product-inner-content .posted_in a {
  text-decoration: none;
}
.woocommerce div.product-list .noo-product-inner-content span.price {
  color: #d2a637;
  font-size: 20px;
  display: block;
  margin: 10px 0 30px 0;
  font-weight: 700;
}
.woocommerce div.product-list .noo-product-inner-content span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.woocommerce div.product-list .noo-product-inner-content span.price .amount {
  padding-right: 3px;
}
.woocommerce div.product-list .noo-product-inner-content span.price .amount:last-child {
  padding-left: 3px;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta {
  padding-top: 20px;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:before,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:after {
  content: " ";
  display: table;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:after {
  clear: both;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:before,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:after {
  content: " ";
  display: table;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta:after {
  clear: both;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button {
  float: left;
  font-weight: 400;
  font-size: 14px;
  z-index: 1;
  background: #4666a3;
  height: 40px;
  padding: 0 30px;
  line-height: 35px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button:hover {
  background: #2f456d;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button:before {
  font-family: 'ElegantIcons';
  content: "\e07a";
  font-size: 15px;
  color: #ffffff;
  padding-right: 7px;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button.loading:after {
  top: 0;
  left: 31px;
  right: auto;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button.loading:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .added_to_cart {
  display: none;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .compare-button {
  float: left;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .compare-button a {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: auto;
  background-color: #f2f2f2;
  border: 0;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .compare-button a:before {
  content: "\2b";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 11px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .compare-button a:hover {
  background: #4666a3;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .compare-button a:hover:before {
  color: #ffffff;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -160px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\e030";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 173px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #4666a3;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #ffffff;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .ajax-loading {
  top: 14px;
  z-index: 1;
  position: absolute;
  left: 7px;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none !important;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -160px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 173px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #4666a3;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before {
  color: #ffffff;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -160px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: 173px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover {
  background: #4666a3;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:before,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:before {
  color: #ffffff;
}
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce div.product-list .noo-product-inner-content .product-list-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce div.noo-product-item {
  float: left;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
.woocommerce div.noo-product-item.product-type-variable .noo-product-inner .noo-loop-cart .add_to_cart_button:before {
  content: '\f141';
  font-family: 'FontAwesome';
}
.woocommerce div.noo-product-item.one .star-rating {
  display: none;
}
.woocommerce div.noo-product-item.noo-product-sm-5 {
  width: 20%;
}
@media (max-width: 1300px) {
  .woocommerce div.noo-product-item.noo-product-sm-5 {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .woocommerce div.noo-product-item.noo-product-sm-5 {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .woocommerce div.noo-product-item.noo-product-sm-5 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .woocommerce div.noo-product-item.noo-product-sm-5 {
    width: 100%;
  }
}
.woocommerce div.noo-product-item.noo-product-sm-3 {
  width: 33.33%;
}
@media (max-width: 991px) {
  .woocommerce div.noo-product-item.noo-product-sm-3 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .woocommerce div.noo-product-item.noo-product-sm-3 {
    width: 100%;
  }
}
.woocommerce div.noo-product-item.noo-product-sm-4 {
  width: 25%;
}
@media (max-width: 1024px) {
  .woocommerce div.noo-product-item.noo-product-sm-4 {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .woocommerce div.noo-product-item.noo-product-sm-4 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .woocommerce div.noo-product-item.noo-product-sm-4 {
    width: 100%;
  }
}
.woocommerce div.noo-product-item.noo-product-sm-1 {
  width: 100%;
}
.woocommerce div.noo-product-item.noo-product-sm-2 {
  width: 50%;
}
@media (max-width: 500px) {
  .woocommerce div.noo-product-item.noo-product-sm-2 {
    width: 100%;
  }
}
.woocommerce div.noo-product-item .star-rating {
  margin: 15px auto 0;
}
.woocommerce div.noo-product-item .noo-product-inner {
  background: #ffffff;
  text-align: center;
  margin: 15px 0;
  padding: 36px 15px;
  position: relative;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.woocommerce div.noo-product-item .noo-product-inner:hover {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
}
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .compare-button,
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .noo-quick-view,
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .compare-button {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .noo-quick-view {
  transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
}
.woocommerce div.noo-product-item .noo-product-inner:hover .noo-loop-cart {
  left: 0;
  top: 0;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart:before {
  border-left: 70px solid #d2a637;
  border-bottom: 70px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button {
  position: absolute;
  left: 0;
  top: 3px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 70px;
  height: 70px;
  font-weight: 400;
  z-index: 1;
  background: transparent;
  text-indent: 80px;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button:before {
  font-family: 'ElegantIcons';
  content: "\e07a";
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: -70px;
  top: 8px;
  font-size: 20px;
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button.loading:before {
  display: none;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button.loading:after {
  width: 18px;
  height: 18px;
  text-indent: 0;
  position: absolute;
  font-size: 18px;
  left: 13px;
  top: 13%;
  margin-left: 0;
  right: auto;
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button.added:before {
  display: none;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .add_to_cart_button.added:after {
  position: absolute;
  width: 18px;
  height: 18px;
  text-indent: 0;
  font-size: 18px;
  left: 13px;
  top: 13%;
  margin: 0;
  right: auto;
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-loop-cart .added_to_cart {
  display: none;
}
.woocommerce div.noo-product-item .noo-product-inner h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}
.woocommerce div.noo-product-item .noo-product-inner h3 a {
  text-decoration: none;
}
.woocommerce div.noo-product-item .noo-product-inner .posted_in {
  display: block;
}
.woocommerce div.noo-product-item .noo-product-inner .posted_in a {
  text-decoration: none;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail {
  margin-top: 15px;
  position: relative;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-slider {
  cursor: ew-resize;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta {
  position: absolute;
  right: 25px;
  bottom: 70px;
  z-index: 4;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button {
  float: none;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: auto;
  background-color: #f2f2f2;
  border: 0;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:before {
  content: "\2b";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 11px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:hover {
  background: #4666a3;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:hover:before {
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\e030";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #4666a3;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .ajax-loading {
  top: 14px;
  z-index: 1;
  position: absolute;
  left: 7px;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none !important;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #4666a3;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before {
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -48px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover {
  background: #4666a3;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:before {
  color: #ffffff;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  margin-top: 10px;
  color: #aaaaaa;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  cursor: pointer;
}
.woocommerce div.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view:hover {
  color: #ffffff;
  background: #4666a3;
}
.woocommerce div.noo-product-item .noo-product-inner span.price {
  color: #d2a637;
  font-size: 20px;
  margin-top: 12px;
  display: block;
  font-weight: 700;
}
.woocommerce div.noo-product-item .noo-product-inner span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.woocommerce div.noo-product-item .noo-product-inner span.price ins {
  text-decoration: inherit;
}
.woocommerce div.noo-product-item .noo-product-inner span.price .amount {
  padding-right: 3px;
}
.woocommerce div.noo-product-item .noo-product-inner span.price .amount:last-child {
  padding-left: 3px;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 {
  padding: 15px 15px 28px;
  text-align: left;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2:hover .noo-product-thumbnail .noo-thumbnail-product:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2:hover .noo-product-thumbnail .noo-thumbnail-product img.second-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 h3 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: none;
  margin: 26px 0 12px;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail {
  margin-top: 0;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail .noo-thumbnail-product {
  overflow: hidden;
  position: relative;
  display: block;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail .noo-thumbnail-product:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail img {
  width: 100%;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail img.second-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail .noo-product-meta {
  bottom: auto;
  top: 50%;
  text-align: center;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  top: 8px;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:before,
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:after {
  content: " ";
  display: table;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:after {
  clear: both;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:before,
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:after {
  content: " ";
  display: table;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item:after {
  clear: both;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item > .price {
  float: left;
  margin: 0;
  font-size: 16px;
  color: #555555;
  font-weight: 700;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item .star-rating {
  float: right;
  margin: 5px 0 0 0;
  font-size: 12px;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-loop-cart .add_to_cart_button.loading:after {
  color: #4666a3 !important;
}
.woocommerce div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-loop-cart .add_to_cart_button.added:after {
  color: #4666a3 !important;
}
.woocommerce .owl-theme .owl-controls {
  margin-top: 15px;
}
.woocommerce .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 4px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #cccccc;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce .owl-theme .owl-controls .owl-page span:hover {
  background: #4666a3;
  border-color: #4666a3;
}
.woocommerce .owl-theme .owl-controls .owl-page.active span {
  background: #4666a3;
  border-color: #4666a3;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 {
  padding: 0 0 28px;
  background: transparent;
  border: 0;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2:hover {
  background: #ffffff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-thumbnail {
  border: 1px solid #eeeeee;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 h3 {
  text-transform: uppercase;
  margin: 21px 0 10px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 h3,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .shop-loo-after-item {
  padding: 0 15px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-thumbnail-product:after {
  background: rgba(70, 102, 163, 0.9);
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  right: auto;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist {
  margin: 0 10px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .noo-quick-view {
  margin: 0;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .compare-button {
  width: 50px;
  height: 50px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .compare-button a {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background: transparent;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .compare-button a:before {
  left: -45px;
  top: 12px;
  font-size: 18px;
  color: #fff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .compare-button a:hover {
  background: #ffffff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .compare-button a:hover:before {
  color: #333333;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist {
  width: 50px;
  height: 50px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background: transparent;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  left: -46px;
  top: 9px;
  font-size: 18px;
  color: #fff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #ffffff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:before,
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #333333;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .noo-quick-view {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background: transparent;
  line-height: 45px;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .noo-quick-view:before {
  font-size: 18px;
  color: #fff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .noo-quick-view:hover {
  background: #ffffff;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-product-meta .noo-quick-view:hover:before {
  color: #333333;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-loop-cart a:before {
  color: #4666a3;
}
.woocommerce .three div.noo-product-item .noo-product-inner.noo-product-inner2 .noo-loop-cart:before {
  border-left-color: #ffffff;
}
@keyframes translate_image {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes translate_image {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.noo-shop-wrap .noo-sidebar-wrap {
  margin: 15px 0;
}
.noo-sidebar-wrap {
  background: #ffffff;
  margin: 0;
  padding: 40px 0 10px;
  position: relative;
  border: 1px solid #f2f2f2;
}
.noo-sidebar-wrap .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.noo-sidebar-wrap .widget {
  padding: 0 20px 40px;
  border-bottom: 1px solid #f2f2f2;
}
.noo-sidebar-wrap .widget ul {
  margin-bottom: 0;
}
.noo-sidebar-wrap .widget:last-child {
  border-bottom: 0;
}
.noo-sidebar-wrap .widget input,
.noo-sidebar-wrap .widget textarea {
  border: 1px solid #eeeeee;
  background: #fafafa;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_product_search form {
  position: relative;
}
.widget_product_search form .noo-search-submit {
  display: inline-block;
  color: #333333;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 14px;
  background: transparent;
  border: 0;
}
.widget_product_search form .noo-search-submit:focus {
  outline: none;
  outline-color: transparent;
}
.widget_product_search form input[type='submit'],
.widget_product_search form label {
  display: none;
}
.widget_product_search form input[type='search'] {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  height: 40px;
  padding: 10px 25px 10px 10px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-right: 35px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f0f0f0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider {
  margin: 0;
  height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #d2a637;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-state-default {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #d2a637;
  top: -4px;
  background: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-state-default:first-child {
  margin-left: -9px;
}
.woocommerce .widget_price_filter .ui-slider .ui-state-default:last-child {
  margin-left: -2px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 24px;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  height: 25px;
  line-height: 25px;
  background: #d2a637;
  padding: 0 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #9a7823;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  line-height: 24px;
  color: #555555;
}
.woocommerce .widget_products .product_list_widget li {
  position: relative;
  line-height: 1;
  min-height: 80px;
  padding: 0 0 0 100px;
  color: #d2a637;
  margin-top: 20px;
}
.woocommerce .widget_products .product_list_widget li:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce .widget_products .product_list_widget li a {
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  padding-bottom: 10px;
}
.woocommerce .widget_products .product_list_widget li a:first-letter {
  text-transform: uppercase;
}
.woocommerce .widget_products .product_list_widget li a:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce .widget_products .product_list_widget li a img {
  float: none;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .widget_products .product_list_widget li .amount {
  font-weight: 600;
  display: block;
}
.woocommerce .widget_product_categories {
  padding-bottom: 27px !important;
}
.woocommerce .widget_product_categories .widget-title {
  margin-bottom: 20px;
}
.woocommerce .widget_product_categories ul li {
  line-height: 35px;
}
.woocommerce .widget_product_categories ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce .widget_product_categories ul li a:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #e2e2e2;
  padding-right: 10px;
  -webkit-transform: translate(0, -1.5px);
  -ms-transform: translate(0, -1.5px);
  -o-transform: translate(0, -1.5px);
  transform: translate(0, -1.5px);
  display: inline-block;
}
.woocommerce .widget_product_categories ul li a:hover:before {
  color: #d2a637;
}
.woocommerce .widget_product_tag_cloud .widget-title {
  margin-bottom: 22px;
}
.woocommerce .widget_product_tag_cloud .tagcloud a {
  font-size: 14px !important;
  border: 1px solid #f2f2f2;
  background: #fafafa;
  line-height: 24px;
  display: inline-block;
  padding: 2px 14px;
  margin: 8px 6px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.woocommerce .widget_product_tag_cloud .tagcloud a:hover {
  background: #d2a637;
  color: #ffffff;
  border-color: #d2a637;
}
.woocommerce .single-product-content {
  background: #ffffff;
  padding: 95px 100px 30px;
  margin-bottom: 25px;
}
.woocommerce .single-product-content:before,
.woocommerce .single-product-content:after {
  content: " ";
  display: table;
}
.woocommerce .single-product-content:after {
  clear: both;
}
.woocommerce .single-product-content:before,
.woocommerce .single-product-content:after {
  content: " ";
  display: table;
}
.woocommerce .single-product-content:after {
  clear: both;
}
.woocommerce div.product div.images {
  width: 50%;
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product div.images:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce div.product div.images .single-product-thumbail {
  width: 100px;
  height: auto;
  min-height: 300px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .woocommerce div.product div.images .single-product-thumbail {
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.woocommerce div.product div.images .single-product-thumbail .item-img {
  border: 1px solid transparent;
  margin: 15px 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.woocommerce div.product div.images .single-product-thumbail .item-img.t-active {
  border-color: #888888;
}
.woocommerce div.product div.images .single-product-slider {
  position: relative;
  margin-right: 130px;
}
.woocommerce div.product div.images .single-product-slider .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce div.product div.images .single-product-slider .owl-theme .owl-controls .owl-buttons:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce div.product div.images .single-product-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  width: 30px;
  height: 58px;
  background-image: url("../images/prev_owl.png");
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-indent: 50px;
  overflow: hidden;
  margin-left: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce div.product div.images .single-product-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  width: 30px;
  height: 58px;
  background-image: url("../images/next_ow.png");
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-indent: 50px;
  overflow: hidden;
  margin-right: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce div.product div.images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 20px;
}
.woocommerce div.product div.images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 20px;
}
.woocommerce div.product div.entry-summary {
  width: 46%;
}
.woocommerce div.product div.entry-summary .product_title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce div.product div.entry-summary .price {
  color: #d2a637;
  font-size: 26px;
  margin: 0;
}
.woocommerce div.product div.entry-summary .price del .amount {
  font-size: 18px;
}
.woocommerce div.product div.entry-summary .price ins {
  text-decoration: none;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 13px;
  width: 105px;
  margin: 8px 5px 0 0;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating .star-rating:before {
  color: #aaaaaa;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating .star-rating span {
  color: #000000;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating .star-rating span strong {
  display: none;
}
.woocommerce div.product div.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  color: #555555;
}
.woocommerce div.product div.entry-summary div[itemprop='description'] {
  border-width: 1px 0;
  border-style: solid;
  border-color: #eeeeee;
  padding: 25px 0 35px;
  margin: 20px 0 30px;
}
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:before,
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:after {
  clear: both;
}
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:before,
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.entry-summary .woocommerce-variation-add-to-cart:after {
  clear: both;
}
.woocommerce div.product div.entry-summary form.cart {
  margin: 0 0 30px 0;
  float: left;
}
.woocommerce div.product div.entry-summary form.cart .quantity {
  color: #555555;
}
.woocommerce div.product div.entry-summary form.cart .quantity span {
  padding-right: 18px;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr {
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr input,
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr button {
  border: 0;
  background: none;
  height: 40px;
  width: auto;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr input:focus,
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr button {
  padding: 0 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr button i {
  font-weight: 700;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr button:hover {
  color: #d2a637;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr .qty-decrease {
  padding-right: 5px;
}
.woocommerce div.product div.entry-summary form.cart .quantity .noo-quantity-attr .qty-increase {
  padding-left: 5px;
}
.woocommerce div.product div.entry-summary form.cart .button {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #4666a3;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0 23px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce div.product div.entry-summary form.cart .button:before {
  font-family: 'ElegantIcons';
  content: "\e07a";
  font-size: 15px;
  padding-right: 7px;
}
.woocommerce div.product div.entry-summary form.cart .button:hover {
  background: #2f456d;
}
.woocommerce div.product div.entry-summary form.cart .button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce div.product div.entry-summary form.cart .group_table {
  margin-bottom: 25px;
  border: 0;
}
.woocommerce div.product div.entry-summary form.cart .group_table tr td:first-child {
  width: 100px;
}
.woocommerce div.product div.entry-summary form.cart .group_table tr td .quantity {
  width: 100px;
}
.woocommerce div.product div.entry-summary form.cart .group_table tr .price {
  color: #d2a637;
  font-size: 16px;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  margin: 0 0 0 10px;
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\e030";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #4666a3;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #ffffff;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  top: 14px;
  z-index: 1;
  position: absolute;
  left: 7px;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none !important;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #4666a3;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before {
  color: #ffffff;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 8px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover {
  background: #4666a3;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:before {
  color: #ffffff;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.woocommerce div.product div.entry-summary .compare {
  font-size: 100%;
  margin: 0 0 0 10px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  padding: 0;
  float: left;
  font-weight: 400;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: auto;
  background-color: #f2f2f2;
  border: 0;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product div.entry-summary .compare:before {
  content: "\2b";
  font-family: 'ElegantIcons';
  position: absolute;
  left: -47px;
  top: 11px;
  font-size: 15px;
  color: #aaaaaa;
}
.woocommerce div.product div.entry-summary .compare:hover {
  background: #4666a3;
}
.woocommerce div.product div.entry-summary .compare:hover:before {
  color: #ffffff;
}
.woocommerce div.product div.entry-summary .product_meta {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eeeeee;
  clear: both;
  padding-top: 30px;
}
.woocommerce div.product div.entry-summary .product_meta .posted_in {
  margin-bottom: 5px;
}
.woocommerce div.product div.entry-summary .product_meta .posted_in,
.woocommerce div.product div.entry-summary .product_meta .tagged_as {
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #555555;
}
.woocommerce div.product div.entry-summary .product_meta .posted_in a,
.woocommerce div.product div.entry-summary .product_meta .tagged_as a {
  text-transform: none;
  margin-right: 3px;
}
.woocommerce div.product div.entry-summary .product_meta .posted_in a:first-child,
.woocommerce div.product div.entry-summary .product_meta .tagged_as a:first-child {
  margin-left: 10px;
}
.woocommerce div.product div.entry-summary .noo-social-share {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.woocommerce div.product div.entry-summary .noo-social-share .share-name {
  text-transform: uppercase;
  color: #555555;
  padding-right: 12px;
}
.woocommerce div.product div.entry-summary .noo-social-share .noo-share {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4666a3;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  margin: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product div.entry-summary .noo-social-share .noo-share:hover {
  background: #2f456d;
}
.woocommerce div.product .woocommerce-tabs {
  margin: 30px 0;
  border: 1px solid #eeeeee;
  padding: 30px;
  position: relative;
  background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs:before,
.woocommerce div.product .woocommerce-tabs:after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs:before,
.woocommerce div.product .woocommerce-tabs:after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  position: relative;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #eeeeee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #d2a637;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: -6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 2px;
  background: #d2a637;
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap {
  width: 70%;
  float: left;
  padding-left: 30px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content {
  margin: 0;
  padding-top: 10px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments {
  margin: 0 0 30px 0;
  padding: 0;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 30px 0;
  margin: 30px 0 20px;
  position: relative;
  background: 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li:first-child {
  margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #555555;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li .comment-text p.meta strong {
  padding-right: 3px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li .comment-text p.meta time {
  padding-left: 3px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form #reply-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-rating label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-rating .stars {
  margin: 0;
  -webkit-transform: translate(10px, 2px);
  -ms-transform: translate(10px, 2px);
  -o-transform: translate(10px, 2px);
  transform: translate(10px, 2px);
  display: inline-block;
  color: #d2a637;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-rating .stars a {
  color: #d2a637;
  font-size: 14px;
  margin: 0 2px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-author,
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-email {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-author label,
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-email label {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-author label .required,
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-email label .required {
  color: #d2a637;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-author input,
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-email input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-email {
  padding-left: 10px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-comment label[for='comment'] {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .comment-form-comment textarea {
  min-height: 100px;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .form-submit {
  margin: 20px 0;
  width: 100%;
  float: left;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .form-submit input {
  padding: 0 50px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  background: #d2a637;
  font-size: 14px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .form-submit input:hover {
  background: #9a7823;
}
.woocommerce div.product .woocommerce-tabs .entry-content-wrap .entry-content #reviews #review_form form .form-submit input:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce div.product.product-type-variable div.entry-summary .variations_form {
  margin: 0 0 35px 0;
  float: none;
}
.woocommerce div.product.product-type-variable div.entry-summary .variations_form label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
}
.woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist {
  margin: 0 0 35px 0;
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
}
.woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  display: inline-block;
  text-indent: 0;
  width: auto;
  padding: 0 25px 0 40px;
  background: transparent;
  border: 2px solid #eeeeee;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  line-height: 35px;
}
.woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
  left: 15px;
  top: 0;
}
.woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
  background: #4666a3;
  border-color: #4666a3;
  color: #ffffff;
}
.woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before {
  color: #ffffff;
}
.woocommerce div.product.product-type-variable div.entry-summary .compare {
  margin: 0 0 0 13px;
  width: auto;
  float: none;
  display: inline-block;
  text-indent: 0;
  padding: 0 25px 0 40px;
  background: transparent;
  border: 2px solid #eeeeee;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 35px;
}
.woocommerce div.product.product-type-variable div.entry-summary .compare:before {
  left: 15px;
  top: 0;
}
.woocommerce div.product.product-type-variable div.entry-summary .compare:hover {
  background: #4666a3;
  border-color: #4666a3;
  color: #ffffff;
}
.woocommerce div.product.product-type-variable div.entry-summary .compare:hover:before {
  color: #ffffff;
}
.woocommerce .star-rating {
  display: inline-block;
  letter-spacing: 4px;
  width: 95px;
  margin: 0;
  font-size: 14px;
}
.woocommerce .star-rating:before {
  color: #d2a637;
}
.woocommerce .star-rating span {
  color: #d2a637;
}
.woocommerce .star-rating span strong {
  display: none;
}
.woocommerce .related {
  padding: 60px 30px 45px;
}
.woocommerce .related .title-related {
  text-align: center;
  font-size: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 45px 0;
}
.woocommerce .related .title-related:before {
  position: absolute;
  width: 100px;
  height: 2px;
  content: '';
  background: #d2a637;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.woocommerce-cart .hentry {
  padding: 0;
  margin-top: 30px;
  background: transparent;
  border: 0;
}
.woocommerce-cart .hentry .entry-content {
  padding: 0;
}
.woocommerce-cart .hentry form {
  background: #ffffff;
  padding: 50px 30px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
.woocommerce .button.wc-backward {
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #e2e2e2;
  padding: 0 32px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
}
.woocommerce .button.wc-backward:hover {
  background: #d2a637;
  color: #ffffff;
  border-color: #d2a637;
  text-decoration: none;
}
.woocommerce-cart table.cart {
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-cart table.cart .product-remove {
  width: 5%;
  text-align: right;
}
.woocommerce-cart table.cart .product-remove a {
  font-size: 16px;
  text-decoration: none;
}
.woocommerce-cart table.cart .product-remove a:hover {
  color: red;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 20%;
  padding-left: 30px;
}
.woocommerce-cart table.cart .product-name {
  width: 29%;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity {
  width: 18%;
}
.woocommerce-cart table.cart .product-subtotal {
  width: 10%;
}
.woocommerce-cart table.cart img {
  width: 85px;
  height: auto;
  margin: 0;
  border: 1px solid #eeeeee;
}
.woocommerce-cart table.cart a.remove {
  display: inline-block;
  text-indent: 30px;
  overflow: hidden;
  position: relative;
}
.woocommerce-cart table.cart a.remove:before {
  content: "\e054";
  font-family: 'simple-line-icons';
  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;
  color: #cccccc;
  position: absolute;
  top: 3px;
  left: -27px;
  font-size: 18px;
}
.woocommerce-cart table.cart a.remove:hover {
  background: transparent;
}
.woocommerce-cart table.cart a.remove:hover:before {
  color: #d2a637;
}
.woocommerce-cart table.cart th {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 0;
  color: #ffffff;
  background: #4666a3;
  border: 0;
}
.woocommerce-cart table.cart td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f2f2f2;
  color: #555555;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-cart table.cart td .quantity {
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce-cart table.cart td .quantity span {
  display: none;
}
.woocommerce-cart table.cart td .quantity input,
.woocommerce-cart table.cart td .quantity button {
  border: 0;
  background: none;
  height: 40px;
  width: auto;
}
.woocommerce-cart table.cart td .quantity input:focus,
.woocommerce-cart table.cart td .quantity button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce-cart table.cart td .quantity input {
  width: 35px;
}
.woocommerce-cart table.cart td .quantity button {
  padding: 0 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce-cart table.cart td .quantity button:hover {
  color: #d2a637;
}
.woocommerce-cart table.cart td .quantity .qty-decrease {
  padding-right: 5px;
}
.woocommerce-cart table.cart td .quantity .qty-increase {
  padding-left: 5px;
}
.woocommerce-cart table.cart td.actions {
  text-align: left;
  padding-top: 35px;
  padding-bottom: 0;
}
.woocommerce-cart table.cart td.actions .coupon {
  display: none;
}
.woocommerce-cart table.cart td.actions .continue {
  float: right;
}
.woocommerce-cart table.cart td.actions .empty-cart,
.woocommerce-cart table.cart td.actions .continue,
.woocommerce-cart table.cart td.actions .button {
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 0 25px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-cart table.cart td.actions .empty-cart:hover,
.woocommerce-cart table.cart td.actions .continue:hover,
.woocommerce-cart table.cart td.actions .button:hover {
  border-color: #2f456d;
  background: #2f456d;
  color: #ffffff;
}
.woocommerce-cart table.cart td.actions .empty-cart {
  margin-right: 20px;
}
.woocommerce-cart table.cart td.actions .button {
  line-height: 32px;
}
.woocommerce-cart table.cart td.actions .continue {
  border-color: #4666a3;
  background: #4666a3;
  color: #ffffff;
}
.cart-collaterals {
  margin-top: 40px;
}
.noocart-coupon {
  width: 49%;
  float: left;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #eeeeee;
}
.noocart-coupon label {
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0 0 0 10px;
  display: block;
  color: #555555;
  font-weight: 500;
  position: relative;
  line-height: 0.8;
}
.noocart-coupon label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #d2a637;
}
.noocart-coupon p {
  color: #888888;
  margin: 25px 0 0 0;
}
.noocart-coupon input {
  color: #aaaaaa;
  border: 1px solid #eeeeee;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-top: 27px;
}
.noocart-coupon input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.noocart-coupon input:-ms-input-placeholder {
  color: #aaaaaa;
}
.noocart-coupon input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.noocart-coupon .noo-apply-coupon {
  background: #4666a3;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  border: 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 20px;
  margin-top: 25px;
}
.noocart-coupon .noo-apply-coupon:hover {
  background: #2f456d;
  color: #ffffff;
}
.cart_totals {
  width: 49%;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.cart_totals > h2 {
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0 0 0 10px;
  display: block;
  color: #555555;
  position: relative;
  line-height: 0.8;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
}
.cart_totals > h2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #d2a637;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #4666a3;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 20px;
  margin-top: 25px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #2f456d;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  margin: 25px 0 0 0;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-left: 0;
  border: 0;
  margin: 0;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount {
  font-weight: 700;
  font-size: 22px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 60%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  font-size: 16px;
  width: 40%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td[data-title='Total'] {
  color: #d2a637;
}
.woocommerce-wishlist .hentry {
  padding: 0;
  margin-top: 30px;
  background: transparent;
  border: 0;
}
.woocommerce-wishlist .hentry .entry-content {
  padding: 0;
}
.woocommerce-wishlist .hentry form {
  background: #ffffff;
  padding: 50px 30px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
.wishlist-title {
  display: none;
}
.woocommerce-wishlist table.cart {
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-wishlist table.cart .product-remove {
  width: 5%;
  text-align: right;
}
.woocommerce-wishlist table.cart .product-remove a {
  font-size: 16px;
  text-decoration: none;
}
.woocommerce-wishlist table.cart .product-remove a:hover {
  color: red;
}
.woocommerce-wishlist table.cart .product-thumbnail {
  width: 20%;
  padding-left: 30px;
  text-align: left;
}
.woocommerce-wishlist table.cart .product-stock-status {
  text-align: left;
}
.woocommerce-wishlist table.cart .product-name {
  width: 29%;
  text-align: left;
}
.woocommerce-wishlist table.cart .product-price,
.woocommerce-wishlist table.cart .product-quantity {
  width: 18%;
  text-align: left;
}
.woocommerce-wishlist table.cart img {
  width: 85px;
  height: auto;
  margin: 0;
  border: 1px solid #eeeeee;
}
.woocommerce-wishlist table.cart a.remove {
  display: inline-block;
  text-indent: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
}
.woocommerce-wishlist table.cart a.remove:before {
  content: "\51";
  font-family: 'ElegantIcons';
  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;
  color: #cccccc;
  position: absolute;
  top: 3px;
  left: -27px;
  font-size: 18px;
}
.woocommerce-wishlist table.cart a.remove:hover {
  background: transparent;
}
.woocommerce-wishlist table.cart a.remove:hover:before {
  color: #d2a637;
}
.woocommerce-wishlist table.cart th {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 0;
  color: #ffffff;
  background: #4666a3;
  border: 0;
}
.woocommerce-wishlist table.cart td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f2f2f2;
  color: #555555;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-wishlist table.cart td .quantity {
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce-wishlist table.cart td .quantity span {
  display: none;
}
.woocommerce-wishlist table.cart td .quantity input,
.woocommerce-wishlist table.cart td .quantity button {
  border: 0;
  background: none;
  height: 40px;
  width: auto;
}
.woocommerce-wishlist table.cart td .quantity input:focus,
.woocommerce-wishlist table.cart td .quantity button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce-wishlist table.cart td .quantity input {
  width: 35px;
}
.woocommerce-wishlist table.cart td .quantity button {
  padding: 0 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce-wishlist table.cart td .quantity button:hover {
  color: #d2a637;
}
.woocommerce-wishlist table.cart td .quantity .qty-decrease {
  padding-right: 5px;
}
.woocommerce-wishlist table.cart td .quantity .qty-increase {
  padding-left: 5px;
}
.woocommerce-wishlist table.cart .product-add-to-cart a {
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 0 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-wishlist table.cart .product-add-to-cart a:hover {
  border-color: #2f456d;
  background: #2f456d;
  color: #ffffff;
}
/*
 * Check out
 */
.woocommerce-checkout .hentry {
  padding: 0;
  border: 0;
  background: transparent;
}
.woocommerce-checkout .hentry .entry-content {
  padding: 50px 30px 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.woocommerce-checkout .woocommerce-checkout {
  margin-top: 50px;
}
.woocommerce-checkout .woocommerce-checkout label {
  font-weight: 500;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 10px;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-checkout input {
  border: 1px solid #f2f2f2;
  background: #fafafa;
  height: 40px;
  color: #888888;
  font-weight: 500;
  padding: 0 10px;
}
.woocommerce-checkout .woocommerce-checkout input::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout input:-ms-input-placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-checkout input::-webkit-input-placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-checkout input[type="checkbox"] {
  height: auto;
}
.woocommerce-checkout .woocommerce-checkout textarea {
  border: 1px solid #e2e2e2;
  color: #888888;
  padding: 10px;
}
.woocommerce-checkout .woocommerce-checkout textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout textarea:-ms-input-placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-checkout textarea::-webkit-input-placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-checkout .form-row {
  padding: 0;
  margin: 0 0 20px;
}
.noo-checkout-complete .order_details {
  margin: 30px 0;
  padding: 0;
}
.noo-checkout-complete h2,
.noo-checkout-complete h3 {
  padding: 0;
  margin: 30px 0 20px 0;
  color: #333333;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.noo-checkout-complete table.shop_table th {
  padding: 10px 0;
}
.noo-checkout-complete table.order_details,
.noo-checkout-complete table.customer_details {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 0 50px 0;
}
.noo-checkout-complete table.order_details th,
.noo-checkout-complete table.customer_details th,
.noo-checkout-complete table.order_details td,
.noo-checkout-complete table.customer_details td {
  border-width: 0 0 1px 0;
  border-color: #eeeeee;
  border-style: solid;
}
.noo-checkout-complete table.order_details thead th,
.noo-checkout-complete table.customer_details thead th {
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 0;
}
.noo-checkout-complete table.order_details tbody tr th,
.noo-checkout-complete table.customer_details tbody tr th,
.noo-checkout-complete table.order_details tfoot tr th,
.noo-checkout-complete table.customer_details tfoot tr th,
.noo-checkout-complete table.order_details tbody tr td,
.noo-checkout-complete table.customer_details tbody tr td,
.noo-checkout-complete table.order_details tfoot tr td,
.noo-checkout-complete table.customer_details tfoot tr td {
  border-top: 0;
}
.noo-checkout-complete table.order_details td,
.noo-checkout-complete table.customer_details td {
  padding: 25px 0;
  font-size: 16px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0 0 0 10px;
  display: block;
  color: #555555;
  position: relative;
  line-height: 0.8;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0 0 30px 0;
  font-weight: 600;
}
.woocommerce-billing-fields > h3:before,
.woocommerce-shipping-fields > h3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #d2a637;
}
.woocommerce-shipping-fields {
  margin-top: 40px;
}
.woocommerce-shipping-fields h3 {
  margin-bottom: 30px;
}
.select2-container .select2-choice {
  border: 1px solid #e2e2e2;
  height: 40px;
  color: #888888;
  font-weight: 500;
  padding: 0 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
}
.select2-container .select2-choice::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.select2-container .select2-choice:-ms-input-placeholder {
  color: #888888;
}
.select2-container .select2-choice::-webkit-input-placeholder {
  color: #888888;
}
.select2-drop-active {
  border: 1px solid #e2e2e2;
}
#order_review_heading {
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0 0 0 10px;
  display: block;
  color: #555555;
  position: relative;
  line-height: 0.8;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0 0 30px 0;
  font-weight: 600;
}
#order_review_heading:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #d2a637;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table {
  border: 0;
  margin: 0;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table th {
  border: 0;
  padding: 0 0 15px 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table .product-total,
.woocommerce #order_review .woocommerce-checkout-review-order-table .product-total,
.woocommerce #order_review .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table tfoot th,
.woocommerce #order_review .woocommerce-checkout-review-order-table td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eeeeee;
  padding: 15px 0;
  color: #333333;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table tfoot th {
  font-size: 16px;
}
.woocommerce-checkout #payment {
  background: transparent;
  margin-top: 30px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 30px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  height: auto;
}
.woocommerce-checkout #payment ul.payment_methods div.payment_box {
  background-color: transparent;
  padding: 0;
  color: #888888;
  font-weight: 500;
}
.woocommerce-checkout #payment ul.payment_methods div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal .about_paypal {
  padding-left: 15px;
  line-height: 28px;
}
.woocommerce-checkout #payment .place-order {
  padding: 15px 0 0 0 !important;
}
.woocommerce-checkout #payment .place-order #place_order {
  background: #4666a3;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 20px;
  margin-top: 25px;
}
.woocommerce-checkout #payment .place-order #place_order:hover {
  background: #2f456d;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce form.login {
  padding: 30px;
  border: 1px dashed #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.login label {
  display: block;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce form.login input[type='text'],
.woocommerce-checkout .woocommerce form.login input[type='password'] {
  display: block;
  height: 40px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce form.login input[type='text']::-moz-placeholder,
.woocommerce-checkout .woocommerce form.login input[type='password']::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.woocommerce-checkout .woocommerce form.login input[type='text']:-ms-input-placeholder,
.woocommerce-checkout .woocommerce form.login input[type='password']:-ms-input-placeholder {
  color: #000000;
}
.woocommerce-checkout .woocommerce form.login input[type='text']::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form.login input[type='password']::-webkit-input-placeholder {
  color: #000000;
}
.woocommerce-checkout .woocommerce form.login input[type='text']:before,
.woocommerce-checkout .woocommerce form.login input[type='password']:before,
.woocommerce-checkout .woocommerce form.login input[type='text']:after,
.woocommerce-checkout .woocommerce form.login input[type='password']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout .woocommerce form.login input[type='text']:after,
.woocommerce-checkout .woocommerce form.login input[type='password']:after {
  clear: both;
}
.woocommerce-checkout .woocommerce form.login input[type='text']:before,
.woocommerce-checkout .woocommerce form.login input[type='password']:before,
.woocommerce-checkout .woocommerce form.login input[type='text']:after,
.woocommerce-checkout .woocommerce form.login input[type='password']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout .woocommerce form.login input[type='text']:after,
.woocommerce-checkout .woocommerce form.login input[type='password']:after {
  clear: both;
}
.woocommerce-checkout .woocommerce form.login input[type='submit'] {
  margin-top: 30px;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 0 25px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce form.login input[type='submit']:hover {
  border-color: #2f456d;
  background: #2f456d;
  color: #ffffff;
}
.woocommerce-checkout form.checkout_coupon {
  padding: 30px;
  border: 1px dashed #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 76%;
  float: left;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 24%;
  float: left;
}
.woocommerce-checkout form.checkout_coupon input[type='text'] {
  display: block;
  height: 40px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
.woocommerce-checkout form.checkout_coupon input[type='text']::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:-ms-input-placeholder {
  color: #000000;
}
.woocommerce-checkout form.checkout_coupon input[type='text']::-webkit-input-placeholder {
  color: #000000;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:before,
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:before,
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='submit'] {
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 0 25px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:hover {
  border-color: #2f456d;
  background: #2f456d;
  color: #ffffff;
}
/*
 * woocommerce account
 */
.my-account-login {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #eeeeee;
}
.woocommerce-account .hentry {
  background: transparent;
  border: 0;
  padding: 0;
}
.woocommerce-account .hentry .entry-content {
  padding: 0;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #eeeeee;
}
.woocommerce-account label {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.woocommerce-account input.button {
  margin-top: 30px;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 0 35px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-account input.button:hover {
  border-color: #2f456d;
  background: #2f456d;
  color: #ffffff;
}
.woocommerce-account input:not([type='submit']) {
  display: block;
  height: 40px;
  width: 100%;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  padding: 0 10px;
}
.woocommerce-account input:not([type='submit']):before,
.woocommerce-account input:not([type='submit']):after {
  content: " ";
  display: table;
}
.woocommerce-account input:not([type='submit']):after {
  clear: both;
}
.woocommerce-account input:not([type='submit']):before,
.woocommerce-account input:not([type='submit']):after {
  content: " ";
  display: table;
}
.woocommerce-account input:not([type='submit']):after {
  clear: both;
}
.woocommerce-account #customer_login h2 {
  padding: 0 0 0 37px;
  margin: 0 0 34px 0;
  color: #000000;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-account #customer_login h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f090";
  font-family: 'FontAwesome';
  color: #4666a3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
}
.woocommerce-account #customer_login .inline {
  display: block;
}
.woocommerce-account #customer_login .inline input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  -webkit-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  -o-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.woocommerce-account #customer_login .col-2 h2:before {
  content: "\f25d";
}
.woocommerce-account form {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-account form.register {
  min-height: 358px;
}
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.woocommerce form.login,
.woocommerce form.register {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.noo-shortcode-product-wrap {
  overflow: hidden;
}
.noo-product-header {
  text-align: center;
  color: #555555;
  text-transform: uppercase;
}
.noo-product-header h3 {
  padding: 0;
  margin: 0;
  font-size: 42px;
  letter-spacing: 1.5px;
}
.noo-product-header h3 span {
  display: inline-block;
  border-left: 3px solid #d2a637;
  border-right: 3px solid #d2a637;
  padding: 0 23px;
  line-height: 0.8;
}
.noo-product-header p {
  margin: 8px 0 0 0;
  font-style: italic;
  font-weight: 700;
  color: #333333;
  text-transform: none;
  font-size: 18px;
}
.style-title2 .noo-product-header h3 {
  max-width: 430px;
  width: 100%;
  margin: auto;
  letter-spacing: 2px;
}
.noo-product-filter {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  text-align: center;
}
.noo-product-filter li {
  display: inline-block;
  padding: 15px 15px 0;
}
.noo-product-filter li a {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-product-filter li a:before {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 20px;
  height: 3px;
  position: absolute;
  margin-left: -10px;
  left: 50%;
  bottom: 0;
  content: '';
  background: #d2a637;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.noo-product-filter li a.active,
.noo-product-filter li a:hover {
  color: #d2a637;
}
.noo-product-filter li a.active:before,
.noo-product-filter li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-sh-product-grid {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.noo-sh-product-grid .noo-sh-product-html:before,
.noo-sh-product-grid .noo-sh-product-html:after {
  content: " ";
  display: table;
}
.noo-sh-product-grid .noo-sh-product-html:after {
  clear: both;
}
.noo-sh-product-grid .noo-sh-product-html:before,
.noo-sh-product-grid .noo-sh-product-html:after {
  content: " ";
  display: table;
}
.noo-sh-product-grid .noo-sh-product-html:after {
  clear: both;
}
.noo-sh-product-grid .noo-sh-product-html.columns_5 .noo-product-item {
  width: 20%;
}
@media (max-width: 1200px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_5 .noo-product-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_5 .noo-product-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_5 .noo-product-item {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.columns_4 .noo-product-item {
  width: 25%;
}
@media (max-width: 991px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_4 .noo-product-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_4 .noo-product-item {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.columns_3 .noo-product-item {
  width: 33.33%;
}
@media (max-width: 991px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_3 .noo-product-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_3 .noo-product-item {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.columns_2 .noo-product-item {
  width: 50%;
}
@media (max-width: 991px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_2 .noo-product-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_2 .noo-product-item {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.columns_1 .noo-product-item {
  width: 100%;
}
@media (max-width: 991px) {
  .noo-sh-product-grid .noo-sh-product-html.columns_1 .noo-product-item {
    width: 50%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_5 .noo_featured {
  width: 40%;
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_5 .noo_featured {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_4 .noo_featured {
  width: 50%;
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_4 .noo_featured {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_3 .noo_featured {
  width: 66.66%;
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_3 .noo_featured {
    width: 100%;
  }
}
.noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_2 .noo_featured {
  width: 100%;
}
@media (max-width: 500px) {
  .noo-sh-product-grid .noo-sh-product-html.product_masonry.columns_2 .noo_featured {
    width: 100%;
  }
}
.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.spinner.eff {
  display: block;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #d2a637;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * Quick view
 */
.quick-view-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  -webkit-perspective: 150px;
  /* Chrome, Safari, Opera  */
  perspective: 150px;
}
.quick-view-wrap .quick-loading {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.quick-view-wrap .quick-content {
  max-width: 800px;
  width: 100%;
  min-height: 450px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: scale(1.3) translate(-50%, -50%);
  -moz-transform: scale(1.3) translate(-50%, -50%);
  -webkit-transform: scale(1.3) translate(-50%, -50%);
  -ms-transform: scale(1.3) translate(-50%, -50%);
  top: 50%;
  padding: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0 ;
}
.quick-view-wrap .quick-content.eff {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quick-view-wrap .quick-content .quickview-close {
  background-image: url("../images/quickview-close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0 none;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
.quick-view-wrap .quick-content .quickview-close:hover {
  border: 1px solid #000;
}
.quick-view-wrap .quick-content .quickview-close:focus {
  outline: none;
  outline-color: transparent;
}
.quick-view-wrap .quick-content:before,
.quick-view-wrap .quick-content:after {
  content: " ";
  display: table;
}
.quick-view-wrap .quick-content:after {
  clear: both;
}
.quick-view-wrap .quick-content:before,
.quick-view-wrap .quick-content:after {
  content: " ";
  display: table;
}
.quick-view-wrap .quick-content:after {
  clear: both;
}
.quick-view-wrap .quick-content .quick-left {
  width: 45%;
  float: left;
}
.quick-view-wrap .quick-content .quick-right {
  width: 55%;
  float: left;
  padding-left: 30px;
}
.quick-view-wrap .quick-content .quick-right .product_title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 16px;
  padding-right: 12px;
  margin-top: 0;
  line-height: 28px;
}
.quick-view-wrap .quick-content .quick-right .star-rating {
  display: inline-block;
  letter-spacing: 7px;
  width: 105px;
  margin: 0;
}
.quick-view-wrap .quick-content .quick-right .star-rating:before {
  color: #ababab;
}
.quick-view-wrap .quick-content .quick-right .star-rating span {
  color: #d2a637;
}
.quick-view-wrap .quick-content .quick-right .star-rating span strong {
  display: none;
}
.quick-view-wrap .quick-content .quick-right .woocommerce-product-rating {
  margin-bottom: 7px;
  padding-top: 2px;
}
.quick-view-wrap .quick-content .quick-right .woocommerce-product-rating .woocommerce-review-link {
  color: #ababab;
  font-style: italic;
  margin: 0;
  padding-left: 30px;
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  display: inline-block;
  font-weight: 300;
}
.quick-view-wrap .quick-content .quick-right .price {
  font-size: 20px;
  font-weight: 700;
  color: #d2a637;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
.quick-view-wrap .quick-content .quick-right .price ins {
  text-decoration: none;
}
.quick-view-wrap .quick-content .quick-right .price del {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #333333;
}
.quick-view-wrap .quick-content .quick-right div[itemprop='description'] {
  margin-bottom: 30px;
  margin-top: 30px;
}
.quick-view-wrap .quick-content .quick-right form.cart {
  margin-bottom: 20px;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity {
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity span {
  display: none;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity input,
.quick-view-wrap .quick-content .quick-right form.cart .quantity button {
  border: 0;
  background: none;
  height: 40px;
  width: auto;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity input:focus,
.quick-view-wrap .quick-content .quick-right form.cart .quantity button:focus {
  outline: none;
  outline-color: transparent;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity button {
  padding: 0 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity button i {
  font-weight: 700;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity button:hover {
  color: #d2a637;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity .qty-decrease {
  padding-right: 5px;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity .qty-increase {
  padding-left: 5px;
}
.quick-view-wrap .quick-content .quick-right form.cart .button {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #d2a637;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.quick-view-wrap .quick-content .quick-right form.cart .button:focus,
.quick-view-wrap .quick-content .quick-right form.cart .button:hover {
  outline: none;
  outline-color: transparent;
  background: #9a7823;
}
.quick-view-wrap .quick-content .quick-right .product_meta {
  margin-top: 0;
  margin-bottom: 25px;
}
.quick-view-wrap .quick-content .quick-right .product_meta .tagged_as {
  margin-top: 5px;
}
.quick-view-wrap .quick-content .quick-right .product_meta .posted_in,
.quick-view-wrap .quick-content .quick-right .product_meta .tagged_as {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.quick-view-wrap .quick-content .quick-right .product_meta .posted_in a,
.quick-view-wrap .quick-content .quick-right .product_meta .tagged_as a {
  text-transform: none;
}
.quick-view-wrap .quick-content .quick-right .product_meta .posted_in a:first-child,
.quick-view-wrap .quick-content .quick-right .product_meta .tagged_as a:first-child {
  margin-left: 30px;
}
.noo-quick-link {
  height: 35px;
  border: 1px solid #555555;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0 0 30px;
  display: inline-block;
  padding: 0 30px;
  line-height: 35px;
}
.woocommerce.search-no-results .noo-sidebar {
  display: none;
}
.woocommerce.search-no-results .woocommerce-info {
  margin-top: 60px !important;
}
.woocommerce table.shop_attributes td p {
  padding: 10px 15px;
}
/*
* 5.0 Footer
* ==========================================================================
*/
.wrap-footer {
  padding: 40px 0 0;
  
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
}
.wrap-footer a {
  color: #ffffff;
}
.widget-title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 10px;
  color: #ffffff;
  position: relative;
}
.widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  content: '';
  background: #d2a637;
}
.widget {
  margin-top: 40px;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li {
  line-height: 36px;
}
.widget ul li ul {
  margin: 0.4688em 0 0 1em;
  padding-top: 0.4688em;
}
.widget select,
.widget input,
.widget textarea {
  width: 100%;
  height: 40px;
}
.textwidget img {
  margin-bottom: 10px;
}
.textwidget .wp-caption .wp-caption-text,
.textwidget .entry-caption,
.textwidget .gallery-caption {
  color: #eeeeee;
  margin-top: 10px;
}
.widget_calendar table {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #eeeeee;
}
.widget_calendar table caption {
  margin-bottom: 15px;
}
.widget_calendar table td,
.widget_calendar table th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eeeeee;
}
.widget_rss li {
  margin-bottom: 30px;
}
.widget_rss li .rsswidget {
  font-weight: 700;
}
.widget_rss li .rss-date {
  display: block;
}
.wigetized {
  padding-bottom: 50px;
}
.noo-bottom-bar-content {
  padding: 0 0 52px;
  text-align: center;
}
.noo-bottom-bar-content p {
  margin-top: 13px;
  margin-bottom: 0;
}
.widget_noo_infomation .info-desc {
  padding-top: 3px;
}
.widget_noo_infomation .noo-infomation-attr {
  margin: 25px 0 0 0;
}
.widget_noo_infomation .noo-infomation-attr li {
  line-height: 30px;
}
.widget_noo_infomation .noo-infomation-attr address {
  display: inline-block;
  margin: 0;
}
.widget_noo_infomation .noo-infomation-attr .text-icon {
  color: #555555;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding-right: 5px;
}
.widget_text .noo-opening-time li {
  border-top: 1px solid #f2f2f2;
  line-height: 36px;
}
.widget_text .noo-opening-time li:first-child {
  border-top: 0;
}
.widget_nav_menu ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.widget_nav_menu ul li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: relative;
  left: -10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #d2a637;
}
.widget_nav_menu ul li a:hover {
  color: #d2a637;
}
.widget_nav_menu ul li a:hover:before {
  left: 0;
  padding-right: 5px;
  padding-left: 5px;
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 72px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: -60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  font-size: 40px;
  height: 50px;
  line-height: 1;
  text-align: center;
  width: 50px;
  z-index: 100;
  visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
  right: 20px;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
* 6.0 Theme RTL
* -----------------------------------------------------------------------------
*/
.theme-rtl {
  text-align: right;
}
.theme-rtl header .navbar-header {
  float: right !important;
}
.theme-rtl header .noo-main-menu {
  float: left !important;
}
.theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu {
  left: auto;
  right: 0;
}
.theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu li .sub-menu {
  right: 70%;
  left: auto;
}
.theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu li:hover .sub-menu {
  right: 100%;
}
.theme-rtl header .noo-main-menu .navbar-nav li:hover .sub-menu {
  top: 100%;
}
.theme-rtl form input,
.theme-rtl form select,
.theme-rtl form textarea {
  text-align: right;
}
.theme-rtl #comments ol .comment-wrap .comment-img,
.theme-rtl #comments li .comment-wrap .comment-img {
  float: right;
}
.theme-rtl #comments ol .comment-block,
.theme-rtl #comments li .comment-block {
  padding-right: 110px;
  padding-left: 0;
}
/*
* 7.0 Responsive
* -----------------------------------------------------------------------------
*/
.padding-box-product .vc_column-inner {
  padding-left: 150px !important;
  padding-right: 160px !important;
}
@media (max-width: 1700px) {
  .padding-box-product .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.padding-box-product2 .vc_column-inner {
  padding-left: 160px !important;
  padding-right: 150px !important;
}
@media (max-width: 1700px) {
  .padding-box-product2 .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1600px) {
  .noo-banner-wrap .banner-item .banner-content {
    padding-left: 30px;
  }
  .noo-banner-wrap .banner-item .banner-content h3 {
    font-size: 22px;
    width: auto;
  }
  div.padding-left90 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  div.padding-stylebox .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1200px) {
  .page-template-page-left-menu {
    z-index: 999;
  }
  .page-template-page-left-menu .noo-navbar-wrapper {
    top: 0;
    padding-top: 0;
    width: 100%;
    position: relative;
    left: 0;
    background: #ffffff;
    height: auto;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-entry-meta {
    display: none;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-logo {
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu {
    margin-top: 0;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav {
    text-align: center;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li {
    display: inline-block;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li > a {
    padding: 0 25px 0 25px;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li > a:before {
    display: none;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li .sub-menu {
    left: inherit;
    top: inherit;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li .sub-menu li a {
    padding-left: 0;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .noo-main-menu .navbar-nav > li:hover .sub-menu {
    left: 0;
  }
  .page-template-page-left-menu .left-footer {
    display: none;
  }
  .page-template-page-left-menu .noopage-rightcontent {
    padding-left: 30px;
  }
  .translatex_60 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .why-schoose-us .vc_column-inner {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  div.padding-50x30 {
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 80px !important;
    padding-left: 30px !important;
  }
  .padding-stylebox .noo-quick-view {
    display: none !important;
  }
  .padding-stylebox .star-rating {
    display: none !important;
  }
  .noo-product-sale-wrap .noo-sale-title {
    font-size: 80px;
  }
  .noo-product-sale-wrap > img {
    margin-top: -40px;
  }
  .noo-home1-mail .vc_column-inner .noo-sh-mailchimp.style_one {
    right: 30px;
    max-width: 400px;
  }
  .noo-sh-mailchimp.style_three .noo-mailchimp-header,
  .noo-sh-mailchimp.style_two .noo-mailchimp-header {
    width: 25%;
  }
  .noo-sh-mailchimp.style_three .noo-mailchimp-header .noo-mail-title,
  .noo-sh-mailchimp.style_two .noo-mailchimp-header .noo-mail-title {
    font-size: 32px;
    padding-top: 4px;
  }
  .noo-sh-mailchimp.style_three form,
  .noo-sh-mailchimp.style_two form {
    width: 75%;
  }
  .noo-sh-mailchimp.style_three form input:not([type='submit']),
  .noo-sh-mailchimp.style_two form input:not([type='submit']) {
    max-width: 450px;
  }
  .noo-sh-mailchimp.style_three form input[type='submit'],
  .noo-sh-mailchimp.style_two form input[type='submit'] {
    font-size: 14px;
    padding: 0 25px;
  }
  .padding-box-product .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .padding-box-product2 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .noo-shblog-item .noo-shblog-entry h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .noo-shblog-item.style_4 div.noo-shblog-entry {
    padding: 15px;
  }
  .noo-shblog-item.style_5 div.noo-shblog-entry {
    padding: 35px 5% 35px;
  }
  .woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1024px) {
  .owl-pagination {
    display: inline-block;
    padding: 8px 30px;
  }
}
/*
* 7.1 Responsive - Medium devices 991
* -----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  .height-fixed {
    height: 60px !important;
  }
  .header-1 .noo-container-fluid {
    position: static;
  }
  .noo-header .navbar-default {
    position: relative;
    min-height: 60px !important;
    padding: 0 60px 0 0;
  }
  .noo-header nav.noo-main-menu {
    display: none;
  }
  .noo-header .navbar-meta {
    width: 50%;
  }
  .noo-header .navbar-meta ul > li > a {
    line-height: 60px !important;
  }
  .noo-header div.navbar-logo {
    width: 50%;
  }
  .noo-header div.navbar-logo .custom-logo-link {
    line-height: 60px !important;
  }
  .noo-header div.navbar-logo .custom-logo-link img {
    width: 95px !important;
    height: auto !important;
  }
  .noo-header .noo_icon_menu {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0;
    top: 50%;
    background: transparent;
    color: #333333;
    border: 0;
    -webkit-transform: translate(0, -48%);
    -ms-transform: translate(0, -48%);
    -o-transform: translate(0, -48%);
    transform: translate(0, -48%);
    font-size: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .noo-header .noo_icon_menu:focus,
  .noo-header .noo_icon_menu:hover {
    color: #d2a637;
    outline: none;
    outline-color: transparent;
  }
  .noo-header .noo-topbar {
    display: none;
  }
  .noo-header.header-2 .navbar-default {
    padding: 0;
  }
  .noo-header.header-2 .navbar-default .noo-cart-simple {
    display: none;
  }
  .noo-header.header-2 .navbar-default div.navbar-logo {
    text-align: left;
  }
  .noo-header.header-2 .navbar-default .noo-navbar-header .noo-search {
    width: 35px;
    overflow: hidden;
    height: 25px;
    left: auto;
    right: 40px;
  }
  .noo-header.header-2 .navbar-default .noo_icon_menu {
    right: 0;
  }
  .noo-header.header-3 .navbar-default {
    padding: 0;
  }
  .noo-header.header-3 .navbar-default div.navbar-logo {
    display: block;
    width: 100%;
  }
  .noo-header.header-3 .noo-search,
  .noo-header.header-3 .noo-cart-simple {
    display: none;
  }
  .admin-bar #off-canvas-nav {
    top: 32px;
  }
  #off-canvas-nav {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    background: #fcfcfc;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    -webkit-transition: left 500ms ease 0s;
    -o-transition: left 500ms ease 0s;
    transition: left 500ms ease 0s;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: 1px solid #eeeeee;
  }
  #off-canvas-nav .off-canvas-header {
    padding: 20px 0 30px 15px;
    position: relative;
  }
  #off-canvas-nav .off-canvas-header img {
    width: 100px;
  }
  #off-canvas-nav .remove-menumobile {
    font-size: 40px;
    color: #333333;
    position: absolute;
    right: 6px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #off-canvas-nav .remove-menumobile:hover {
    color: #d2a637;
  }
  #off-canvas-nav .noo-main-canvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #off-canvas-nav .noo-main-canvas .navbar-nav li {
    line-height: 38px;
    position: relative;
  }
  #off-canvas-nav .noo-main-canvas .navbar-nav li a {
    padding-left: 15px;
    padding-right: 45px;
  }
  #off-canvas-nav .noo-main-canvas .navbar-nav li .noo-sub-icon {
    position: absolute;
    font-size: 16px;
    top: 6px;
    right: 10px;
    padding: 3px 10px 3px 25px;
    cursor: pointer;
  }
  #off-canvas-nav .noo-main-canvas .navbar-nav li .noo-sub-icon:hover {
    color: #d2a637;
  }
  #off-canvas-nav .noo-main-canvas .navbar-nav li .sub-menu {
    display: none;
    padding-left: 10px;
    background: #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .noo-canvas-enabled #noo-site {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .noo-canvas-enabled #off-canvas-nav {
    left: 0;
  }
  .noo-banner-wrap .banner-item {
    width: 50%;
  }
  .noo-banner-wrap .banner-item.horizontal {
    width: 50%;
  }
  .noo-banner-wrap .banner-item.vertical .banner-content {
    padding: 50px 0 0 30px;
  }
  .noo-banner-wrap .banner-item .banner-content {
    padding-left: 30px;
  }
  .noo-banner-wrap .banner-item .banner-content h3 {
    font-size: 22px;
    width: auto;
  }
  .footer-item:nth-child(3) {
    clear: both;
  }
  .wrap-footer .widget {
    margin-bottom: 30px;
  }
  .noo-sh-mailchimp.style_three .noo-mailchimp-header,
  .noo-sh-mailchimp.style_two .noo-mailchimp-header {
    width: 30%;
  }
  .noo-sh-mailchimp.style_three .noo-mailchimp-header .noo-mail-title,
  .noo-sh-mailchimp.style_two .noo-mailchimp-header .noo-mail-title {
    font-size: 32px;
  }
  .noo-sh-mailchimp.style_three form,
  .noo-sh-mailchimp.style_two form {
    width: 70%;
  }
  .noo-sh-mailchimp.style_three form input:not([type='submit']),
  .noo-sh-mailchimp.style_two form input:not([type='submit']) {
    max-width: 360px;
    display: inline-block;
  }
  .noo-sh-mailchimp.style_three form input:not([type='submit']),
  .noo-sh-mailchimp.style_two form input:not([type='submit']) {
    max-width: 345px;
  }
  .noo-sh-mailchimp.style_three form input[type='submit'],
  .noo-sh-mailchimp.style_two form input[type='submit'] {
    font-size: 14px;
    padding: 0 25px;
  }
  .padding-box-product .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .padding-box-product2 .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .padding-30px div.vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .noo-minicart {
    display: none !important;
  }
  .noo-shblog-item .noo-shblog-entry {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .noo-shblog-meta-default {
    margin-bottom: 30px;
  }
  .noo-services.style_left {
    text-align: left;
    margin: 30px 0;
  }
  .woocommerce-ordering {
    display: none;
  }
  .shop-meta-icon {
    display: block;
  }
  .noo_woocommerce-catalog {
    margin: 0;
  }
  .noo_woocommerce-catalog form {
    display: none;
  }
  .shop-meta-icon {
    font-size: 25px;
    background: none;
    border: 0;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
  }
  .shop-meta-icon:focus,
  .shop-meta-icon:hover {
    outline: none;
    outline-color: transparent;
    color: #d2a637;
  }
  .woocommerce .single-product-content {
    padding: 30px;
  }
  .woocommerce div.product div.images {
    width: 100%;
    float: none;
  }
  .woocommerce div.product div.entry-summary {
    width: 100%;
    float: none;
  }
  .woocommerce .related div.noo-product-item.noo-product-sm-5 {
    width: 50%;
  }
  div.remove-paddingtop {
    padding-top: 0 !important;
  }
  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    width: 100%;
    float: none;
    margin: 15px 0;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-status,
  .woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 45%;
    padding-left: 15px;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 23%;
    text-align: center;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    text-align: center;
    width: 10%;
  }
  .woocommerce-wishlist table.wishlist_table td.actions {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-wishlist table.wishlist_table td.actions input[name='update_cart'] {
    margin-top: 15px;
  }
  .woocommerce-wishlist table.wishlist_table td.actions .continue,
  .woocommerce-wishlist table.wishlist_table td.actions .empty-cart,
  .woocommerce-wishlist table.wishlist_table td.actions .button {
    padding: 0 12px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-template-page-revolution.admin-bar .eff,
  body.admin-bar .noo-header.fixed_top.eff {
    top: 0;
  }
}
/*
* 7.2 Responsive - Small devices
* -----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  .noo-banner-wrap .banner-item {
    width: 100%;
  }
  .noo-banner-wrap .banner-item.horizontal {
    width: 100%;
  }
  .noo-banner-wrap .banner-item.vertical .banner-content {
    padding: 50px 0 0 30px;
  }
  .noo-banner-wrap .banner-item .banner-content {
    padding-left: 30px;
  }
  .noo-banner-wrap .banner-item .banner-content h3 {
    font-size: 22px;
    width: auto;
  }
  .noo-shblog-item.style_2 {
    margin-bottom: 30px;
  }
  .noo-shblog-item .noo-shblog-thumbnail {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: 350px;
  }
  .noo-shblog-item .noo-shblog-entry {
    width: 100%;
  }
  .noo_countdown.noo_countdown_left {
    max-width: inherit;
    padding: 60px 30px 50px;
  }
  .noo-shblog-item.style_3 {
    background: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .noo-shblog-item.style_3 .noo-shblog-thumbnail {
    width: 100%;
  }
  .noo-shblog-item.style_3 .noo-shblog-entry {
    width: 100%;
    margin: 0;
  }
  .noo-shblog-item.style_4 {
    margin-bottom: 30px;
  }
  .noo-sh-mailchimp.style_three .noo-mailchimp-header,
  .noo-sh-mailchimp.style_two .noo-mailchimp-header {
    width: 100%;
  }
  .noo-sh-mailchimp.style_three form,
  .noo-sh-mailchimp.style_two form {
    margin-top: 15px;
    width: 100%;
  }
  .noo-sh-mailchimp.style_three form input:not([type="submit"]),
  .noo-sh-mailchimp.style_two form input:not([type="submit"]) {
    max-width: 350px;
  }
  .custom-content-header p {
    padding: 0 15px;
  }
  .padding-box-product .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .padding-box-product2 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .padding-30px div.vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div.padding-50x30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .noo-shblog-item.style_5 {
    margin: 0 0 40px 0;
  }
  .noo-shblog-item.style_5 div.noo-shblog-entry {
    padding: 45px 15px 0;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-logo {
    padding-left: 15px;
    text-align: left;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-logo .noo_icon_menu {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0;
    top: 50%;
    background: transparent;
    color: #333333;
    border: 0;
    -webkit-transform: translate(0, -48%);
    -ms-transform: translate(0, -48%);
    -o-transform: translate(0, -48%);
    transform: translate(0, -48%);
    font-size: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-logo .noo_icon_menu:focus,
  .page-template-page-left-menu .noo-navbar-wrapper .navbar-logo .noo_icon_menu:hover {
    color: #d2a637;
    outline: none;
    outline-color: transparent;
  }
  .page-template-page-left-menu .noopage-rightcontent {
    padding: 0;
  }
  .noopage-leftsidebar .noo-main-menu {
    display: none;
  }
  div.remove-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.responsive_padding15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .noo-product-header h3 span {
    padding: 0 15px;
  }
  div.padding-left90 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.padding-stylebox .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div.remove-attr-testimonial {
    margin-top: 90px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .noo-shblog-header h3 {
    font-size: 32px;
  }
  .noo-shblog-header h3 span {
    padding: 0 15px;
  }
  .noo_simple_banner.right {
    margin-bottom: 70px;
  }
  .noo_simple_banner.left {
    margin-top: 60px;
  }
  .noo_simple_banner h3,
  .noo_simple_banner a {
    display: none;
  }
  .woocommerce .single-product-content {
    padding: 30px 15px;
  }
  .woocommerce div.product div.images {
    min-height: inherit;
    margin-bottom: 15px;
  }
  .woocommerce div.product div.images .single-product-thumbail {
    display: none;
  }
  .woocommerce div.product div.images .single-product-slider {
    margin-right: 0;
  }
  .woocommerce .related {
    padding: 30px 15px 0;
  }
  .woocommerce-cart .hentry form {
    padding: 0;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart .product-name {
    width: 45%;
    padding-left: 15px;
  }
  .woocommerce-cart table.cart .product-quantity {
    width: 27%;
  }
  .woocommerce-cart table.cart .product-subtotal {
    width: 19%;
    text-align: center;
  }
  .woocommerce-cart table.cart .product-remove {
    text-align: center;
    width: 10%;
  }
  .woocommerce-cart table.cart td.actions {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart table.cart td.actions input[name='update_cart'] {
    margin-top: 15px;
  }
  .woocommerce-cart table.cart td.actions .continue,
  .woocommerce-cart table.cart td.actions .empty-cart,
  .woocommerce-cart table.cart td.actions .button {
    padding: 0 12px;
    font-size: 12px;
  }
  .noocart-coupon {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
  .woocommerce-wishlist table.wishlist_table .product-price {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 53%;
    padding-left: 15px;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 33%;
    text-align: center;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart a {
    font-size: 12px;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    text-align: center;
    width: 10%;
  }
  .woocommerce-wishlist table.wishlist_table td.actions {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-wishlist table.wishlist_table td.actions input[name='update_cart'] {
    margin-top: 15px;
  }
  .woocommerce-wishlist table.wishlist_table td.actions .continue,
  .woocommerce-wishlist table.wishlist_table td.actions .empty-cart,
  .woocommerce-wishlist table.wishlist_table td.actions .button {
    padding: 0 12px;
    font-size: 12px;
  }
  .quick-view-wrap .quick-content {
    max-width: 450px;
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    overflow-y: scroll;
  }
  .quick-view-wrap .quick-content .quick-left {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .quick-view-wrap .quick-content .quick-right {
    padding-left: 0;
    width: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    margin-bottom: 30px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .noo-page-heading {
    height: 250px !important;
  }
  .noo-page-heading .noo-heading-content .page-title {
    font-size: 32px;
  }
  .noo-page-heading .noo-heading-content p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .woocommerce div.product-list .noo-product-thumbnail {
    width: 30%;
  }
  .woocommerce div.product-list .noo-product-inner-content {
    width: 70%;
  }
  #comments {
    background: #fff;
    padding: 30px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single-post article .entry-content.is-featured {
    margin: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 35px 15px 0;
  }
  .noo-related-post-container {
    padding: 0 15px 30px;
  }
  .single-post article .entry-footer {
    margin: 15px;
  }
  #main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*
* 7.3 Responsive - Mobile devices
* -----------------------------------------------------------------------------
*/
@media (max-width: 480px) {
  .noo-page-heading {
    height: 250px !important;
  }
  .noo-page-heading .noo-heading-content .page-title {
    font-size: 20px;
  }
  .noo-page-heading .noo-heading-content p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .noo-countdown-product .defaultCountdown .countdown-section {
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    border: 0;
    margin-top: 10px;
    text-align: left;
  }
  .noo-countdown-product .defaultCountdown .countdown-section .countdown-period {
    text-align: left;
  }
  .woocommerce div.product div.entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0 0 30px 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
    float: none;
  }
  .woocommerce div.product .woocommerce-tabs .entry-content-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .woocommerce .related .title-related {
    font-size: 32px;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart .product-name {
    width: 60%;
    padding-left: 15px;
  }
  .woocommerce-cart table.cart .product-quantity {
    display: none;
  }
  .woocommerce-cart table.cart .product-subtotal {
    width: 30%;
    text-align: center;
  }
  .woocommerce-cart table.cart .product-remove {
    text-align: center;
    width: 11%;
  }
  .woocommerce-cart table.cart td.actions {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart table.cart td.actions input[name='update_cart'] {
    margin-top: 15px;
  }
  .woocommerce-cart table.cart td.actions .continue,
  .woocommerce-cart table.cart td.actions .empty-cart,
  .woocommerce-cart table.cart td.actions .button {
    padding: 0 12px;
    font-size: 14px;
    float: none;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    min-width: 215px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none !important;
  }
  .woocommerce-checkout .hentry .entry-content {
    padding: 30px 15px;
  }
  .noo-catalog {
    padding: 15px 5px 15px 15px;
    margin-bottom: 0;
  }
  .woocommerce div.product div.entry-summary .product_title {
    font-size: 25px;
  }
  .woocommerce div.product div.entry-summary .price {
    font-size: 18px;
  }
  .woocommerce div.product div.entry-summary form.cart {
    float: none;
  }
  .woocommerce div.product div.entry-summary form.cart .button {
    margin-top: 15px;
  }
  .quick-view-wrap .quick-content .quick-right form.cart .button {
    margin-top: 15px;
  }
  .woocommerce div.product-list .noo-product-thumbnail {
    width: 100%;
    padding: 0;
  }
  .woocommerce div.product-list .noo-product-inner-content {
    width: 100%;
    padding: 15px 0;
  }
  .woocommerce div.product-list .noo-product-inner-content .product-list-meta .add_to_cart_button {
    height: 35px;
    padding: 0 18px;
    line-height: 32px;
    font-size: 12px;
  }
  .quick-view-wrap .quick-content {
    max-width: 300px;
  }
  .blog article .entry-content.is-featured,
  .search article .entry-content.is-featured,
  .tag article .entry-content.is-featured {
    padding: 25px 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  .blog article .entry-content .noo-info-meta,
  .search article .entry-content .noo-info-meta,
  .tag article .entry-content .noo-info-meta {
    text-align: left;
  }
  .blog article .entry-content .noo-info-meta span,
  .search article .entry-content .noo-info-meta span,
  .tag article .entry-content .noo-info-meta span {
    display: inline-block;
  }
  .single-post article .entry-content {
    padding: 35px 15px 0;
  }
  .tags-links,
  .single-social {
    width: 100%;
    float: none;
    text-align: left;
  }
  .single-social {
    margin-top: 15px;
  }
  .noo-blog-inner .noo-blog-content h3 {
    margin: 0;
  }
  .noo-blog-inner .noo-blog-content .noo-excerpt {
    padding-left: 15px;
    padding-right: 15px;
  }
  #comments ol > li .comment-wrap .comment-img,
  #comments ul > li .comment-wrap .comment-img {
    max-width: 60px;
  }
  #comments ol > li .comment-wrap .comment-block,
  #comments ul > li .comment-wrap .comment-block {
    padding-left: 80px;
  }
  .woocommerce .related div.noo-product-item.noo-product-sm-5 {
    width: 100%;
  }
  .woocommerce-wishlist .hentry form {
    padding: 0;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 57%;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 43%;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    display: none;
  }
  .noo-simple-product .simple-banner-left.center_center,
  .noo-simple-product .simple-banner-left.top_left,
  .noo-simple-product .simple-banner-left.bottom_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    padding: 15px;
  }
  .noo-simple-product .simple-banner-left .banner-left-content h3 {
    font-size: 25px;
  }
  .noo_countdown.noo_countdown_left {
    margin: -170px auto 45px;
  }
  .noo-sh-product-html.no_masonry {
    min-height: inherit !important;
  }
}
/*
* 7.4 Responsive - Small Mobile devices
* -----------------------------------------------------------------------------
*/
@media (max-width: 320px) {
  li.noo-menu-item-cart {
    display: none;
  }
  .noo-header.header-1 .navbar-default {
    padding-right: 55px;
  }
  .noo-banner-wrap .banner-item .banner-content {
    padding-left: 15px;
  }
  .noo-banner-wrap .banner-item .banner-content h3 {
    font-size: 18px;
    width: auto;
  }
  .noo_countdown h2,
  .noo-sh-mailchimp .noo-mail-title,
  .noo-shblog-header h3,
  .noo-product-header h3 {
    font-size: 25px;
  }
  .noo-home1-mail .vc_column-inner .noo-sh-mailchimp.style_one {
    padding-bottom: 30px;
  }
  .noo_testimonial-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .noo_testimonial-wrap .noo_testimonial li .noo-testimonial-content p {
    padding-left: 0;
    padding-right: 0;
  }
  .noo_countdown .custom_link {
    margin-top: 50px;
  }
  .noo-shblog-item .noo-shblog-thumbnail {
    height: 250px;
  }
  .noo_countdow_background {
    padding: 35px 0;
  }
  .noo_countdow_background h2 {
    font-size: 22px;
  }
  .noo_countdow_background p {
    font-size: 16px;
  }
  .noo-shblog-header {
    margin-bottom: 30px;
  }
  .noo-shblog-header h3 span {
    padding: 0 15px;
  }
  .noo-sh-mailchimp.style_three form input:not([type="submit"]),
  .noo-sh-mailchimp.style_two form input:not([type="submit"]) {
    max-width: 100%;
  }
  .noo-sh-mailchimp.style_three form input[type='submit'],
  .noo-sh-mailchimp.style_two form input[type='submit'] {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  .custom-content-header {
    padding: 50px 0;
  }
  .custom-content-header h3 {
    font-size: 32px;
  }
  .woocommerce div.product .woocommerce-tabs {
    padding: 15px;
  }
  .woocommerce div.product.product-type-variable div.entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px 0;
  }
  .woocommerce div.product.product-type-variable div.entry-summary .compare {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .blog article .entry-content .noo-title,
  .search article .entry-content .noo-title,
  .tag article .entry-content .noo-title {
    font-size: 18px;
  }
}

input[type="text"]
{
    background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
    border: none;
    width: 100%;
	height: 35px;
	padding-left: 10px;
}

input[type="email"]
{
    background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
    border: none;
    width: 100%;
	height: 35px;
	padding-left: 10px;
}

.wpcf7 textarea {
    background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
    border: none;
    width: 100%;
	height: 200px;
	padding-left: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #000000;
	color: rgba(255,255,255,1.00);
	border-radius: 10px;
    border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
	border-color:#a4d100;
    width: 50%;
	height: 50px;
	padding-left: 10px;
}

label {
    
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: 400;

}

 /* Pagination links */
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
    background-color: #2e2e2e;
    color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #b2c743;} 
