/**
* 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: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888888;
  background-color: #fff;
  font-weight: 400;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #eb5037;
  text-decoration: none;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
a:focus {
  outline-color: transparent;
  outline: none;
}
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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 20px;
  margin-bottom: 20px;
  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: 'Montserrat', sans-serif;
  font-weight: 400;
  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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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: #eb5037;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d93116;
}
.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: #eb5037;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d93116;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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 {
  background-color: #fcfcfc;
  border-left: 5px solid #555;
  padding: 50px 60px 45px;
  margin: 0 0 20px 0;
  position: relative;
}
blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  left: 40px;
  top: 15px;
  color: #DEDEDE;
  font-size: 24px;
}
blockquote p {
  font: 14px + 2;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
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.42857143;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #fff;
  background-color: #333;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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.66666667%;
}
.noo-xs-10 {
  width: 83.33333333%;
}
.noo-xs-9 {
  width: 75%;
}
.noo-xs-8 {
  width: 66.66666667%;
}
.noo-xs-7 {
  width: 58.33333333%;
}
.noo-xs-6 {
  width: 50%;
}
.noo-xs-5 {
  width: 41.66666667%;
}
.noo-xs-4 {
  width: 33.33333333%;
}
.noo-xs-3 {
  width: 25%;
}
.noo-xs-2 {
  width: 16.66666667%;
}
.noo-xs-1 {
  width: 8.33333333%;
}
.noo-xs-pull-12 {
  right: 100%;
}
.noo-xs-pull-11 {
  right: 91.66666667%;
}
.noo-xs-pull-10 {
  right: 83.33333333%;
}
.noo-xs-pull-9 {
  right: 75%;
}
.noo-xs-pull-8 {
  right: 66.66666667%;
}
.noo-xs-pull-7 {
  right: 58.33333333%;
}
.noo-xs-pull-6 {
  right: 50%;
}
.noo-xs-pull-5 {
  right: 41.66666667%;
}
.noo-xs-pull-4 {
  right: 33.33333333%;
}
.noo-xs-pull-3 {
  right: 25%;
}
.noo-xs-pull-2 {
  right: 16.66666667%;
}
.noo-xs-pull-1 {
  right: 8.33333333%;
}
.noo-xs-pull-0 {
  right: auto;
}
.noo-xs-push-12 {
  left: 100%;
}
.noo-xs-push-11 {
  left: 91.66666667%;
}
.noo-xs-push-10 {
  left: 83.33333333%;
}
.noo-xs-push-9 {
  left: 75%;
}
.noo-xs-push-8 {
  left: 66.66666667%;
}
.noo-xs-push-7 {
  left: 58.33333333%;
}
.noo-xs-push-6 {
  left: 50%;
}
.noo-xs-push-5 {
  left: 41.66666667%;
}
.noo-xs-push-4 {
  left: 33.33333333%;
}
.noo-xs-push-3 {
  left: 25%;
}
.noo-xs-push-2 {
  left: 16.66666667%;
}
.noo-xs-push-1 {
  left: 8.33333333%;
}
.noo-xs-push-0 {
  left: auto;
}
.noo-xs-offset-12 {
  margin-left: 100%;
}
.noo-xs-offset-11 {
  margin-left: 91.66666667%;
}
.noo-xs-offset-10 {
  margin-left: 83.33333333%;
}
.noo-xs-offset-9 {
  margin-left: 75%;
}
.noo-xs-offset-8 {
  margin-left: 66.66666667%;
}
.noo-xs-offset-7 {
  margin-left: 58.33333333%;
}
.noo-xs-offset-6 {
  margin-left: 50%;
}
.noo-xs-offset-5 {
  margin-left: 41.66666667%;
}
.noo-xs-offset-4 {
  margin-left: 33.33333333%;
}
.noo-xs-offset-3 {
  margin-left: 25%;
}
.noo-xs-offset-2 {
  margin-left: 16.66666667%;
}
.noo-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .noo-sm-10 {
    width: 83.33333333%;
  }
  .noo-sm-9 {
    width: 75%;
  }
  .noo-sm-8 {
    width: 66.66666667%;
  }
  .noo-sm-7 {
    width: 58.33333333%;
  }
  .noo-sm-6 {
    width: 50%;
  }
  .noo-sm-5 {
    width: 41.66666667%;
  }
  .noo-sm-4 {
    width: 33.33333333%;
  }
  .noo-sm-3 {
    width: 25%;
  }
  .noo-sm-2 {
    width: 16.66666667%;
  }
  .noo-sm-1 {
    width: 8.33333333%;
  }
  .noo-sm-pull-12 {
    right: 100%;
  }
  .noo-sm-pull-11 {
    right: 91.66666667%;
  }
  .noo-sm-pull-10 {
    right: 83.33333333%;
  }
  .noo-sm-pull-9 {
    right: 75%;
  }
  .noo-sm-pull-8 {
    right: 66.66666667%;
  }
  .noo-sm-pull-7 {
    right: 58.33333333%;
  }
  .noo-sm-pull-6 {
    right: 50%;
  }
  .noo-sm-pull-5 {
    right: 41.66666667%;
  }
  .noo-sm-pull-4 {
    right: 33.33333333%;
  }
  .noo-sm-pull-3 {
    right: 25%;
  }
  .noo-sm-pull-2 {
    right: 16.66666667%;
  }
  .noo-sm-pull-1 {
    right: 8.33333333%;
  }
  .noo-sm-pull-0 {
    right: auto;
  }
  .noo-sm-push-12 {
    left: 100%;
  }
  .noo-sm-push-11 {
    left: 91.66666667%;
  }
  .noo-sm-push-10 {
    left: 83.33333333%;
  }
  .noo-sm-push-9 {
    left: 75%;
  }
  .noo-sm-push-8 {
    left: 66.66666667%;
  }
  .noo-sm-push-7 {
    left: 58.33333333%;
  }
  .noo-sm-push-6 {
    left: 50%;
  }
  .noo-sm-push-5 {
    left: 41.66666667%;
  }
  .noo-sm-push-4 {
    left: 33.33333333%;
  }
  .noo-sm-push-3 {
    left: 25%;
  }
  .noo-sm-push-2 {
    left: 16.66666667%;
  }
  .noo-sm-push-1 {
    left: 8.33333333%;
  }
  .noo-sm-push-0 {
    left: auto;
  }
  .noo-sm-offset-12 {
    margin-left: 100%;
  }
  .noo-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .noo-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .noo-sm-offset-9 {
    margin-left: 75%;
  }
  .noo-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .noo-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .noo-sm-offset-6 {
    margin-left: 50%;
  }
  .noo-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .noo-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .noo-sm-offset-3 {
    margin-left: 25%;
  }
  .noo-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .noo-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .noo-md-10 {
    width: 83.33333333%;
  }
  .noo-md-9 {
    width: 75%;
  }
  .noo-md-8 {
    width: 66.66666667%;
  }
  .noo-md-7 {
    width: 58.33333333%;
  }
  .noo-md-6 {
    width: 50%;
  }
  .noo-md-5 {
    width: 41.66666667%;
  }
  .noo-md-4 {
    width: 33.33333333%;
  }
  .noo-md-3 {
    width: 25%;
  }
  .noo-md-2 {
    width: 16.66666667%;
  }
  .noo-md-1 {
    width: 8.33333333%;
  }
  .noo-md-pull-12 {
    right: 100%;
  }
  .noo-md-pull-11 {
    right: 91.66666667%;
  }
  .noo-md-pull-10 {
    right: 83.33333333%;
  }
  .noo-md-pull-9 {
    right: 75%;
  }
  .noo-md-pull-8 {
    right: 66.66666667%;
  }
  .noo-md-pull-7 {
    right: 58.33333333%;
  }
  .noo-md-pull-6 {
    right: 50%;
  }
  .noo-md-pull-5 {
    right: 41.66666667%;
  }
  .noo-md-pull-4 {
    right: 33.33333333%;
  }
  .noo-md-pull-3 {
    right: 25%;
  }
  .noo-md-pull-2 {
    right: 16.66666667%;
  }
  .noo-md-pull-1 {
    right: 8.33333333%;
  }
  .noo-md-pull-0 {
    right: auto;
  }
  .noo-md-push-12 {
    left: 100%;
  }
  .noo-md-push-11 {
    left: 91.66666667%;
  }
  .noo-md-push-10 {
    left: 83.33333333%;
  }
  .noo-md-push-9 {
    left: 75%;
  }
  .noo-md-push-8 {
    left: 66.66666667%;
  }
  .noo-md-push-7 {
    left: 58.33333333%;
  }
  .noo-md-push-6 {
    left: 50%;
  }
  .noo-md-push-5 {
    left: 41.66666667%;
  }
  .noo-md-push-4 {
    left: 33.33333333%;
  }
  .noo-md-push-3 {
    left: 25%;
  }
  .noo-md-push-2 {
    left: 16.66666667%;
  }
  .noo-md-push-1 {
    left: 8.33333333%;
  }
  .noo-md-push-0 {
    left: auto;
  }
  .noo-md-offset-12 {
    margin-left: 100%;
  }
  .noo-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .noo-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .noo-md-offset-9 {
    margin-left: 75%;
  }
  .noo-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .noo-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .noo-md-offset-6 {
    margin-left: 50%;
  }
  .noo-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .noo-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .noo-md-offset-3 {
    margin-left: 25%;
  }
  .noo-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .noo-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .noo-lg-10 {
    width: 83.33333333%;
  }
  .noo-lg-9 {
    width: 75%;
  }
  .noo-lg-8 {
    width: 66.66666667%;
  }
  .noo-lg-7 {
    width: 58.33333333%;
  }
  .noo-lg-6 {
    width: 50%;
  }
  .noo-lg-5 {
    width: 41.66666667%;
  }
  .noo-lg-4 {
    width: 33.33333333%;
  }
  .noo-lg-3 {
    width: 25%;
  }
  .noo-lg-2 {
    width: 16.66666667%;
  }
  .noo-lg-1 {
    width: 8.33333333%;
  }
  .noo-lg-pull-12 {
    right: 100%;
  }
  .noo-lg-pull-11 {
    right: 91.66666667%;
  }
  .noo-lg-pull-10 {
    right: 83.33333333%;
  }
  .noo-lg-pull-9 {
    right: 75%;
  }
  .noo-lg-pull-8 {
    right: 66.66666667%;
  }
  .noo-lg-pull-7 {
    right: 58.33333333%;
  }
  .noo-lg-pull-6 {
    right: 50%;
  }
  .noo-lg-pull-5 {
    right: 41.66666667%;
  }
  .noo-lg-pull-4 {
    right: 33.33333333%;
  }
  .noo-lg-pull-3 {
    right: 25%;
  }
  .noo-lg-pull-2 {
    right: 16.66666667%;
  }
  .noo-lg-pull-1 {
    right: 8.33333333%;
  }
  .noo-lg-pull-0 {
    right: auto;
  }
  .noo-lg-push-12 {
    left: 100%;
  }
  .noo-lg-push-11 {
    left: 91.66666667%;
  }
  .noo-lg-push-10 {
    left: 83.33333333%;
  }
  .noo-lg-push-9 {
    left: 75%;
  }
  .noo-lg-push-8 {
    left: 66.66666667%;
  }
  .noo-lg-push-7 {
    left: 58.33333333%;
  }
  .noo-lg-push-6 {
    left: 50%;
  }
  .noo-lg-push-5 {
    left: 41.66666667%;
  }
  .noo-lg-push-4 {
    left: 33.33333333%;
  }
  .noo-lg-push-3 {
    left: 25%;
  }
  .noo-lg-push-2 {
    left: 16.66666667%;
  }
  .noo-lg-push-1 {
    left: 8.33333333%;
  }
  .noo-lg-push-0 {
    left: auto;
  }
  .noo-lg-offset-12 {
    margin-left: 100%;
  }
  .noo-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .noo-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .noo-lg-offset-9 {
    margin-left: 75%;
  }
  .noo-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .noo-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .noo-lg-offset-6 {
    margin-left: 50%;
  }
  .noo-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .noo-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .noo-lg-offset-3 {
    margin-left: 25%;
  }
  .noo-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .noo-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .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: 20px;
  font-size: 21px;
  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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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: 34px;
  }
  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: 20px;
  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: 34px;
}
.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: 32px;
  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: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c8c8c8;
}
@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: 27px;
}
.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: 14px;
  line-height: 1.42857143;
  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: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  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: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #eb5037;
  border-color: #e93c20;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #d93116;
  border-color: #7d1c0c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d93116;
  border-color: #b92a12;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d93116;
  border-color: #b92a12;
}
.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: #fff;
  background-color: #b92a12;
  border-color: #7d1c0c;
}
.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: #eb5037;
  border-color: #e93c20;
}
.btn-primary .badge {
  color: #eb5037;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-link {
  color: #333333;
  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: #eb5037;
  text-decoration: underline;
  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;
  }
}
.pagination {
  display: block;
  overflow: hidden;
  text-align: right;
  padding-left: 0;
  margin: 50px auto 0;
  line-height: 2.2;
}
.pagination .page-numbers {
  color: #333333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin: 5px 3px;
  background: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #555;
  border-color: #555;
}
.pagination a.page-numbers {
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  color: #fff;
  background: #555;
  border-color: #555;
}
#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: 20px auto;
  line-height: 3;
  font-size: 14px;
}
.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: #333333;
  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: #eb5037;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #eb5037;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #eb5037;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #eb5037;
  }
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #eb5037;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #eb5037;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #eb5037;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #eb5037;
  }
}
@-moz-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #eb5037;
  }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: #eb5037;
  }
  50% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #eb5037;
  }
  100% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: #eb5037;
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #eb5037;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #eb5037;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #eb5037;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #eb5037;
  }
}
[data-paginate="loadmore"] .pagination,
[data-paginate="infinite"] .pagination {
  display: none;
}
/*
* 2.0 WordPress default
* -----------------------------------------------------------------------------
*/
.page_leftmenu_fullwidth:after {
  clear: both;
  content: '';
  display: table;
}
#main {
  margin-top: 60px;
  margin-bottom: 100px;
}
.main-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.hentry-search,
.hentry {
  padding: 0;
  margin-top: 40px;
  background: #fff;
  border: 0;
}
.hentry-search.page,
.hentry.page {
  border: 0;
}
.hentry-search.page .entry-content,
.hentry.page .entry-content {
  padding: 0;
}
.hentry-search:first-child,
.hentry:first-child {
  margin-top: 0;
}
.hentry-search .entry-header,
.hentry .entry-header {
  padding: 25px 0 0;
}
.hentry-search .entry-header h2,
.hentry .entry-header h2 {
  padding: 0;
  margin: 0 0 7px 0;
}
.hentry-search .entry-header h2 a,
.hentry .entry-header h2 a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}
.hentry-search .entry-header .cat-links,
.hentry .entry-header .cat-links {
  display: block;
  color: #eb5037;
}
.hentry-search .entry-header .cat-links a,
.hentry .entry-header .cat-links a {
  color: #eb5037;
  font-weight: 500;
  margin-right: 3px;
}
.hentry-search .entry-header .cat-links a:hover,
.hentry .entry-header .cat-links a:hover {
  color: #c22c13;
}
.hentry-search .entry-content,
.hentry .entry-content {
  padding: 11px 0 3px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
}
.hentry-search .entry-footer,
.hentry .entry-footer {
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
}
.hentry-search .entry-footer:after,
.hentry .entry-footer:after {
  clear: both;
  content: '';
  display: table;
}
.hentry-search .entry-footer .noo-readmore,
.hentry .entry-footer .noo-readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
}
.hentry-search .entry-footer .noo-readmore i,
.hentry .entry-footer .noo-readmore i {
  padding-left: 7px;
}
.hentry-search .entry-footer .noo-readmore:hover,
.hentry .entry-footer .noo-readmore:hover {
  color: #eb5037;
}
.hentry-search .entry-footer span,
.hentry .entry-footer span {
  margin-left: 24px;
  display: inline-block;
  font-weight: 500;
  color: #888888;
}
.hentry-search .entry-footer span a,
.hentry .entry-footer span a {
  color: #888888;
}
.hentry-search .entry-footer span a:hover,
.hentry .entry-footer span a:hover {
  color: #eb5037;
}
.hentry-search .entry-footer span i,
.hentry .entry-footer span i {
  padding-right: 7px;
}
.hentry-search .entry-footer .tags-links a,
.hentry .entry-footer .tags-links a {
  margin-right: 3px;
}
.hentry-search.sticky,
.hentry.sticky {
  border-color: #eb5037;
  border-bottom-width: 4px;
  position: relative;
  overflow: hidden;
}
.hentry-search.sticky:after,
.hentry.sticky:after {
  width: 150px;
  height: 50px;
  font-family: 'FontAwesome';
  content: "\f08d";
  background: #eb5037;
  position: absolute;
  right: -57px;
  top: -7px;
  color: #fff;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
}
.single-social {
  padding: 30px;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.meta-author {
  margin-top: 40px;
  margin-bottom: 40px;
}
.meta-author:after {
  clear: both;
  content: '';
  display: table;
}
.meta-author img {
  float: left;
}
.meta-author h5 {
  padding-left: 130px;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.meta-author p {
  padding-left: 130px;
  font-weight: 500;
}
.content-featured,
.blog-item-header {
  position: relative;
}
.content-featured .owl-theme .owl-controls,
.blog-item-header .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%);
}
.content-featured .owl-theme .owl-controls .owl-buttons:after,
.blog-item-header .owl-theme .owl-controls .owl-buttons:after {
  clear: both;
  content: '';
  display: table;
}
.content-featured .owl-theme .owl-controls .owl-buttons .owl-prev,
.blog-item-header .owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  width: 30px;
  height: 40px;
  background-image: url("../images/prev_owl.png");
  background-position: 10px center;
  -webkit-border-radius: 0;
  border-radius: 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;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  background-repeat: no-repeat;
  background-size: 10px 22px;
}
.content-featured .owl-theme .owl-controls .owl-buttons .owl-next,
.blog-item-header .owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  width: 30px;
  height: 40px;
  background-image: url("../images/next_ow.png");
  background-position: 10px center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  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;
  background-repeat: no-repeat;
  background-size: 10px 22px;
}
.content-featured img,
.blog-item-header img {
  width: 100%;
}
.content-thumb img {
  width: 100%;
}
.single .content-thumb {
  margin-bottom: 8px;
}
.single .entry-single-footer {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-top: 22px;
}
.single .entry-single-footer:after {
  clear: both;
  content: '';
  display: table;
}
.single .tags-links {
  float: left;
  display: block;
}
.single .tags-links span {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.single .tags-links span i {
  padding-right: 7px;
}
.single .tags-links a {
  margin-right: 3px;
  font-weight: 500;
  display: inline-block;
}
.single .single-social {
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: 0;
  float: right;
}
.single .single-social .social-title {
  font-family: 'Montserrat', sans-serif;
  color: #555555;
  text-transform: uppercase;
  margin-right: 5px;
}
.single .single-social .social-title i {
  padding-right: 7px;
}
.single .single-social a {
  font-size: 15px;
  color: #aaaaaa;
  margin-left: 10px;
}
.single .single-social a:hover {
  color: #333333;
  text-decoration: none;
}
.single-post-title {
  padding: 0;
  margin: 0 0 7px 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}
.single-meta {
  border-width: 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 10px 0;
  margin-bottom: 23px;
  margin-top: 15px;
}
.single-meta span {
  margin-right: 24px;
  display: inline-block;
  font-weight: 500;
}
.single-meta span i {
  padding-right: 7px;
}
.single-meta span a {
  color: #888888;
}
.single-meta span a:hover {
  color: #eb5037;
}
#comments {
  padding: 0;
  margin-top: 40px;
}
#comments .comments-title {
  text-transform: uppercase;
  background-color: #f2f2f2;
  margin-bottom: 45px;
  color: #555555;
  font-size: 14px;
  padding: 12px 20px;
}
#comments ol,
#comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments ol li,
#comments ul li {
  padding: 0 0 45px 0;
}
#comments ol li:last-child,
#comments ul li:last-child {
  padding-bottom: 0;
}
#comments ol li .comment-wrap,
#comments ul li .comment-wrap {
  position: relative;
}
#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 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 80px;
}
#comments ol li .comment-wrap .comment-img .img-thumbnail,
#comments ul li .comment-wrap .comment-img .img-thumbnail {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#comments ol li .comment-wrap .comment-img .img-thumbnail img,
#comments ul li .comment-wrap .comment-img .img-thumbnail img {
  padding: 5px;
  background-color: #f8f8f8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#comments ol li .comment-wrap .comment-block,
#comments ul li .comment-wrap .comment-block {
  padding-left: 110px;
}
#comments ol li .comment-wrap .comment-block:after,
#comments ul li .comment-wrap .comment-block:after {
  clear: both;
  content: '';
  display: table;
}
#comments ol li .comment-wrap .comment-header,
#comments ul li .comment-wrap .comment-header {
  margin-bottom: 0;
}
#comments ol li .comment-wrap .comment-header:after,
#comments ul li .comment-wrap .comment-header:after {
  clear: both;
  content: '';
  display: table;
}
#comments ol li .comment-wrap .comment-header .comment-author,
#comments ul li .comment-wrap .comment-header .comment-author {
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #666666;
  text-transform: uppercase;
  font-style: normal;
}
#comments ol li .comment-wrap .comment-header .comment-meta,
#comments ul li .comment-wrap .comment-header .comment-meta {
  float: left;
  padding-left: 10px;
}
#comments ol li .comment-wrap .comment-header .comment-meta .comment-edit,
#comments ul li .comment-wrap .comment-header .comment-meta .comment-edit {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}
#comments ol li .comment-wrap .comment-header .comment-meta .comment-edit a,
#comments ul li .comment-wrap .comment-header .comment-meta .comment-edit a {
  color: #eb5037;
}
#comments ol li .children,
#comments ul li .children {
  margin-left: 100px;
  margin-top: 45px;
}
#comments #respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
#comments #respond .comment-form input[type='text'],
#comments #respond .comment-form input[type='email'] {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
#comments #respond .comment-form input[type='text']::-moz-placeholder,
#comments #respond .comment-form input[type='email']::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#comments #respond .comment-form input[type='text']:-ms-input-placeholder,
#comments #respond .comment-form input[type='email']:-ms-input-placeholder {
  color: #333333;
}
#comments #respond .comment-form input[type='text']::-webkit-input-placeholder,
#comments #respond .comment-form input[type='email']::-webkit-input-placeholder {
  color: #333333;
}
#comments #respond .comment-form textarea {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
}
#comments #respond .comment-form textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#comments #respond .comment-form textarea:-ms-input-placeholder {
  color: #333333;
}
#comments #respond .comment-form textarea::-webkit-input-placeholder {
  color: #333333;
}
#comments #respond .form-submit {
  margin-top: 20px;
}
#comments #respond .form-submit input {
  padding: 10px 20px;
  background: #333333;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  background-color: #555555;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#comments #respond .form-submit input:hover {
  background: #eb5037;
}
#comments #respond .form-submit input:focus {
  outline-color: transparent;
  outline: none;
}
#comments .comments-list {
  margin-bottom: 70px;
}
/* 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;
}
#error-404 {
  text-align: center;
  padding: 150px 0;
}
#error-404 p {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
}
#error-404 h1 {
  text-transform: uppercase;
}
.comment-pending {
  color: red;
}
.comment-reply-link {
  color: #eb5037;
}
.noo-emigo-searchform {
  position: relative;
}
.noo-emigo-searchform label {
  display: none;
}
.noo-emigo-searchform input[type='search'] {
  height: 40px;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.noo_parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
body .vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 50px;
  margin-top: 30px;
}
body .vc_progress_bar .vc_single_bar .vc_bar {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .vc_progress_bar .vc_single_bar .vc_label {
  padding: 0;
  height: 3px;
}
body .vc_progress_bar .vc_single_bar .vc_label .noo-progress_label {
  -webkit-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}
body .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  right: 0;
  top: -25px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
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: #333333;
  background-color: #333333;
  color: #fff;
  -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: #fff;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 12px;
  -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;
  font-family: 'Montserrat', sans-serif;
  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: 14px;
  font-family: 'Raleway', 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: #eeeeee;
  border: 0;
  -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;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  visibility: visible;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
body .vc-effect-single-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
body .vc-effect-single-image a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  -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);
}
body .vc-effect-single-image a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  content: '';
  background-image: url("../images/view.png");
  -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;
}
body .vc-effect-single-image a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .vc-effect-single-image a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
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;
}
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;
}
.owl-theme .owl-controls {
  margin: 0;
}
/*
* 3.0 Header
* -----------------------------------------------------------------------------
*/
.admin-bar .noo-header.fixed_top_eff {
  top: 32px;
}
#wpadminbar {
  top: 0 !important;
  position: fixed !important;
}
.noo-topbar {
  background-color: #fcfcfc;
  border: 1px solid #f2f2f2;
  border-left: none;
  border-right: none;
  padding: 7px 0;
}
.noo-topbar .noo-topmeta-left a {
  font-size: 15px;
  padding-right: 8px;
  color: #666666;
  text-decoration: none !important;
}
.noo-topbar .noo-topmeta-left a:hover {
  color: #eb5037;
}
.noo-topbar .noo-topmeta-left div.text-left {
  font-size: 11px;
  margin: 0;
  color: #CCCCCC;
  display: inline;
}
.noo-topbar .noo-topmeta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-topbar .noo-topmeta ul:after {
  clear: both;
  content: '';
  display: table;
}
.noo-topbar .noo-topmeta ul li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #e2e2e2;
}
.noo-topbar .noo-topmeta ul li:first-child {
  border-left: 0;
}
.noo-topbar .noo-topmeta ul li:last-child {
  padding-right: 0;
}
.noo-topbar .noo-topmeta ul li a {
  color: #666666;
  font-size: 11px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.noo-topbar .noo-topmeta ul li a i {
  padding-right: 5px;
}
.noo-topbar .noo-topmeta ul li a .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.noo-topbar .noo-topmeta ul li a:hover {
  color: #eb5037;
}
.noo-header {
  position: relative;
  z-index: 9999;
}
.noo-header .navbar-wrapper {
  background: #fff;
}
.noo-header .navbar-content {
  position: relative;
}
.noo-header .navbar-content:after {
  content: '';
  display: table;
  clear: both;
}
.noo-header.fixed_top_eff {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.noo_icon_menu {
  display: none;
}
.noo-header-search {
  display: none;
}
.navbar-default {
  min-height: 110px;
}
.header-meta {
  margin-left: 20px;
}
.header-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-meta ul:after {
  clear: both;
  content: '';
  display: table;
}
.header-meta ul li {
  float: left;
  position: relative;
  padding-left: 5px;
}
.header-meta ul li:hover .noo-minicart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-meta ul li .noo-minicart {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 130%;
  border-style: solid;
  border-width: 1px;
  z-index: 9999;
  position: absolute;
  border-color: #eee;
  width: 300px;
  right: 0;
  visibility: hidden;
  background: #fff;
  line-height: 1.42857143;
}
.header-meta ul li .noo-minicart:before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 15px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.header-meta ul li .noo-minicart a:before {
  display: none !important;
}
.header-meta ul li .noo-minicart .minicart-body {
  padding: 40px 30px 20px 30px;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product {
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  position: relative;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product.cart-product-remove {
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-image {
  float: left;
  margin-right: 5px;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-image a.cart-product-img {
  padding: 0;
  padding-right: 5px;
  line-height: 65px;
  margin-left: 0;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-image a.cart-product-img img {
  max-width: 57px;
  height: auto;
  border: 1px solid #eeeeee;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details {
  padding-left: 75px;
  padding-right: 20px;
  font-size: 14px;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-title a {
  text-align: left;
  padding: 0 0 5px 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #333333;
  margin-top: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-title a:hover {
  color: #eb5037;
  text-decoration: none;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-price {
  display: block;
  padding-right: 14px;
  color: #333333;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-price ins {
  text-decoration: none;
  color: #eb5037;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-price del {
  color: #555555;
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding-left: 15px;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .cart-product-details .cart-product-quantity {
  padding-right: 14px;
  font-size: 11px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #888888;
  padding-top: 7px;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .remove {
  position: absolute;
  top: 5px;
  right: 0;
  color: #555555 !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  font-size: 15px;
  margin-top: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .remove:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
}
.header-meta ul li .noo-minicart .minicart-body .cart-product .remove:before {
  display: inline !important;
  font-weight: bold;
}
.header-meta ul li .noo-minicart .minicart-header {
  padding: 40px 30px 0px;
}
.header-meta ul li .noo-minicart .minicart-footer {
  padding: 10px 30px 40px;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-total {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding: 18px 0 18px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-total .amount {
  float: right;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions {
  text-align: left;
  padding-bottom: 8px;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions.empty {
  text-align: left;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions .button {
  text-transform: uppercase;
  display: block;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  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;
  font-weight: 700;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  color: #333333;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions .button.checkout-button {
  color: #fff;
  background-color: #333333;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions .button:hover {
  background: #eb5037;
  color: #fff;
  border-color: #eb5037;
  text-decoration: none;
}
.header-meta ul li .noo-minicart .minicart-footer .minicart-actions .button:last-child {
  margin-top: 15px;
}
.header-meta ul li > a {
  line-height: 110px;
  font-size: 20px;
  margin-left: 15px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-meta ul li > a.noo-icon-search {
  font-size: 18px;
  display: inline-block;
}
.header-meta ul li > a.noo-icon-cart {
  font-size: 22px;
  display: inline-block;
}
.header-meta ul li .noo-icon-user {
  display: none;
}
.header-meta ul li .noo-icon-cart {
  position: relative;
  margin-right: 12px;
}
.header-meta ul li .noo-icon-cart span {
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  background: #eb5037;
  position: absolute;
  top: 38px;
  right: -12px;
  text-align: center;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-indent: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-meta ul li .noo-icon-cart:hover span {
  color: #eb5037;
  background-color: #fff;
}
.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;
  padding: 0 15px;
}
.noo-main-menu .navbar-nav li > a {
  line-height: 110px;
  font-size: 14px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-main-menu .navbar-nav li > a:before {
  width: 100%;
  height: 1px;
  background-color: #eb5037;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-main-menu .navbar-nav li > a:hover,
.noo-main-menu .navbar-nav li > a:focus {
  color: #eb5037;
  text-decoration: none;
  outline: none;
  outline-color: transparent;
}
.noo-main-menu .navbar-nav li > a:hover:before,
.noo-main-menu .navbar-nav li > a:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-main-menu .navbar-nav li.menu-item-has-children > a {
  margin-right: 15px;
}
.noo-main-menu .navbar-nav li.menu-item-has-children > a:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: 2px;
  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 > .sub-menu {
  position: absolute;
  left: -15px;
  top: 140%;
  list-style: none;
  padding: 28px 0;
  margin: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  min-width: 180px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.noo-main-menu .navbar-nav li > .sub-menu li {
  float: none;
  position: relative;
  padding: 0 30px;
}
.noo-main-menu .navbar-nav li > .sub-menu li.menu-item-has-children:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: 0;
  font-size: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\f107";
  font-family: 'FontAwesome';
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-main-menu .navbar-nav li > .sub-menu li a {
  background: none;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  position: relative;
  padding: 7px 0;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  font-size: 12px;
  margin-top: 0;
}
.noo-main-menu .navbar-nav li > .sub-menu li a:hover {
  color: #eb5037;
}
.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 a:hover:before {
  display: none;
}
.noo-main-menu .navbar-nav li > .sub-menu li a:after {
  display: none;
}
.noo-main-menu .navbar-nav li > .sub-menu li .sub-menu {
  list-style: none;
  padding: 28px 0;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 10px;
  z-index: 1;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #fff;
}
.noo-main-menu .navbar-nav li > .sub-menu li .sub-menu li {
  background: #fff;
}
.noo-main-menu .navbar-nav li > .sub-menu li:hover:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}
.noo-main-menu .navbar-nav li > .sub-menu li:hover .sub-menu {
  top: -30px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noo-main-menu .navbar-nav li:nth-of-type(6) > .sub-menu,
.noo-main-menu .navbar-nav li:nth-of-type(7) > .sub-menu,
.noo-main-menu .navbar-nav li:nth-of-type(8) > .sub-menu {
  right: -15px;
  left: auto;
}
.noo-main-menu .navbar-nav li:nth-of-type(6) > .sub-menu li .sub-menu,
.noo-main-menu .navbar-nav li:nth-of-type(7) > .sub-menu li .sub-menu,
.noo-main-menu .navbar-nav li:nth-of-type(8) > .sub-menu li .sub-menu {
  right: 100%;
  left: auto;
}
.noo-main-menu .navbar-nav li:nth-of-type(6) > .sub-menu li:hover:after,
.noo-main-menu .navbar-nav li:nth-of-type(7) > .sub-menu li:hover:after,
.noo-main-menu .navbar-nav li:nth-of-type(8) > .sub-menu li:hover:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.noo-main-menu .navbar-nav li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noo-main-menu .navbar-nav li.noo_megamenu {
  position: static;
}
.noo-main-menu .navbar-nav li.noo_megamenu:hover .sub-menu li {
  display: block;
}
.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;
}
.noo-main-menu .navbar-nav li.noo_megamenu > .sub-menu > li {
  float: left;
  border: 0;
  padding: 45px 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: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.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 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s 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: 12px;
}
.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: 'Raleway', sans-serif;
  font-size: 14px;
  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: 14px;
  font-family: 'Raleway', 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: #eb5037;
  -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: 14px;
  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: none;
}
.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: #eb5037;
}
.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;
}
.navbar-brand {
  line-height: 110px;
  display: block;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
.admin-bar:not(.boxed-layout) .header_absolute_transparent,
.admin-bar:not(.boxed-layout) .header_absolute_topbar {
  top: 32px;
}
.header_absolute_transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header_absolute_transparent .navbar-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
.header_absolute_transparent .navbar-wrapper .navbar-default {
  min-height: 100px;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .noo-container {
  max-width: 100%;
  padding: 0 40px;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .header-meta .noo-icon-user {
  display: inline-block;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .navbar-brand,
.header_absolute_transparent .navbar-wrapper .navbar-default .header-meta a,
.header_absolute_transparent .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a {
  line-height: 100px;
  color: #fff;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .navbar-brand:hover,
.header_absolute_transparent .navbar-wrapper .navbar-default .header-meta a:hover,
.header_absolute_transparent .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a:hover {
  color: #eb5037;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
  width: 100%;
  max-width: 1170px;
  left: auto;
}
.header_absolute_transparent .navbar-wrapper .navbar-default .header-meta ul li .noo-icon-cart span {
  top: 52px;
}
.header_absolute_topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header_absolute_topbar .noo-topbar {
  background: transparent;
  border-bottom: 1px solid rgba(238, 238, 238, 0.15);
  border-top: none;
}
.header_absolute_topbar .noo-topbar .noo-topmeta ul li {
  border: 0;
  padding: 0 10px;
}
.header_absolute_topbar .noo-topbar .noo-topmeta ul li:last-child {
  padding-right: 0;
}
.header_absolute_topbar .noo-topbar .noo-topmeta ul li a {
  color: #cccccc;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header_absolute_topbar .noo-topbar .noo-topmeta ul li a:hover {
  color: #fff;
}
.header_absolute_topbar .navbar-wrapper {
  background: rgba(0, 0, 0, 0.35);
}
.header_absolute_topbar .navbar-wrapper .navbar-default {
  min-height: 94px;
}
.header_absolute_topbar .navbar-wrapper .navbar-default .navbar-brand,
.header_absolute_topbar .navbar-wrapper .navbar-default .header-meta a,
.header_absolute_topbar .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a {
  line-height: 74px;
  margin-top: 20px;
  color: #fff;
}
.header_absolute_topbar .navbar-wrapper .navbar-default .navbar-brand:hover,
.header_absolute_topbar .navbar-wrapper .navbar-default .header-meta a:hover,
.header_absolute_topbar .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a:hover {
  color: #eb5037;
}
.header_absolute_topbar .navbar-wrapper .navbar-default .navbar-brand.navbar-brand,
.header_absolute_topbar .navbar-wrapper .navbar-default .header-meta a.navbar-brand,
.header_absolute_topbar .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a.navbar-brand {
  line-height: 94px;
  margin-top: 0;
}
.fixed_top.header_services .navbar-wrapper,
.fixed_top.header_classic .navbar-wrapper,
.fixed_top.header_absolute_transparent .navbar-wrapper,
.fixed_top.header_absolute_topbar .navbar-wrapper {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  position: fixed;
}
.fixed_scroll.header-fixed .navbar-wrapper {
  width: 100%;
  position: fixed;
}
.fixed_scroll.header-fixed.eff .navbar-wrapper {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixed_scroll.header-fixed .noo-topbar {
  display: none;
}
.fixed_scroll.header-fixed .navbar-default {
  min-height: 70px;
}
.fixed_scroll.header-fixed .navbar-brand {
  line-height: 70px !important;
}
.fixed_scroll.header-fixed .navbar-brand img {
  max-height: 51px;
}
.fixed_scroll.header-fixed .header-meta ul li > a,
.fixed_scroll.header-fixed .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a {
  line-height: 70px !important;
  margin-top: 0 !important;
}
.fixed_scroll.header-fixed .header-meta ul li .noo-icon-cart span {
  top: 36px !important;
}
.fixed_scroll.header-fixed.header_classic {
  margin-top: 150px;
}
.fixed_scroll.header-fixed.header_services {
  margin-top: 210px;
}
.fixed_scroll.header-fixed.header_services .noo-header-search {
  display: none;
}
.fixed_scroll.header-fixed.header_services .header-meta ul li .cart-name {
  display: none;
}
.fixed_scroll.header-fixed.header_services .header-meta ul li .noo-icon-search {
  display: inline-block;
}
.fixed_scroll.header-fixed.header_absolute_transparent .navbar-wrapper,
.fixed_scroll.header-fixed.header_absolute_topbar .navbar-wrapper {
  background: rgba(0, 0, 0, 0.8);
}
.cart-name {
  display: none;
}
.header_services .navbar-default {
  text-align: center;
  min-height: 120px;
}
.header_services .navbar-default .navbar-content {
  border-width: 0 0 1px 0;
  border-color: #eeeeee;
  border-style: solid;
}
.header_services .navbar-default .navbar-content:after {
  clear: both;
  content: '';
  display: table;
}
.header_services .navbar-default .navbar-content .navbar-brand {
  line-height: 120px;
}
.header_services .navbar-default .noo-main-menu {
  display: box;
  box-pack: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
}
.header_services .navbar-default .noo-main-menu .navbar-nav > li > a {
  line-height: 65px;
}
.header_services .navbar-default .noo-main-menu .navbar-nav li > .sub-menu li {
  text-align: left;
}
.header_services .navbar-default .noo-main-menu .navbar-nav li.menu-item-has-children > a:after {
  margin-top: 0;
}
.header_services .navbar-default .noo-main-menu .navbar-nav li.noo_megamenu > .sub-menu {
  width: 100%;
  max-width: 1170px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header_services .header-meta ul li {
  display: block;
}
.header_services .header-meta ul li > a {
  line-height: 120px;
}
.header_services .header-meta ul li.noo-item-minicart:after {
  clear: both;
  content: '';
  display: table;
}
.header_services .header-meta ul li .noo-icon-search {
  display: none;
}
.header_services .header-meta ul li .noo-icon-cart {
  float: left;
  display: block;
}
.header_services .header-meta ul li .noo-icon-cart span {
  top: 50%;
}
.header_services .header-meta ul li .noo-icon-cart:hover span {
  color: #fff;
  background: #eb5037;
}
.header_services .header-meta ul li .cart-name {
  margin-left: 10px;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  -o-transform: translate(0, 45px);
  transform: translate(0, 45px);
  display: block;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.header_services .header-meta ul li .cart-name > span {
  display: block;
}
.header_services .header-meta ul li .cart-name span {
  color: #888888;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.header_services .noo-header-search {
  display: inline-block;
  margin-top: 40px;
}
.header_services .noo-header-search form {
  display: block;
  position: relative;
}
.header_services .noo-header-search form input[type='search'] {
  width: 370px;
  border-width: 0 0 1px 0;
  border-color: #eeeeee;
  border-style: solid;
  height: 40px;
  font-size: 12px;
  color: #888888;
}
.header_services .noo-header-search form input[type='search']::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.header_services .noo-header-search form input[type='search']:-ms-input-placeholder {
  color: #888888;
}
.header_services .noo-header-search form input[type='search']::-webkit-input-placeholder {
  color: #888888;
}
.header_services .noo-header-search form input[type='search']:focus {
  outline: none;
  outline-color: transparent;
}
.header_services .noo-header-search form .icon-search-form {
  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%);
  font-size: 16px;
  border: 0;
  background: none;
}
.header_services .noo-header-search form .icon-search-form:focus {
  outline: none;
  outline-color: transparent;
}
.header_classic .navbar-wrapper {
  border-bottom: 1px solid #eee;
}
.header_classic .header-meta ul li > a,
.header_classic .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a {
  line-height: 90px;
  margin-top: 20px;
}
.header_classic .header-meta ul li .noo-icon-cart span {
  top: 48px;
}
.header_classic .header-meta ul li .noo-icon-cart:hover span {
  background: #eb5037;
  color: #fff;
}
.search-header5 {
  display: none;
}
.search-header5 .note-search {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .search-header5 .note-search {
    font-size: 16px;
  }
}
.search-header5 .remove-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.925);
}
.search-header5 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-header5 form .sr-only {
  display: none;
}
.search-header5 form .form-control {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: #000;
  -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-header5 form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-header5 form .form-control:-ms-input-placeholder {
  color: #000;
}
.search-header5 form .form-control::-webkit-input-placeholder {
  color: #000;
}
.search-header5 form .form-control:focus,
.search-header5 form .form-control:active {
  outline-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .search-header5 form .form-control {
    font-size: 38px;
  }
}
.search-header5 form input[type='submit'] {
  height: 50px;
  background: #eb5037;
  color: #fff;
  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-header5.search-header-eff {
  display: block;
}
/*header 6 for page product slider*/
.page-template-page-product-slider .header-meta ul:after {
  clear: both;
  content: '';
  display: table;
}
.page-template-page-product-slider .header-meta ul li {
  padding-left: 5px;
  display: block;
  float: left;
}
.page-template-page-product-slider .header-meta ul li .noo-icon-user {
  display: block;
}
.page-template-page-product-slider .header-meta ul li > a.noo-icon-cart span {
  top: 50px;
}
.page-template-page-product-slider .header-meta ul li > a.noo-icon-cart:hover span {
  color: #fff;
  background: #eb5037;
}
.page-template-page-product-slider .navbar-brand {
  line-height: 100px;
}
.page-template-page-product-slider .header-meta ul li > a {
  line-height: 100px;
}
.page-template-page-product-slider .noo-main-menu .navbar-nav li > a {
  line-height: 100px;
}
.page-template-page-product-slider .navbar-default {
  min-height: 100px;
  background: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
}
/* header 5 for page left menu*/
.page-template-page-left-menu {
  position: relative;
}
.page-template-page-left-menu .noopage-rightcontent {
  background: #fff;
  position: relative;
  padding-left: 378px;
}
.page-template-page-left-menu .noopage-rightcontent .noo_countdown {
  padding-right: 120px;
}
.page-template-page-left-menu .noopage-rightcontent .noo_countdown .image_first {
  left: 10px;
}
.page-template-page-left-menu .noopage-rightcontent .noo_countdown .image_second {
  right: 0;
}
.page-template-page-left-menu .noopage-rightcontent .noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail {
  max-height: 270px;
}
.noopage-leftsidebar .navbar-wrapper {
  top: 0;
  padding-top: 55px;
  width: 378px;
  position: fixed;
  left: 0;
  background: #1b1b1b;
  height: 100%;
  z-index: 100;
}
.noopage-leftsidebar .noo-topbar {
  display: none;
}
.noopage-leftsidebar .navbar-header {
  float: none !important;
  padding-left: 120px;
}
.noopage-leftsidebar .noo-container {
  max-width: none;
  padding: 0;
}
.noopage-leftsidebar .header-meta {
  float: none !important;
  margin: 0;
  padding-left: 120px;
}
.noopage-leftsidebar .header-meta ul li:first-child {
  padding-left: 0;
}
.noopage-leftsidebar .header-meta ul li:first-child a {
  margin-left: 0;
}
.noopage-leftsidebar .header-meta ul li .noo-icon-user {
  display: block;
}
.noopage-leftsidebar .header-meta ul li > a {
  color: #fff;
  line-height: 30px;
  margin-top: 55px;
}
.noopage-leftsidebar .header-meta ul li > a span {
  top: 15px;
}
.noopage-leftsidebar .header-meta ul li .noo-minicart {
  display: none !important;
}
.noopage-leftsidebar .noo-main-menu {
  float: none !important;
  margin-top: 68px;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li {
  float: none;
  padding: 0;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li.noo_megamenu {
  position: relative;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
  width: 1110px;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li > a {
  padding-left: 120px;
  line-height: 50px;
  font-size: 15px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  margin: 0;
  display: block;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li > a:before,
.noopage-leftsidebar .noo-main-menu .navbar-nav > li > a:after {
  display: none;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li > .sub-menu {
  position: absolute;
  left: 100%;
  top: 60px;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.05);
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li:hover > a {
  color: #fff;
}
.noopage-leftsidebar .noo-main-menu .navbar-nav > li:hover > .sub-menu {
  top: 0;
}
.noopage-leftsidebar .left-footer {
  position: absolute;
  left: 0;
  bottom: 100px;
  text-align: center;
  width: 378px;
  padding: 0 15px;
  z-index: 101;
}
.noopage-leftsidebar .left-footer p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.noopage-leftsidebar .left-footer .social-all a {
  background: #333333;
  color: #aaaaaa;
}
.noopage-leftsidebar .left-footer .social-all a:after {
  border-color: rgba(85, 85, 85, 0.6);
}
.noopage-leftsidebar .left-footer .social-all a:hover {
  background: #555555;
  color: #fff;
}
.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: #fff;
  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 .single-post-title {
  color: #fff;
}
.noo-page-heading .noo-page-breadcrumb {
  color: #fff;
  display: inline-block;
}
.noo-page-heading .noo-page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.noo-page-heading .noo-page-breadcrumb a:hover {
  color: #eb5037;
}
.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.0 Content
* -----------------------------------------------------------------------------
*/
/*
* 4.1 - Heading
* -----------------------------------------------------------------------------
*/
.noo-breadcrumb {
  background: #fcfcfc;
  min-height: 65px;
  border-bottom: 1px solid #eeeeee;
  line-height: 24px;
  color: #555555;
  font-weight: 500;
  padding-top: 20px;
}
.noo-breadcrumb .noo-container .pull-left > span {
  padding: 0 5px;
}
.noo-breadcrumb .noo-container .back-home {
  color: #555555;
}
.noo-breadcrumb .noo-container .back-home i {
  padding-right: 3px;
  color: #aaaaaa;
}
.noo-breadcrumb .noo-container .back-home:hover {
  color: #eb5037;
}
/**
 * 4.2 - Box layout
 * -----------------------------------------------------------------------------
 */
.boxed-layout {
  background-color: #fff;
  background-image: url("");
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.boxed-layout .site {
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}
.boxed-layout .site .fixed_top .navbar-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/*
* 4.3 - Noo Title
* -----------------------------------------------------------------------------
*/
.noo-attach {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-family: 'Raleway', sans-serif;
}
.noo-attach:after {
  width: 30px;
  height: 2px;
  content: '';
  background: #eb5037;
  display: inline-block;
  -webkit-transform: translate(20px, -6px);
  -ms-transform: translate(20px, -6px);
  -o-transform: translate(20px, -6px);
  transform: translate(20px, -6px);
}
.noo-sh-title {
  margin: 6px 0 0 0;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/*
* 4.4 - Noo Team Member
* -----------------------------------------------------------------------------
*/
.noo-team-member figure {
  margin-top: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}
.noo-team-member figure:hover img:first-child {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.noo-team-member figure:hover figcaption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}
.noo-team-member figure:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-team-member figure img {
  width: 100%;
  margin: 0;
}
.noo-team-member figure img:first-child {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.noo-team-member figure:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noo-team-member figure figcaption {
  -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);
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: block;
  z-index: 1;
  padding-right: 20px;
}
.noo-team-member figure figcaption:after {
  clear: both;
  content: '';
  display: table;
}
.noo-team-member figure figcaption .noo-team-content {
  float: left;
  padding-left: 20px;
}
.noo-team-member figure figcaption .noo-team-content h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}
.noo-team-member figure figcaption .noo-team-content span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.noo-team-member figure figcaption .noo-team-social {
  float: right;
}
.noo-team-member figure figcaption .noo-team-social a {
  margin: 10px;
  color: #fff;
  font-size: 15px;
}
/*
* 4.5 - Noo information
* -----------------------------------------------------------------------------
*/
.noo-information {
  text-align: center;
  padding: 0 15px;
}
.noo-information i {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-information h5 {
  text-transform: uppercase;
  margin: 28px 0 15px;
}
.noo-information:hover i {
  background: #eeeeee;
  color: #333333;
}
.noo-information:hover i:before {
  -webkit-animation-name: eff_icon;
  animation-name: eff_icon;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@keyframes eff_icon {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes eff_icon {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*
* 4.5 - Noo Contact form 7
* -----------------------------------------------------------------------------
*/
.wpcf7-form input:not([type='submit']) {
  border: 1px solid #eeeeee;
  height: 40px;
  width: 100%;
  padding: 0 10px;
}
.wpcf7-form .wpcf7-textarea {
  border: 1px solid #eeeeee;
  height: 240px;
  width: 100%;
  padding: 0 10px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 15px;
  display: block;
  font-family: 'Raleway', sans-serif;
  text-transform: none;
}
.wpcf7-form input[type='submit'] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background: #555;
  color: #fff;
  border: 0;
  height: 40px;
  padding: 0 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 20px;
  margin-top: 15px;
}
.wpcf7-form input[type='submit']:hover {
  background: #eb5037;
}
.wpcf7-form p {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 25px 0;
}
.wpcf7-form p em {
  color: #eb5037;
}
/*
* 4.6 - Noo Blog
* -----------------------------------------------------------------------------
*/
.noo-blog-wrap {
  margin: 0 -15px;
}
.noo-blog-wrap:after {
  clear: both;
  content: '';
  display: table;
}
.masonry-item.first {
  clear: both;
}
@media (max-width: 991px) {
  .masonry-item.first {
    clear: inherit;
  }
  .masonry-item:nth-child(3),
  .masonry-item:nth-child(5),
  .masonry-item:nth-child(7),
  .masonry-item:nth-child(9) .masonry-item:nth-child(11),
  .masonry-item:nth-child(13),
  .masonry-item:nth-child(15),
  .masonry-item:nth-child(17) {
    clear: both;
  }
}
.navigation .screen-reader-text {
  display: none;
}
.blog-pagination.infinitescroll .pagination {
  display: none;
}
.noo-blog-masonry .blog-item-header {
  max-height: none;
  overflow: hidden;
}
.noo-blog-masonry .blog-item-header iframe {
  width: 100%;
  max-height: none;
  height: auto;
  min-height: 225px;
}
.blog-item-header {
  max-height: 210px;
  overflow: hidden;
}
.blog-item-header img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0;
}
.blog-item-header iframe {
  width: 100%;
  max-height: 210px;
}
.masonry-item .our-blog-item .noo-blog-desc .tags-links {
  display: none;
}
.our-blog-item {
  margin-bottom: 50px;
}
.our-blog-item:hover .blog-item-header img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.our-blog-item:hover .blog-item-header .owl-carousel img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.our-blog-item .noo-blog-desc h3 {
  padding: 0;
  margin: 21px 0 8px;
}
.our-blog-item .noo-blog-desc h3 a {
  font-size: 16px;
  text-transform: uppercase;
}
.our-blog-item .noo-blog-desc .entry-meta {
  padding-bottom: 15px;
}
.our-blog-item .noo-blog-desc .entry-meta span {
  margin-right: 23px;
  display: inline-block;
}
.our-blog-item .noo-blog-desc .entry-meta span.comments-link {
  margin-right: 0;
}
.our-blog-item .noo-blog-desc .entry-meta span i {
  padding-right: 5px;
}
.our-blog-item .noo-blog-desc .entry-meta span a {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
}
.our-blog-item .noo-blog-desc .entry-meta span a:hover {
  color: #eb5037;
}
.our-blog-item .blog_excerpt {
  margin: 0 0 15px 0;
}
.our-blog-item .noo-readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
}
.our-blog-item .noo-readmore i {
  padding-left: 7px;
}
.our-blog-item .noo-readmore:hover {
  color: #eb5037;
}
/*
* 4.7 - Noo Blog Slider
* -----------------------------------------------------------------------------
*/
.noo-blog-slider-wrap {
  position: relative;
}
.noo-blog-slider-wrap .noo-sh-title {
  margin: 0 0 7px 0;
}
.noo-blog-slider-wrap .noo-blog-slider,
.noo-blog-slider-wrap .noo-blog-creative {
  padding: 0;
  margin: 76px 0 0;
  list-style: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item {
  padding: 0 15px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail {
  overflow: hidden;
  position: relative;
  max-height: 212px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail .noo-date,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail .noo-date {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 10px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail .noo-date em,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail .noo-date em {
  font-style: normal;
  display: block;
  width: 24px;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  padding-top: 5px;
  margin: auto;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail img,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail:hover img,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail:hover .noo-date,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .blog-item-thumbnail:hover .noo-date {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item h4,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item h4 {
  padding: 0;
  margin: 25px 0 12px 0;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item h4 a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item h4 a {
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .entry-meta,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .entry-meta {
  padding-bottom: 40px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .entry-meta span,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .entry-meta span {
  margin-right: 17px;
  display: inline-block;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .entry-meta span i,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .entry-meta span i {
  padding-right: 7px;
  color: #ccc;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .entry-meta span a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .entry-meta span a {
  color: #888888;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .entry-meta span a:hover,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .entry-meta span a:hover {
  color: #eb5037;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .noo-readmore,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .noo-readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
  border: 2px solid #e2e2e2;
  padding: 7px 23px;
  text-decoration: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .noo-readmore:hover,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item .noo-readmore:hover {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 {
  background: #fff;
  padding: 0 15px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:after,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:after {
  clear: both;
  content: '';
  display: table;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-item-thumb,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-item-thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 > a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 > a {
  display: block;
  overflow: hidden;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 img,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 img {
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 img:hover,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 img:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .entry-meta,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .entry-meta {
  display: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-date,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-date {
  position: relative;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 16px;
  display: inline-block;
  text-transform: uppercase;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-date:after,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-date:after {
  width: 35px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eb5037;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-date em,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-date em {
  font-style: normal;
  width: 25px;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 h4,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 h4 {
  padding: 0;
  margin: 5px 0 8px 0;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 h4 a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 h4 a {
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-readmore,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-readmore {
  font-weight: 500;
  display: inline-block;
  color: #aaaaaa;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-readmore i,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-readmore i {
  padding-left: 5px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2 .noo-readmore:hover,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-readmore:hover {
  color: #eb5037;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 45px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc .noo-item-thumb,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc .noo-item-thumb {
  height: 250px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div {
  padding: 30px 30px 22px 30px;
  background: #fff;
  text-align: center;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .noo-date,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .noo-date {
  display: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .noo-readmore,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .noo-readmore {
  display: none;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta {
  display: block;
  padding-bottom: 0;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span {
  margin-right: 17px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span i,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span i {
  padding-right: 7px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc > div .entry-meta span a {
  color: #888888;
  font-weight: 500;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(2),
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-left: 15px;
  height: calc(50% - 15px);
  text-align: left;
  padding-right: 15px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(2) .noo-item-thumb,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) .noo-item-thumb {
  height: 250px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(2) > a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) > a {
  display: block;
  width: 50%;
  float: left;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(2) .blog-desc,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) .blog-desc {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-top: 20px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(2) .blog-desc h4,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) .blog-desc h4 {
  margin: 15px 0;
  font-size: 16px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(3),
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  padding-left: 15px;
  margin-top: 15px;
  height: calc(50% - 15px);
  text-align: right;
  padding-right: 15px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(3) > a,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) > a {
  display: block;
  width: 50%;
  float: right;
  height: 250px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc {
  width: 50%;
  float: left;
  padding-right: 30px;
  padding-top: 20px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc h4,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc h4 {
  margin: 15px 0;
  font-size: 16px;
}
.noo-blog-slider-wrap .noo-blog-slider .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc .noo-date:after,
.noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc .noo-date:after {
  right: 0;
  left: 0;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls {
  position: absolute;
  top: 52px;
  right: 0;
  margin: 0;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-prev,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-prev {
  color: #555;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 22px;
  height: 30px;
  background-color: transparent;
  font-size: 36px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: 20px;
  overflow: hidden;
  position: relative;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-prev:after,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-prev:after {
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 36px;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-prev:hover:after,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-prev:hover:after {
  color: #eb5037;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-next,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-next {
  color: #555;
  display: inline-block;
  zoom: 1;
  margin: 0 0 0 10px;
  width: 22px;
  height: 30px;
  background-color: transparent;
  font-size: 36px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: 20px;
  overflow: hidden;
  position: relative;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-next:after,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-next:after {
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 36px;
}
.noo-blog-slider-wrap .noo-blog-slider .owl-controls .owl-next:hover:after,
.noo-blog-slider-wrap .noo-blog-creative .owl-controls .owl-next:hover:after {
  color: #eb5037;
}
/*
* 4.8 - Noo testimonial
* -----------------------------------------------------------------------------
*/
.noo-testimonial-header h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0 0 8px 0 ;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.noo-testimonial-header p {
  font-weight: 500;
}
.noo-testimonial-wrap.style-navi {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.noo-testimonial-wrap.style-navi .owl-controls .owl-buttons .owl-next,
.noo-testimonial-wrap.style-navi .owl-controls .owl-buttons .owl-prev {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-testimonial-wrap.style-navi .noo_testimonial {
  margin: 50px 0 0 0;
}
.noo-testimonial-wrap.style-navi .noo_testimonial:before {
  display: none;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li > img {
  float: none;
  display: none;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content {
  margin-left: 0;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer {
  display: inline-block;
  margin-left: 0;
  padding-top: 35px;
  position: relative;
  margin-top: 13px;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer:after {
  width: 80px;
  top: 0;
  content: '';
  height: 1px;
  background: #eeeeee;
  position: absolute;
  display: block;
  margin-left: -40px;
  left: 50%;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer:after {
  clear: both;
  content: '';
  display: table;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer .testi-author {
  float: left;
  padding-left: 27px;
  color: #555555;
  line-height: 24px;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer .testi-author:after {
  display: none;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content .testi-footer .testi-author strong {
  text-align: left;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content p {
  text-indent: 0;
  padding-left: 15px;
  color: #666;
}
.noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content i {
  left: -15px;
}
.noo_testimonial {
  list-style: none;
  margin: 75px 0 0 0;
  padding: 0;
  position: relative;
}
.noo_testimonial div.owl-controls {
  margin: 0;
}
.noo_testimonial:before {
  width: 100%;
  max-width: 750px;
  top: -75px;
  content: '';
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
.noo_testimonial li {
  max-width: 815px;
  width: 100%;
  margin: auto;
  position: relative;
  cursor: ew-resize;
}
.noo_testimonial li:after {
  clear: both;
  content: '';
  display: table;
}
.noo_testimonial li img {
  float: left;
  width: 85px;
  max-height: 85px;
  min-height: 85px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eeeeee;
}
.noo_testimonial li .noo-testi-content {
  margin-left: 105px;
  position: relative;
  font-weight: 500;
}
.noo_testimonial li .noo-testi-content i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}
.noo_testimonial li .noo-testi-content p {
  line-height: 24px;
  text-indent: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.noo_testimonial li .noo-testi-content .testi-author {
  padding-top: 15px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666666;
  font-weight: 500;
}
.noo_testimonial li .noo-testi-content .testi-author:after {
  width: 80px;
  top: 0;
  content: '';
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  display: block;
}
.noo_testimonial li .noo-testi-content .testi-author strong {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.noo_testimonial .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
  left: 0;
  top: 50%;
  width: 30px;
  height: 58px;
  background-image: url("../images/arr_left.png");
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: 50px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo_testimonial .owl-controls .owl-buttons .owl-prev:hover {
  background-image: url("../images/prev_owl.png");
}
.noo_testimonial .owl-controls .owl-buttons .owl-next {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
  right: 0;
  top: 50%;
  width: 30px;
  height: 58px;
  background-image: url("../images/arr_right.png");
  background-position: center center;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: 50px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo_testimonial .owl-controls .owl-buttons .owl-next:hover {
  background-image: url("../images/next_owl.png");
}
.noo_testimonial.noo_testimonial2 {
  margin: 70px 0 0 0;
}
.noo_testimonial.noo_testimonial2:before {
  display: none;
}
.noo_testimonial.noo_testimonial2 li {
  max-width: none;
}
.noo_testimonial.noo_testimonial2 li .noo-testi-content {
  margin-left: 0;
}
.noo_testimonial.noo_testimonial2 li .noo-testi-content p {
  letter-spacing: 0.5px;
  margin-bottom: 55px;
  font-size: 16px;
  color: #333333;
}
.noo_testimonial.noo_testimonial2 li .noo-testi-content .testi-author {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
.noo_testimonial.noo_testimonial2 li .noo-testi-content .testi-author strong {
  font-family: 'Raleway', sans-serif;
  color: #666;
}
.noo_testimonial.noo_testimonial2 li .noo-testi-content .testi-author:after {
  display: none;
}
.noo-sync2 {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  width: 270px;
}
.noo-sync2 li img {
  width: 70px;
  height: 70px;
  border: 5px solid #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-sync2 .synced li img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
* 4.9 - Noo Mailchimp
* -----------------------------------------------------------------------------
*/
.noo-sh-mailchimp {
  text-align: center;
  padding: 95px 0 100px;
}
.noo-sh-mailchimp .noo-mail-title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
}
.noo-sh-mailchimp .noo-mail-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eeeeee;
  margin-bottom: 36px;
}
.noo-sh-mailchimp .mc4wp-form {
  display: inline-block;
  position: relative;
}
.noo-sh-mailchimp .mc4wp-form.mc4wp-form-success .mc4wp-form-fields {
  display: none;
}
.noo-sh-mailchimp .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.noo-sh-mailchimp .mc4wp-form .mc4wp-form-fields:before {
  content: "\e086";
  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;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #aaaaaa;
}
.noo-sh-mailchimp .mc4wp-form:after {
  clear: both;
  content: '';
  display: table;
}
.noo-sh-mailchimp .mc4wp-form input:not([type='submit']) {
  width: 610px;
  height: 45px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #aaaaaa;
  float: left;
  background: none;
  color: #fff;
  padding: 0 15px 0 42px;
}
.noo-sh-mailchimp .mc4wp-form input:not([type='submit'])::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.noo-sh-mailchimp .mc4wp-form input:not([type='submit']):-ms-input-placeholder {
  color: #aaaaaa;
}
.noo-sh-mailchimp .mc4wp-form input:not([type='submit'])::-webkit-input-placeholder {
  color: #aaaaaa;
}
.noo-sh-mailchimp .mc4wp-form input[type='submit'] {
  font-size: 18px;
  color: #333333;
  height: 45px;
  background: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0 27px;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 700;
}
.noo-sh-mailchimp .mc4wp-form input[type='submit']:hover {
  background-color: #555555;
  color: #fff;
}
.noo-sh-mailchimp .mc4wp-form .mc4wp-error {
  margin-top: 25px;
  color: #fff;
}
/*
* 4.10 - Noo Partner
* -----------------------------------------------------------------------------
*/
.noo_partner-wrap {
  position: relative;
  padding: 40px 0;
}
.noo_partner-wrap.hide-border:before,
.noo_partner-wrap.hide-border:after {
  display: none;
}
.noo_partner-wrap:before {
  width: 70%;
  height: 1px;
  content: '';
  background: #eeeeee;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
.noo_partner-wrap:after {
  width: 70%;
  height: 1px;
  content: '';
  background: #eeeeee;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
.noo_partner-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo_partner-wrap ul li {
  padding: 0 15px;
  text-align: center;
}
.noo_partner-wrap ul li a {
  position: relative;
  display: block;
}
.noo_partner-wrap ul li a:before {
  content: '';
  height: 1px;
  background: #777777;
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  -o-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
}
.noo_partner-wrap ul li a:hover:before {
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
.noo_partner-wrap ul li a:hover img {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.noo_partner-wrap ul li img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*
* 4.11 - Noo Countdown
* -----------------------------------------------------------------------------
*/
.noo_countdown {
  text-align: center;
  padding: 120px 0 145px;
  position: relative;
  overflow: hidden;
}
.noo_countdown .image_first {
  position: absolute;
  left: 15%;
  top: 0;
}
@media (max-width: 1720px) {
  .noo_countdown .image_first {
    left: 10%;
  }
}
@media (max-width: 1300px) {
  .noo_countdown .image_first {
    display: none;
  }
}
.noo_countdown .image_second {
  position: absolute;
  right: 50px;
  top: 0;
}
@media (max-width: 1720px) {
  .noo_countdown .image_second {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .noo_countdown .image_second {
    display: none;
  }
}
.noo_countdown h2 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
  color: #eb5037;
  position: relative;
  z-index: 1;
}
.noo_countdown p {
  font-size: 18px;
  line-height: 26px;
  color: #4b4b4b;
  padding: 0 36%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
}
.noo_countdown .noo_countdown_date {
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.noo_countdown .countdown-section {
  display: inline-block;
  padding: 20px 10px 0;
  border-width: 1px 1px 5px 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #e7e7e9;
  background: #fff;
  border-style: solid;
  margin: 0 10px;
  min-width: 110px;
  min-height: 110px;
}
.noo_countdown .countdown-section .countdown-amount {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  line-height: 38px;
}
.noo_countdown .countdown-section .countdown-period {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 2px;
  display: inline-block;
}
.noo_countdown .shop_now {
  margin-top: 75px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background: #555555;
  padding: 10px 45px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo_countdown .shop_now:hover {
  background: #eb5037;
  text-decoration: none;
}
/*
* 4.12 - Noo Shortcode Product
* -----------------------------------------------------------------------------
*/
.noo-product-header:after {
  clear: both;
  content: '';
  display: table;
}
.noo-product-header .noo-product-list-cat {
  list-style: none;
  padding: 0;
  margin: 64px 0 0 0;
}
.noo-product-header .noo-product-list-cat li {
  margin: 0 0 0 25px;
  display: inline-block;
}
.noo-product-header .noo-product-list-cat li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-product-header .noo-product-list-cat li a:before {
  width: 100%;
  height: 1px;
  content: '';
  background: #eb5037;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  -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-product-header .noo-product-list-cat li a:hover {
  color: #eb5037;
  text-decoration: none;
}
.noo-product-header .noo-product-list-cat li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.noo-product-header .noo-product-list-cat li a.active {
  color: #eb5037;
  text-decoration: none;
}
.noo-product-header .noo-product-list-cat li a.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce .noo-sh-grid2 {
  width: 67%;
  float: left;
}
.woocommerce .noo-sh-grid2:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .noo-sh-grid2 .noo-product-action {
  display: none !important;
}
.woocommerce .noo-sh-grid2 .noo-product-thumbnail:after {
  display: none !important;
}
.woocommerce .noo-sh-grid2 .posted_in {
  display: none !important;
}
.woocommerce .noo-sh-grid2 .noo-product-thumbnail {
  border: 1px solid #eeeeee;
}
.woocommerce .noo-sh-grid2 .product-item-ds .price {
  padding-top: 5px;
}
.woocommerce .noo-sh-grid2 .noo-product-item {
  margin-bottom: 25px;
}
.banner-product {
  float: left;
  width: 33%;
  padding-right: 15px;
  margin-top: 30px;
  padding-left: 15px;
}
.banner-product a {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-product a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  -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);
}
.banner-product a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  content: '';
  background-image: url("../images/view.png");
  -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;
}
.banner-product a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-product a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-product.right {
  float: right;
}
.noo-shortcode-product .noo-product-grid {
  margin-top: 25px;
  position: relative;
}
.noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column {
  width: 25%;
}
@media (min-width: 1200px) {
  .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(5) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(9) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(13) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(17) {
    clear: both;
  }
}
.noo-shortcode-product .noo-sh-grid.columns2 .noo-product-column {
  width: 50%;
}
.noo-shortcode-product .noo-sh-grid.columns1 .noo-product-column {
  width: 100%;
}
.noo-shortcode-product .noo-slider {
  position: relative;
}
.noo-shortcode-product .noo-slider:after {
  clear: both;
  content: '';
  display: table;
}
.noo-shortcode-product .noo-slider .noo-product-column {
  width: 100%;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  background: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  margin: -80px 0 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: 40px;
  line-height: 36px;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div:hover {
  background: #555555;
  border-color: #555555;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div:hover:before {
  color: #fff !important;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 22px;
  display: block;
  color: #888888;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -45px;
}
.noo-shortcode-product .noo-slider .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 22px;
  display: block;
  color: #888888;
}
.noo-product-item-eff {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0.5s;
  -o-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
}
.noo-product-item-eff.eff {
  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);
}
.spinner-eff {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  display: none;
}
.spinner-eff.eff {
  display: block;
}
.spinner {
  width: 30px;
  height: 30px;
  background-color: #eb5037;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
* 4.13 - Noo Shortcode Custom text
* -----------------------------------------------------------------------------
*/
.noo_sh_custom {
  position: relative;
  overflow: hidden;
}
.noo_sh_custom img {
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo_sh_custom .noo_sh_custom_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 78px 40px 40px 40px;
}
.noo_sh_custom.right {
  text-align: right;
}
.noo_sh_custom.right .noo-attach:after {
  display: none;
}
.noo_sh_custom.right .noo-attach:before {
  width: 30px;
  height: 2px;
  content: '';
  background: #eb5037;
  display: inline-block;
  -webkit-transform: translate(-20px, -6px);
  -ms-transform: translate(-20px, -6px);
  -o-transform: translate(-20px, -6px);
  transform: translate(-20px, -6px);
}
.noo_sh_custom p {
  padding-top: 5px;
  color: #555555;
  font-weight: 500;
}
.noo_sh_custom a {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 37px 7px;
  border: 2px solid #555555;
  color: #555555;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin-top: 45px;
}
.noo_sh_custom a:hover {
  background: #555555;
  color: #fff;
  text-decoration: none;
}
.noo_sh_custom:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.noo_sh_custom:hover .noo-attach {
  -webkit-animation-name: eff_left;
  animation-name: eff_left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.noo_sh_custom:hover .noo-sh-title {
  -webkit-animation-name: eff_right;
  animation-name: eff_right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.noo_sh_custom:hover p {
  -webkit-animation-name: eff_left;
  animation-name: eff_left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@keyframes eff_left {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -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);
  }
}
@-webkit-keyframes eff_left {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes eff_right {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -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);
  }
}
@-webkit-keyframes eff_right {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*
* 4.14 - Noo Top Slider Product
* -----------------------------------------------------------------------------
*/
.header_slider_product {
  position: relative;
}
.header_slider_product .top_slider_product {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_slider_product .top_slider_product:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 15px;
}
.header_slider_product .top_slider_product:hover .owl-controls .owl-buttons .owl-next {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_slider_product .top_slider_product .owl-controls {
  margin: 0;
}
.header_slider_product .top_slider_product .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
  left: 30px;
  top: 50%;
  width: 30px;
  height: 58px;
  background-image: url("../images/arr_left.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: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header_slider_product .top_slider_product .owl-controls .owl-buttons .owl-prev:hover {
  background-image: url("../images/prev_owl.png");
}
.header_slider_product .top_slider_product .owl-controls .owl-buttons .owl-next {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
  right: 30px;
  top: 50%;
  width: 30px;
  height: 58px;
  background-image: url("../images/arr_right.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: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header_slider_product .top_slider_product .owl-controls .owl-buttons .owl-next:hover {
  background-image: url("../images/next_owl.png");
}
.header_slider_product .top_slider_product li {
  overflow: hidden;
}
.header_slider_product .top_slider_product li img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header_slider_product .top_slider_product li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.header_slider_product .top_slider_product li:hover .slider-content:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_slider_product .top_slider_product li:hover .slider-content .content-table .content-table-cell .p-cat,
.header_slider_product .top_slider_product li:hover .slider-content .content-table .content-table-cell .price {
  transform: rotate(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_slider_product .top_slider_product li:hover .slider-content .content-table .content-table-cell h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.header_slider_product .top_slider_product li:hover .slider-content .content-table .content-table-cell .shop-now {
  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);
  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;
  -ms-transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s;
}
.header_slider_product .top_slider_product .slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  perspective: 1000px;
}
.header_slider_product .top_slider_product .slider-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  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;
}
.header_slider_product .top_slider_product .slider-content .content-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .p-cat {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  transform-origin: right center;
  transform: rotate(60deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .p-cat a {
  color: #fff;
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell h3 {
  font-size: 72px;
  line-height: 72px;
  margin: 0 0 3px 0;
  padding: 0 15px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell h3 a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .price {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  display: inline-block;
  margin-bottom: 68px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform-origin: left center;
  transform: rotate(60deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .shop-now {
  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);
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .shop-now:hover {
  background: #fff;
  border-color: #fff;
  color: #333333;
  text-decoration: none;
}
/*
* 4.15 - Noo About
* -----------------------------------------------------------------------------
*/
.noo_shortcode_about {
  padding: 317px 0 300px;
}
.noo_shortcode_about .about-left {
  width: 50%;
  padding-left: 215px;
  padding-right: 15%;
}
.noo_shortcode_about .about-left .noo-sh-title {
  margin: 6px 0 65px 0;
}
.noo_shortcode_about .about-left p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.noo_shortcode_about .about-left .noo-readmore {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 67px;
  position: relative;
  color: #333333;
}
.noo_shortcode_about .about-left .noo-readmore:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  max-width: 0;
  color: #eb5037;
  content: attr(data-hover);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo_shortcode_about .about-left .noo-readmore i {
  padding-left: 10px;
}
.noo_shortcode_about .about-left .noo-readmore:hover {
  text-decoration: none;
}
.noo_shortcode_about .about-left .noo-readmore:hover:before {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noo_shortcode_about .about-left .noo-readmore:hover i {
  color: #eb5037;
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.noo_shortcode_about .about-right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noo_shortcode_about .about-right:hover {
  background-position: -30px center;
}
.image-grid-two .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 50%;
  margin: 0;
  max-width: 50%;
  overflow: hidden;
}
.image-grid-two .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.image-grid-two .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
/*
* 4.16 - Noo Purchase
* -----------------------------------------------------------------------------
*/
.noo_purchase {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  min-height: 100px;
}
.noo_purchase:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.noo_purchase img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.noo_purchase .noo-purchase-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%);
}
.noo_purchase h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.noo_purchase a {
  padding: 8px 48px 7px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.noo_purchase a:hover {
  background: #eb5037;
  border-color: #eb5037;
  color: #fff;
  text-decoration: none;
}
/*
 * Shop main
 */
.noo-shop-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.noo-shop-banner {
  margin-bottom: 60px;
}
.noo-shop-banner img {
  width: 100%;
}
.noo-catalog {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #333333;
}
.noo-catalog:after {
  clear: both;
  content: '';
  display: table;
}
.noo-catalog form label {
  margin: 0 10px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.noo-catalog form select {
  vertical-align: middle !important;
  cursor: pointer;
}
.noo-catalog form select:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce-product_per {
  float: right;
  margin-right: 40px;
}
.product-style-control span {
  cursor: pointer;
  border: 1px solid #eeeeee;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  background: #fcfcfc;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-style-control span:hover,
.product-style-control span.active {
  background: #000;
  color: #eeeeee;
}
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: 35px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 35px 0 20px;
}
.woocommerce-page .first {
  clear: both;
}
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .noo-qucik-view,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .noo-qucik-view,
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .product_type_grouped,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .product_type_grouped,
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .add_to_cart_button,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .add_to_cart_button,
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .yith-wcwl-add-to-wishlist,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .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 .noo-product-grid .noo-product-item:hover .noo-product-action .add_to_cart_button,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .add_to_cart_button {
  -webkit-transition: all 0.4s ease 0.05s;
  -o-transition: all 0.4s ease 0.05s;
  transition: all 0.4s ease 0.05s;
}
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .yith-wcwl-add-to-wishlist,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .yith-wcwl-add-to-wishlist {
  transition: transform 0.4s ease 0.15s, opacity 0.4s ease 0.15s, background 0.4s ease 0s, color 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0.15s, opacity 0.4s ease 0.15s, background 0.4s ease 0s, color 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0.15s, opacity 0.4s ease 0.15s, background 0.4s ease 0s, color 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0.15s, opacity 0.4s ease 0.15s, background 0.4s ease 0s, color 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0.15s, opacity 0.4s ease 0.15s, background 0.4s ease 0s, color 0.4s ease 0s;
}
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-action .noo-qucik-view,
.woocommerce .product-grid .noo-product-item:hover .noo-product-action .noo-qucik-view {
  transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s, color 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s, color 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s, color 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s, color 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0.25s, opacity 0.4s ease 0.25s, background 0.4s ease 0s, color 0.4s ease 0s;
}
.woocommerce .noo-product-grid .noo-product-item:hover img.second-img,
.woocommerce .product-grid .noo-product-item:hover img.second-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce .noo-product-grid .noo-product-item:hover .noo-product-thumbnail a:after,
.woocommerce .product-grid .noo-product-item:hover .noo-product-thumbnail a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce .noo-product-grid .noo-product-item.hover .noo-product-thumbnail a:after,
.woocommerce .product-grid .noo-product-item.hover .noo-product-thumbnail a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce .noo-product-grid .noo-product-item .star-rating,
.woocommerce .product-grid .noo-product-item .star-rating {
  display: none;
}
.woocommerce .product-list .noo-product-item:hover img.second-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce .noo-product-item {
  position: relative;
  margin: 30px 0;
}
.noo-product-thumbnail {
  overflow: hidden;
  position: relative;
}
.noo-product-thumbnail a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  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-product-thumbnail img {
  width: 100%;
}
.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 .product-grid .noo-product-action,
.woocommerce .noo-product-grid .noo-product-action {
  position: absolute;
  top: 30%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.woocommerce .product-grid .noo-product-action:after,
.woocommerce .noo-product-grid .noo-product-action:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .product-grid .noo-product-action .clear,
.woocommerce .noo-product-grid .noo-product-action .clear {
  display: none;
}
.woocommerce .product-grid .noo-product-action .wrap-action,
.woocommerce .noo-product-grid .noo-product-action .wrap-action {
  display: inline-block;
}
.woocommerce .product-grid .noo-product-action .added_to_cart,
.woocommerce .noo-product-grid .noo-product-action .added_to_cart {
  display: none !important;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button,
.woocommerce .product-grid .noo-product-action .product_type_grouped,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped {
  padding: 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  text-indent: 110px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button:hover,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button:hover,
.woocommerce .product-grid .noo-product-action .product_type_grouped:hover,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped:hover {
  background: #000;
  color: #fff;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button:before,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button:before,
.woocommerce .product-grid .noo-product-action .product_type_grouped:before,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped:before {
  position: absolute;
  font-family: 'simple-line-icons';
  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;
  content: "\e04e";
  left: -90px;
  top: 50%;
  font-size: 18px;
  margin-top: -10px;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button.loading:before,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button.loading:before,
.woocommerce .product-grid .noo-product-action .product_type_grouped.loading:before,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped.loading:before {
  display: none;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button.loading:after,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button.loading:after,
.woocommerce .product-grid .noo-product-action .product_type_grouped.loading:after,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped.loading:after {
  width: 18px;
  height: 18px;
  text-indent: 0;
  position: absolute;
  left: 22px;
  top: 50%;
  font-size: 18px;
  margin-top: -10px;
  margin-left: 0;
  right: auto;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button.added:before,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button.added:before,
.woocommerce .product-grid .noo-product-action .product_type_grouped.added:before,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped.added:before {
  display: none;
}
.woocommerce .product-grid .noo-product-action .add_to_cart_button.added:after,
.woocommerce .noo-product-grid .noo-product-action .add_to_cart_button.added:after,
.woocommerce .product-grid .noo-product-action .product_type_grouped.added:after,
.woocommerce .noo-product-grid .noo-product-action .product_type_grouped.added:after {
  width: 20px;
  height: 20px;
  text-indent: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 18px;
  margin-top: -10px;
  margin-left: 0;
  right: auto;
}
.woocommerce .product-grid .noo-product-action .product_type_variable:before,
.woocommerce .noo-product-grid .noo-product-action .product_type_variable:before {
  content: "\e603";
}
.woocommerce .product-grid .noo-product-action .yith-wcwl-add-to-wishlist,
.woocommerce .noo-product-grid .noo-product-action .yith-wcwl-add-to-wishlist,
.woocommerce .product-grid .noo-product-action .noo-qucik-view,
.woocommerce .noo-product-grid .noo-product-action .noo-qucik-view {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-qucik-view {
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 0 0 0 15px;
  line-height: 60px;
  text-decoration: none !important;
  font-size: 18px;
}
.noo-qucik-view:hover {
  background: #000;
  color: #fff;
}
.yith-wcwl-add-to-wishlist {
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  margin: 0 0 0 15px;
  overflow: hidden;
}
.yith-wcwl-add-to-wishlist:hover {
  background: #000;
}
.yith-wcwl-add-to-wishlist a {
  text-indent: -180px;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 60px;
}
.yith-wcwl-add-to-wishlist a:hover {
  color: #fff;
}
.yith-wcwl-add-to-wishlist a:after {
  position: absolute;
  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;
  content: "\e08a";
  left: 120px;
  top: 50%;
  font-size: 18px;
  margin-top: -10px;
}
.yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
  font-family: 'FontAwesome';
}
.woocommerce div.noo-product-column .product-item-ds h3,
.woocommerce div.product .product-item-ds h3 {
  font-size: 16px;
  margin: 28px 0 8px;
  padding: 0;
}
.woocommerce div.noo-product-column .product-item-ds h3 a,
.woocommerce div.product .product-item-ds h3 a {
  text-decoration: none;
}
.woocommerce div.noo-product-column .product-item-ds .posted_in,
.woocommerce div.product .product-item-ds .posted_in {
  margin-bottom: 8px;
  display: block;
  color: #555555;
}
.woocommerce div.noo-product-column .product-item-ds .posted_in a,
.woocommerce div.product .product-item-ds .posted_in a {
  color: #555555;
}
.woocommerce div.noo-product-column .product-item-ds .price,
.woocommerce div.product .product-item-ds .price {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333333;
}
.woocommerce div.noo-product-column .product-item-ds .price del,
.woocommerce div.product .product-item-ds .price del {
  padding-right: 8px;
}
.woocommerce div.noo-product-column .product-item-ds .price ins,
.woocommerce div.product .product-item-ds .price ins {
  font-weight: 400;
  color: #eb5037;
  text-decoration: none;
}
.noo_woocommerce_excerpt {
  display: none;
}
.woocommerce .products .star-rating {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 13px;
  width: 105px;
  margin: 5px 0 6px 0;
}
.woocommerce .products .star-rating:before {
  color: #aaaaaa;
}
.woocommerce .products .star-rating span {
  color: #000;
}
.woocommerce .products .star-rating span strong {
  display: none;
}
.woocommerce .product-list .noo-product-column {
  width: 100%;
}
.woocommerce .product-list .noo-product-column .noo-product-item:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .product-list .noo-product-column .noo-product-thumbnail {
  width: 34%;
  float: left;
  padding-right: 30px;
}
.woocommerce .product-list .noo-product-column .noo-product-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce .product-list .noo-product-column .noo-product-thumbnail img {
  width: 100%;
}
.woocommerce .product-list .noo-product-column .noo-product-thumbnail img:hover.second-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.woocommerce .product-list .noo-product-column .product-item-ds {
  width: 66%;
  float: left;
}
.woocommerce .product-list .noo-product-column .product-item-ds .noo_woocommerce_excerpt {
  display: block;
}
.woocommerce .product-list .noo-product-column .product-item-ds .noo-product-action {
  margin-top: 35px;
}
.woocommerce .product-list .noo-product-column .product-item-ds .added_to_cart {
  display: none !important;
}
.woocommerce .product-list .noo-product-column .product-item-ds .add_to_cart_button,
.woocommerce .product-list .noo-product-column .product-item-ds .product_type_grouped {
  padding: 10px 15px;
  background: #f2f2f2;
  display: block;
  color: #555555;
  text-align: center;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
}
.woocommerce .product-list .noo-product-column .product-item-ds .add_to_cart_button:hover,
.woocommerce .product-list .noo-product-column .product-item-ds .product_type_grouped:hover {
  transition: background 0.2s ease 0s;
  background: #555555;
  color: #fff;
}
.woocommerce .product-list .noo-product-column .product-item-ds .noo-qucik-view,
.woocommerce .product-list .noo-product-column .product-item-ds .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 10px;
  height: 35px;
  border: 1px solid #eeeeee;
  background: #f2f2f2;
  line-height: 35px;
  width: 35px;
}
.woocommerce .product-list .noo-product-column .product-item-ds .noo-qucik-view:hover,
.woocommerce .product-list .noo-product-column .product-item-ds .yith-wcwl-add-to-wishlist:hover {
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
  background: #555555;
  color: #fff;
}
.woocommerce .product-list .noo-product-column .product-item-ds .yith-wcwl-add-to-wishlist a {
  height: 35px;
}
.woocommerce .product-list .noo-product-column .product-item-ds .yith-wcwl-add-to-wishlist a:after {
  left: 107px;
}
.woocommerce .product-list .noo-product-column .product-item-ds .wrap-action .clear {
  display: none;
}
.woocommerce .product-list .noo-product-column .product-item-ds h3 {
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
}
.woocommerce .product-list .noo-product-column .product-item-ds h3 a {
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce .product-list .noo-product-column .product-item-ds .posted_in {
  display: none;
}
.woocommerce .product-list .noo-product-column .product-item-ds .price {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
.woocommerce .product-list .noo-product-column .product-item-ds .price ins {
  color: #eb5037;
}
.woocommerce .noo_wooocommerce_footer {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.woocommerce .noo_wooocommerce_footer:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .noo_wooocommerce_footer .woocommerce-result-count {
  float: left;
  font-family: 'Montserrat', sans-serif;
  margin-top: 7px;
}
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination {
  float: right;
}
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul {
  margin: 0;
  border: 0;
}
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px;
}
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li a,
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li span {
  background: #fcfcfc;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 10px 14.5px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li a.current,
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li span.current,
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li a:hover,
.woocommerce .noo_wooocommerce_footer nav.woocommerce-pagination ul li span:hover {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #555555;
  color: #fff;
}
/*
 * Single product
 */
.noo-single-product {
  margin-top: 60px;
  margin-bottom: 60px;
}
.woocommerce .noo-single-product div.product.has-default-attributes .entry-summary .yith-wcwl-add-to-wishlist {
  margin: 15px 0 0;
}
.woocommerce .noo-single-product div.product.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist {
  margin: 0;
  -webkit-transform: translate(130px, -35px);
  -ms-transform: translate(130px, -35px);
  -o-transform: translate(130px, -35px);
  transform: translate(130px, -35px);
}
.woocommerce .noo-single-product div.product .images {
  position: relative;
  /**
         * Swiper
         */
}
.woocommerce .noo-single-product div.product .images:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .noo-single-product div.product .images .single-product-thumbail {
  width: 70px;
  height: auto;
  min-height: 300px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce .noo-single-product div.product .images .single-product-thumbail .item-img {
  border: 1px solid #eeeeee;
  margin: 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.woocommerce .noo-single-product div.product .images .single-product-thumbail .item-img.t-active {
  border-color: #888888;
}
.woocommerce .noo-single-product div.product .images .single-product-slider {
  position: relative;
  margin-left: 100px;
}
.woocommerce .noo-single-product div.product .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 .noo-single-product div.product .images .single-product-slider .owl-theme .owl-controls .owl-buttons:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .noo-single-product div.product .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 .noo-single-product div.product .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 .noo-single-product div.product .images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 20px;
}
.woocommerce .noo-single-product div.product .images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 20px;
}
.woocommerce .noo-single-product div.product .images .single-product-slider:hover .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 20px;
}
.woocommerce .noo-single-product div.product .images .single-product-slider:hover .swiper-button-next {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 20px;
}
.woocommerce .noo-single-product div.product .images .swiper-button-prev,
.woocommerce .noo-single-product div.product .images .swiper-button-next {
  width: 30px;
  height: 58px;
  background-size: auto;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.woocommerce .noo-single-product div.product .images .swiper-button-next {
  background-image: url("../images/next_owl.png");
  right: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce .noo-single-product div.product .images .swiper-button-prev {
  background-image: url("../images/prev_owl.png");
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce .noo-single-product div.product .images .member-thumbs {
  height: 320px;
}
.woocommerce .noo-single-product div.product .images .single-product-thumbail .item-img {
  margin: 0;
}
.woocommerce .noo-single-product div.product .entry-summary .product_title {
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 13px;
  width: 105px;
  margin: 8px 5px 0 0;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating .star-rating:before {
  color: #aaaaaa;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating .star-rating span {
  color: #000;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating .star-rating span strong {
  display: none;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 13px;
  font-weight: 500;
  color: #555555;
}
.woocommerce .noo-single-product div.product .entry-summary p.price {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.woocommerce .noo-single-product div.product .entry-summary p.price ins {
  text-decoration: none;
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .entry-summary div[itemprop='description'] {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.woocommerce .noo-single-product div.product .entry-summary div[itemprop='description'] p {
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart {
  margin: 0;
  float: left;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #555555;
  margin: 0 10px 0 0;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity input,
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity button {
  border: 0;
  background: none;
  height: 33px;
  width: auto;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity input:focus,
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity button {
  padding: 0 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity button:hover {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity .qty-decrease {
  padding-right: 5px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .quantity .qty-increase {
  padding-left: 5px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .button {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #555555;
  height: 35px;
  -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 20px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .button:hover {
  background: #000;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .button:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .group_table {
  margin-bottom: 25px;
  border: 0;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .group_table tr td:first-child {
  width: 100px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .group_table tr td .quantity {
  width: 100px;
}
.woocommerce .noo-single-product div.product .entry-summary form.cart .group_table tr .price {
  color: #eb5037;
  font-size: 14px;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
  height: 35px;
  width: 35px;
  background: #f2f2f2;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 0 0 10px;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist:hover {
  background: #000;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist:hover a:after {
  color: #fff !important;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist a {
  height: 35px;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist a:after {
  left: 107px;
  font-size: 14px;
  margin-top: -9px;
  color: #555555;
  font-weight: 700;
}
.woocommerce .noo-single-product div.product .entry-summary .yith-wcwl-add-to-wishlist a:focus {
  outline: none;
  outline-color: transparent;
}
.woocommerce .noo-single-product div.product .entry-summary .product_meta {
  border-top: 1px solid #f2f2f2;
  padding-top: 25px;
  margin-top: 40px;
}
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as {
  display: block;
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
}
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in a,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper a,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as a,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in .sku,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper .sku,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as .sku {
  font-size: 13px;
  color: #888888;
  text-transform: none;
  font-weight: 500;
}
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in a:first-child,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper a:first-child,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as a:first-child,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in .sku:first-child,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper .sku:first-child,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as .sku:first-child {
  margin-left: 10px;
}
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in a:hover,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper a:hover,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as a:hover,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .posted_in .sku:hover,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .sku_wrapper .sku:hover,
.woocommerce .noo-single-product div.product .entry-summary .product_meta .tagged_as .sku:hover {
  color: #555555;
}
.woocommerce .noo-single-product div.product .entry-summary .noo-social-share {
  border-top: 1px solid #f2f2f2;
  padding-top: 40px;
  margin-top: 40px;
}
.woocommerce .noo-single-product div.product .entry-summary .noo-social-share span {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}
.woocommerce .noo-single-product div.product .entry-summary .noo-social-share span i {
  padding-right: 8px;
  font-weight: 700;
}
.woocommerce .noo-single-product div.product .entry-summary .noo-social-share a {
  font-size: 15px;
  color: #aaaaaa;
  margin-right: 10px;
}
.woocommerce .noo-single-product div.product .entry-summary .noo-social-share a:hover {
  color: #555555;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-variation-add-to-cart:after {
  clear: both;
  content: '';
  display: table;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce .noo-single-product div.product .entry-summary .woocommerce-variation-price span.price {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs {
  margin-top: 67px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs:before {
  border: 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  text-transform: uppercase;
  padding: 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li a {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0 25px 0 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #eb5037;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs ul.tabs li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content {
  padding-top: 32px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content > h2 {
  display: none;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content p {
  color: #666666;
  line-height: 24px;
  font-weight: 500;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content ul {
  padding: 0;
  margin: 0 0 15px 15px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content ul li {
  line-height: 26px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #reply-title {
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments {
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments > h2 {
  font-size: 18px;
  padding: 0;
  margin: 12px 0 30px 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  background: #eeeff0;
  padding: 5px;
  top: 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text {
  padding-left: 60px;
  border: 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .meta {
  color: #ababab;
  font-size: 12px;
  font-style: italic;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .meta strong {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-style: normal;
  display: block;
  margin-bottom: 3px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .star-rating {
  display: inline-block;
  letter-spacing: 5px;
  width: 105px;
  margin: 0;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .star-rating:before {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .star-rating span {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #comments ol.commentlist li .comment-text .star-rating span strong {
  display: none;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper {
  margin-top: 30px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form {
  margin-top: 30px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating {
  padding-top: 20px;
  width: 100%;
  clear: both;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating label {
  text-transform: uppercase;
  padding-right: 50px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars {
  display: inline-block;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-author,
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-author label,
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email label {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-author label .required,
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email label .required {
  color: #eb5037;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-author input,
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email {
  padding-left: 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-comment label[for='comment'] {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-comment textarea {
  min-height: 100px;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .form-submit {
  margin: 20px 0;
  width: 100%;
  float: left;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .form-submit input {
  padding: 0 30px;
  height: 40px;
  background: #eb5037;
  font-size: 14px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
.woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .form-submit input:hover {
  background: #c22c13;
  color: #fff;
}
.woocommerce .noo-single-product .related {
  padding-top: 93px;
}
.woocommerce .noo-single-product .related .title-related {
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}
.woocommerce .noo-single-product .related .title-related span {
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #eb5037;
  margin-left: 18px;
}
/*
 * Page Cart
 */
.noo_woocommerce_header_status {
  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;
  margin-bottom: 100px;
}
.noo_woocommerce_header_status .status-box {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.noo_woocommerce_header_status .status-box .icon-box {
  padding-bottom: 40px;
  position: relative;
}
.noo_woocommerce_header_status .status-box .icon-box:before {
  width: 1px;
  height: 20px;
  background: #e2e2e2;
  bottom: 10px;
  left: 50%;
  margin-left: -0.5px;
  content: '';
  position: absolute;
}
.noo_woocommerce_header_status .status-box .icon-box i {
  width: 90px;
  height: 90px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  color: #aaaaaa;
  line-height: 90px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-align: center;
}
.noo_woocommerce_header_status .status-box .icon-box i:hover {
  background: #555555;
  color: #fff;
}
.noo_woocommerce_header_status .status-box span {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
  display: inline-block;
  letter-spacing: 0.5px;
  color: rgba(85, 85, 85, 0.9);
}
.woocommerce-checkout .box-checkout .icon-box i {
  background: #555555;
  color: #fff;
}
.woocommerce-order-received .box-thankyou .icon-box i {
  background: #555555;
  color: #fff;
}
.woocommerce-order-received .box-checkout .icon-box i {
  background: transparent;
  color: #aaaaaa;
}
.woocommerce-cart .box-cart .icon-box i {
  background: #555555;
  color: #fff;
}
.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: #eb5037;
  color: #fff;
  border-color: #eb5037;
  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-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: #eb5037;
}
.woocommerce-cart table.cart th {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 0;
  color: #333333;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e2e2e2;
}
.woocommerce-cart table.cart td {
  color: #333333;
  padding: 30px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.woocommerce-cart table.cart td .quantity {
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin: 0;
}
.woocommerce-cart table.cart td .quantity input,
.woocommerce-cart table.cart td .quantity button {
  border: 0;
  background: none;
  height: 33px;
  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: 22px;
  font-size: 14px;
}
.woocommerce-cart table.cart td .quantity button {
  padding: 0 10px;
  -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: #eb5037;
}
.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 .actions {
  padding-top: 35px;
}
.woocommerce-cart table.cart .actions .coupon {
  display: none;
}
.woocommerce-cart table.cart .actions .continue {
  float: left;
}
.woocommerce-cart table.cart .actions .continue,
.woocommerce-cart table.cart .actions .button {
  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-cart table.cart .actions .continue:hover,
.woocommerce-cart table.cart .actions .button:hover {
  background: #eb5037;
  color: #fff;
  border-color: #eb5037;
  text-decoration: none;
}
.woocommerce-cart table.cart .actions .button {
  line-height: 32px;
}
.cart-collaterals {
  margin-top: 70px;
}
.noocart-coupon {
  width: 48%;
  float: left;
}
.noocart-coupon label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 15px 0;
  display: block;
  color: #333333;
}
.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 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  background: #555555;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 11px 38px;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noocart-coupon .noo-apply-coupon:hover {
  background: #eb5037;
  color: #fff;
  text-decoration: none;
}
.cart_totals {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}
.cart_totals > h2 {
  display: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #555555;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fefefe;
  letter-spacing: 0.5px;
  font-size: 15px;
  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;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #eb5037;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  margin: 0;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  border: 0;
  margin: 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.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: #eb5037;
}
/*
 * Check out
 */
.woocommerce-checkout .woocommerce-checkout {
  margin-top: 80px;
}
.woocommerce-checkout .woocommerce-checkout label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout input {
  border: 1px solid #e2e2e2;
  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: 14px;
  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: 14px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 45px 0;
}
.woocommerce-billing-fields > h3:after,
.woocommerce-shipping-fields > h3:after {
  width: 30px;
  height: 2px;
  content: '';
  background: #eb5037;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  margin-left: 20px;
}
.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 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 45px 0;
}
#order_review_heading:after {
  width: 30px;
  height: 2px;
  content: '';
  background: #eb5037;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  margin-left: 20px;
}
.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: 'Montserrat', 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: 14px;
  font-family: 'Montserrat', sans-serif;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table tfoot th {
  font-size: 14px;
}
.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 {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  background: #555;
  padding: 0 48px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout #payment .place-order #place_order:hover {
  background: #eb5037;
}
/*
 * woocommerce account
 */
.woocommerce-account label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.woocommerce-account input.button {
  display: inline-block;
  padding: 8px 30px;
  background: #333333;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 20px;
}
.woocommerce-account input.button:hover,
.woocommerce-account input.button:focus {
  background: #eb5037;
  color: #fff;
}
.woocommerce-account input:not([type='submit']) {
  display: block;
  height: 40px;
  border: 0;
  width: 100%;
  -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: #000;
  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: #eb5037;
  -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 .col-2 h2:before {
  content: "\f25d";
}
.woocommerce-account form {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-account form.register {
  min-height: 430px;
}
.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;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 1px dashed #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 15px;
}
.woocommerce form.login label,
.woocommerce form.register label,
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.woocommerce form.login input[type='text'],
.woocommerce form.register input[type='text'],
.woocommerce form.login input[type='email'],
.woocommerce form.register input[type='email'],
.woocommerce form.login input[type='password'],
.woocommerce form.register input[type='password'] {
  border: 1px solid #e2e2e2;
  height: 40px;
  color: #888888;
  font-weight: 500;
  padding: 0 10px;
}
.woocommerce form.login input[type='text']::-moz-placeholder,
.woocommerce form.register input[type='text']::-moz-placeholder,
.woocommerce form.login input[type='email']::-moz-placeholder,
.woocommerce form.register input[type='email']::-moz-placeholder,
.woocommerce form.login input[type='password']::-moz-placeholder,
.woocommerce form.register input[type='password']::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.woocommerce form.login input[type='text']:-ms-input-placeholder,
.woocommerce form.register input[type='text']:-ms-input-placeholder,
.woocommerce form.login input[type='email']:-ms-input-placeholder,
.woocommerce form.register input[type='email']:-ms-input-placeholder,
.woocommerce form.login input[type='password']:-ms-input-placeholder,
.woocommerce form.register input[type='password']:-ms-input-placeholder {
  color: #888888;
}
.woocommerce form.login input[type='text']::-webkit-input-placeholder,
.woocommerce form.register input[type='text']::-webkit-input-placeholder,
.woocommerce form.login input[type='email']::-webkit-input-placeholder,
.woocommerce form.register input[type='email']::-webkit-input-placeholder,
.woocommerce form.login input[type='password']::-webkit-input-placeholder,
.woocommerce form.register input[type='password']::-webkit-input-placeholder {
  color: #888888;
}
.woocommerce form.login label[for='rememberme'],
.woocommerce form.register label[for='rememberme'] {
  display: block;
  margin: 10px 0 0 0;
}
.woocommerce form.login .button,
.woocommerce form.register .button {
  display: inline-block;
  padding: 8px 30px;
  background: #333333;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 20px;
}
.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover,
.woocommerce form.login .button:focus,
.woocommerce form.register .button:focus {
  background: #eb5037;
  color: #fff;
}
.woocommerce form.checkout_coupon {
  padding: 30px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  border: 1px dashed #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row-first {
  width: 76%;
  float: left;
}
.woocommerce form.checkout_coupon .form-row-last {
  width: 24%;
  float: left;
}
.woocommerce form.checkout_coupon input[type='text'] {
  display: block;
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
.woocommerce form.checkout_coupon input[type='text']::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.woocommerce form.checkout_coupon input[type='text']:-ms-input-placeholder {
  color: #000;
}
.woocommerce form.checkout_coupon input[type='text']::-webkit-input-placeholder {
  color: #000;
}
.woocommerce form.checkout_coupon input[type='text']:before,
.woocommerce form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce form.checkout_coupon input[type='text']:before,
.woocommerce form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce form.checkout_coupon input[type='submit'] {
  width: 100%;
  height: 40px;
  background: #333333;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce form.checkout_coupon input[type='submit']:before,
.woocommerce form.checkout_coupon input[type='submit']:after {
  content: " ";
  display: table;
}
.woocommerce form.checkout_coupon input[type='submit']:after {
  clear: both;
}
.woocommerce form.checkout_coupon input[type='submit']:before,
.woocommerce form.checkout_coupon input[type='submit']:after {
  content: " ";
  display: table;
}
.woocommerce form.checkout_coupon input[type='submit']:after {
  clear: both;
}
.woocommerce form.checkout_coupon input[type='submit']:hover {
  background: #eb5037;
}
.woocommerce-account form.lost_reset_password #user_login {
  border: 1px solid #eeeeee;
}
.woocommerce table.my_account_orders {
  margin: 0 0 30px 0;
  font-size: 15px;
}
p.myaccount_user a {
  color: #eb5037;
}
.pp_woocommerce .ppt,
.pp_woocommerce .pp_gallery {
  display: none !important;
}
.woocommerce-account input[type="radio"],
.woocommerce-account input[type="checkbox"] {
  height: auto;
  width: auto;
}
.woocommerce span.onsale {
  background: #eb5037;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: auto;
  top: 0;
  z-index: 9;
  right: 0;
  width: 55px;
  height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  padding: 2px 0 0 0;
  position: absolute;
  min-height: 25px;
  min-width: 55px;
}
.woocommerce span.onsale:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 10px solid #eb5037;
}
.woocommerce .product-list span.onsale {
  left: 0;
  right: auto;
}
/**
 * 4.32 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: #eb5037;
}
.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: #eb5037;
  border-bottom: 1px solid #f2f2f2;
  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: 15px;
}
.quick-view-wrap .quick-content .quick-right form.cart .quantity {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #555555;
  margin: 0 10px 0 0;
  display: inline-block;
}
.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: 33px;
  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 10px;
  -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:hover {
  color: #eb5037;
}
.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 {
  height: 35px;
  background: #555555;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.quick-view-wrap .quick-content .quick-right form.cart .button:hover {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb5037;
  color: #fff;
}
.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: 14px;
}
.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;
}
.noo-shop-banner-top {
  position: relative;
}
.noo-shop-banner-top .noo-breadcrumb-center {
  color: #f2f2f2;
  position: absolute;
  top: 50%;
  text-align: center;
  display: block;
  width: 100%;
}
.noo-shop-banner-top .noo-breadcrumb-center span {
  color: #f2f2f2;
  padding: 0 5px;
}
.noo-line {
  display: none;
}
.noo-sidebar .widget {
  margin-top: 58px;
}
.noo-sidebar .widget:first-child {
  margin-top: 0;
}
.noo-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 26px;
  margin-top: 0;
  position: relative;
}
.noo-sidebar .noo-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #eb5037;
  margin-left: 18px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.noo-sidebar ul li a {
  font-weight: 500;
}
.noo-sidebar .widget_product_categories ul li {
  position: relative;
}
.noo-sidebar .widget_product_categories ul li a {
  line-height: 36px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
}
.noo-sidebar .widget_product_categories ul li a:before {
  width: 45%;
  position: absolute;
  left: -100%;
  bottom: 0;
  content: '';
  background: #eb5037;
  height: 1px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-sidebar .widget_product_categories ul li a:hover,
.noo-sidebar .widget_product_categories ul li a:focus {
  text-decoration: none;
}
.noo-sidebar .widget_product_categories ul li a:hover:before,
.noo-sidebar .widget_product_categories ul li a:focus:before {
  left: 0;
}
.noo-sidebar .widget_product_categories ul li.cat-parent i {
  padding: 10px 12px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 2;
  cursor: pointer;
}
.noo-sidebar .widget_product_categories ul li .children {
  display: none;
  margin: 0.4688em 0 0.4688em 1em;
}
.noo-sidebar .widget_categories ul li {
  line-height: 36px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.noo-sidebar .widget_categories ul li:after {
  clear: both;
  content: '';
  display: table;
}
.noo-sidebar .widget_categories ul li a {
  line-height: 36px;
  display: inline-block;
  float: left;
  font-weight: 500;
}
.noo-sidebar .tagcloud {
  margin: 0 -3px;
}
.noo-sidebar .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  border: 1px solid #eeeeee;
  padding: 10px 25px;
  margin: 5px 3px;
}
.noo-sidebar .tagcloud a:hover {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb5037;
  text-decoration: none;
  color: #fff;
}
.page-template-page-right-sidebar .noo-sidebar {
  float: right;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  margin-top: 40px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e0e0e0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #555555;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 33px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  height: 32px;
  line-height: 32px;
  background: #f2f2f2;
  padding: 0 25px;
  color: #333333;
  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: #555555;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  font-weight: 700;
}
.woocommerce ul.product_list_widget li {
  padding: 15px 0;
}
.woocommerce ul.product_list_widget li:first-child {
  padding-top: 10px;
}
.woocommerce ul.product_list_widget li:last-child {
  padding-bottom: 0;
}
.woocommerce ul.product_list_widget li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.woocommerce ul.product_list_widget li a:hover {
  color: #eb5037;
}
.woocommerce ul.product_list_widget li a img {
  float: left;
  margin-left: 0;
  width: 70px;
  margin-right: 25px;
  margin-bottom: 10px;
}
.woocommerce ul.product_list_widget li .amount {
  font-weight: 500;
  padding-top: 5px;
  display: block;
}
.woocommerce ul.product_list_widget li del .amount,
.woocommerce ul.product_list_widget li ins .amount {
  display: inline-block;
}
.woocommerce ul.product_list_widget li ins {
  padding-left: 5px;
  text-decoration: none;
  color: #eb5037;
}
.post_list_widget li {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.post_list_widget li:first-child {
  padding-top: 10px;
  padding-bottom: 20px;
}
.post_list_widget li:last-child {
  padding-bottom: 20px;
}
.post_list_widget li a {
  text-decoration: none !important;
  display: block;
}
.post_list_widget li a:after {
  clear: both;
  content: '';
  display: table;
}
.post_list_widget li a:focus {
  outline: none;
  outline-color: transparent;
}
.post_list_widget li a:hover .post-title {
  color: #eb5037;
}
.post_list_widget li a img {
  float: left;
  margin-left: 0;
  width: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.post_list_widget li a .post-title {
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.post_list_widget li a .post-date {
  font-weight: 500;
  padding-top: 5px;
  display: block;
  color: #888888;
}
.post_list_widget li a .post-date i {
  padding-right: 5px;
  font-size: 12px;
}
.noo_widget_gallery_posts ul {
  margin: 0 -5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo_widget_gallery_posts ul li {
  display: inline-block;
  width: 33.33%;
  padding: 5px;
}
.noo_widget_gallery_posts ul a {
  display: block;
  overflow: hidden;
  position: relative;
}
.noo_widget_gallery_posts ul a:hover:after {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.noo_widget_gallery_posts ul a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo_widget_gallery_posts ul a:after {
  content: "\f064";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 50%;
  top: 60%;
  -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_widget_gallery_posts ul a:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  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_widget_gallery_posts ul a img {
  width: 100%;
}
/* *
 * 0.0 Wishlist
 */
.wishlist-title {
  display: none;
}
.woocommerce-wishlist table.wishlist_table {
  border: 0;
  margin: 0;
  font-size: 100%;
}
.woocommerce-wishlist table.wishlist_table th {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eb5037;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  padding: 18px 0;
  text-transform: uppercase;
}
.woocommerce-wishlist table.wishlist_table th.product-thumbnail {
  padding-left: 30px;
  width: 20%;
}
.woocommerce-wishlist table.wishlist_table th.product-name {
  width: 20%;
}
.woocommerce-wishlist table.wishlist_table th.product-price,
.woocommerce-wishlist table.wishlist_table th.product-quantity,
.woocommerce-wishlist table.wishlist_table th.product-subtotal {
  width: 18.3%;
}
.woocommerce-wishlist table.wishlist_table th.product-remove {
  width: 5%;
}
.woocommerce-wishlist table.wishlist_table td {
  text-align: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eb5037;
  padding: 50px 0;
}
.woocommerce-wishlist table.wishlist_table td.product-thumbnail img {
  width: 100px;
  border: 1px solid #eeeeee;
  margin: 0;
}
.woocommerce-wishlist table.wishlist_table td.product-thumbnail a:last-child {
  text-transform: uppercase;
  padding-left: 35px;
}
.woocommerce-wishlist table.wishlist_table td.product-subtotal {
  color: #000;
}
.woocommerce-wishlist table.wishlist_table td.product-remove {
  padding-left: 15px !important;
}
.woocommerce-wishlist table.wishlist_table td.product-remove a {
  color: red;
  line-height: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce-wishlist table.wishlist_table td.product-remove a:hover {
  background: red;
  color: #fff !important;
}
.woocommerce-wishlist table.wishlist_table .product-add-to-cart a {
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  padding: 0 25px;
  color: #333333;
  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-wishlist table.wishlist_table .product-add-to-cart a:hover {
  background: #555555;
  color: #fff;
}
.woocommerce-wishlist table.wishlist_table tfoot td {
  border: 0;
  padding-bottom: 0;
}
.woocommerce-wishlist table.wishlist_table tfoot td .yith-wcwl-share {
  margin-bottom: 0;
}
/*
* 5.0 Footer
* ==========================================================================
*/
.wrap-footer {
  padding: 0 0 0;
  background: #fcfcfc;
  color: #333333;
}
.wrap-footer a {
  color: #333333;
}
.wrap-footer .widget-title {
  color: #333333;
}
.wrap-footer .widget_rss li .rsswidget {
  color: #fff;
}
.wrap-footer .wigetized {
  border-top: 1px solid #f2f2f2;
  padding: 100px 0 50px;
}
.widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 32px;
  margin-top: 15px;
}
.widget {
  margin-top: 30px;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li a {
  font-size: 14px;
  line-height: 24px;
}
.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;
}
.noo-bottom-bar-content {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
}
.noo-bottom-bar-content p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #888888;
  margin: 3px 0 0 0;
}
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);
}
.widget .noo-infomation-attr {
  margin-top: 30px;
}
.widget .noo-infomation-attr li {
  margin-top: 10px;
  position: relative;
}
.widget .noo-infomation-attr li:after {
  clear: both;
  content: '';
  display: table;
}
.widget .noo-infomation-attr li .infomation-directions {
  position: absolute;
  font-size: 16px;
  color: #aaaaaa;
  top: 3px;
  left: 0;
}
.widget .noo-infomation-attr li .infomation-icon {
  padding-right: 12px;
  font-size: 16px;
  color: #aaaaaa;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  display: inline-block;
}
.widget .noo-infomation-attr li address {
  padding-left: 30px;
  margin: 0;
}
.widget .noo-infomation-attr li:hover .infomation-icon,
.widget .noo-infomation-attr li:hover .infomation-directions {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  color: #eb5037;
}
.social-all {
  margin-top: 20px;
}
.social-all a {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #cccccc;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  margin: 10px 8px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  text-decoration: none !important;
}
.social-all a:after {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid rgba(235, 80, 55, 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(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: alpha(opacity=0);
}
.social-all a:hover {
  background: #eb5037;
  color: #fff;
}
.social-all a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.widget_nav_menu ul li a {
  line-height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.widget_nav_menu ul li a:before {
  content: "\f178";
  font-family: 'FontAwesome';
  margin-left: -18px;
  padding-right: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #eb5037;
}
.widget_nav_menu ul li a:hover {
  color: #eb5037;
}
.widget_nav_menu ul li a:hover:before {
  margin-left: 0;
}
.noo-instagram ul {
  margin: 0 -5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-instagram ul li {
  display: inline-block;
  width: 25%;
  padding: 5px;
}
.noo-instagram ul a {
  display: block;
  overflow: hidden;
  position: relative;
}
.noo-instagram ul a:hover:after {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.noo-instagram ul a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-instagram ul a:after {
  content: "\f064";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 50%;
  top: 60%;
  -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-instagram ul a:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  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-instagram ul a img {
  width: 100%;
}
.noo-btn-recent-viewed {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 132px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  right: 20px;
  -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;
  cursor: pointer;
  padding-top: 15px;
  height: 50px;
  line-height: 1;
  text-align: center;
  width: 50px;
  z-index: 100;
}
.noo-btn-recent-viewed:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #eb5037;
}
.noo-recent-viewed-product {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
  position: fixed;
  bottom: 200px;
  right: 0;
  background: #fff;
  padding: 15px;
  z-index: 100;
  max-width: 320px;
  border: 1px solid #eee;
}
.noo-recent-viewed-product.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-recent-viewed-product h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
}
.noo-recent-viewed-product .woocommerce .product_list_widget li {
  padding-top: 0;
}
.noo-recent-viewed-product .woocommerce .product_list_widget li img {
  width: 60px;
}
/*
* 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
* -----------------------------------------------------------------------------
*/
@media (min-width: 1200px) and (max-width: 1380px) {
  .noo_shortcode_about {
    padding: 100px 0;
  }
  .noo_shortcode_about div.about-left {
    padding-left: 100px;
    padding-right: 100px;
  }
  .reponsive_inner_t7_l3.noo-testimonial-left .vc_column-inner {
    padding-top: 40px !important;
    padding-right: 100px !important;
    padding-bottom: 40px !important;
    padding-left: 100px !important;
  }
  div.reponsive_t7_l3 {
    padding-top: 70px !important;
    padding-right: 60px !important;
    padding-bottom: 70px !important;
    padding-left: 60px !important;
  }
  .noopage-leftsidebar .navbar-wrapper {
    width: 280px;
  }
  .noopage-leftsidebar .left-footer {
    width: 280px;
    bottom: 30px;
  }
  .noopage-leftsidebar .noo-main-menu .navbar-nav > li > a,
  .noopage-leftsidebar .navbar-header,
  .noopage-leftsidebar .header-meta {
    padding-left: 70px;
  }
  .page-template-page-left-menu .noopage-rightcontent {
    padding-left: 280px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo_countdown {
    padding-right: 0;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column {
    width: 33.33%;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(4) {
    clear: both;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(7) {
    clear: both;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo_purchase h3 {
    font-size: 23px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi {
    padding: 0 30px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-blog-slider-wrap .noo-blog-slider .blog-slider-item h4 a {
    font-size: 14px;
    text-transform: none;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-sh-title {
    font-size: 32px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-product-header .noo-product-list-cat {
    margin: 35px 0 0 0;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content {
    padding: 0 60px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content i {
    left: 25px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-blog-slider-wrap .noo-blog-slider .owl-controls {
    top: 30px;
  }
}
/*
* 7.1 Responsive -devices 992 -- 1200
* -----------------------------------------------------------------------------
*/
@media (min-width: 992px) and (max-width: 1200px) {
  .noo-blog-slider-wrap .noo-blog-slider .blog-slider-item .blog-item-thumbnail {
    max-height: 250px;
  }
  .noo_sh_custom .noo_sh_custom_content {
    padding: 30px;
  }
  .noo_sh_custom a {
    margin-top: 25px;
  }
  .noo_sh_custom .noo-sh-title {
    font-size: 45px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 {
    min-height: 360px;
  }
  .noo_shortcode_about {
    padding: 100px 0 100px;
  }
  .noo_shortcode_about .about-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .reponsive_inner_t7_l3 .vc_column-inner {
    padding: 70px 30px !important;
  }
  div.reponsive_t7_l3 {
    padding: 70px 30px !important;
  }
  div.reponsive_t4_l3 {
    padding: 40px 30px !important;
  }
  .noopage-leftsidebar .navbar-wrapper {
    width: 280px;
  }
  .noopage-leftsidebar .left-footer {
    width: 280px;
    bottom: 30px;
  }
  .noopage-leftsidebar .noo-main-menu .navbar-nav > li > a,
  .noopage-leftsidebar .navbar-header,
  .noopage-leftsidebar .header-meta {
    padding-left: 70px;
  }
  .page-template-page-left-menu .noopage-rightcontent {
    padding-left: 280px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo_countdown {
    padding-right: 0;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column {
    width: 50%;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(3) {
    clear: both;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column:nth-child(5) {
    clear: both;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo_purchase h3 {
    font-size: 23px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi {
    padding: 0 30px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-blog-slider-wrap .noo-blog-slider .blog-slider-item h4 a {
    font-size: 14px;
    text-transform: none;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-sh-title {
    font-size: 32px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-product-header .noo-product-list-cat {
    margin: 35px 0 0 0;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content {
    padding: 0 60px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content i {
    left: 25px;
  }
  .page-template-page-left-menu .noopage-rightcontent .noo-blog-slider-wrap .noo-blog-slider .owl-controls {
    top: 30px;
  }
  .noo-shortcode-product .noo-sh-grid.columns4 .noo-product-column {
    width: 33.33%;
  }
  .hentry .entry-footer span.tags-links {
    display: none;
  }
}
/*
* 7.1 Responsive - Medium devices 991
* -----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  .single-product .noo-main {
    width: 100%;
  }
  .noo-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: #5A5A5A;
    margin: 0 !important;
  }
  .header-meta ul li .noo-minicart {
    display: none !important;
  }
  .header_classic button.noo_icon_menu,
  .header_menu_bottom_slider button.noo_icon_menu {
    color: #333333;
  }
  .header_services .cart-name {
    display: none !important;
  }
  .header_services .header-meta {
    padding-right: 45px;
  }
  .header_services .noo-header-search {
    margin-top: 15px;
  }
  .header_services button.noo_icon_menu {
    color: #333333;
    right: 0;
    top: 25px;
  }
  .header_services .noo-header-search form input[type='search'] {
    width: 300px;
  }
  .header-meta ul li .noo-icon-cart span {
    top: 38px !important;
  }
  .navbar-default {
    min-height: 74px !important;
  }
  .navbar-wrapper .navbar-default .navbar-brand,
  .navbar-wrapper .navbar-default .header-meta a,
  .navbar-wrapper .navbar-default .navbar-brand.navbar-brand,
  .navbar-wrapper .navbar-default .header-meta a.navbar-brand,
  .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a,
  .navbar-wrapper .navbar-default .noo-main-menu .navbar-nav > li > a.navbar-brand {
    line-height: 74px !important;
    margin-top: 0 !important;
  }
  .noo-main-canvas {
    background: #fff;
    z-index: 999;
  }
  .noo-main-canvas .sub-menu {
    list-style: none;
    display: none;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .noo-main-canvas .sub-menu:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 1px;
    display: block;
    background: #eb5037;
  }
  .noo-container {
    position: relative;
  }
  button.noo_icon_menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    background: none;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 22px;
    outline: none;
  }
  .header-meta {
    padding-right: 60px;
  }
  .noo_menu_canvas {
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .noo_menu_canvas .btn-search {
    display: block;
  }
  .noo_menu_canvas .btn-search.topbar-has-search {
    display: none;
  }
  .noo_menu_canvas .btn-navbar {
    width: 25px;
    height: 15px;
    cursor: pointer;
    position: relative;
    display: block;
  }
  .noo_menu_canvas .btn-navbar span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .noo_menu_canvas .btn-navbar span:first-child {
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .noo_menu_canvas .btn-navbar span:last-child {
    top: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .noo_menu_canvas .btn-navbar.eff span {
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }
  .noo_menu_canvas .btn-navbar.eff span:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    top: 7px;
  }
  .noo_menu_canvas .btn-navbar.eff span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
    background: none;
    height: 100%;
    border-right: 1px solid #eee;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    border-left: 1px solid #eee;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse:first-child {
    padding-top: 50px;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children {
    position: relative;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i {
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i:hover {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children.active > i:before {
    content: "\f106";
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li #noo-search,
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .has-cart,
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .noo_megamenu_widget_area {
    display: none;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover {
    color: #eb5037;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover:after {
    color: #eb5037;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .off-canvas-enabled #noo-main-canvas {
    display: block;
  }
  body .noo-main-canvas {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #000;
    display: block;
    padding: 0;
  }
  .noo-main-canvas i {
    color: #000;
    font-size: 14px;
    line-height: 50px;
  }
  .exit-cavas {
    position: absolute;
    top: 10px;
    right: -289px;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../images/quickview-close.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid white;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 9;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .exit-cavas:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000;
  }
  .nav-collapse {
    height: 0;
    overflow: hidden;
  }
  .noo-sh-mailchimp .mc4wp-form input:not([type='submit']) {
    width: 500px;
  }
  .banner-product {
    display: none;
  }
  .woocommerce .noo-sh-grid2 {
    width: 100%;
    float: none;
  }
  .noo_sh_custom .noo_sh_custom_content {
    padding: 25px 40px 40px 40px;
  }
  .noo_sh_custom a {
    margin-top: 15px;
  }
  .noo_sh_custom .noo-sh-title {
    font-size: 20px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) {
    position: relative;
    padding: 0 15px 0 0;
    top: auto;
    right: auto;
    float: left;
    height: auto;
    margin-top: 30px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) > a {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    max-height: 210px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) .blog-desc {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) {
    position: relative;
    padding: 0 0 0 15px;
    top: auto;
    right: auto;
    float: left;
    height: auto;
    margin-top: 30px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) > a {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    max-height: 210px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) .blog-desc {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .noo_shortcode_about {
    padding: 70px 0 70px;
  }
  .noo_shortcode_about .about-left {
    width: 100%;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .noo_shortcode_about .about-right {
    display: none;
  }
  div.reponsive_inner_t7_l3 .vc_column-inner {
    padding-top: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 70px !important;
    padding-left: 30px !important;
  }
  div.reponsive_t7_l3 {
    padding-top: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 70px !important;
    padding-left: 30px !important;
  }
  div.reponsive_t4_l3 {
    padding-top: 40px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth {
    display: block;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar {
    float: none;
    max-width: 100%;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-wrapper {
    max-width: 100%;
    top: auto;
    width: 100%;
    position: relative;
    left: auto;
    padding-top: 0;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .left-footer {
    display: none;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-default {
    min-height: 75px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-header {
    float: left !important;
    padding-left: 30px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-header .navbar-brand {
    line-height: 75px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-header .navbar-brand img {
    width: 100px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .navbar-header button.noo_icon_menu {
    top: 20px;
    font-size: 22px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .header-meta {
    float: right !important;
    margin: 0;
    padding-left: 0;
    padding-right: 65px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .header-meta ul li > a {
    margin-top: 0;
    line-height: 70px;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-leftsidebar .noo-main-menu {
    margin-top: 0;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-rightcontent {
    width: 100%;
    padding: 0;
  }
  .page-template-page-left-menu .page_leftmenu_fullwidth .noopage-rightcontent .noo_countdown {
    padding-right: 0;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column {
    width: 50% !important;
    float: left;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column:nth-child(3) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column:nth-child(5) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column:nth-child(7) {
    clear: both;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column:nth-child(9) {
    clear: both;
  }
  .noo-testimonial-wrap .noo_testimonial {
    padding: 0 50px;
  }
  .noo-testimonial-wrap.noo_testimonial2 {
    padding: 0 50px 0 0;
    margin: 40px 0 0 0;
  }
  .noo-testimonial-wrap.noo_testimonial2 li .noo-testi-content p {
    margin-bottom: 35px;
  }
  .noo-sh-title {
    font-size: 42px;
  }
  .noo_countdown {
    padding: 100px 0 125px;
  }
  .noo-shortcode-product .noo-slider .owl-controls .owl-buttons div {
    left: 15px;
  }
  .noo-shortcode-product .noo-slider .owl-controls .owl-buttons div.owl-next {
    right: 15px;
  }
  .noo_purchase h3 {
    font-size: 22px;
  }
  .noo_purchase a {
    padding: 8px 30px 7px;
  }
  .noo-md-footer {
    margin-bottom: 30px;
  }
  .noo-testimonial-left .noo-testimonial-wrap .noo_testimonial {
    padding: 0;
  }
  .hentry .entry-footer span.tags-links {
    display: none;
  }
  .woocommerce-page .first {
    clear: inherit;
  }
  .noo_woocommerce_header_status .status-box {
    max-width: inherit;
    width: auto;
    text-align: center;
    padding: 0 30px;
  }
  .woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 30% !important;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 25%;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts {
    width: 20%;
  }
  .woocommerce-wishlist table.wishlist_table .product-price {
    width: 20%;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }
}
/*
* 7.2 Responsive - Small devices 767px
* -----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  .noo-logo-img {
    width: 90px;
  }
  .noo-single-product .related .noo-product-column,
  .noo-shop-main .noo-product-column {
    width: 50%;
    float: left;
  }
  .navbar-default {
    min-height: 75px;
  }
  .navbar-brand {
    line-height: 75px;
  }
  .header_classic .header-meta ul li > a {
    line-height: 75px;
    margin-top: 0;
  }
  .header_classic .header-meta ul li .noo-icon-cart span {
    top: 38px;
  }
  .page-template-page-product-slider .navbar-brand {
    line-height: 75px;
  }
  .page-template-page-product-slider .navbar-default {
    min-height: 75px;
  }
  .page-template-page-product-slider .header-meta {
    padding-right: 70px;
  }
  .page-template-page-product-slider .header-meta ul li > a {
    line-height: 75px;
  }
  .page-template-page-product-slider .header-meta ul li a.noo-icon-cart span {
    top: 35px;
  }
  .page-template-page-product-slider button.noo_icon_menu {
    color: #333333;
    top: 18px;
  }
  .header_absolute_transparent button.noo_icon_menu {
    top: 18px;
  }
  .header_absolute_transparent .navbar-wrapper .navbar-default {
    min-height: 75px;
  }
  .header_absolute_transparent .navbar-wrapper .navbar-default .navbar-brand {
    line-height: 75px;
  }
  .header_absolute_transparent .navbar-wrapper .navbar-default .header-meta a {
    line-height: 75px;
  }
  .header_absolute_transparent .navbar-wrapper .navbar-default .header-meta {
    padding-right: 70px;
  }
  .header_absolute_transparent .navbar-wrapper .navbar-default .header-meta ul li .noo-icon-cart span {
    top: 40px;
  }
  .header_services .noo-header-search {
    display: none;
  }
  .header_services .navbar-default {
    min-height: 75px;
  }
  .header_services .navbar-default .navbar-content .navbar-brand {
    line-height: 75px;
  }
  .header_services .header-meta ul li > a {
    line-height: 75px;
  }
  .header_services button.noo_icon_menu {
    top: 20px;
  }
  .header_services .cart-name {
    display: none !important;
  }
  div.reponsive-mobi-30 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .noo-topbar {
    display: none !important;
  }
  .mobile-hidden {
    display: none;
  }
  .noo-sh-title {
    font-size: 32px;
  }
  .noo-product-header .pull-left,
  .noo-product-header .pull-right {
    float: none !important;
  }
  .noo-product-header .noo-product-list-cat {
    margin: 30px 0 0 0;
  }
  .noo-product-header .noo-product-list-cat li {
    margin: 0 25px 0 0;
  }
  .noo_countdown {
    padding: 50px 0 70px;
  }
  .noo_countdown h2 {
    font-size: 42px;
  }
  .noo_countdown p {
    padding: 0 35px;
  }
  .noo_countdown .shop_now {
    margin-top: 55px;
  }
  .noo-blog-slider-wrap .noo-blog-slider {
    margin-top: 35px;
  }
  .noo-blog-slider-wrap .noo-blog-slider .blog-slider-item h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .noo-blog-slider-wrap .noo-blog-slider .owl-controls {
    top: 0;
  }
  .noo-sh-mailchimp .mc4wp-form .noo-mail-title {
    font-size: 26px;
  }
  .noo-sh-mailchimp .mc4wp-form input:not([type='submit']) {
    width: 320px;
  }
  .noo-sh-mailchimp .mc4wp-form input[type='submit'] {
    padding: 0 20px;
    font-size: 14px;
  }
  .noo_purchase img {
    height: 150px;
    width: auto;
  }
  .noo-blog-slider-wrap .noo-blog-creative .owl-controls {
    top: 0;
  }
  .header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .p-cat {
    font-size: 14px;
  }
  .header_slider_product .top_slider_product .slider-content .content-table .content-table-cell h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .price {
    font-size: 16px;
    margin-bottom: 38px;
  }
  .header_slider_product .top_slider_product .slider-content .content-table .content-table-cell .shop-now {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .noopage-rightcontent .noo-testimonial-wrap.style-navi .noo_testimonial li .noo-testi-content {
    margin-left: 15px;
  }
  .noopage-rightcontent .noo-testimonial-wrap.style-navi {
    max-width: inherit;
    padding: 0 30px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2 .noo-item-thumb {
    height: 350px;
  }
  .header-meta ul li .noo-minicart {
    display: none !important;
  }
  .noo-breadcrumb {
    display: none;
  }
  body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    top: 0;
    bottom: auto;
  }
  .noo-catalog .product-style-control {
    float: none !important;
  }
  .noo-catalog .woocommerce-ordering {
    float: none !important;
    margin: 15px 0;
  }
  .noo-catalog .woocommerce-product_per {
    float: none !important;
  }
  .noo-catalog .woocommerce-product_per label {
    padding-right: 15px;
  }
  .noo_woocommerce_header_status {
    display: none;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart .product-name {
    width: 40%;
  }
  .woocommerce-cart table.cart .product-quantity {
    width: 27%;
  }
  .woocommerce-cart table.cart td {
    font-size: 14px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
  .noo-bottom-bar-content .text-right {
    text-align: left;
    margin-top: 10px;
  }
  .woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 40% !important;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 35%;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts,
  .woocommerce-wishlist table.wishlist_table .product-stock-status {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-price {
    width: 20%;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
    float: none;
  }
  .woocommerce .noo-single-product div.product .images .single-product-thumbail {
    display: none;
  }
  .woocommerce .noo-single-product div.product .images .single-product-slider {
    margin-left: 0;
  }
  .woocommerce-account .col2-set .col-2,
  .woocommerce-account .col2-set .col-1 {
    width: 100%;
    float: none;
  }
  .quick-view-wrap .quick-content {
    max-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%;
  }
}
/*
* 7.3 Responsive - Mobile devices 480
* -----------------------------------------------------------------------------
*/
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 20px;
  }
  #order_review_heading,
  .woocommerce-billing-fields > h3,
  .woocommerce-shipping-fields > h3 {
    font-size: 15px;
  }
  .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;
  }
  .woocommerce form.checkout_coupon {
    padding: 15px;
  }
  .woocommerce form.checkout_coupon .form-row-first {
    width: 100%;
    float: none;
  }
  .woocommerce form.checkout_coupon .form-row-last {
    width: 100%;
    float: none;
  }
  .noo-single-product .related .noo-product-column,
  .noo-shop-main .noo-product-column {
    width: auto;
    float: none;
  }
  .noo_shortcode_about .about-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  div.reponsive_inner_t7_l3 .vc_column-inner {
    padding-top: 50px !important;
    padding-right: 15px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
  }
  div.reponsive_t7_l3 {
    padding-top: 50px !important;
    padding-right: 15px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
  }
  div.reponsive_t4_l3 {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
  }
  div.reponsive_l15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .noo-sh-title {
    font-size: 22px;
  }
  .noo-attach {
    font-size: 14px;
  }
  .noo-product-header .noo-product-list-cat {
    margin: 15px 0 0 0;
  }
  .noo-product-header .noo-product-list-cat li {
    margin: 5px 25px 0 0;
  }
  .noo_countdown {
    padding: 30px 0 30px;
  }
  .noo_countdown h2 {
    font-size: 32px;
  }
  .noo_countdown p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .noo_countdown .countdown-section {
    margin: 7px 10px;
    min-width: 100px;
  }
  .noo-testimonial-wrap .noo_testimonial {
    padding: 0;
  }
  .noo-testimonial-wrap .noo_testimonial li {
    text-align: center;
  }
  .noo-testimonial-wrap .noo_testimonial li .noo-testi-content {
    margin-left: 0;
  }
  .noo-testimonial-wrap .noo_testimonial li .noo-testi-content .testi-author:after {
    left: 50%;
    margin-left: -40px;
  }
  .noo-testimonial-wrap .noo_testimonial .owl-controls {
    display: none !important;
  }
  .noo-sh-mailchimp {
    padding: 45px 0;
  }
  .noo-sh-mailchimp .noo-mail-title {
    font-size: 20px;
    padding: 0 15px;
  }
  .noo-sh-mailchimp .noo-mail-desc {
    text-transform: none;
    line-height: 24px;
  }
  .noo-sh-mailchimp .mc4wp-form input[type='submit'] {
    padding: 0 10px;
    font-size: 10px;
  }
  .noo-sh-mailchimp .mc4wp-form input:not([type='submit']) {
    width: 180px;
  }
  .wrap-footer {
    padding: 0;
  }
  .noo-shortcode-product .noo-sh-grid .noo-product-column {
    width: 100% !important;
    float: none;
  }
  .noo_sh_custom p {
    display: none;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc div {
    padding: 15px 0;
    text-align: left;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(1) .blog-desc div h4 a {
    text-transform: none;
    line-height: 24px;
    font-size: 16px;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2),
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) {
    width: 100%;
    float: none;
    padding: 0;
  }
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(2) div h4 a,
  .noo-blog-slider-wrap .noo-blog-creative .blog-slider-item2 .slider-item2:nth-child(3) div h4 a {
    text-transform: none;
    line-height: 24px;
    font-size: 16px;
  }
  .noo_purchase h3 {
    font-size: 14px;
  }
  .noo_purchase a {
    padding: 8px 20px 7px;
    font-size: 12px;
  }
  .hentry .entry-footer .pull-left,
  .hentry .entry-footer .pull-right {
    float: none !important;
  }
  .hentry .entry-footer .noo-readmore {
    margin-bottom: 15px;
  }
  .hentry .entry-footer span {
    margin-left: 0;
    margin-right: 20px;
  }
  .hentry .entry-header h2 a,
  .our-blog-item .noo-blog-desc h3 a {
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  .single .tags-links {
    float: none;
  }
  .single .single-social {
    float: none;
    margin-top: 15px;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart .product-price {
    display: none;
  }
  .woocommerce-cart table.cart .product-quantity {
    display: none;
  }
  .woocommerce-cart table.cart .product-name {
    width: 55%;
  }
  .woocommerce-cart table.cart .product-remove {
    width: 8%;
  }
  .woocommerce-cart table.cart .product-subtotal {
    width: 30%;
  }
  .woocommerce-cart table.cart .actions {
    text-align: left !important;
  }
  .woocommerce-cart table.cart .actions .continue {
    display: block;
    margin-bottom: 15px;
  }
  .woocommerce-cart table.cart td {
    font-size: 14px;
  }
  .noocart-coupon {
    width: 100%;
    float: none;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 30px;
    width: 100%;
    float: none;
  }
  #comments ol li .comment-wrap .comment-img {
    display: none;
  }
  #comments ol li .comment-wrap .comment-block {
    padding: 0;
  }
  #comments ol li .children,
  #comments ul li .children {
    margin-left: 30px;
    margin-top: 25px;
  }
  #comments ol li .comment-wrap .comment-header .comment-meta {
    float: none;
    padding-left: 0;
  }
  .woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-name {
    width: 45% !important;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 50%;
  }
  .woocommerce-wishlist table.wishlist_table .product-add-to-cart a {
    font-size: 10px !important;
  }
  .woocommerce-wishlist table.wishlist_table .product-stock-stauts,
  .woocommerce-wishlist table.wishlist_table .product-stock-status {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-price {
    display: none;
  }
  .woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }
  .woocommerce-wishlist table.wishlist_table td.product-remove {
    padding-left: 0 !important;
  }
  .woocommerce .noo-single-product div.product .entry-summary .product_title {
    font-size: 16px;
  }
  .woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email {
    padding-left: 0;
  }
  .woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-author,
  .woocommerce .noo-single-product div.product .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-email {
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/*
* 7.4 Responsive - Small Mobile devices
* -----------------------------------------------------------------------------
*/
