/*
Version: 1.0
Author: Themevast
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.transition1 {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  -moz-transition: top 0.3s ease 0s, opacity 0.3s;
  -ms-transition: top 0.3s ease 0s, opacity 0.3s;
  -o-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-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);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulses {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulses {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulses {
  -webkit-animation-name: pulses;
  animation-name: pulses;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2f2f2f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-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: 18px;
  margin-bottom: 18px;
  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;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #fff;
}
.text-danger {
  color: #fff;
}
.text-success {
  color: #fff;
}
.text-info {
  color: #fff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h1, .h1 {
  font-size: 33px;
}
h2, .h2 {
  font-size: 27px;
}
h3, .h3 {
  font-size: 23px;
}
h4, .h4 {
  font-size: 17px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 12px;
}
h1 small, .h1 small {
  font-size: 23px;
}
h2 small, .h2 small {
  font-size: 17px;
}
h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857;
}
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;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
    .brands .item .card img {
        width: 100%;
        max-width: none !important;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #d6d4d4;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d6d4d4;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.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 {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #fe9126;
}
.has-error .help-block,
.has-error .control-label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f3515c;
}
.has-success .help-block,
.has-success .control-label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #55c65e;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-remove:hover, .btn-previous:hover, .btn-remove2:hover, .btn-edit:hover, .btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn-remove:active, .btn-previous:active, .btn-remove2:active, .btn-edit:active, .btn.active, .active.btn-remove, .active.btn-previous, .active.btn-remove2, .active.btn-edit {
  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, .disabled.btn-remove, .disabled.btn-previous, .disabled.btn-remove2, .disabled.btn-edit, .btn[disabled], [disabled].btn-remove, [disabled].btn-previous, [disabled].btn-remove2, [disabled].btn-edit, fieldset[disabled] .btn, fieldset[disabled] .btn-remove, fieldset[disabled] .btn-previous, fieldset[disabled] .btn-remove2, fieldset[disabled] .btn-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-link {
  color: #555;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .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: #2f2f2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -20px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Extend - Css3 - Animation ==================================================*/
.box-shadow, .products-grid .item .add-to-links, .nav_megamenu div.megamenu div.dropdown {
  -webkit-box-shadow: 0px 0px 6px 1px #eee;
  box-shadow: 0px 0px 6px 1px #eee;
}
.transition, .border-effect:before, .border-effect:after, button.button span span, .block-layered-nav dd li a:before, .menu-overlay, .quick-access .access-content, .quick-access .header-language .form-language .sub-lang li a, .quick-access .header-currency .form-currency .sub-currency li a, .quick-access .header-toplinks .links li a, #search_mini_form .box-search, .products-grid .item .add-to-links, .label-new, .label-sale, .nav_megamenu .itemMenu a.level1:after, .nav_megamenu .itemMenu a.level2, .nav_megamenu .itemMenu a.level3, .nav_vmegamenu li.parent > a:after, .accordion a, .accordion span.head a, .accordion span.head a:after, .nivo-controlNav a, .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next, ul.cattabs li, .more-views .owl-controls, .header-cart-mini .top-cart-content, .banner-top a:before, .banner-top a img, .dailydeals .box-countdown .reamore a, .new-product-side2 a.new-product-side2-link, .banner-left a, #back-top span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 22px;
}
.icon-preview {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 22px;
}
.item-shadow, .banner-left a:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.item-shadow-out {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.border-radius, .sorter .sorter-right .sort-by select, .sorter .view-mode .grid, .sorter .view-mode .list, .tags-list li a, .quick-access .fa, .product-view .add-to-cart .box-qty, .owl-controls .owl-nav, .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next, .header-cart-mini .shopping-cart .count, .dailydeals .box-countdown .reamore a, .freeshipping a {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.filter {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.arrow {
  position: absolute;
  right: 25px;
  top: -10px;
  content: "";
  border-style: solid;
  top: -10px;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #212121 transparent;
}
.border-effect {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.border-effect:before, .border-effect:after {
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  display: block;
}
.border-effect:before {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: auto;
  height: auto;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-effect:after {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: auto;
  height: auto;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.border-effect:hover:before, .border-effect:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* Global ==================================================*/
* {
  margin: 0;
  padding: 0;
}
body {
  font: normal 14px/1.55 "Source Sans Pro", sans-serif;
  text-align: left;
  background: #fff;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #cea950;
}
span.color {
  color: #444;
}
a:focus,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* Headings */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.35;
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  font-weight: normal;
}
h5 {
  font-size: 12px;
  font-weight: normal;
}
h6 {
  font-size: 11px;
  font-weight: normal;
}
/* Forms */
fieldset {
  border: 0;
}
legend {
  display: none;
}
/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
p {
  margin: 0;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small, big {
  font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt, dd {
  line-height: 25px;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  overflow: hidden;
}
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 40px auto;
  min-height: 400px;
  text-align: left;
}
.container {
  padding: 0;
}
.container-inner {
  padding: 0 30px;
}
.home-content {
  padding-top: 60px;
}
/* Content Columns */
.col2-set {
  margin-bottom: 20px;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}
.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #2f2f2f;
  outline: 0;
}
input.input-text,
select, textarea {
  border: 0;
  background: #f6f6f6;
}
input.input-text,
textarea {
  padding: 6px;
}
select {
  padding: 1px;
}
select option {
  padding-right: 10px;
  padding-left: 10px;
}
select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 4.5em !important;
}
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
button.button span span {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #d1d1d1;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
button.button:hover span span {
  background-color: #cea950;
  border-color: #cea950;
  color: #fff;
}
button.button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}
button.btn-checkout span span {
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background-color: #cea950;
  color: #fff;
  border-color: #cea950;
}
button.btn-checkout:hover span span {
  background-color: #000;
  border-color: #000;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 8px;
}
.form-list li label {
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
.form-list li label.required em {
  float: right;
  font-style: normal;
  color: #cea950;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list li.wide textarea,
.form-list li.wide select,
.form-list li.wide .input-box,
.form-list li.wide input.input-text {
  width: 100%;
}
.form-list li.additional-row {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .form-list .input-box {
  display: block;
  clear: both;
  width: 100%;
}
.form-list .field {
  float: left;
  width: 100%;
}
.form-list input.input-text {
  width: 100%;
}
.form-list textarea {
  width: 100%;
  height: 10em;
}
.form-list select {
  width: 100%;
}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px;
}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
#login-form .form-list .input-box,
#login-form .form-list input.input-text {
  width: 100%;
  height: 30px;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box,
.form-list-narrow li.wide select,
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}
.buttons-set {
  clear: both;
  margin: 15px 0 0;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.fieldset {
  border: 1px solid #f2f2f2;
  padding: 25px 25px 16px 25px;
  margin: 28px 0;
  background: #fff;
}
.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin: -42px 0 0 0;
  padding: 7px 15px;
  position: relative;
}
/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #cea950;
}
.validation-failed {
  border: 1px dashed #cea950 !important;
  background: #fff !important;
}
p.required {
  font-size: 12px;
  text-align: right;
  color: #cea950;
}
/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
/* Global Messages  */
.success {
  font-weight: bold;
}
.error {
  font-weight: bold;
}
.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border: 1px solid #f2f2f2;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #333;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: 5px 10px;
}
.error-msg {
  background-image: url(../images/i_msg-error.gif);
}
.success-msg {
  background-image: url(../images/i_msg-success.gif);
}
.note-msg,
.notice-msg {
  background-image: url(../images/i_msg-note.gif);
}
/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.page-title h1, .page-title h2 {
  color: #333;
  font-size: 23px;
  position: relative;
  font-weight: bold;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left;
}
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}
/* Toolbar */
.toolbar {
  margin-bottom: 30px;
  color: #a5a5a5;
}
.toolbar label {
  font-weight: 300;
}
.toolbar-bottom .toolbar {
  padding: 0px;
  margin: 0;
}
.toolbar-bottom .toolbar .pager {
  display: block;
}
.toolbar-bottom .toolbar .pager .pages {
  display: block;
  padding: 18px 0 11px 0;
}
.toolbar-bottom .toolbar .sorter {
  display: none;
}
/* Pager */
.pager {
  text-align: center;
  padding: 0;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.sort-by .pager .pages {
  display: block;
 }
.pager .pages {
  display: none;
  text-align: center;
  padding: 0;
}
.pager .pages strong {
  display: none;
}
.pager .pages ol {
  display: inline-block;
  margin: 0;
}
.pager .pages ol li {
  float: left;
  margin: 0 4px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 16px;
  background: #f6f6f6;
}
.pager .pages ol li a {
  display: block;
  color: #bababa;
}
.pager .pages ol li a:hover,
.pager .pages ol li a:focus {
  background: #cea950 !important;
  color: #fff;
}
/*.pager .pages ol li:hover,*/ .pager .pages ol li.current {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.pager .pages ol li:last-child {
  border-right: none;
}
/* Sorter */
.sorter .sorter-left {
  float: left;
  font-weight: 300;
}
.sorter .sorter-left .limiter ul {
  display: inline-block;
  margin: 0 3px;
}
.sorter .sorter-left .limiter ul li {
  display: inline-block;
}
.sorter .sorter-left .limiter ul li a {
  color: #a5a5a5;
}
.sorter .sorter-left .limiter ul li a:hover {
  color: #cea950;
}
.sorter .sorter-left .limiter ul li:first-child a span {
  display: none;
}
.sorter .sorter-right {
  float: right;
}
.sorter .sorter-right .sort-by {
  float: left;
  margin-right: 15px;
}
.sorter .sorter-right .sort-by label {
  position: relative;
}
.sorter .sorter-right .sort-by label:before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  text-align: left;
}
.sorter .sorter-right .sort-by select {
  /*border: 1px solid #d8d8d8;*/
  background-color: #fff;
  padding: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  padding: 8px 15px;
  color: #a5a5a5;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  width: 115px;
}
.sorter .view-mode {
  float: right;
  font-family: "Montserrat", sans-serif;
}
.sorter .view-mode label {
  float: left;
  margin-right: 13px;
  line-height: 25px;
}
.sorter .view-mode a {
  text-decoration: none;
}
.sorter .view-mode span {
  float: left;
  margin: 2px 5px 0 0;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  float: left;
  color: #a5a5a5;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  font-family: "FontAwesome";
}
.sorter .view-mode .grid:before, .sorter .view-mode .list:before {
  content: "\f009";
  font-size: 14px;
}
.sorter .view-mode .list {
  margin-left: 10px;
}
.sorter .view-mode .list:before {
  content: "\f00b";
}
.sorter .view-mode strong.grid {
  color: #cea950;
}
.sorter .view-mode strong.list {
  color: #cea950;
}
.sorter .view-mode a:hover {
  color: #cea950;
}
.pager li > a, .pager li span {
  display: inline;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
}
/* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.data-table td {
  padding: 10px;
  vertical-align: top;
}
.data-table th {
  font-weight: normal;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.data-table thead th {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #FFFFFF;
  background: #CFAB4B;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}
.data-table tbody td {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}
.data-table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
/* Generic Info Box */
.info-box {
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #f2f2f2;
}
tr.summary-details-excluded {
  font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
}
.std ul.disc {
  list-style: disc outside;
}
.std dl dt {
  font-weight: bold;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  padding: 0;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.std ul ul {
  list-style-type: circle;
}
.std dt {
  font-weight: bold;
}
.std blockquote {
  font-style: italic;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}
/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  padding-right: 0 !important;
}
.link-print {
  font-weight: bold;
  color: #dc6809;
}
.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove {
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
}
.btn-previous {
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
}
.btn-remove2 {
  width: 16px;
  height: 16px;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  margin: 0 auto;
}
.btn-edit {
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
/* Global site notices */
.global-site-notice {
  border: 1px solid #f2f2f2;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
/* Navigation Default Magento*/
#nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px;
}
#nav li {
  position: relative;
  text-align: left;
  float: left;
}
#nav li.active a {
  color: #cea950;
}
#nav li.over {
  z-index: 998;
}
#nav li.over a {
  color: #cea950;
}
#nav li ul span {
  white-space: normal;
}
#nav li ul li.parent a {
  background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav li ul li.parent li a {
  background: none;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub {
  left: 100px;
}
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
#nav a {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
  float: left;
  padding: 5px 12px 6px 8px;
  color: #555;
  font-weight: bold;
}
#nav a a:hover {
  display: block;
  color: #cea950;
}
#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#nav ul {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav ul ul, #nav ul div {
  top: 5px;
}
#nav ul li, #nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}
#nav ul .last {
  background: #ecf3f6;
  padding-bottom: 0;
}
#nav ul .last li span {
  padding: 3px 15px 4px 15px;
}
#nav ul a, #nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
#nav ul li a {
  font-weight: normal !important;
  background: #ecf3f6;
}
#nav ul li a:hover {
  background: #cea950;
  color: #333;
}
#nav div {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}
/* Sidebar =============================================================================== */
.block {
  margin: 20px 0 0;
  /*margin: 20px 0 20px;*/
}
.block.block-verticalmenu .block-title {
  padding: 20px 0 0px 20px;
}
.block .block-title strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #444;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
}
.block .block-title a {
  text-decoration: none;
}
.block .block-subtitle {
  margin: 0;
  padding: 0 0 9px;
  font-size: 1em;
  font-weight: bold;
  color: #0a263c;
}
.block .block-content {
  padding: 0;
  /*margin-top: 15px;*/
}
.block .block-content li.item {
  padding: 0;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 9px;
  text-align: right;
}
.block .actions a {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.block .actions button.button {
  float: right;
}
.block .empty {
  margin: 0;
  padding: 0;
}
.checkout-onepage-index .col-right .block .block-content {
  padding: 0;
}
.checkout-onepage-index .main {
  padding-top: 40px;
}
/* Block: Related */
.block-related .block-content li.item {
  margin-bottom: 15px;
  position: relative;
}
.block-related .block-content li.item .product-image {
  float: left;
  margin-right: 15px;
}
/* Mini Products List */
.block-cart .mini-products-list .product-details .product-name {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
/* Block: Account */
.block-account {
  border-color: #bbb;
}
.block-account .block-title {
  margin-top: 20px;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  text-decoration: underline;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li .current {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}
.block-account .block-content li .current strong {
  font-weight: normal;
  color: #f33636;
}
.block-account .block-content li .current.last {
  border-bottom: 0;
}
/* Block: Layered Navigation */
.block-layered-nav {
  background: #f4f4f4;
  border: 1px solid #efefef;
  padding: 0 20px;
  margin-top: 0;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav .block-content {
  background: none;
  box-shadow: none;
}
.block-layered-nav dt {
  padding-bottom: 0;
  position: relative;
  clear: both;
}
.block-layered-nav dt span {
  font-size: 14px;
  font-weight: bold;
  /*color: #919191;*/
}
.block-layered-nav dt.even {
  margin-bottom: 0px;
}
.block-layered-nav dd {
  padding: 0 0 0px;
  margin-bottom: 15px;
}
.block-layered-nav dd li {
  line-height: 22px !important;
  text-align: right;
  color: #919191;
}
.block-layered-nav dd li a {
  font-size: 13px;
  color: #919191;
  float: left;
}
.block-layered-nav dd li a:before {
  /*content: "\f096";
  font-family: "FontAwesome";
  margin-right: 7px;
  width: 13px;
  display: inline-block;
  text-align: left;*/
}
.block-layered-nav dd li a:hover:before {
  /*content: "\f046";*/
}
.block-layered-nav dd .box-amount {
  margin-top: 15px;
}
.block-layered-nav dd .configurable-swatch-list li {
  text-align: left;
}
.block-layered-nav dd .configurable-swatch-list li a {
  float: none;
  display: block;
}
.block-layered-nav dd .configurable-swatch-list li a .count {
  float: right;
}
.block-layered-nav dd .configurable-swatch-list li a:before {
  display: none;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav .currently li {
  padding: 5px 0;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.block-layered-nav .currently .label {
  font-weight: bold;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: right;
}
.block-layered-nav .actions a {
  float: none;
}
/* Block: Cart */
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
/* Block: Wishlist */
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
/* Block: Compare Products */
.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}
.compare-table {
  border: 0;
}
tr
.compare-table thead.first td, tr
.compare-table thead.first th {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th, .compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.compare-table tbody td.last {
  border: 1px solid #f2f2f2;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
  border: 1px solid #f2f2f2;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  text-align: center;
}
.compare-table tr.add-to-row td p {
  margin: 0;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #333;
}
.compare-table tr.first td .ratings {
  width: 160px;
  margin: 0 auto;
}
/* Block: Poll */
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 3px 9px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll button.button span {
  border-color: 1px solid #f2f2f2;
  background: #618499;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: 1px solid #f2f2f2;
  background: #618499;
}
/* Block: Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 14px;
}
.block-tags .block-content a {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  padding: 4px 17px;
  font-size: 100% !important;
  border: 1px solid #f2f2f2;
  line-height: 35px;
}
.block-tags .block-content a:hover {
  color: #fff;
  background-color: #2e2e2e;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}
/* Block: Subscribe */
/*.block-subscribe .block-content {
  border: 1px solid #f2f2f2;
  padding: 15px;
}
.block-subscribe label {
  color: #727272;
  font-size: 13px;
  font-weight: normal;
}
.block-subscribe input.input-text {
  border: 0;
  color: #fff;
  display: block;
  float: left;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  background: #383838;
  margin-bottom: 15px;
}
.block-subscribe .action {
  padding: 0;
}*/
/* Block: Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.block-login .actions button.button span {
  border-color: 1px solid #f2f2f2;
  background: #618499;
}
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* ======================================================================================= */
/* Rating */
.no-rating {
  margin: 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
  display: none;
}
.ratings .rating-links .separator {
  display: none;
}
.ratings .rating-box {
  width: 65px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating1.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.ratings .rating-box .rating {
  float: left;
  height: 11px;
  background: url(../images/bkg_rating1.png) 0 100% repeat-x;
}
.ratings-table th, .ratings-table td {
  font-size: 11px;
  padding: 3px 0;
  margin-right: 5px;
}
.ratings-table .ratings {
  margin-left: 10px;
}
/* Availability */
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
.availability-only span, .availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}
.price-box {
  line-height: 16px;
}
.price-box p {
  display: inline-block;
  margin: 0 2px;
}
.price-box .price {
  color: #cea950;
}
/* Regular price */
.regular-price .price {
  font-size: 18px;
  color: #111;
  line-height: 18px;
  font-weight: bold;
}
.block .regular-price,
.block .regular-price .price {
  color: #333;
}
/* Old price */
.old-price {
  margin: 0;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  position: relative;
  line-height: 22px;
}
/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
}
.special-price .price-label {
  display: none;
}
.special-price .price {
  line-height: 18px;
  font-size: 18px;
  color: #111;
  font-weight: bold;
}
/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}
/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}
/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}
/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}
/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}
/* Tier Prices */
.product-pricing {
  margin: 10px 0;
  /*padding: 10px;*/
  font-weight: bold;
  /*background-color: #f4f7f7;
  border: 1px solid #f2f2f2;*/
  color: #cea950;
}
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #f2f2f2;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #cea950;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
/* Send a Friend */
.send-friend .form-list {
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list li .field {
  width: 315px;
}
.send-friend .form-list li .input-box {
  width: 300px;
}
.send-friend .form-list li input.input-text,
.send-friend .form-list li textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
/* Cart - Checkout */
/* Product Tags */
.tags-list li {
  float: left;
  margin: 0 5px 10px 0;
  line-height: 22px !important;
}
.tags-list li a {
  padding: 0 15px;
  display: block;
  border: 1px solid #c1c1c1;
  color: #a0a0a0;
  text-transform: capitalize;
}
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
/* Sitemap */
.page-sitemap .links {
  text-align: right;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 20px 0 20px;
  text-align: left;
}
.cart .page-title h1 {
  float: none;
}
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #f2f2f2;
}
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 30px;
}
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types .method-checkout-cart-methods-multishipping a {
  color: #333;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}
@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .btn-checkout {
    width: 100%;
  }
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}
@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 5px 5px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.crosssell {
  margin-top: 20px;
}
.crosssell .products-grid {
  margin-top: 20px;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
  margin-bottom: 30px;
}
.cart .discount .block .block-title strong, .cart .shipping .block .block-title strong {
  font-size: 16px;
}
.cart .discount .discount-form, .cart .shipping .shipping-form {
  background: #fff;
}
.cart .discount label, .cart .shipping label {
  font-weight: normal;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 100%;
}
.cart .discount input.input-text {
  width: 100%;
  padding: 7px 5px;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: left;
}
/* Shopping Cart Totals */
.cart .totals .totals-title {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
}
.cart .totals table {
  width: 100%;
  background: #fff;
}
.cart .totals td {
  padding: 15px 15px 15px 7px;
  color: #989898;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding: 10px 20px;
  text-transform: uppercase;
}
.cart .totals tfoot th strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals tfoot td strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  background: #fff;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.truncated a.dots, .truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  z-index: 999;
  width: 200px;
  padding: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  display: none;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: 12px;
  right: 0;
  display: block;
}
.col-left.sidebar {}
.col-left.sidebar > div {background: #f4f4f4;}

.col-left.sidebar > .block:fist-child {padding-top:0;}
.col-left.sidebar .block {margin:0; padding-top:5px;}
.col-left .truncated .show .item-options {left: 15px;top: 7px;}
.col-right .truncated .show .item-options {left: -240px;top: 7px;}
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}
.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3, .info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #cea950;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #cea950;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 6px;
  padding: 5px 10px;
  color: #333;
  background: #f6f6f6;
}
.block-progress dd {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
  background: #333;
  color: #fff;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
  color: #aaa;
}
.opc-block-progress dt.complete a {
  color: #cea950;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}
.opc {
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .back-link a {
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .ul {
  list-style: disc outside;
}
.opc .ul li {
  list-style: inside;
}
.opc .step-title {
  border-bottom: 1px solid #ddd;
  text-align: right;
  margin-bottom: 10px;
}
.opc .step-title .number {
  float: left;
  background: #e9e9e9;
  border: #e9e9e9;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
}
.opc .step-title h2 {
  float: left;
  margin: 0;
  color: #333;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title .number {
  border: 1px solid #cea950;
  background-color: none;
}
.opc .allow .step-title h2 {
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.opc .active .step-title .number {
  background: #cea950;
  border-color: #cea950;
  color: #fff;
}
.opc .step {
  background: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc input.radio {
  float: left;
  margin: 11px 5px 0 0;
}
.opc #checkout-step-billing input.radio {
  margin: 12px 5px 0 0;
}
.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}
#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
  font-family: "Montserrat", sans-serif;
}
#opc-shipping_method .buttons-set {
  border-top: 0;
}
#opc-review .step {
  border: 0;
}
#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}
/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #cea950;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #cea950;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #cea950;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .title-buttons button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
#multiship-addresses-table tfoot button.button span {
  border-color: #406a83;
  background: #618499;
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  background: #fff;
}
.account-login .content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.account-login .buttons-set {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 8px 13px;
  background: #fff;
}
.account-login .buttons-set a {
  line-height: 39px;
}
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #f2f2f2;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
/* General Box */
.box-account {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 20px;
  background: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #666;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong {
  display: inline;
}
.dashboard .box-tags .tags ul {
  display: inline;
}
.dashboard .box-tags .tags ul li {
  display: inline;
}
/* Address Book */
.addresses-list {
  padding: 15px;
  background: #fff;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: normal;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #f2f2f2;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2, .order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2, .page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
  display: inline;
}
/* Price Rewrites */
/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .data-table td .cart-cell .add-to-cart-alt {
  margin-bottom: 10px;
}
.my-wishlist .data-table td .cart-cell .add-to-cart-alt input.qty {
  text-align: center;
  margin-bottom: 15px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}
.review-customer-index .pager {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.review-customer-index .pager .pages {
  float: none;
  clear: both;
  border-top: 1px solid #eee;
  text-align: right;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-price .price-box {
  margin: 0;
  padding: 0;
}
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}
.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name {
  color: #203548;
}
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}
.guest-select {
  width: 305px !important;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */
.cms-index-index .main-wrapper .container > .container-inner {
  padding: 0;
}
.header {
  border-bottom: 1px solid #f6f6f6;
  padding:0 20px;
}
.header .col-logo {
  float: left;
  margin: 6px 0;
  position: relative;
  z-index: 98;
}
.header .col-logo .logo strong {
  display: none;
}
.header .col-topcart {
  float: right;
  position: relative;
  z-index: 98;
  padding: 18px 0;
}
.header .col-topcart .icon-simple {
  font-size: 20px;
  color: #1b1b1b;
  cursor: pointer;
}
.header .col-topcart .wishlist {
  float: right;
  margin-right: 15px;
}
.header .col-topcart .comparer {
  float: right;
  margin-right: 15px;
}
.header.fix-nav {
  z-index: 99;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 30px;
  background: #fff;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  /*z-index: 999;*/
  /*overflow: scroll;*/
  z-index: 9;
}
.close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2000;
}
.close:before, .close:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #777;
  right: 45%;
}
.close:before {
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skewX(45deg) skewY(0deg);
  transform: skew(45deg, 0deg);
}
.close:after {
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skewX(-45deg) skewY(0deg);
  transform: skew(-45deg, 0deg);
}
.quick-access {
  float: right;
  position: relative;
  cursor: pointer;
}
.quick-access .fa {
  width: 25px;
  height: 25px;
  border: 2px solid #111;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
}
.quick-access .access-content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 310px;
  background: #fff;
  color: #777;
  font-family: "Montserrat", sans-serif;
  z-index: 1000;
}
.quick-access .access-content.open {
  right: 0;
  z-index: 990;
}
.quick-access .access-content h3 {
  background: #f0f0f0;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  color: #777;
  font-size: 16px;
  position: relative;
}
.quick-access .access-content .menu-content {
  padding: 20px;
  text-align:left;
}
.quick-access .header-language {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.quick-access .header-language .form-language label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
  color: #666;
}
.quick-access .header-language .form-language .sub-lang {
  padding-left: 10px;
}
.quick-access .header-language .form-language .sub-lang li a {
  display: block;
  color: #777;
  padding-left: 25px;
  line-height: 30px;
}
.quick-access .header-language .form-language .sub-lang li a:hover {
  color: #cea950;
}
.quick-access .header-language .form-language .sub-lang li.selected a {
  color: #000;
}
.quick-access .header-currency {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.quick-access .header-currency .form-currency label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
}
.quick-access .header-currency .form-currency .sub-currency {
  padding-left: 10px;
}
.quick-access .header-currency .form-currency .sub-currency li a {
  color: #777;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.quick-access .header-currency .form-currency .sub-currency li a:hover {
  color: #cea950;
}
.quick-access .header-currency .form-currency .sub-currency li.selected a {
  color: #000;
}
.quick-access .header-toplinks .links {
  padding-left: 10px;
}
.quick-access .header-toplinks .links li {
  display: block;
  line-height: 30px;
}
.quick-access .header-toplinks .links li a {
  display: block;
  font-size: 14px;
  color: #777;
  text-transform: capitalize;
}
.quick-access .header-toplinks .links li a:before {
  display: inline-block;
  width: 14px;
  margin-right: 10px;
  font-family: "FontAwesome";
  content: "\f004";
}
.quick-access .header-toplinks .links li a:hover {
  color: #cea950;
}
.quick-access .header-toplinks .links li a.top-link-cart:before {
  content: "\f07a";
}
.quick-access .header-toplinks .links li a.top-link-checkout:before {
  content: "\f046";
}
.quick-access .header-toplinks .links li.first a:before {
  content: "\f007";
}
.quick-access .header-toplinks .links li.last a:before {
  content: "\f13e";
}
.top-search {
  float: right;
  margin-right: 15px;
}
#search_mini_form .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
  z-index: 98;
  display: none;
}
#search_mini_form .box-search {
  position: fixed;
  top: 40%;
  width: 100%;
  margin-top: -25px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  z-index: -1;
}
#search_mini_form .box-search.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}
#search_mini_form .form-search {
  width: 50%;
  margin: 0 auto;
}
#search_mini_form .form-search .close {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -7px;
  margin-top: 200px;
}
#search_mini_form .form-search .actions {
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #c3c3c3;
}
#search_mini_form .form-search .input-text {
  border: none;
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: #949494;
  color: black;
  background: none;
}
#search_mini_form .form-search button.button {
  position: absolute;
  right: 0;
  top: 10px;
}
#search_mini_form .form-search button.button span span {
  background: none;
  color: #aaa;
  font-size: 20px;
  padding: 0;
  border: 0;
}
#search_mini_form .form-search button.button:hover span span {
  color: #cea950;
}
.category_image.especial,
.catalog-category-view .category_image {
   /* height: 250px; */
    padding: 25px;
    /* margin-bottom: 50px; */
    background: #F6F6F6;
}
.category-image {
  margin-bottom: -150px;
}
.category-image img {
  width: 100%;
}
.category-title {
  text-align: center;
  /*margin: 20px 0 0;*/
}
.category-title h1, .category-title h2 {
  font-size: 44px;
  font-weight: normal;
  color: #494949;
  text-transform: uppercase;
  line-height: 44px;
}
.breadcumb {
  text-align: center;
  margin-top: 10px;
}
.breadcumb li {
  display: inline-block;
  margin: 0 5px;
}
.breadcumb li span {
  margin-left: 10px;
}
.category-description {
  margin: 0 0 10px;
}
/* Content Styles ================================================================= */
.product-name {
    width: 90%;
    min-height: 66px;
    line-height: 15px;
    float: none;
    margin: 13px auto;
}
.product-name a {
    font-family: 'Montserrat';
  color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.product-name a:hover {
  color: #cea950;
}
/* View Type: Grid */
.products-grid .item .box-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.products-grid .item .add-to-links {
  text-align: center;
  position: absolute;
  bottom: 20px;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 15px;
  left: 50%;
  margin-left: -70px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.products-grid .item .add-to-links li {
  float: left;
  margin: 0 5px;
  padding-right: 15px;
  border-right: 1px solid #eee;
  line-height: 12px;
}
.products-grid .item .add-to-links li button.button span span {
  background: none;
  padding: 0;
  color: #777;
  font-size: 16px;
  border: 0;
}
.products-grid .item .add-to-links li button.button:hover span span {
  color: #cea950;
}
.products-grid .item .add-to-links li a {
  font-size: 16px;
  color: #777;
}
.products-grid .item .add-to-links li a:hover {
  color: #cea950;
}
.products-grid .item .add-to-links li.quickview {
  border: 0;
  padding-right: 0;
}
.products-grid .item .product-shop {
  text-align: center;
}
.products-grid .item .product-shop .ratings {
  float: none;
  display: inline-block;
}
.products-grid .item .product-shop .ratings .rating-links {
  display: none;
}
.products-grid .item .product-shop .ratings .amount {
  display: none;
}
.products-grid .item .item-inner {
  border: 1px solid #CACACA;
  margin-bottom: 30px;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.products-grid .item .item-inner:hover .add-to-links {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.new-sale {
  position: absolute;
  top: 0;
  left: 0;
}
.new-sale p {
  line-height: 25px;
}
.label-new, .label-sale {
  z-index: 7;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-family: "Montserrat", sans-serif;
}
.label-new {
  background-color: #111;
}
.label-sale {
  background-color: #b2cc29;
  font-size: 13px;
  padding: 5px 8px;
}
/* View Type: List */
.products-list li.item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.products-list li.item.last {
  border-bottom: 0;
}
.products-list li.item .box-images {
  position: relative;
  overflow: visible;
  margin: 0;
}
.products-list li.item .product-shop {
  border-right: 1px solid #eee;
}
.products-list li.item .product-shop .shop-inner {
  padding-right: 10px;
}
.products-list li.item .product-shop .shop-inner .product-name {
  margin: 15px 0 0;
}
.products-list li.item .product-shop .shop-inner .product-name a {
  font-size: 18px;
  font-weight: normal;
  color: #757575;
}
.products-list li.item .product-shop .shop-inner .product-name a:hover {
  color: #cea950;
}
.products-list li.item .product-shop .shop-inner .price-box {
  margin: 10px 0;
}
.products-list li.item .product-shop .shop-inner .price-box .old-price .price {
  font-size: 16px;
  line-height: 25px;
}
.products-list li.item .product-shop .shop-inner .price-box .special-price .price,
.products-list li.item .product-shop .shop-inner .price-box .regular-price .price {
  font-size: 22px;
}
.products-list li.item .product-shop .shop-inner .desc {
  line-height: 24px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
}
.products-list li.item .actions {
  text-align: right;
  padding-top: 15px;
}
.products-list li.item .actions .ratings {
  margin: 0 0 20px;
}
.products-list li.item .actions .ratings .rating-box {
  margin-top: 3px;
  display: inline-block;
  float: none;
}
.products-list li.item .actions .ratings .rating-links {
  display: inline-block;
}
.products-list li.item .actions .ratings .rating-links a {
  color: #b6b6b6;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
.products-list li.item .actions .ratings .rating-links a.add-review {
  display: none;
}
.products-list li.item .actions .ratings .rating-links a:hover {
  text-decoration: underline;
}
.products-list li.item .actions .add-to-links li {
  margin-bottom: 5px;
}
.products-list li.item .actions .add-to-links li.cart {
  margin-bottom: 15px;
}
.products-list li.item .actions .add-to-links li button.button span span {
  background: #f4f4f4;
  color: #b6b6b6;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 40px;
  border: 0;
}
.products-list li.item .actions .add-to-links li button.button:hover span span {
  background: #cea950;
  color: #fff;
}
.products-list li.item .actions .add-to-links li a {
  color: #b6b6b6;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.products-list li.item .actions .add-to-links li a .fa {
  margin-right: 5px;
}
.products-list li.item .actions .add-to-links li a:hover {
  color: #cea950;
}
/* Product View ========================================================================== */
/*.catalog-product-view .main-wrapper {
  padding-top: 15px;
}*/
.catalog-product-view .main-wrapper .main {
  margin-top: 0;
}
.catalog-product-view .main-wrapper .category_image {
  margin-bottom: 25px;
}
.product-view .product-img-box .product-image {
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 96;
}
.product-view .product-img-box .product-image #wrap a img {
  width: 100%;
}
.product-view .product-img-box .more-views h2 {
  display: none;
}
.product-view .product-img-box .more-views .thumbnail-item, .product-view .product-img-box .more-views ul li {
  background: #fff;
}
.product-view .ratings .rating-links a {
  color: #333;
  line-height: 15px;
}
.product-view .ratings .rating-links a:hover {
  text-decoration: none;
  text-decoration: underline;
}
.product-view .product-shop a.nobr {
  color: #90b37f;
}
.product-view .product-shop a.nobr:hover {
  color: #e66b6b;
  text-decoration: none;
}
.product-view .product-shop .no-rating a {
  color: #777;
}
.detail-main:after {
  width: 10000px;
  content: "";
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  z-index: 8;
}
.detail-main .product-shop {
  position: relative;
  z-index: 9;
  padding: 15px 0 30px 30px;
}
.detail-main .product-shop .product-name {
  margin: 0 0 5px;
}
.detail-main .product-shop .product-name h1 {
  margin: 0;
  font-weight: 300;
  color: #000;
  font-size: 44px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
.detail-main .product-shop .availability {
  margin: 0;
  padding: 5px 0 0;
}
.detail-main .product-shop .add-to-links {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-main .product-shop .add-to-links li {
  float: left;
  margin-right: 15px;
}
.detail-main .product-shop .add-to-links a {
  color: #b6b6b6;
  text-transform: uppercase;
  font-size: 14px;
}
.detail-main .product-shop .add-to-links a .fa {
  margin-right: 10px;
}
.detail-main .product-shop .add-to-links a:hover {
  color: #cea950;
}
.detail-main .product-shop .add-to-links span {
  color: #b6b6b6;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.detail-main .product-shop .add-to-links span .fa {
  margin-right: 10px;
}
.detail-main .product-shop .add-to-links span:hover {
  color: #cea950;
}
.detail-main .product-shop .add-to-links span span {
  display: none;
}
.detail-main .product-shop .short-description {
  margin: 10px 0 25px;
  font-size: 14px;
  line-height: 24px;
}
.detail-main .product-shop .short-description .std {
  color: #777;
  font-weight: 300;
}
.detail-main .product-shop .ratings {
  margin-bottom: 15px;
}
.detail-main .product-shop .ratings .rating-links a {
  font-size: 14px;
  text-transform: uppercase;
  color: #a9a9a9;
}
.detail-main .product-shop .ratings .rating-links a.add-review {
  display: none;
}
.detail-main .product-shop .price-box {
  font-family: "Montserrat", sans-serif;
}
.detail-main .product-shop .price-box .special-price {
  float: left;
  margin-right: 10px;
}
.detail-main .product-shop .price-box .special-price .price {
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.detail-main .product-shop .price-box .old-price .price {
  font-size: 18px;
  color: #b8b8b8;
  line-height: 29px;
}
.detail-main .product-shop .price-box .regular-price .price {
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.detail-main .product-shop .availability {
  font-size: 13px;
}
.detail-main .product-shop .availability span {
  font-weight: normal;
  color: #b2cc29;
  font-weight: 700;
}
.detail-main .product-shop .add-to-box-cart {
  clear: both;
  padding-top: 20px;
}
.detail-main .product-options {
  margin: 20px 0;
}
.detail-main .product-options dl {
  margin: 0 -15px;
}
@media (min-width: 1300px) {
  .detail-main .product-shop {
    min-height: 594px;
  }
}
.product-view .add-to-cart {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.product-view .add-to-cart label {
  float: left;
  color: #b6b6b6;
  font-weight: normal;
  margin-right: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-view .add-to-cart .box-qty {
  width: 130px;
  padding: 10px 20px 10px 10px;
  background: #fff;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.product-view .add-to-cart .box-qty input.qty {
  border: 0;
  text-align: center;
  padding: 0;
  font-weight: bold;
  color: #444;
  background: none;
}
.product-view .add-to-cart .box-qty .qty-arrows {
  position: absolute;
  right: 21px;
  top: 0px;
  width: 9px;
}
.product-view .add-to-cart .box-qty .qty-arrows button.button {
  height: 18px;
  display: inherit;
  font-size: 11px;
}
.product-view .add-to-cart button.btn-cart {
  float: left;
}
.product-view .add-to-cart button.btn-cart span span {
  padding: 9px 30px;
  font-size: 16px;
  background: none;
  color: #fff;
  background: #cea950;
  border: 0;
}
.product-view .add-to-cart button.btn-cart:hover span span {
  background: #222;
  color: #fff;
}
.add-to-box {
  margin-top: 20px;
}
.add-to-box span.or {
  display: none;
}
.product-options {
  position: relative;
  background: none;
}
.product-options dt {
  font-weight: normal;
}
.product-options dt label {
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
}
.product-options dt label.required em {
  display: none;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd {
  margin: 0 0 10px 0;
}
.product-options dl.last dd.last {
  border-bottom: 0;
}
.product-options dd input.input-text {
  width: 100%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 100%;
  height: 8em;
  background: #fff;
}
.product-options dd select {
  width: 100%;
  padding: 7px 20px;
  margin-bottom: 10px;
  background: #fff;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  position: absolute;
  right: 0;
  top: 3px;
}
.product-options-bottom {
  background: none;
  border-top: 0;
}
.product-options-bottom .product-pricing {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #cea950;
}
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #cea950;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #cea950;
}
.product-options-bottom .price-box {
  margin: 0;
  padding: 0;
}
.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .add-to-cart {
  margin: 0;
}
.product-shop .product-options-bottom .price-box {
  margin: 10px 0 5px;
  display: none;
  width: auto;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
  display: none;
}
.product-collateral {
  margin: 50px 0 0;
}
.product-collateral .box-tabs {
  background: #fff;
}
.product-tabs {
  border-bottom: 1px solid #ddd;
}
.product-tabs li {
  float: left;
  margin-right: 30px;
  margin-bottom: -1px;
}
.product-tabs li a {
  color: #9b9b9b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  display: block;
  padding-bottom: 7px;
}
.product-tabs li a:hover {
  color: #333;
  border-bottom-color: #333;
}
.product-tabs li.active a {
  color: #333;
  border-bottom-color: #333;
}
.product-tabs-content {
  font-size: 14px;
  padding: 20px 0;
  line-height: 25px;
  color: #aaaaaa;
  font-weight: 300;
}
.product-tabs-content h2 {
  margin-bottom: 10px;
}
.product-tabs-content .data-table th {
  text-align: left;
  border-right: 1px solid #eee;
}
.product-tabs-content .data-table td {
  padding: 15px;
}
.product-tabs-content .box-tags .form-add label {
  display: none;
}
#product_tabs_description_contents h2 {
  display: none;
}
.box-reviews {
  background: #fff;
}
.box-reviews .review-col1 {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.box-reviews .review-col1 dt {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
  font-weight: normal;
}
.box-reviews .review-col1 dt a {
  margin-right: 10px;
}
.box-reviews .review-col1 dt span {
  margin-left: 10px;
}
.box-reviews .review-col1 dt:first-child {
  padding: 0;
  border: 0;
  margin: 0;
}
#product-review-table {
  margin: 10px 0;
  width: auto;
}
.review-col2 h3, .review-col2 h4 {
  font-size: 13px;
  font-weight: normal;
}
.box-tags .input-box {
  margin-bottom: 10px;
}
.box-tags input.input-text {
  width: 50%;
  display: block;
  height: 40px;
}
.box-tags p.note {
  margin: 10px 0;
}
#product-review-table .item {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
#product-review-table .item:first-child {
  border-top: 1px solid #f2f2f2;
}
.stars-wrapper span.vote {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
}
.stars-wrapper .value {
  color: #aaa;
  cursor: pointer;
  float: left;
  font-size: 1.16em;
  margin-right: 5px;
}
.box-reviews .stars-wrapper .value i {
  position: relative;
  transition: color 100ms ease 0s;
  z-index: 4;
}
.box-reviews .stars-wrapper .value i.active {
  color: #fe771d;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}
/* Megamenu ===========================================================*/
/*
.nav-container {
  position: relative;
  margin-right: 230px;
  z-index: 97;
}
.nav_megamenu {
  position: relative;
  font-size: 13px;
  margin: auto;
  text-align: right;
}
.nav_megamenu div.megamenu {
  display: inline-block;
}
.nav_megamenu div.nav_product .dropdown {
  width: 19% !important;
  left: 54% !important;
}
.nav_megamenu div.megamenu .level-top {
  position: relative;
}
.nav_megamenu div.megamenu#megamenu_home .level-top a:before {
  display: none;
}
.nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #252525;
  line-height: 32px;
  border: 0;
  position: relative;
}
.nav_megamenu div.megamenu .level-top a > .fa, .nav_megamenu div.megamenu .level-top span.block-title > .fa {
  margin-left: 10px;
  font-size: 14px;
}
.nav_megamenu div.megamenu.active .level-top a {
  color: #cea950;
}
.nav_megamenu div.megamenu .level-top a:hover, .nav_megamenu div.megamenu .level-top span.block-title:hover {
  color: #cea950;
}
.nav_megamenu #megamenu_link ul li a:hover {
  color: #cea950;
}
.nav_megamenu div.megamenu.act .level-top a {
  color: #cea950;
}
.nav_megamenu div.megamenu.megamenu_no_child .level-top a > .fa {
  display: none;
}
.nav_megamenu div.megamenu div.dropdown {
  padding: 15px;
  position: absolute;
  background-color: #fff;
  text-align: left;
  margin: 0;
  z-index: 9999;
  top: 74px;
  border: 1px solid #efefef;
  /*margin-left: -1px;*/
  /*
  width: 1085px;
  display: none;
}
.nav_megamenu div.megamenu:hover div.dropdown {
  display: inline-block;
}
.nav_megamenu div.dropdown a {
  display: block;
  line-height: 25px;
}
.nav_megamenu .dropdown-parent div.dropdown {
  width: 100% !important;
  clear: both;
  right: 0;
  left: auto !important;
}
.nav_megamenu .itemMenu a.level1 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav_megamenu .itemMenu a.level1:after {
  display: block;
  border-bottom: 2px solid #222;
  content: '';
  width: 50px;
}
.nav_megamenu .itemMenu a.level1:hover:after {
  border-color: #cea950;
}
.nav_megamenu .itemMenu a.level2, .nav_megamenu .itemMenu a.level3 {
  font-size: 14px;
  color: #757575;
  line-height: 15px;
  margin-bottom: 10px;
}
.nav_megamenu .itemMenu a.level2:hover, .nav_megamenu .itemMenu a.level3:hover {
  color: #cea950;
}
.nav_megamenu div.column {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.nav_megamenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.nav_megamenu div.column.blockright {
  width: 250px;
}
.nav_megamenu div.itemSubMenu {
  padding-top: 5px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.nav_megamenu .block2 {
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}
.nav_megamenu div.dropdown .block1 {
  padding: 25px 30px;
  overflow: hidden;
  float: left;
}
.nav_megamenu div.dropdown .block1 .block-contain {
  padding: 25px;
}
.nav_megamenu div.dropdown .blockright img {
  max-width: 100%;
}
.nav_megamenu #megamenu_link {
  padding: 0;
}
.nav_megamenu #megamenu_link p a {
  float: left;
  position: relative;
}
.nav_megamenu #megamenu_link .level-top ul li {
  float: left;
  list-style: none;
}
.nav_megamenu #megamenu_link .level-top ul li a {
  float: left;
  padding: 0 10px;
  display: block;
}
.nav_megamenu #megamenu_extra .dropdown {
  width: 970px !important;
}
.nav_megamenu .clearBoth {
  clear: both;
}
div.megamenu.level0 {
  position: relative;
}
div.megamenu ul.level0 {
  position: absolute;
  left: 0;
  top: 62px;
  padding: 0;
  border: 1px solid #eee;
  text-align: left;
  width: 220px;
  background: #fff;
  display: none;
  padding: 10px 0;
}
div.megamenu:hover ul.level0 {
  display: block;
}
div.megamenu ul.level0 li.level1 {
  position: relative;
  padding: 0 15px;
}
div.megamenu ul.level0 li.level1 a {
  display: block;
  line-height: 35px;
  font-size: 14px;
  text-transform: capitalize;
}
div.megamenu ul.level0 li.level1.last a {
  border: none;
}
div.megamenu ul.level0 li.level1.parent:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 7px;
  color: #ddd;
  font-size: 11px;
  font-family: "FontAwesome";
}
div.megamenu ul.level0 li.level1 ul.level1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  display: none;
}
div.megamenu ul.level0 li.level1:hover ul.level1 {
  display: block;
}
*/
/* Megamenu ===========================================================*/
/*Custommenu*/
.custom-menu-wrapper .menu-col .menu-custom-title .fa {
  float: left;
  font-size: 23px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
}
.custom-menu-wrapper .menu-col:hover .menu-custom-title .fa {
  background: #333;
  color: #fff;
  border-color: #333;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3 {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-bottom: 5px;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ddd;
}
.custom-menu-wrapper .menu-col a {
  display: inline-block;
  color: #aaa;
}
.custom-menu-wrapper .menu-col a:hover {
  text-decoration: underline;
}
.custom-menu-wrapper .menu-col .menu-custom-des {
  clear: both;
  padding-top: 15px;
}
.nav_megamenu .block2 .banner-custom {
  margin-top: 20px;
}
.nav_megamenu .block2 .banner-custom img {
  margin: 0;
}
.navbar {
  border-radius: 0;
  margin: 0;
  z-index: 99;
  border: none;
}
#navbar-inner.navbar-inactive .mobilemenu {
  display: none;
}
#navbar-inner.navbar-active .mobilemenu {
  display: block;
}
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
/*----------- Mobile Menu -------------*/
#nav-mobilemenu {
  height: auto;
  display: none;
  float: left;
  width: 100%;
  margin: 0;
}
.navbar-inner {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  /*height: 50px;*/
}
.navbar .btn-navbar {
  margin: 17px 10px 0 0;
  border: 0 !important;
  box-shadow: none !important;
  float: right;
}
.navbar .brand {
  color: #333;
  text-transform: capitalize;
  height: auto;
  line-height: 20px;
  text-shadow: none;
  font-size: 20px;
  padding: 15px 0;
  float: left;
  font-family: "Montserrat", sans-serif;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  border-bottom: 1px solid #e0d8d8;
  font-size: 13px;
  line-height: 40px;
  font-weight: normal;
  color: #222;
  margin: 0;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.mobilemenu li.blog a {
  border: none;
}
.mobilemenu ul a {
  color: #262626;
}
.mobilemenu a:hover {
  text-decoration: underline;
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
.mobilemenu span.head {
  position: absolute;
  top: 8px;
  right: 8px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
.mobilemenu li.active > span.head a, .mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
/* Vmegamenu ==================================================*/
.nav-vcontainer {
  margin-bottom: 33px;
  border: 10px solid #fff;
  padding: 30px 20px 16px 20px;
  position: relative;
}
.vmegamenu-title {
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 0 80px 40px 0;
  background: #fff;
}
.vmegamenu-title h2 {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  line-height: 20px;
}
.vmegamenu-contain {
  margin-bottom: 20px;
}
.nav_vmegamenu li {
  padding: 0 10px;
}
.nav_vmegamenu li.parent {
  position: relative;
}
.nav_vmegamenu li.parent > a {
  display: inline-block;
}
.nav_vmegamenu li.parent > a:after {
  display: inline-block;
  padding-left: 15px;
  top: 0;
  color: #666;
  font-size: 16px;
  line-height: 16px;
}
.nav_vmegamenu li.parent > a:hover:after {
  color: #cea950;
  padding-left: 25px;
}
.nav_vmegamenu li ul {
  position: absolute;
  width: 200px;
  border: 1px solid #eee;
  left: 100%;
  top: -1px;
  margin-left: -10px;
  z-index: 999;
  background: #fff;
  display: none;
}
.nav_vmegamenu li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 10px;
}
.nav_vmegamenu li a:hover {
  color: #333;
}
.nav_vmegamenu li.level0 > a {
  font-weight: bold;
  font-size: 18px;
}
.nav_vmegamenu > li:hover > ul.level0 {
  display: block;
}
.nav_vmegamenu > li > ul.level0 > li:hover ul.level1, .nav_vmegamenu > li > ul.level0 > li ul.level1 > li:hover ul.level2 {
  display: block;
}
.nav_vmegamenu > li.level0 {
  padding: 0;
}
.box-link li a {
  display: block;
  line-height: 25px;
}
/*----------- dropdown menu  -----------*/
#ma-dropdown {
  width: 193px;
}
.block-verticalmenu .block-content {
  margin: 0;
  padding: 10px 0;
}
/* All Levels */
/* Style consistent throughout all nav levels */
#ma-dropdown li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
#ma-dropdown li.last {
  border: none;
}
#ma-dropdown li.over {
  z-index: 998;
}
#ma-dropdown a,
#ma-dropdown a:hover {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
}
#ma-dropdown span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#ma-dropdown li ul span {
  white-space: normal;
}
/* 0 Level */
#ma-dropdown li.active a {
  color: #d96708;
}
#ma-dropdown a {
  padding: 6px 10px;
  color: #464646;
  font-weight: bold;
}
#ma-dropdown li.over a,
#ma-dropdown a:hover {
  color: #d96708;
}
/* 1st Level */
#ma-dropdown ul li,
#ma-dropdown ul li.active {
  margin: 0;
}
#ma-dropdown ul li.last {
  background: #ecf3f6;
  padding-bottom: 0;
}
#ma-dropdown ul a,
#ma-dropdown ul a:hover {
  background: none;
}
#ma-dropdown ul li a {
  font-weight: normal !important;
}
/* 2nd Level */
#ma-dropdown ul,
#ma-dropdown div {
  position: absolute;
  width: 193px;
  top: -1px;
  left: -10000px;
  border: 1px solid #cdcdcd;
}
#ma-dropdown div ul {
  position: static;
  width: auto;
  border: none;
}
/* 3rd+ Level */
#ma-dropdown ul ul,
#ma-dropdown ul div {
  top: -1px;
}
#ma-dropdown ul li a {
  background: #fff;
}
#ma-dropdown ul li a:hover {
  background: #d5e4eb;
}
#ma-dropdown ul li a,
#ma-dropdown ul li a:hover {
  color: #2f2f2f !important;
}
/* Show menu */
#ma-dropdown li ul.shown-sub,
#ma-dropdown li div.shown-sub {
  left: 193px;
  z-index: 999;
}
#ma-dropdown li .shown-sub ul.shown-sub,
#ma-dropdown li .shown-sub li div.shown-sub {
  left: 193px;
}
/********** Navigation > */
/* ======================================================================================= */
/*------Accordion ---------*/
.accordion {
  list-style-type: none;
  padding: 0;
}
.accordion ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.accordion li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.accordion li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.accordion li div {
  padding: 20px;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.accordion a {
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  color: #9c9c9c;
  padding: 0;
  display: block;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.accordion li.active > a, .accordion li > a:hover {
  color: #cea950;
  border-bottom: 1px solid #cea950;
}
.accordion li ul li a {
  font-size: 11px;
}
.accordion ul a {
  margin-left: 15px;
}
.accordion ul ul a {
  margin-left: 25px;
}
.accordion ul ul ul a {
  margin-left: 35px;
}
.accordion ul ul ul ul a {
  margin-left: 45px;
}
.accordion ul ul ul ul ul a {
  margin-left: 55px;
}
/*----------- button accordion -------------*/
.accordion span.head {
  position: absolute;
  top: 4px;
  right: 20px;
}
.accordion span.head a {
  padding: 0;
  margin: 0;
  color: #9c9c9c;
}
.accordion span.head a:after {
  content: "(+)";
  font-size: 12px;
}
.accordion span.head a:hover, .accordion li.active > span.head a {
  color: #cea950;
}
.accordion span.head a:hover:after, .accordion li.active > span.head a:after {
  content: "(-)";
  font-size: 12px;
}
/*
#ma-accordion {
	display: inline-block;
}
#ma-accordion li.level0 {
	position: relative;
}
#ma-accordion li {
	position: static;
	background:#f6f6f6;
	font-weight:normal;
	list-style:none;
	float:left;
}
#ma-accordion li {
	width: 193px;
}
#ma-accordion li a {
	padding: 3px 5px 3px 10px;
	display: inline-block;
	color: #2f2f2f;
	text-decoration: none;
	font-weight:bold;
}
#ma-accordion li.active a, #ma-accordion li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active a, #ma-accordion li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul.level0 {
	clear:both;
	display: none;
}
#ma-accordion li.active ul.level0 {
	display: inline-block;
}
#ma-accordion ul li a {
	text-decoration:none;
	text-transform:none;
	padding: 3px 5px 3px 20px;
	font-weight:normal;
}
#ma-accordion ul li a {
	background:url("../images/menu_bg_li1.gif") no-repeat scroll 10px 8px transparent;
}
#ma-accordion li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul {
	float:left;
	padding:0px;
	width:100%;
	display: inline-block !important;
}
#ma-accordion ul ul li { }
#ma-accordion ul ul li a {
	background:url("../images/menu_bg_li2.gif") no-repeat scroll 20px 9px transparent;
	padding: 3px 5px 3px 30px;
}
#ma-accordion li.active ul li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul ul li a {
	padding: 3px 5px 3px 40px;
	background-position: 30px 9px;
}
#ma-accordion li.active ul li.active ul li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul ul ul li a {
	padding: 3px 5px 3px 50px;
	background-position: 40px 9px;
}
#ma-accordion span.head {
	position: absolute;
	top: 0;
	right: 8px;
}
#ma-accordion span.head a {
	background: #f6f6f6 url(../images/menu_down.gif) no-repeat;
	color:#333333;
	display:block;
	height:15px;
	margin-top:5px;
	padding:0;
	width:15px;
}
#ma-accordion span.head a:hover {
	background: #ff0000 url(../images/menu_up.gif) no-repeat;
}
#ma-accordion li.selected span.head a {
	background: #f6f6f6 url(../images/menu_up.gif) no-repeat;
}
#ma-accordion li.selected span.head a:hover {
	background: #f6f6f6 url(../images/menu_down.gif) no-repeat;
}
*/
/* ======================================================================================= */
/*----------- Tree ---------*/
#ma-tree li {
  width: 100%;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 10px;
}
#ma-tree li.level0 {
  padding: 0 20px 0 10px;
  margin:0 0 10px;
}
#ma-tree li.last {margin:0;}
/*#ma-tree li span {
  text-align: right;
}*/
#ma-tree li a {
  float: left;
  padding: 0px 5px 0px 10px;
  display: block;
  text-decoration: none;
  color: #2f2f2f;
}
#ma-tree li.level0 a > span {text-transform: capitalize;}


#ma-tree li.active a, #ma-tree li a:hover {
  color: #cea950;
}
#ma-tree ul li a {
  background: url(../images/bg-li.gif) no-repeat 0 50%;
}
#ma-tree ul li {
  font-weight: normal;
}
/*--------- level 2 ----------*/
#ma-tree li.active ul li.active a, #ma-tree li.active ul li a:hover {
  color: #cea950;
}
#ma-tree li.active ul li a {
  color: #2f2f2f;
}
/*--------- level 3 ----------*/
#ma-tree li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li a:hover {
  color: #cea950;
}
#ma-tree li.active ul li.active ul li a {
  color: #2f2f2f;
}
/*--------- level 4 ----------*/
#ma-tree li.active ul li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li.active ul li a:hover {
  color: #cea950;
}
#ma-tree li.active ul li.active ul li.active ul li a {
  color: #2f2f2f;
}
/*--------- level 5 ----------*/
#ma-tree li.active ul li.active ul li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li.active ul li.active ul li a:hover {
  color: #cea950;
}
#ma-tree li.active ul li.active ul li.active ul li.active ul li a {
  color: #2f2f2f;
}
/*----------------------------------------------- Banner Slider -----------------------------------------------*/
/* Direction Nav */
.nivo-directionNav a {
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 51px;
  display: block;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  color: #fff;
  text-align: center;
  font-size: 0;
}
.nivo-directionNav a:hover {
  color: #222;
}
.nivo-directionNav .nivo-nextNav {
  right: 2.5%;
  background: url(../images/bg-next-back.png) no-repeat 100% 100%;
}
.nivo-directionNav .nivo-nextNav:hover {
  background: url(../images/bg-next-back.png) no-repeat 100% 0%;
}
.nivo-directionNav .nivo-prevNav {
  left: 2.5%;
  background: url(../images/bg-next-back.png) no-repeat 0 100%;
}
.nivo-directionNav .nivo-prevNav:hover {
  background: url(../images/bg-next-back.png) no-repeat 0% 0%;
}
/* Control Nav */
.banner-slideshow {
  position: relative;
}
.nivoslider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.nivoslider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nivo-controlNav {
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.nivo-controlNav a {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 2px solid #d2d2d2;
  margin: 0 2px;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  border-color: #000;
}
.nivo-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.nivo-caption .LeftToRight .title {
  font-family: 'Conv_UTM Alpine KT';
  position: absolute;
  right: 50%;
  margin-right: -217px;
  top: 32%;
  margin-top: -45px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  z-index: 99;
  text-align: center;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .LeftToRight .title p {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  font-size: 42px;
}
.nivo-caption .LeftToRight .description {
  color: #fff;
  position: absolute;
  right: 50%;
  margin-right: -190px;
  width: 380px;
  z-index: 99;
  top: 42%;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 14px;
  text-transform: none;
  line-height: 25px;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .LeftToRight .description p {
  font-size: 23px;
  font-weight: bold;
}
.nivo-caption .LeftToRight .description span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.nivo-caption .LeftToRight .readmore {
  position: absolute;
  z-index: 99;
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  -ms-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  display: inline-block;
  top: 68%;
  right: 50%;
  margin-right: -60px;
}
.nivo-caption .LeftToRight .readmore a {
  font-family: "Montserrat", sans-serif;
  color: #b2cc29;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 5px 15px;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
}
.nivo-caption .LeftToRight .readmore a .fa {
  display: none;
}
.nivo-caption .LeftToRight .readmore a:hover {
  background: #b2cc29;
  color: #fff;
}
.nivo-caption .RightToLeft .title {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 10%;
  top: 33%;
  margin-top: -45px;
  color: #222;
  font-size: 30px;
  line-height: 40px;
  z-index: 99;
  text-align: left;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .RightToLeft .title p {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  font-size: 60px;
}
.nivo-caption .RightToLeft .title p.line {
  letter-spacing: -1px;
  font-size: 23px;
  line-height: 15px;
}
.nivo-caption .RightToLeft .description {
  color: #333;
  position: absolute;
  left: 10%;
  margin-right: -113px;
  z-index: 99;
  top: 50%;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 25px;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .RightToLeft .description p {
  font-size: 23px;
  font-weight: bold;
}
.nivo-caption .RightToLeft .description span {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.nivo-caption .RightToLeft .readmore {
  position: absolute;
  z-index: 99;
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  -ms-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  display: inline-block;
  top: 65%;
  left: 10%;
}
.nivo-caption .RightToLeft .readmore a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #b2cc29;
  padding: 7px 18px;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
}
.nivo-caption .RightToLeft .readmore a .fa {
  margin-left: 5px;
}
.nivo-caption .RightToLeft .readmore a:hover {
  text-decoration: underline;
}
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
.nivo-html-caption {
  display: none;
}
.bx-title h2, .bx-title h3 {
  font-family: "Montserrat", sans-serif;
  color: #333;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  padding: 5px;
  background: #eee;
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #c2c2c2;
  background: #fff;
  text-align: center;
  font-size: 0;
  line-height: 30px;
  display: inline-block;
  margin: 0 2px;
  font-family: "FontAwesome";
}
.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
  background: #cea950;
  color: #fff;
}
.owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
  font-size: 16px;
}
.owl-controls .owl-nav .owl-next:before {
  content: "\f105";
  font-size: 16px;
  margin-left: 4px;
}
/*Categories Tabs ========================================*/
ul.cattabs {
  display: inline-block;
  padding: 5px 0 0 0;
  width: 100%;
  margin-bottom: 30px;
}
ul.cattabs li {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 14px;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 15px;
  position: relative;
  z-index: 9;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
ul.cattabs li:after {
  content: "/";
  float: right;
  margin-left: 15px;
}
ul.cattabs li:first-child {
  padding-left: 0;
}
ul.cattabs li:last-child {
  padding-right: 0;
}
ul.cattabs li:last-child:after {
  content: "";
}
ul.cattabs li.active, ul.cattabs li:hover {
  color: #b2cc29;
}
ul.cattabs li.active:after, ul.cattabs li:hover:after {
  color: #555;
}
ul.cattabs li.active:last-child, ul.cattabs li:hover:last-child {
  padding-right: 0;
}
ul.cattabs li.active:last-child:after, ul.cattabs li:hover:last-child:after {
  content: "";
}
ul.cattabs li.active:after, ul.cattabs li:hover:after {
  display: block !important;
}
.cattabproducts .owl-controls .owl-nav {
  top: -93px;
}
.cattabproducts .ajax_loading {
  position: absolute;
}
/*Products Tabs ========================================*/
.producttabs-container {
  margin-bottom: 30px;
  min-height: 330px;
  position: relative;
}
.producttabs-container .ajax_loading {
  position: absolute;
}
.producttabs-container .producttabs-title {
  margin-bottom: 30px;
}
#tabs-title {
  position: relative;
}
#tabs-title li {
  display: inline-block;
}
#tabs-title li h3 {
  text-transform: uppercase;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #eee;
  font-size: 16px;
  cursor: pointer;
  line-height: 15px;
  color: #818181;
}
#tabs-title li:last-child h3 {
  border: none;
  padding: 0;
  margin-right: 0;
}
#tabs-title li.active h3, #tabs-title li:hover h3 {
  color: #000;
}
.producttabs-products .products-grid .item .item-inner {
  margin-bottom: 30px;
}
/*FeaturedProducts ========================================*/
.featuredproduct .products-grid .item-inner .product-shop {
  text-align: left;
  padding: 10px 0 20px 0;
  display: inline-block;
  width: 100%;
}
.featuredproduct .products-grid .item-inner .ratings .rating-box {
  float: none;
}
/*BestsellerProducts ========================================*/
.bestsellerproduct {
  background: #f8f8f8;
  text-align: center;
  padding: 50px 0;
  margin: 0 -30px;
}
.bestsellerproduct .box-title {
  margin-bottom: 40px;
}
.bestsellerproduct .box-title .bx-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.bestsellerproduct .box-title .desciption {
  letter-spacing: 2px;
  font-size: 14px;
  color: #a0a0a0;
  text-transform: uppercase;
}
.bestsellerproduct .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  background: none;
  margin-top: -40px;
}
.bestsellerproduct .owl-controls .owl-nav .owl-prev, .bestsellerproduct .owl-controls .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  color: #bfbfbf;
  background: none;
  line-height: 43px;
  border: 2px solid #bfbfbf;
}
.bestsellerproduct .owl-controls .owl-nav .owl-prev:before, .bestsellerproduct .owl-controls .owl-nav .owl-next:before {
  font-size: 26px;
}
.bestsellerproduct .owl-controls .owl-nav .owl-prev:hover, .bestsellerproduct .owl-controls .owl-nav .owl-next:hover {
  background: #cea950;
  color: #fff;
  border-color: #cea950;
}
.bestsellerproduct .owl-controls .owl-nav .owl-prev {
  float: left;
  margin-left: -100px;
}
.bestsellerproduct .owl-controls .owl-nav .owl-next {
  float: right;
  margin-right: -100px;
}
.bestsellerproduct .product-name a {
  font-size: 18px;
}
.bestsellerproduct .regular-price .price, .bestsellerproduct .special-price .price {
  font-size: 22px;
}
/* Box Products List*/
.box-product-list, .saleproducts {
  padding: 50px 0;
}
.box-product-list .bx-title, .saleproducts .bx-title {
  margin-bottom: 30px;
}
.box-product-list .bx-title h2, .saleproducts .bx-title h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.box-product-list .products-grid .item-list, .saleproducts .products-grid .item-list {
  margin-bottom: 20px;
}
.box-product-list .products-grid .item-list .box-images, .saleproducts .products-grid .item-list .box-images {
  float: left;
  margin-right: 15px;
  width: 70px;
  padding-bottom: 20px;
}
.box-product-list .products-grid .item-list .ratings, .saleproducts .products-grid .item-list .ratings {
  height: 11px;
}
.box-product-list .products-grid .item-list .product-name a, .saleproducts .products-grid .item-list .product-name a {
  font-size: 13px;
}
/*Saleproducts  ========================================*/
.saleproducts {
  padding: 20px 0;
}
.saleproducts .bx-title h2 {
  text-transform: uppercase;
}
.cms-index-index .saleproducts {
  padding: 0;
}
.cms-index-index .saleproducts .bx-title h2 {
  text-transform: capitalize;
}
/*Newproducts  ========================================*/
/*randomproduct  ========================================*/
.randomproduct {
  margin-bottom: 30px;
}
/*Related Slider ========================================*/
.relatedslider {
  margin-top: 30px;
}
.relatedslider .bx-title {
  margin-bottom: 25px;
}
.relatedslider .bx-title h2 {
  text-transform: uppercase;
}
/*.relatedslider .products-grid .product-name {
  margin: 0 0 5px;
}*/
.relatedslider .products-grid .product-details {
  padding-top: 10px;
}
/*Uplsell Slider ========================================*/
.upsellslider {
  margin-top: 100px;
  position: relative;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
  background: #f4f8fb;
  padding-bottom: 100px;
  padding-top: 75px;
}
.upsellslider .bx-title {
  left: inherit;
  top: -37px;
}
.upsellslider .bx-title h2 {
  font-size: 48px;
}
.upsellslider .owl-controls .owl-nav {
  right: 0;
}
/*Cloud Zoom Thumnail Slider ========================================*/
.more-views .owl-controls .owl-nav {
  position: inherit;
  padding: 0;
  background: none;
}
.more-views .owl-controls .owl-nav .owl-prev, .more-views .owl-controls .owl-nav .owl-next {
  width: 15px;
  height: 110px;
  position: absolute;
  top: 0;
  background-color: #f6f6f6;
  border-radius: 0;
}
.more-views .owl-controls .owl-nav .owl-prev:before, .more-views .owl-controls .owl-nav .owl-next:before {
  line-height: 111px;
}
.more-views .owl-controls .owl-nav .owl-prev:hover, .more-views .owl-controls .owl-nav .owl-next:hover {
  background-color: #cea950;
}
.more-views .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.more-views .owl-controls .owl-nav .owl-next {
  right: 0;
}
.more-views:hover .owl-controls {
  display: block;
}
.more-views ul li {
  float: left;
  margin-right: 5px;
}
/* Homepage Blog Content ==================================================*/
.blog-content {
  margin: 85px 0 50px;
}
.blog-content .blog-title h2 {
  text-align: center;
  float: none;
  margin-bottom: 45px;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  padding-bottom: 23px;
  position: relative;
}
.blog-content .blog-title h2:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}
.blog-content .item .blog-name {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  padding-right: 15px;
}
.blog-content .item .blog-name:hover {
  color: #b2cc29;
}
.blog-content .item .info {
  margin-bottom: 10px;
}
.blog-content .item .info p.timer {
  color: #b5b5b5;
  line-height: 14px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
.blog-content .item .short-content {
  font-size: 14px;
}
.blog-content .item p.readmore {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #d6d6d6;
}
.blog-content .item p.readmore a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #cea950;
}
.blog-content .item p.readmore a:hover {
  color: #333;
}
.block-blog .menu-recent ul li {
  padding: 5px 0;
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
  color: #666;
  text-transform: capitalize;
  padding: 5px 0;
}
.block-blog .menu-recent ul li a:hover, .block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover {
  color: #b2cc29;
}
.blog-content .box-info .des img {
  display: none;
}
.postContent img {
  margin-bottom: 15px;
}
/* Blog Page ==================================================*/
/*.blog-index-list .breadcumb {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}*/
.post-toolbar .pager .pages {
  display: block;
}
.postWrapper {
  margin: 20px 0 40px;
}
.postWrapper img {
  width: 100%;
}
.postWrapper .time-date {
  width: 13%;
  float: left;
}
.postWrapper .time-date .box {
  width: 78px;
  height: 78px;
  background: #919191;
  color: #eee;
  float: left;
  text-align: center;
  padding: 15px 0;
}
.postWrapper .time-date .box .days {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
}
.postWrapper .time-date .box .month {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}
.postWrapper .list-detail {
  width: 87%;
  float: left;
}
.postTitle {
  margin: 15px 0 0;
}
.postTitle a {
  color: #494949;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.postTitle a:hover {
  color: #cea950;
}
.blog-index-list .sorter .sort-by {
  margin: 0;
}
.postContent {
  padding-bottom: 10px;
}
.postContent a.aw-blog-read-more {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  color: #494949;
  font-weight: bold;
}
.postContent a.aw-blog-read-more:hover {
  color: #cea950;
}
.postDetails {
  margin: 5px 0 20px;
}
.postDetails span {
  margin-right: 15px;
  font-size: 14px;
  color: #494949;
  font-weight: bold;
  font-style: italic;
}
.postDetails span .fa {
  margin-right: 5px;
}
.postDetails span a {
  color: #8a8a8a;
}
.postDetails span a:hover {
  color: #cea950;
}
.postBookmarks {
  padding-bottom: 10px;
}
.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}
.comment-title {
  margin-bottom: 30px;
}
.comment-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #494949;
  position: relative;
  padding-bottom: 5px;
}
.comment-title h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.commentWrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.commentWrapper .icon {
  width: 11%;
  float: left;
}
.commentWrapper .icon .fa {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #888;
  background: #f6f6f6;
  display: block;
  margin-right: 15px;
}
.commentWrapper .commentDetails {
  float: left;
  width: 88%;
}
.commentWrapper .commentDetails .date {
  font-weight: 300;
  font-style: italic;
}
.commentWrapper .commentDetails .commentContent {
  margin-top: 30px;
  color: #888;
}
.commentContent {
  padding-bottom: 0px;
}
.commentDetails h4.username {
  display: inline;
}
.postError {
  font-size: 16px;
}
.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 12px;
  font-weight: bold;
}
.menu-tags, .menu-categories, .menu-recent {
  margin: 0;
}
.tagcloud {
  /* text-align:center; */
}
.tag-count-1 {
  font-size: 1em !important;
}
.tag-count-2 {
  font-size: 1.2em !important;
}
.tag-count-3 {
  font-size: 1.4em !important;
}
.tag-count-4 {
  font-size: 1.6em !important;
}
.tag-count-5 {
  font-size: 1.8em !important;
}
.tag-count-6, .tag-count-7, .tag-count-8, .tag-count-9, .tag-count-10 {
  font-size: 2em !important;
}
.block-blog .head h4 {
  padding-left: 20px;
}
.postWrapper .poster {
  display: inline;
}
.input-box.aw-blog-comment-area {
  width: 100%;
}
.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin: 0 0 15px;
}
A.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}
.blog-post-view textarea {
  width: 100% !important;
}
#postComment h4.legend {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #494949;
  font-weight: bold;
}
#postComment .form-list li input.input-text,
#postComment .form-list li textarea {
  background: #f6f6f6;
  border: 0;
}
#postComment .button-set {
  margin-top: 10px;
}
#postComment .button-set p.required {
  float: right;
}
.testimonial-wrapper {
  margin-top: 111px;
}
.testimonial-list {
  text-align: center;
  padding: 0 50px;
}
.testimonial-list:hover .post-by:before {
  width: 100%;
}
.testimonial-list .avatar {
  width: 83px;
  height: 83px;
  margin: auto;
}
.testimonial-list .sidebar-content .std {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #333;
  margin: 51px 0 29px;
}
.testimonial-list .post-by {
  position: relative;
  padding-top: 27px;
  margin-top: 20px;
}
.testimonial-list .post-by:before {
  margin-left: 0;
  background: #c1c1c1;
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonial-list .post-by h3 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial-list .post-by p {
  color: #cea950;
  font-size: 14px;
}
/* Cloudzoom ==================================================*/
.cloud-zoom-lens {
  border: 1px solid #ccc;
  margin: -1px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}
/* This is for the title text. */
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  top: 0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
  display: none;
}
.product-view .product-img-box .product-image-zoom {
  border: 2px solid #CCCCCC;
}
.lightbox {
  display: none;
}
/*##########--------------##########*/
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#imageContainer {
  padding: 10px;
}
#loading {
  /* background: url(../images/loading.gif) 50% 50% no-repeat;*/
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer > #hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */
  display: block;
}
#prevLink {
  left: 0;
  float: left;
}
#nextLink {
  right: 0;
  float: right;
}
#prevLink:hover, #prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}
#imageData {
  padding: 0 10px;
  color: #666;
}
#imageData #imageDetails {
  width: 94%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 500px;
  background-color: #000;
}
/* Ajax Cart Mini - Loadding ==================================================*/
#wraper_ajax.loadding_ajaxcart, .ajax_loading, .loadding {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
}
.wrapper_inboxCart {
  position: fixed;
  width: 320px;
  height: auto;
  background: #fff;
  z-index: 999999;
  border: 1px solid #ddd;
  opacity: 1;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -120px;
  display: block;
  padding: 0;
}
.wrapper_inboxCart p.info {
  color: #262626;
  font-size: 13px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 12px 10px;
  text-align: center;
  margin: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.51);
}
/* top cart  */
.header-cart-mini {
  float: right;
  position: relative;
  z-index: 8;
  margin-right: 20px;
}
.header-cart-mini .close {
  display: none;
  position: fixed;
}
.header-cart-mini .shopping-cart .count {
  position: absolute;
  border:1px solid #fff;
  width: 20px;
  height: 20px;
  background: #222;
  color: #cea950;
  text-align: center;
  top: 12px;
  right: -12px;
  line-height: normal;
}
.header-cart-mini .top-cart-content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 310px;
  background: #fff;
  z-index: 1001;
}
.header-cart-mini .top-cart-content .cart-title {
  padding: 20px;
  background: #f0f0f0;
  color: #777;
  font-size: 16px;
  text-transform: uppercase;
}
.header-cart-mini .top-cart-content .cart-content {
  padding: 20px;
}
.header-cart-mini .top-cart-content .top-subtotal {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  color: #777;
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
  line-height: 20px;
}
.header-cart-mini .top-cart-content .top-subtotal span {
  font-weight: bold;
  font-size: 16px;
  float: right;
  color: #222;
}
.header-cart-mini .top-cart-content li.item {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
}
.header-cart-mini .top-cart-content li.item .product-image {
  float: left;
  margin-right: 15px;
  width: 70px;
}
.header-cart-mini .top-cart-content li.item .product-details {
  position: relative;
}
.header-cart-mini .top-cart-content li.item .product-details .product-name {
  margin: 0;
}
.header-cart-mini .top-cart-content li.item .product-details .price {
  color: #111;
  font-weight: bold;
  font-size: 14px;
}
.header-cart-mini .top-cart-content li.item .product-details .qty {
  color: #777;
  font-weight: 10px;
  text-transform: capitalize;
}
.header-cart-mini .top-cart-content li.item .product-details .remove-i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: #cea950;
}
.header-cart-mini .top-cart-content li.item .product-details .truncated {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.header-cart-mini .top-cart-content li.item .product-details .truncated .details {
  color: #ccc;
}
.header-cart-mini .top-cart-content li.item .product-details .btn-edit {
  position: absolute;
  right: 15px;
  top: 4px;
}
.header-cart-mini .top-cart-content .actions {
  margin-top: 20px;
  clear: both;
  text-align: center;
}
.header-cart-mini .top-cart-content .actions button.button {
  margin: 0 5px;
}
.header-cart-mini .top-cart-content .actions button.button span span {
  padding: 5px 30px;
  font-size: 14px;
  border: 1px solid #000;
}
.header-cart-mini .top-cart-content .actions button.button:hover span span {
  border-color: #cea950;
}
.header-cart-mini .top-cart-content .actions button.view-cart span span {
  background: none;
  color: #000;
}
.header-cart-mini .top-cart-content .actions button.view-cart:hover span span {
  background: #cea950;
  color: #fff;
  border-color: #cea950;
}
.header-cart-mini .top-cart-content .actions button.checkout span span {
  background: #cea950;
  color: #fff;
  border-color: #cea950;
}
.header-cart-mini .top-cart-content .actions button.checkout:hover span span {
  background-color: #000;
  border-color: #000;
}
.header-cart-mini.open .top-cart-content {
  right: 0;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  position: relative;
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.banner-top {
  margin-top: 30px;
}
.banner-top .img2 {
  margin-bottom: 25px;
  display: block;
}
.banner-top a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-top a:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(33, 33, 33, 0.5);
  opacity: 0;
}
.banner-top a img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-top a:hover:before {
  opacity: 1;
}
.banner-top a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.dailydeals {
  position: relative;
}
.dailydeals .offer-countdown {
  position: absolute;
  top: 150px;
  text-align: center;
  width: 100%;
}
.dailydeals .offer-countdown h3 {
  font-size: 80px;
  text-transform: capitalize;
  color: #333;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.dailydeals .offer-countdown h3:before {
  content: "";
  width: 114px;
  height: 2px;
  background: #b4b4b4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
}
.dailydeals .offer-countdown p {
  font-size: 24px;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.dailydeals .offer-countdown span {
  font-size: 18px;
  font-style: italic;
}
.dailydeals .offer-countdown span span {
  font-weight: bold;
}
.dailydeals .box-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
}
.dailydeals .box-countdown .box-timer {
  display: inline-block;
}
.dailydeals .box-countdown .reamore {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.dailydeals .box-countdown .reamore a {
  padding: 8px 30px;
  background: #333;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.dailydeals .box-countdown .reamore a:hover {
  background: #cea950;
}
/* About Us */
.about-page .block-title {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 25px 0 17px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.about-page .block-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  min-width: 200px;
}
.about-page .block-title h2:after {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -7px;
  left: 0px;
  content: '';
  background: #db4c52;
}
.about-page .col-sm-8 img {
  float: left;
  margin: 0px 20px 20px 0px;
  max-width: 380px;
  border: 1px solid #bebebe;
}
.red-color {
  color: #000000;
}
.about-page p {
  line-height: 22px;
  font-size: 13px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.service-box li, .leadership-block li {
  width: 48%;
  margin: 10px 0;
}
.service-box .icon-block {
  margin: 0px 20px 20px 0px;
  padding: 2px;
  border-radius: 50%;
}
.service-box .icon-block .fa {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  border: 3px solid #e2e2e2;
  color: #fff;
  background: #cea950;
}
.service-box .icon-block span {
  display: none;
}
.leadership-block li img {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: 300px;
}
.service-box li h3, .leadership-block li h3 {
  font-weight: 400;
  font-size: 18px;
}
.read-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  background: #cea950;
  color: #fff;
}
.read-btn:hover {
  background: #333;
  color: #fff;
}
/*Contact Us*/
.contact-page {
  padding-top: 20px;
}
.contact-page .fieldset {
  margin: 0;
}
.contact-page .maps {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.contact-page .maps p {
  margin: 0;
}
.list-info {
  background: #fff;
  padding: 15px;
}
.list-info li {
  clear: both;
  padding-bottom: 20px;
}
.info-content em {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  float: left;
  margin-right: 15px;
  margin: 0 15px 30px 0;
  font-size: 0;
}
.info-content:hover em {
  background: #cea950;
  color: #fff;
}
.info-content em:before {
  font-size: 14px;
}
.info-content em.fa-envelope:before {
  font-size: 12px;
}
.info-content h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.info-content a {
  color: #666;
}
.info-content a:hover {
  text-decoration: underline;
}
.info-content a .des-info {
  color: #fff;
}
.bx-wrapper .products-grid .item {
  width: 214px;
  float: left;
}
/*-----------------------------------------------------------------------*/
.block-social {
    float: left;
    margin-right: 10px;
}
/*Social Right*/
.block-social-right {
  right: 0;
  position: fixed;
  top: 150px;
  width: 45px;
  z-index: 999;
}
.social-icon {
  background: url("../images/social-icons.png") 0 0 no-repeat;
  display: block;
  float: right;
  width: 43px;
  height: 43px;
  margin-bottom: 2px;
}
.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #fff;
}
.social-icons a:hover {
  text-decoration: none;
}
#facebook-btn span {
  background-position: 13px 7px;
}
#linkedin-btn span {
  background-position: 12px -266px;
}
#twitter-btn span {
  background-position: 13px -39px;
}
#youtube-btn span {
  background-position: 12px -230px;
}
#pinterest-btn span {
  background-position: 12px -181px;
}
#googleplus-btn span {
  background-position: 13px -132px;
}
#instagram-btn span {
  background-position: 10px -300px;
}
#flickr-btn span {
  background-position: 10px -335px;
}
#web-btn span {
  background-position: 10px -403px;
}
#mail-btn span {
  background-position: 10px -369px;
}
#facebook-btn .social-icon {
  background-color: #3B5998;
}
#linkedin-btn .social-icon {
  background-color: #6eb8da;
}
#twitter-btn .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn .social-icon, #pinterest-btn .social-icon {
  background-color: #DB4A39;
}
#youtube-btn .social-icon {
  background-color: #C4302B;
}
#instagram-btn .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn .social-icon {
  background-color: #E4006B;
}
#mail-btn .social-icon {
  background-color: #2A056F;
}
#web-btn .social-icon {
  background-color: #000;
}
.popup-newsletter-inner .block-title {
  margin-top: -10px;
  text-align: center;
  font-family: 'Conv_UTM Alpine KT';
  font-size: 30px;
  padding-top: 75px;
  color: #cea950 !important;
}
#popup-newsletter {
  background: url(../images/bg-popup-newsletter.jpg) center no-repeat;
  position: relative;
}
#popup-newsletter .block-title strong {
  color: #aaa;
  font-size: 39px;
  position: relative;
  padding-bottom: 5px;
}
#popup-newsletter .block-title strong span {
  color: #cea950;
}
#popup-newsletter .form-subscribe-header2 {
  text-align: center;
}
#popup-newsletter .form-subscribe-header2 .text2 {
  font-size: 14px;
}
#popup-newsletter .form-subscribe-header2 .text2 span {
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
#popup-newsletter .form-subscribe-header2 .text3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
}
#popup-newsletter .form-subscribe-header2 .text3 span {
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  font-style: normal;
}
#popup-newsletter .form-subscribe-header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-size: 30px;
  text-transform: uppercase;
}
#popup-newsletter .form-subscribe-header p {
  margin: 0;
}
#popup-newsletter .form-subscribe-header p span {
  color: #ff0000;
  margin: 0 3px;
}
#popup-newsletter .input-box {
  width: 66%;
  margin: 10px 150px 15px;
  display: inline-block;
}
#popup-newsletter .input-box button.button {
  float: left;
}
#popup-newsletter .input-box button.button span span {
  padding: 12px 20px;
  background: #333;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
#popup-newsletter .input-box button.button:hover span span {
  background: #cea950;
  color: #333;
}
#popup-newsletter .input-box input.input-text {
  float: left;
  width: 77%;
  padding: 8.5px 15px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
}
#popup-newsletter .subscribe-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -106px;
}
#popup-newsletter .subscribe-bottom input {
  margin: -3px 5px 0 0;
}
.fancybox-nav {
  display: none;
}
.quickview-index-ajax .themes-demo-wrap {
  display: none;
}
.quickview-index-ajax.page-empty {
  padding: 0;
}
/*Banner Freeshipping Homepage1 */
.freeshipping {
  position: relative;
  margin-bottom: 60px;
  margin-top: -20px;
}
.freeshipping a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 80px;
  color: #fff;
  padding: 8px 18px;
  border: 2px solid #fff;
  z-index: 99;
}
.freeshipping a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 15px;
  margin-left: 5px;
  float: right;
  line-height: 20px;
}
.freeshipping a:hover {
  color: #cea950;
  border-color: #cea950;
}
/*Block New Product*/
.new-product-side2 {
  position: relative;
}
.new-product-side2 a.new-product-side2-link {
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 5px 15px;
  background: #cea950;
}
.new-product-side2 a.new-product-side2-link:hover {
  color: #cea950;
  background: #fff;
}
.new-product-side2:hover a.new-product-side2-link {
  left: 15px;
}
.banner-left {
  margin-bottom: 45px;
  margin-top: 40px;
}
.banner-left a {
  display: block;
}
.banner-left a img {
  width: 100%;
}
.block_shop {
  padding: 25px;
}
.block_shop p.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.block_shop p.des {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}
.banner-home-content {
  display: inline-block;
}
.banner-home-content .banner {
  position: relative;
  margin: 49px 0 70px;
}
.banner-home-content .banner1 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.banner-home-content .banner1 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-home-content .banner1:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-home-content .banner1 .text {
  text-align: center;
  position: absolute;
  right: 50%;
  margin-right: -115px;
  top: 35%;
}
.banner-home-content .banner1 p.title {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 20px;
  text-transform: none;
}
.banner-home-content .banner1 p.title span {
  font-size: 30px;
  color: #f65551;
  font-weight: bold;
}
.banner-home-content .banner1 p.des {
  letter-spacing: 4px;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40%;
}
.banner-home-content .banner1 a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-home-content .banner1 a:hover {
  color: #cea950;
  text-decoration: none;
}
.banner-home-content .banner1 a .fa {
  padding-left: 5px;
}
.banner-home-content .banner2 {
  overflow: hidden;
}
.banner-home-content .banner2 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-home-content .banner2:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-home-content .banner2 .text {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 50%;
  margin-left: -105px;
}
.banner-home-content .banner2 p.title {
  color: #333;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  text-transform: capitalize;
}
.banner-home-content .banner2 p.title span {
  font-size: 24px;
  color: #cea950;
  margin-right: 10px;
}
.banner-home-content .banner2 p.des {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #444;
  margin: 10px 0 40px;
  text-align: center;
}
.banner-home-content .banner2 a {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: none;
  border: 1px solid #5c5c5c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-home-content .banner2 a:hover {
  color: #fff;
  background-color: #cea950;
  border-color: #cea950;
}
.banner-home-content .banner2 a .fa {
  padding-left: 5px;
}
.banner-home-content .banner3 {
  overflow: hidden;
}
.banner-home-content .banner3 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-home-content .banner3:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-home-content .banner3 .text {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -47px;
  left: 50%;
  margin-left: -135px;
}
.banner-home-content .banner3 p.title {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-transform: none;
}
.banner-home-content .banner3 p.title span {
  font-size: 24px;
  color: #cea950;
  margin-right: 10px;
}
.banner-home-content .banner3 p.des {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}
.banner-home-content2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 3px;
}
.banner-home-content2:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-home-content2:before {
  border: 3px solid #e6a933;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-home-content2 .text2 {
  position: absolute;
  width: 370px;
  right: 5%;
  top: 10%;
}
.banner-home-content2 .text2 p.title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
}
.banner-home-content2 .text2 p.des {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.banner-home-content2 .text2 a {
  margin-top: 45px;
  display: inline-block;
}
.banner-home-content2 .text2 a .fa {
  margin-left: 10px;
}
/*.newsletter {
  margin-top: 15px;
  text-align: center;
  padding: 54px 0;
  display: inline-block;
  width: 100%;
  background: url(../images/bg-newletter.png) 0 0 repeat;
}
.newsletter:hover h2:before {
  color: #fff;
  top: -30px;
  left: -45px;
}
.newsletter > p {
  display: none;
}
.newsletter h2 {
  position: relative;
  float: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-right: 45px;
  margin-left: 370px;
}
.newsletter h2:before {
  color: #555;
  position: absolute;
  top: -25px;
  left: -40px;
  content: "\f1d8";
  font-family: "FontAwesome";
  font-size: 23px;
  -webkit-transform: rotateY(175deg);
  -ms-transform: rotateY(175deg);
  transform: rotateY(175deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter #newsletter-validate-detail {
  float: left;
}
.newsletter #newsletter-validate-detail .subcribe-info {
  display: inline-block;
}
.newsletter #newsletter-validate-detail .subcribe-info input {
  padding: 7px 20px;
  background: none;
  border: 1px solid #555;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  width: 630px;
  border-right: 0;
  float: left;
  color: #aaa;
}
.newsletter button.button {
  float: left;
}
.newsletter button.button:hover span span {
  color: #cea950;
  background-color: #fff;
}
.newsletter button.button span span {
  background-color: #cea950;
  color: #fff;
  text-transform: uppercase;
}*/
.banner-imageslider .banner {
  position: relative;
}
.banner-imageslider .banner .content {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  right: 50%;
  margin-right: -140px;
}
.banner-imageslider .banner1 {
  text-align: center;
  overflow: hidden;
}
.banner-imageslider .banner1 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-imageslider .banner1:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-imageslider .banner1 p.title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #9aed39;
  text-transform: uppercase;
}
.banner-imageslider .banner1 p.title span {
  font-size: 26px;
  color: #fff;
  text-transform: none;
}
.banner-imageslider .banner1 p.des1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
}
.banner-imageslider .banner1 p.des2 {
  font-size: 16px;
  color: #fff;
}
.banner-imageslider .banner2 {
  text-align: center;
  overflow: hidden;
}
.banner-imageslider .banner2 .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-imageslider .banner2:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-imageslider .banner2 .content {
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -230px;
}
.banner-imageslider .banner2 p.title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  line-height: 0px;
  margin-right: 30%;
}
.banner-imageslider .banner2 p.des1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
}
.banner-imageslider .banner2 p.des2 {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.banner-imageslider .banner3 {
  text-align: center;
  overflow: hidden;
}
.banner-imageslider .banner3 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-imageslider .banner3:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-imageslider .banner3 .content {
  top: 50%;
  margin-top: -48px;
  right: 50%;
  margin-right: -160px;
}
.banner-imageslider .banner3 p.title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  line-height: 20px;
}
.banner-imageslider .banner3 p.des1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.banner-imageslider .banner3 a {
  font-size: 14px;
  color: #333;
  padding: 7px 20px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  text-transform: uppercase;
}
.banner-imageslider .banner3 a:hover {
  color: #fff;
  background-color: #cea950;
}
/* ======================================================================================= */
/*main footer*/
.footer-wrapper {
  margin-bottom: 30px;
  position: relative;
  padding: 0 120px;
}
.footer-wrapper .footer-static {
  padding: 25px 0;
  color: #a0a0a0;
  background: #f6f6f6;
}
.footer-wrapper .footer-static .f-col .logo-footer {
  margin-bottom: 20px;
}
.footer-wrapper .footer-static .f-col .link-follow li {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.footer-wrapper .footer-static .f-col .link-follow li a {
  font-size: 14px;
  color: #868686;
}
.footer-wrapper .footer-static .f-col .link-follow li a:hover {
  color: #cea950;
}
.footer-wrapper .footer-static .f-col .link-follow li a span {
  font-size: 0;
}
.footer-wrapper .footer-static .f-col .footer-static-title h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}
.footer-wrapper .footer-static .f-col .footer-static-content li {
  line-height: 25px;
}
.footer-wrapper .footer-static .f-col .footer-static-content li a {
  color: #a0a0a0;
}
.footer-wrapper .footer-static .f-col .footer-static-content li a:hover {
  color: #cea950;
}
.footer-wrapper .footer-static .f-col .footer-static-content p .fa {
  margin-right: 10px;
}
.footer-wrapper .footer {
  padding: 50px 0;
}
.footer-wrapper .footer .block-social {
  text-align: right;
}
#back-top span {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: #cea950;
  position: fixed;
  bottom: 40px;
  right: 10px;
  font-size: 22px;
  z-index: 99;
  cursor: pointer;
  display: none; /* Retirado aquando a instalação do facebook chat */
}
@media (max-width: 768px) {
  #back-top span {
    bottom: 125px;
    right: 40px;
  }
}
#back-top span:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1500px) {
  .footer-wrapper {
    padding: 0;
  }
  .nav-container {
    margin: 0;
  }
  .category-image {
    margin-bottom: -120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav_megamenu {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .home-content {
    padding: 0;
  }
  .category-image {
    margin-bottom: 0;
  }
  .catalog-category-view .category_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .nav-container {
    clear: both;
  }
  .nav-container .navbar {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .postWrapper .list-detail {
    width: 100%;
  }
  .nivo-controlNav {
    bottom: 10px;
  }
  .footer-wrapper .footer-static {
    padding: 30px 20px;
  }
  .bestsellerproduct .owl-controls .owl-nav .owl-prev {
    margin-left: 0;
  }
  .bestsellerproduct .owl-controls .owl-nav .owl-next {
    margin-right: 0;
  }
  .products-list li.item .actions {
    clear: both;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar .saleproducts .products-grid .item-list .box-images {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container-inner {
    padding: 0 15px;
  }
  #back-top {
    display: none !important;
  }
  .header .col-topcart {
    /*padding: 20px 0;*/
    padding: 10px 0px 0px 0px;
  }
  .header-cart-mini .top-cart-content,
  .quick-access .access-content {
    right: -400px;
    text-align: left;
  }
  .header-cart-mini .top-cart-content {
    width: 320px;
  }
  #search_mini_form .form-search {
    width: 80%;
  }
  .detail-main .product-shop .product-name h1 {
    font-size: 24px;
  }
  .owl-controls {
    display: none;
  }
}
@media (max-width: 500px) {
  .f-col {
    clear: both;
    padding-top: 30px;
  }
  /*address,*/
  .footer-wrapper .footer .block-social {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .owl-controls .owl-nav {
    display: none;
  }
  .header .mainlogo {
    left: 124px;
    max-width: 115px;
    top: 4px;
  }
  #search_mini_form {
    margin-right: -150px;
  }
  .toplink-cart {
    position: absolute;
    top: 70px;
    right: 50%;
    margin-right: -75px;
  }
}
@media (max-width: 380px) {
  .product-view .add-to-cart button.btn-cart {
    margin-top: 10px;
  }
  .product-tabs li {
    clear: both;
    margin: 0 0 15px;
  }
}
/*# sourceMappingURL=styles.css.map */
.banner-top span {
  top: 6%;
  z-index: 1;
  padding: 37px;
  font-size: 20px;
  position: absolute;
  text-align: center;
}
.banner-top .quote-quote {
  border: 2px solid #CCAC47;
  text-align: center;
  height: 100%;
  padding: 90px 0;
  font-size: 20px;
  color: #CCAC47;
  font-weight: bold;
}
.visit-our-store {
  bottom:5%;
  right: 75px;
  z-index: 95;
  width: 300px;
  height: 200px;
  padding: 32px;
  position: absolute;
  text-align: center;
  background: #D2B25B;
  border: 17px solid #CFAB4B;
}
.visit-our-store h1,
.visit-our-store h1 a {
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.visit-our-store p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 300;
}
.product-brand {
  width: 60px;
  margin: auto auto;
}
/*.aaaaaaaa {
  text-align: center;
}
.aaaaaaaa h1 {
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  padding: 18px 50px 0 50px;
}
.aaaaaaaa p {
  z-index: 1;
  position: absolute;
}
.aaaaaaaa img {
  top: 0;
  left: 0;
  position: relative;
}
*/
/*.bottom-layered-navigation {
  padding-top: 15px;
  background: #fff;
}
.bottom-layered-navigation img {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%
}
*/

.bottom-layered-navigation {margin-top:15px;background: none !important; text-align: center;}
.bottom-layered-navigation > div:first-child {margin-bottom:15px;}

.bottom-layered-navigation > div a {background:url(../images/unykvis/contactos_side.jpg) no-repeat 0 0 transparent; display: inline-block;border:1px solid #c9cbc9; width: 100%; height: 125px; position: relative;text-align:center;}
.bottom-layered-navigation > div.brands-block a {background-image: url(../images/unykvis/marcas_side.jpg);}
.bottom-layered-navigation > div a > span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-khtml-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);text-align: center;}
.bottom-layered-navigation > div a span {display: inline-block; width: 100%}
.bottom-layered-navigation > div a span.block-title {font-size: 24px;text-transform: uppercase;font-weight: 700;line-height: 20px;color: #000;display: inline-block;width: 85%;}
.bottom-layered-navigation > div a span.block-title > span {    font-size: 15px;color: #252525;font-weight: 400;line-height: 21px;margin-top: 0px;}



/*header*/
.page-header-content > nav {width: 78%; text-align: center; z-index: 100;}
.page-header-content > .col-logo {width:10%; }
.page-header-content > .col-topcart {width: 12%;}

.page-header-content > nav > #nav_megamenu {display: inline-block !important;width: auto; z-index: 0}
body.list-open .page-header-content > nav > #nav_megamenu {z-index: 0;}

/* Megamenu ===========================================================*/
.page-header-content {position: relative;}
.nav-container {
    position: relative;
    z-index: 100;
    float: none;
    display: inline-block;
    margin: 0 0 0 0;
}
.nav_megamenu {
  position: relative;
  font-size: 13px;
  margin: auto;
  /*    padding: 0px 15px 0px 0px;text-align: left;*/
}
.nav_megamenu div.megamenu {
  display: inline-block;
}
.nav_megamenu div.nav_product .dropdown {
  width: 100% !important;
  left: 0 !important;
}
.nav_megamenu div.megamenu .level-top {
  position: relative;
}
.nav_megamenu div.megamenu#megamenu_home .level-top a:before {
  display: none;
}
.nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #252525;
  line-height: 32px;
  border: 0;
  position: relative;
}
.nav_megamenu div.megamenu .level-top a > .fa, .nav_megamenu div.megamenu .level-top span.block-title > .fa {
  margin-left: 10px;
  font-size: 14px;
}
.nav_megamenu div.megamenu.active .level-top a {
  color: #cea950;
}
.nav_megamenu div.megamenu .level-top a:hover, .nav_megamenu div.megamenu .level-top span.block-title:hover {
  color: #cea950;
}
.nav_megamenu #megamenu_link ul li a:hover {
  color: #cea950;
}
.nav_megamenu div.megamenu.act .level-top a {
  color: #cea950;
}
.nav_megamenu div.megamenu.megamenu_no_child .level-top a > .fa {
  display: none;
}
.nav_megamenu div.megamenu div.dropdown {
  position: absolute;
  background-color: #fff;
  text-align: left;
  margin: 0;
  z-index: 9999;
  top: 60px;
  border: 1px solid #efefef;
  margin-left: -1px;
  width: 1085px;
  display: none;
}
.nav_megamenu div.megamenu:hover div.dropdown {
  display: inline-block;
}
.nav_megamenu div.dropdown a {
  display: block;
  line-height: 25px;
}
.nav_megamenu .dropdown-parent div.dropdown {
  width: 100% !important;
  clear: both;
  right: 0;
  left: auto !important;
}
.nav_megamenu .itemMenu a.level1 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav_megamenu .itemMenu a.level1:after {
  display: block;
  border-bottom: 2px solid #222;
  content: '';
  width: 50px;
}
.nav_megamenu .itemMenu a.level1:hover:after {
  border-color: #cea950;
}
.nav_megamenu .itemMenu a.level2, .nav_megamenu .itemMenu a.level3 {
  font-size: 14px;
  color: #757575;
  line-height: 15px;
  margin-bottom: 10px;
}
.nav_megamenu .itemMenu a.level2:hover, .nav_megamenu .itemMenu a.level3:hover {
  color: #cea950;
}
.nav_megamenu div.column {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.nav_megamenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.nav_megamenu div.column.blockright {
  width: 250px;
}
.nav_megamenu div.itemSubMenu {
  padding-top: 5px;
  margin-bottom: 15px;
}
.nav_megamenu .block2 {
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}
.nav_megamenu div.dropdown .block1 {
  padding: 25px 30px;
  overflow: hidden;
  float: left;
}
.nav_megamenu div.dropdown .block1 .block-contain {
  padding: 25px;
}
.nav_megamenu div.dropdown .blockright img {
  max-width: 100%;
}
.nav_megamenu #megamenu_link {
  padding: 0;
}
.nav_megamenu #megamenu_link p a {
  float: left;
  position: relative;
}
.nav_megamenu #megamenu_link .level-top ul li {
  float: left;
  list-style: none;
}
.nav_megamenu #megamenu_link .level-top ul li a {
  float: left;
  padding: 0 10px;
  display: block;
}
.nav_megamenu #megamenu_extra .dropdown {
  width: 970px !important;
}
.nav_megamenu .clearBoth {
  clear: both;
}
div.megamenu.level0 {
  position: relative;
}
div.megamenu ul.level0 {
  position: absolute;
  left: 0;
  top: 62px;
  padding: 0;
  border: 1px solid #eee;
  text-align: left;
  width: 220px;
  background: #fff;
  display: none;
  padding: 10px 0;
}
div.megamenu:hover ul.level0 {
  display: block;
}
div.megamenu ul.level0 li.level1 {
  position: relative;
  padding: 0 15px;
}
div.megamenu ul.level0 li.level1 a {
  display: block;
  line-height: 35px;
  font-size: 14px;
  text-transform: capitalize;
}
div.megamenu ul.level0 li.level1.last a {
  border: none;
}
div.megamenu ul.level0 li.level1.parent:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 7px;
  color: #ddd;
  font-size: 11px;
  font-family: "FontAwesome";
}
div.megamenu ul.level0 li.level1 ul.level1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  display: none;
}
div.megamenu ul.level0 li.level1:hover ul.level1 {
  display: block;
}
#megamenu_all {
  position: relative;
}
#megamenu_all .level-top a {
  padding: 15px 0;
  margin-right: 10px;
}
#megamenu_all .dropdown {
  width: auto !important;
  width: 227px !important;
  box-shadow: none;
  left: 0 !important;
  padding: 10px 0;
  white-space: nowrap;
}
#megamenu_all .itemMenu li {
  position: relative;
}
#megamenu_all .itemMenu li a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  line-height: 25px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0;
}
#megamenu_all .itemMenu li a:after {
  display: none;
}
#megamenu_all .itemMenu li a:hover {
  color: #cea950;
}
#megamenu_all .itemMenu li a.level1 {
  font-size: 14px;
  line-height: 35px;
}
#megamenu_all .itemMenu li .itemSubMenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  background: #fff;
  display: none;
  padding: 10px 0;
  border: 1px solid #eee;
}
#megamenu_all .itemMenu li:hover > .itemSubMenu {
  display: block;
}
/* COLOCAR MENU PRINCIPAL PARA TRAS DO MENU DO PEDIDO DE ORÇAMENTO (ESQUERDO VERTICAL) */
.nav-container
{
  z-index: 50;
}
/* OVERRIDE */
.container-inner {padding:0;}
footer.footer-wrapper {padding:0; margin:0;}

/* TRANSITIONS */
h2 > a,
h3 > a,
span > a,
li > a,
.megamenu a,
input,
.header-access > div,
button,
.orcamento-block.top-blocks,
.banner-top-unykvis .top-blocks a img {
  transition:all 0.3s ease-in-out 0s;
}



.nivoBar {background: rgba(210, 178, 91, 0.580392) !important;}

/*body, html {-webkit-backface-visibility: hidden !important;}*/

/* HEADER */
.header-cart-mini i::before {content:"";background: url(../images/unykvis/orc_icon.png) no-repeat 0 0 transparent;display: inline-block; width: 21px; height: 16px;}
.header-cart-mini .remove-i i::before {content:"";background: url(../images/btn_trash.gif) no-repeat 0 0 transparent;display: inline-block; width: 21px; height: 16px;}
/* BRAND LOGO */
#unykvis-brandlogo.owl-carousel {position: relative;}

#unykvis-brandlogo.owl-carousel .owl-item .item {text-align: center;}
#unykvis-brandlogo.owl-carousel .owl-item img {
    max-width: 200px;
    margin: 0 auto;
}

#unykvis-brandlogo .owl-controls .owl-nav {padding: 0;background: none;width: 110%;display: inline-block;position: absolute;top: 50%;left: -5%;transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);-khtml-transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);}
#unykvis-brandlogo .owl-controls .owl-nav > div {border: 2px solid #c0c0c0;width: 40px;border-radius: 50px;height: 40px;}
#unykvis-brandlogo .owl-controls .owl-nav > div:hover {background: none;color:#c0c0c0;}
#unykvis-brandlogo .owl-controls .owl-nav > div:hover::before {color:#c0c0c0;}
#unykvis-brandlogo .owl-controls .owl-nav > div::before {font-size: 30px;line-height: 34px;}

#unykvis-brandlogo .owl-controls .owl-nav .owl-next {float: right;}

/* MAIN TOP */
.banner-top-unykvis {margin-top:30px;}
.banner-top-unykvis .one-height {height:220px; max-height: 220px; position: relative;}
.banner-top-unykvis .two-height {height: 470px; max-height: 470px; position: relative;}
.banner-top-unykvis .top-blocks {/*border: 1px solid #c9cbc9;*/margin-bottom: 30px;text-align: center;overflow: hidden;display: inline-block;position: relative;float: left;width: 100%;}
.banner-top-unykvis .top-blocks h2 {font-size: 25px; text-transform: uppercase; font-weight: 700; color:#000;}
.banner-top-unykvis .top-blocks .block-content {    font-size: 20px;    color: #252525; font-weight: 400; line-height: 21px; margin-top: 0px;}
.banner-top-unykvis .top-blocks .block-wrapper {position: absolute; top:50%; left:50%;width:85%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-khtml-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); z-index: 5;}
.banner-top-unykvis .top-blocks:last-child {margin:0;}
/*.banner-top-unykvis .top-blocks::before {z-index:4;content: "";background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 38%, rgba(250,250,250,0) 87%, rgba(249,249,249,0) 100%);background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 38%,rgba(250,250,250,0) 87%,rgba(249,249,249,0) 100%);background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 38%,rgba(250,250,250,0) 87%,rgba(249,249,249,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f9f9f9',GradientType=1 );height: 100%;width: 100%; display: inline-block;position: absolute; top:50%; left:50%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-khtml-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}*/
/*.banner-top-unykvis .top-blocks::after {content: "";display: inline-block;width: 100%;height: 100%;background-size: cover !important;transition: all 1.5s ease-in-out 0s;-ms-transition: all 1.5s ease-in-out 0s;-khtml-transition: all 1.5s ease-in-out 0s;-webkit-transition: all 1.5s ease-in-out 0s;-moz-transition: all 1.5s ease-in-out 0s;z-index: -1;-webkit-backface-visibility: hidden !important;}*/
.banner-top-unykvis .top-blocks:hover a img {transform: scale(1.1) translate3d( 0, 0, 0);-ms-transform: scale(1.1) translate3d( 0, 0, 0);-khtml-transform: scale(1.1) translate3d( 0, 0, 0);-webkit-transform: scale(1.1) translate3d( 0, 0, 0);-moz-transform: scale(1.1) translate3d( 0, 0, 0);}


/* MAIN TOP - NOTICIAS */
.news-block.top-blocks {border: 1px solid #c9cbc9;}
.news-block.top-blocks::before {display: none;}
.news-block.top-blocks .block-title {margin:0 0 20px; }
.news-block.top-blocks .block-title h2 {font-size: 20px;}
.news-block.top-blocks h3.news-title,
.news-block.top-blocks h3.news-title a {font-size: 19px; color: #252525; font-weight: 400; line-height: 21px; font-family:"Source Sans Pro"; }
.news-block.top-blocks h3.news-title a:hover {color:#cea950;}
.news-block.top-blocks .news-date {font-size: 19px;  margin-top:5px;  color: #afadad; font-weight: 400; line-height: 21px;}
.news-block.top-blocks .news-content {margin-bottom:10px;  position: relative;}
.news-block.top-blocks .news-content::after {content:"";display: inline-block;height:2px; background:#e7e8e7; width:20px;}
.show-all a {color:#d1b061; font-size: 19px;}
.show-all a:hover {color: #252525;}

/* MAIN TOP - ORCAMENTO */
/*.orcamento-block.top-blocks {border-color:#cea950; box-shadow: 0 0 0 2px #cea950 inset;-ms-box-shadow: 0 0 0 2px #cea950 inset;-khtml-box-shadow: 0 0 0 2px #cea950 inset;-webkit-box-shadow: 0 0 0 2px #cea950 inset;-moz-box-shadow: 0 0 0 2px #cea950 inset;}
.orcamento-block.top-blocks:hover {box-shadow: 0 0 0 7px #cea950 inset;-ms-box-shadow: 0 0 0 7px #cea950 inset;-khtml-box-shadow: 0 0 0 7px #cea950 inset;-webkit-box-shadow: 0 0 0 7px #cea950 inset;-moz-box-shadow: 0 0 0 7px #cea950 inset;}
.orcamento-block.top-blocks::before {display: none;}
.orcamento-block.top-blocks h2 {font-size: 20px; color:#cea950;}
.orcamento-block.top-blocks h2 a {color:#cea950;}*/
/* MAIN TOP - FORNECEDOR */
/*.top-blocks.fornecedor-block {}
.top-blocks.fornecedor-block::after {background:url(../images/unykvis/fornecedor.jpg) no-repeat 0 0 transparent;}*/

/* MAIN TOP - NOVIDADES */
/*.features-block.top-blocks {}
.features-block.top-blocks::after {background:url(../images/unykvis/novidades.jpg) no-repeat 0 0 transparent;}*/
/* MAIN TOP - PRODUTOS */
/*.products-block.top-blocks {}
.products-block.top-blocks::after {background:url(../images/unykvis/produtos.jpg) no-repeat 0 0 transparent;}
.products-block.top-blocks .block-wrapper {width:74%;}
.products-block.top-blocks::before {display: none;}*/
/* MAIN TOP - MARCAS */
/*.marcas-block.top-blocks {}
.marcas-block.top-blocks::after {background:url(../images/unykvis/marcas.jpg) no-repeat 0 0 transparent;}*/
/* MAIN TOP - SHOWROOM */
/*.showroom-block.top-blocks {}
.showroom-block.top-blocks::after {background:url(../images/unykvis/showroom.jpg) no-repeat 0 0 transparent;}
.showroom-block.top-blocks::before {width: 170%;background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 26%, rgba(251,251,251,0) 72%, rgba(249,249,249,0) 100%);background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 26%,rgba(251,251,251,0) 72%,rgba(249,249,249,0) 100%);background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 26%,rgba(251,251,251,0) 72%,rgba(249,249,249,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f9f9f9',GradientType=1 );}*/

/* SLIDESHOW */
.banner-slideshow .flexslider {display: inline-block; height: 100%; width: 100%;}

/* BRAND LOGOS */
.brandlogo-wrapper {position: relative;}
.title-brand-block {margin-bottom:60px; text-align: center;}
.title-brand-block h2 {    font-size: 30px;text-transform: uppercase;font-weight: 700;color: #000;}
.title-brand-block span {text-transform: uppercase;font-weight: 400; color:#9a9999; font-size: 15px;}

/* FOOTER */
address {margin:0; color:#000; padding:20px 0;}
address > a {text-transform: uppercase; font-weight: bold; color:#000;}
footer img.pmelider {margin-right:5px;}
footer.footer-wrapper .footer {padding:25px 0;}

/*Media*/
@media only screen and (max-width: 1280px) {
  .page-header-content > nav {width: 78%;z-index:100;}
  .page-header-content > .col-topcart {width: 12%;z-index: 101;}
  .nav_megamenu div.megamenu .level-top a,
  .nav_megamenu div.megamenu .level-top span.block-title {padding:15px 10px;}

  #unykvis-brandlogo .owl-controls .owl-nav {left: -4%; width: 108%;}
}

@media only screen and (max-width: 1024px) {
  .page-header-content > nav {width: 73%;}
  .page-header-content > .col-topcart {width: 17%;}
  .page-header-content > nav > #nav_megamenu {float: none;}
  .nav_megamenu div.megamenu .level-top a,
  .nav_megamenu div.megamenu .level-top span.block-title {font-size: 11px; padding: 15px 7px;}

  .visit-our-store {right:25px;}

  /*brand*/
  #unykvis-brandlogo .owl-controls .owl-nav {top:auto;transform: none;left: 0;width: 100%;}
}

@media only screen and (max-width: 960px) {
  /* header */
  body .page-header-content > .col-logo {text-align: center;}
  body .page-header-content > div,
  body .page-header-content > nav {width: 100% !important; display: inline-block;z-index: 9;}
  .col-topcart {text-align: center;}
  .header-access {display: inline-block;}
  body .nav_megamenu div.megamenu .level-top a,
  body .nav_megamenu div.megamenu .level-top span.block-title {
    font-size: 11px;
    padding:15px 5px;
    padding: 0px 7px 0px 7px;
    /*padding: 0px 15px 0px 0px;*/
  }
  /*#nav_megamenu > div {float: left;}*/
  #nav_megamenu #megamenu_all {display: none;}

  /*slideshow*/
  .visit-our-store {display: none;}

  /*main toop*/
  .banner-top-unykvis {padding: 0 20px;}
  .banner-top-unykvis .top-blocks,
  .banner-top-unykvis .top-blocks:last-child {margin-bottom:30px;}
  .banner-top-unykvis .top-blocks h2 {font-size: 18px}
  .banner-top-unykvis .top-blocks .block-content {font-size: 15px;}
  .news-block.top-blocks h3.news-title, .news-block.top-blocks h3.news-title a {    line-height: 19px; font-size: 16px;}

  /*brand*/
  #unykvis-brandlogo .owl-controls .owl-nav {top:auto;transform: none;left: 0;width: 100%;}

  /*footer*/
  .footer-info-1 > div {margin-bottom:15px;}
  div.footer .row > div {width: 100%; /*text-align: center;*/}
  div.footer .row > div > div {display: inline-block; width: auto;}

  /*interior*/
  .main-page {padding:0 20px;}
  .col-left.sidebar {margin-top:15px;}
  .product-view .add-to-cart button.btn-cart {margin-top: 10px}

  /*contact page*/
  .contact-page form {margin-bottom:30px;}
}
.manufacturer-table,
.manufacturer-table td {
  padding: 0 10px;
}
.manufacturer-table .manufacturer-img-cell {
  width: 270px;
}
.manufacturer-table .manufacturer-img-cell img {
  /*width: 100%;*/
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.manufacturer-table .manufacturer-file {
  font-weight: bold;
  margin-top: 20px;
}
.manufacturer-table .manufacturer-file a {
  margin-right: 20px;
}
.page-title.category-title {
  margin-bottom: 0;
}
.top-header {
   /* height: 250px; */
    padding: 25px;
    /* margin-bottom: 50px; */
    background: #F6F6F6;
}

body.list-open {
  overflow-y: hidden !important;
}
.top-cart-content .cart-content ol {display: inline-block; width: 100%; overflow-y: auto;}
.col-left.sidebar .block-account,
.col-left.sidebar .block-reorder {
  padding: 1px 20px 10px 20px;
}
.brands-title {
    text-align: center;
}
.brands .item {
    padding: 0 10px 20px 10px;
}
.brands .item .card {
    padding: 10px;
    height: 350px;
    min-height: 310px;
    text-align: center;
    border: 1px solid #ccc;
}
.brands .item .card img {
    max-width: 200px;
}
#super-product-table .box-qty {
  margin-right: 0px !important;
}
.grouped-items-table th.a-center
{
	width: 5px;
}


#search_mini_form .form-search button.button {
    position: absolute;
    /* right: 0; */
    top: 19px;
}

#search_mini_form .form-search .actions {
    position: relative;
    padding: 15px;
    border: 1px solid #c3c3c3;
}
#search_mini_form .form-search button.button {
    position: absolute;
    right: 20px;
    top: 25px;
}
.newsletter-block {
    background: none repeat scroll 0 0 #f1f1f1;
    /*border: 1px solid #eceaea;*/
    /*float: right;*/
    margin: 0;/*20px 0 0 0px;*/
    /*width: 29%;*/
}
.newsletter-block .block {
    border: none;
    margin-bottom: -5px;
    display: inline-block;
    width: 100%;
}
.newsletter-block .block .actions button.button {}
.newsletter-block .newsletter_inner {
    background: none repeat scroll 0 0 #f8f8f8;
    /*border: 2px solid #ffffff;*/
    box-shadow: 0 0 3px #e8e8e8;
    /*margin: 10px;*/
    padding: 15px 15px;
}
.newsletter-block .input-box input.input-text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    color: #959b8f;
    /**height: 20px;**/
    margin: 0px 0px 0px 0;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding:15px 0; text-indent: 15px;
}
.newsletter-block .block .block-title {
    border: medium none;
    margin-bottom: 0;
    float: left;
    padding: 0;
    margin: 0;
    width: 40%;
}
.newsletter-block form {float: left; display: inline-block; width: 60%;}

/*edit newsletter*/
.newsletter-block .block-title span {    color: #1C1B17;
    font-weight: 800;
    padding: 7px 0 27px 0;
    font-size: 23px;
    display: inherit;}
.newsletter-block .input-box {display: inline-block; float: left; width: 75%;}
.newsletter-block .actions {display: inline-block; float: left; width: 25%; margin:0; text-align: right;}
.newsletter-block .block .actions button.button > span {padding:16px 30px;}
@media only screen and (max-width: 1024px) {
    .newsletter-block .block .block-title {width: 100%; }
    .newsletter-block .block .block-title span {padding-top:0; text-align: center;}
    .newsletter-block .block form {width: 100%}

    .newsletter-block .block .actions button.button {margin:1px 0 0;}
    .newsletter-block .block .actions button.button > span {padding: 16px 20%;}
    .newsletter-block .input-box {width: 75%;}
    .newsletter-block .actions {width: 25%;}
    .newsletter-block .input-box input.input-text {width: 100% !important;}
}

@media only screen and (max-width: 768px) {
    .newsletter-block .block .actions button.button > span {padding: 16px 0;}
}

@media only screen and (max-width: 570px) {
   /* .newsletter-block .block .actions button.button > span {padding: 16px 15%;}
}

@media only screen and (max-width: 480px) {
    .newsletter-block .input-box {width: 70%;}
    .newsletter-block .actions {width: 30%;}

    .newsletter-block .block .actions button.button > span {padding: 16px 10%;}
}

@media only screen and (max-width: 380px) {*/
    .newsletter-block .input-box {width: 100%; margin-bottom:5px;}
    .newsletter-block .actions {width: 100%;}
    .newsletter-block .block .actions button.button {width: 100%;}
    .newsletter-block .block .actions button.button > span {padding: 16px 0%;}
}



/* ACERTO DO MENU MAIOR         */
/* 13-01-2017 15:56 jose borges */
.nav_megamenu div.column {
    width: auto !important;/* aumentei a largura */
}
#megamenu_all .dropdown {
    width: 278px !important; /* aumentei a largura */
}
#megamenu_all .itemMenu li .itemSubMenu {
  left: 94%;
  top: -6px;
}
/* ACERTO DO MENU MAIOR         */
/* 13-01-2017 15:56 jose borges */

/* BLOCO NOTICIAS COM BACKGROUND IMAGE */
.news-block.top-blocks {
background-image: url(/media/wysiwyg/marcadeagua.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
/* BLOCO NOTICIAS COM BACKGROUND IMAGE */
@media only screen and (max-width: 450px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .detail-main .product-shop {
    padding: 15px 0 30px 0;
  }
  .category-title h1, .category-title h2 {
    font-size: 30px;
  }
  .product-view .add-to-cart .box-qty {
    width: 90px;
  }
  .data-table.grouped-items-table tr th {
    padding-right: 0; padding-left: 0;
  }
  .data-table.grouped-items-table tr td:first-child {
    padding: 0;
  }
  .data-table.grouped-items-table tr td:last-child {
    padding-right: 0; padding-left: 0;
  }
}

.quote-button,
.nav_megamenu div.megamenu .level-top a.quote-button {
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background-color: #d9d9d9;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.quote-button:hover {
    color: #000!important;
}
