/*!
 * 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.
 */

/*! 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;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*: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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .responsive .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
  padding: 2px 0px 0px 0px;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.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-weight: 500;
  line-height: 1.3;
}

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: 500;
  line-height: 1;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size:18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .responsive .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .dl-horizontal dd {
    margin-left: 180px;
  }
  .responsive .dl-horizontal dd:before,
  .responsive .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .responsive .dl-horizontal dd:after {
    clear: both;
  }
  .responsive .dl-horizontal dd:before,
  .responsive .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .responsive .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: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
}

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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.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-sm-25,
.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-right: 15px;
  padding-left: 15px;
}

.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.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .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-25 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-25 {
    width: 20%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

.no-responsive .col-md-1,
.no-responsive .col-md-2,
.no-responsive .col-md-3,
.no-responsive .col-md-4,
.no-responsive .col-md-5,
.no-responsive .col-md-6,
.no-responsive .col-md-7,
.no-responsive .col-md-8,
.no-responsive .col-md-9,
.no-responsive .col-md-10,
.no-responsive .col-md-11,
.no-responsive .col-md-25 {
  float: left;
}

.no-responsive .col-sm-1,
.no-responsive .col-sm-2,
.no-responsive .col-sm-3,
.no-responsive .col-sm-4,
.no-responsive .col-sm-5,
.no-responsive .col-sm-6,
.no-responsive .col-sm-7,
.no-responsive .col-sm-8,
.no-responsive .col-sm-9,
.no-responsive .col-sm-10,
.no-responsive .col-sm-11,
.no-responsive .col-sm-25 {
  float: left;
}
.no-responsive .col-sm-1 {
  width: 8.333333333333332%;
}
.no-responsive .col-sm-2 {
  width: 16.666666666666664%;
}
.no-responsive .col-sm-25 {
  width: 20%;
}
.no-responsive .col-sm-3 {
  width: 25%;
}
.no-responsive .col-sm-4 {
  width: 33.33333333333333%;
}
.no-responsive .col-sm-5 {
  width: 41.66666666666667%;
}
.no-responsive .col-sm-6 {
  width: 50%;
}
.no-responsive .col-sm-7 {
  width: 58.333333333333336%;
}
.no-responsive .col-sm-8 {
  width: 66.66666666666666%;
}
.no-responsive .col-sm-9 {
  width: 75%;
}
.no-responsive .col-sm-10 {
  width: 83.33333333333334%;
}
.no-responsive .col-sm-11 {
  width: 91.66666666666666%;
}
.no-responsive .col-sm-12 {
  width: 100%;
}
.no-responsive .col-sm-push-1 {
  left: 8.333333333333332%;
}
.no-responsive .col-sm-push-2 {
  left: 16.666666666666664%;
}
.no-responsive .col-sm-push-3 {
  left: 25%;
}
.no-responsive .col-sm-push-4 {
  left: 33.33333333333333%;
}
.no-responsive .col-sm-push-5 {
  left: 41.66666666666667%;
}
.no-responsive .col-sm-push-6 {
  left: 50%;
}
.no-responsive .col-sm-push-7 {
  left: 58.333333333333336%;
}
.no-responsive .col-sm-push-8 {
  left: 66.66666666666666%;
}
.no-responsive .col-sm-push-9 {
  left: 75%;
}
.no-responsive .col-sm-push-10 {
  left: 83.33333333333334%;
}
.no-responsive .col-sm-push-11 {
  left: 91.66666666666666%;
}
.no-responsive .col-sm-pull-1 {
  right: 8.333333333333332%;
}
.no-responsive .col-sm-pull-2 {
  right: 16.666666666666664%;
}
.no-responsive .col-sm-pull-3 {
  right: 25%;
}
.no-responsive .col-sm-pull-4 {
  right: 33.33333333333333%;
}
.no-responsive .col-sm-pull-5 {
  right: 41.66666666666667%;
}
.no-responsive .col-sm-pull-6 {
  right: 50%;
}
.no-responsive .col-sm-pull-7 {
  right: 58.333333333333336%;
}
.no-responsive .col-sm-pull-8 {
  right: 66.66666666666666%;
}
.no-responsive .col-sm-pull-9 {
  right: 75%;
}
.no-responsive .col-sm-pull-10 {
  right: 83.33333333333334%;
}
.no-responsive .col-sm-pull-11 {
  right: 91.66666666666666%;
}
.no-responsive .col-sm-offset-1 {
  margin-left: 8.333333333333332%;
}
.no-responsive .col-sm-offset-2 {
  margin-left: 16.666666666666664%;
}
.no-responsive .col-sm-offset-3 {
  margin-left: 25%;
}
.no-responsive .col-sm-offset-4 {
  margin-left: 33.33333333333333%;
}
.no-responsive .col-sm-offset-5 {
  margin-left: 41.66666666666667%;
}
.no-responsive .col-sm-offset-6 {
  margin-left: 50%;
}
.no-responsive .col-sm-offset-7 {
  margin-left: 58.333333333333336%;
}
.no-responsive .col-sm-offset-8 {
  margin-left: 66.66666666666666%;
}
.no-responsive .col-sm-offset-9 {
  margin-left: 75%;
}
.no-responsive .col-sm-offset-10 {
  margin-left: 83.33333333333334%;
}
.no-responsive .col-sm-offset-11 {
  margin-left: 91.66666666666666%;
}

.no-responsive .col-md-1 {
  width: 8.333333333333332%;
}
.no-responsive .col-md-2 {
  width: 16.666666666666664%;
}
.no-responsive .col-md-25 {
  width: 20%;
}
.no-responsive .col-md-3 {
  width: 25%;
}
.no-responsive .col-md-4 {
  width: 33.33333333333333%;
}
.no-responsive .col-md-5 {
  width: 41.66666666666667%;
}
.no-responsive .col-md-6 {
  width: 50%;
}
.no-responsive .col-md-7 {
  width: 58.333333333333336%;
}
.no-responsive .col-md-8 {
  width: 66.66666666666666%;
}
.no-responsive .col-md-9 {
  width: 75%;
}
.no-responsive .col-md-10 {
  width: 83.33333333333334%;
}
.no-responsive .col-md-11 {
  width: 91.66666666666666%;
}
.no-responsive .col-md-12 {
  width: 100%;
}

@media (min-width: 992px) {
  .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.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-25 {
    width: 20%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
  }
  .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.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-25 {
    width: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

@media (max-width: 768px) {
  .table-responsive {
    margin-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  padding-bottom: 10px;
}

	fieldset > h3 {
		margin-bottom: 20px !;
	}

legend {
  display: block;
  width: 100%;
  padding: 15px 0px 7px 0px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

label {
  display: inline-block;
  padding-top: 5px;
}

	.options > div > label {
		font-weight: 600;
		display: block;
	}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0 4px;
  margin-top: 1px \9;
  margin-right: 4px;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: 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: 45px;
}

.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: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  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: 0px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #737373;
  font-size: 12px;
}

@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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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 {
  padding-top: 18px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 9px;
	padding-bottom: 0px;
}

	.form-horizontal .radio:first-child,
	.form-horizontal .checkbox:first-child,
	.form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
		padding-top: 18px;
	}
	
	.options .form-horizontal .radio:first-child,
	.options .form-horizontal .checkbox:first-child,
	.options .form-horizontal .radio-inline:first-child,
	.options .form-horizontal .checkbox-inline:first-child {
		padding-top: 4px;
	}

	@media (max-width: 768px) {
		.responsive .form-horizontal .control-label,
		.responsive .form-horizontal .radio,
		.responsive .form-horizontal .checkbox,
		.responsive .form-horizontal .radio-inline,
		.responsive .form-horizontal .checkbox-inline {
		  padding-top: 0px;
		}
	}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  opacity: 0;
 position: absolute;
 visibility: hidden;
 top: 0;
 width: 100%;
}

.tab-content > .active,
.pill-content > .active {
  visibility: visible;
  position: static;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success a,
.alert-success a:hover {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info a,
.alert-info a:hover {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 20px;
}

	.well h2 {
		margin-bottom: 15px !important;
	}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

	.modal h4 {
		font-size: 18px;
	}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 5px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

	.modal-footer .button,
	.modal-footer .btn {
		margin-top: 15px;
	}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 868px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 740px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.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-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.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) {
  .responsive .visible-xs {
    display: block !important;
  }
  .responsive tr.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-xs,
  .responsive td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-xs.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-sm,
  .responsive td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-xs.visible-md {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-md,
  .responsive td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-xs.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-lg,
  .responsive 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) {
  .responsive .visible-sm.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-xs,
  .responsive td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-sm {
    display: block !important;
  }
  .responsive tr.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-sm,
  .responsive td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-sm.visible-md {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-md,
  .responsive td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-sm.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-lg,
  .responsive 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) {
  .responsive .visible-md.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-md.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-xs,
  .responsive td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-md.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-md.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-sm,
  .responsive td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-md {
    display: block !important;
  }
  .responsive tr.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-md,
  .responsive td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-md.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-md.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-lg,
  .responsive 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) {
  .responsive .visible-lg.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-xs,
  .responsive td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-lg.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-sm,
  .responsive td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-lg.visible-md {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-md,
  .responsive td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1271px) {
  .responsive .visible-lg {
    display: block !important;
  }
  .responsive tr.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-lg,
  .responsive 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) {
  .responsive .hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-xs,
  .responsive td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-xs.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-sm,
  .responsive td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-xs.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-md,
  .responsive td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-xs.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-lg,
  .responsive 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) {
  .responsive .hidden-sm.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-xs,
  .responsive td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-sm,
  .responsive td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-sm.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-md,
  .responsive td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-sm.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-lg,
  .responsive 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) {
  .responsive .hidden-md.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-xs,
  .responsive td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-md.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-sm,
  .responsive td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-md,
  .responsive td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-md.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-lg,
  .responsive 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) {
  .responsive .hidden-lg.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-xs,
  .responsive td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-lg.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-sm,
  .responsive td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-lg.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-md,
  .responsive td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-lg,
  .responsive 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 {
  .responsive .visible-print {
    display: block !important;
  }
  .responsive tr.visible-print {
    display: table-row !important;
  }
  .responsive th.visible-print,
  .responsive td.visible-print {
    display: table-cell !important;
  }
  .responsive .hidden-print {
    display: none !important;
  }
  .responsive tr.hidden-print {
    display: none !important;
  }
  .responsive th.hidden-print,
  .responsive td.hidden-print {
    display: none !important;
  }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
/*   
Template Name: Kofi - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

/* @group 1. Main Styles */

body { 
	color:#333333; 
	font-size:13px;
	font-weight: 400;
	line-height:1.6;
	font-family:'Poppins';
	background: #f3f3f3;
	position: relative;
}

     body.firefox-mac {
          font-weight: 300;
     }

	.fixed-body {
		padding: 0px 20px;
	}

* {
     outline: 0;
}

b, 
strong {
	font-weight: 700;
}

a { 
	color:#333333;
	line-height:1.6; 
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	color: #d9121f;
	text-decoration:none;
}

.container .container {
	width: auto !important;
	max-width: none !important;
}

body .standard-body,
body .fixed-body {
     overflow: hidden;
}

     body .standard-body:before, 
     body .fixed-body:before {
          position: absolute;
          z-index: -20;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
     }

.standard-body .full-width .container {
	max-width: 1230px;
	margin: 0px auto;
	padding-left: 45px;
	padding-right: 45px;
}

	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 45px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1140px;
		background: #fff;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			display: none;
		}
	
	.standard-body .fixed .container {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0px;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}
		
.standard-body .fixed2 {
	padding: 0px;
}

	.standard-body .fixed2 .background {
		margin: 0px auto;
		max-width: 1230px;
		background: #fff;
		position: relative;
	}
	
		.standard-body .fixed2 .background .shadow {
			display: none;
		}
	
	.standard-body .fixed2 .container {
		padding-left: 45px;
		padding-right: 45px;
		margin: 0px;
	}
	
		.standard-body .fixed2 .container .container {
			padding: 0px;
		}
		
.standard-body .fixed3#top .background .shadow {
     display: block !important;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 61px;
     z-index: -1;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

@media (min-width: 1466px) {
     .standard-body .fixed3 {
     	padding: 0px;
     }
          
     	.standard-body .fixed3 .background {
     		margin: 0px auto;
     		max-width: 1426px;
     		background: #fff;
     		position: relative;
     	}
     	
     		.standard-body .fixed3 .background .shadow {
     			display: none;
     		}
     	
     	.standard-body .fixed3 .container {
     		padding-left: 143px;
     		padding-right: 143px;
     		margin: 0px;
     	}
     	
     		.standard-body .fixed3 .container .container {
     			padding: 0px;
     		}
}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
}

     .fixed-body-2 .main-fixed {
          background: none;
     }

	.main-fixed .fixed {
		padding: 0px !important;
	}
		
		.main-fixed .background .shadow {
			display: none !important;
		}
		
	.with-shadow .main-fixed {
	     -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	     -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	     box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.45);
	}
		
.fixed-body .container {
	padding-left: 45px;
	padding-right: 45px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}
	
.fixed-body-2-2 {
     margin: 0px auto;
     max-width: 1230px;
}
	
	.fixed-body-2-2 .main-content .pattern > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
.fixed-body-shoes {
     
}
	
     .fixed-body-shoes .breadcrumb {
          margin-left: 45px;
          margin-right: 45px;
     }
     
     .fixed-body-shoes .col-md-12 > .box-with-products .clear:after, 
     .fixed-body-shoes .col-md-12 > .box-with-products .clear:before, 
     .fixed-body-shoes .col-sm-12 > .box-with-products .clear:after, 
     .fixed-body-shoes .col-sm-12 > .box-with-products .clear:before {
          left: 0 !important;
          right: 0 !important;
     }
     
     .fixed-body-shoes .center-column .tab-content {
          margin-left: 0px !important;
          margin-right: 0px !important;
          padding-left: 0px !important;
          padding-right: 0px !important;
     }
     
     .fixed-body-shoes .col-md-12 > .filter-product .tab-content:after, 
     .fixed-body-shoes .col-md-12 > .filter-product .tab-content:before, 
     .fixed-body-shoes .col-sm-12 > .filter-product .tab-content:after, 
     .fixed-body-shoes .col-sm-12 > .filter-product .tab-content:before {
          left: 0 !important;
          right: 0 !important;
     }
     
     .fixed-body-shoes .cart-info {
          margin-left: 0px !important;
          margin-right: 0px !important;
     }
     
     .fixed-body-shoes .cart-info table td:first-child {
          padding-left: 0px !important;
     }
     
     .fixed-body-shoes .cart-info table td:last-child {
          padding-right: 0px !important;
     }
     
     .fixed-body-shoes .col-md-12 .col-md-12.center-column .panel {
          margin-left: 0px !important;
          margin-right: 0px !important;
     }
     
     .fixed-body-shoes #main .center-column .panel-heading {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }
     
     .fixed-body-shoes #main .center-column .panel-body {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }
     	
     @media (min-width: 1370px) {
          .fixed-body-shoes {
               
          }
               .fixed-body-shoes .breadcrumb {
                    margin-left: 95px;
                    margin-right: 95px;
               }
               
               .fixed-body-shoes .main-fixed {
                    max-width: 1330px;
               }
               
               .fixed-body-shoes .container {
                    padding-left: 95px;
                    padding-right: 95px;
               }
     }
     
     @media (max-width: 1098px) { 
          .fixed-body-shoes .breadcrumb {
               margin-left: 30px;
               margin-right: 30px;
          }
     }
     
     @media (max-width: 767px) {
          .fixed-body-shoes .breadcrumb {
               margin-left: 20px;
               margin-right: 20px;
          }
     }

.row-no-padding {
     margin-left: 0px !important;
     margin-right: 0px !important;
}

     .row-no-padding > [class*="col-"] {
          padding-left: 0px !important;
          padding-right: 0px !important;
     }
	
/* @end */
	
/* @group 2. Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select {
	background: #fff;
	border:1px solid #cccccc !important;
	color:#808080;
	font-size: 12px;
	font-weight: 400;
	font-family: Poppins;
	margin: 5px 0px;
	padding: 12px 20px 11px 20px;
	border: none;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	border-radius:         25px;
	-moz-border-radius:    25px;
	-webkit-border-radius: 25px;
	-webkit-transition: background-color linear 0.2s, border-color linear 0.2s;
	-moz-transition:    background-color linear 0.2s, border-color linear 0.2s;
	-o-transition:      background-color linear 0.2s, border-color linear 0.2s;
	transition:         background-color linear 0.2s, border-color linear 0.2s;
	height: 45px;
}

     .inputs-type-2 textarea, 
     .inputs-type-2 input[type="text"], 
     .inputs-type-2 input[type="password"], 
     .inputs-type-2 input[type="datetime"], 
     .inputs-type-2 input[type="datetime-local"], 
     .inputs-type-2 input[type="date"], 
     .inputs-type-2 input[type="month"], 
     .inputs-type-2 input[type="time"], 
     .inputs-type-2 input[type="week"], 
     .inputs-type-2 input[type="number"], 
     .inputs-type-2 input[type="email"], 
     .inputs-type-2 input[type="url"], 
     .inputs-type-2 input[type="search"], 
     .inputs-type-2 input[type="tel"], 
     .inputs-type-2 input[type="color"], 
     .inputs-type-2 .uneditable-input,
     .inputs-type-2 select {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
     }
     
     .inputs-type-7 textarea, 
     .inputs-type-7 input[type="text"], 
     .inputs-type-7 input[type="password"], 
     .inputs-type-7 input[type="datetime"], 
     .inputs-type-7 input[type="datetime-local"], 
     .inputs-type-7 input[type="date"], 
     .inputs-type-7 input[type="month"], 
     .inputs-type-7 input[type="time"], 
     .inputs-type-7 input[type="week"], 
     .inputs-type-7 input[type="number"], 
     .inputs-type-7 input[type="email"], 
     .inputs-type-7 input[type="url"], 
     .inputs-type-7 input[type="search"], 
     .inputs-type-7 input[type="tel"], 
     .inputs-type-7 input[type="color"], 
     .inputs-type-7 .uneditable-input {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          -webkit-box-shadow: inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
          -moz-box-shadow:    inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
          box-shadow:         inset 1px 1px 11px 0px rgba(50, 50, 50, 0.15);
     }
     
     .inputs-type-7 select {
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
     }
     
          .inputs-type-7 textarea:focus, 
          .inputs-type-7 input[type="text"]:focus, 
          .inputs-type-7 input[type="password"]:focus, 
          .inputs-type-7 input[type="datetime"]:focus, 
          .inputs-type-7 input[type="datetime-local"]:focus, 
          .inputs-type-7 input[type="date"]:focus, 
          .inputs-type-7 input[type="month"]:focus, 
          .inputs-type-7 input[type="time"]:focus, 
          .inputs-type-7 input[type="week"]:focus, 
          .inputs-type-7 input[type="number"]:focus, 
          .inputs-type-7 input[type="email"]:focus, 
          .inputs-type-7 input[type="url"]:focus, 
          .inputs-type-7 input[type="search"]:focus, 
          .inputs-type-7 input[type="tel"]:focus, 
          .inputs-type-7 input[type="color"]:focus, 
          .inputs-type-7 .uneditable-input:focus {
               -webkit-box-shadow: inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
               -moz-box-shadow:    inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
               box-shadow:         inset 1px 1px 11px 0px rgba(50, 50, 50, 0.22);
          }
          
     .inputs-type-3 textarea, 
     .inputs-type-3 input[type="text"], 
     .inputs-type-3 input[type="password"], 
     .inputs-type-3 input[type="datetime"], 
     .inputs-type-3 input[type="datetime-local"], 
     .inputs-type-3 input[type="date"], 
     .inputs-type-3 input[type="month"], 
     .inputs-type-3 input[type="time"], 
     .inputs-type-3 input[type="week"], 
     .inputs-type-3 input[type="number"], 
     .inputs-type-3 input[type="email"], 
     .inputs-type-3 input[type="url"], 
     .inputs-type-3 input[type="search"], 
     .inputs-type-3 input[type="tel"], 
     .inputs-type-3 input[type="color"], 
     .inputs-type-3 .uneditable-input,
     .inputs-type-3 select {
          border-radius: 8px !important;
          -webkit-border-radius: 8px !important;
          -moz-border-radius: 8px !important;
     }
     
     .inputs-type-4 textarea, 
     .inputs-type-4 input[type="text"], 
     .inputs-type-4 input[type="password"], 
     .inputs-type-4 input[type="datetime"], 
     .inputs-type-4 input[type="datetime-local"], 
     .inputs-type-4 input[type="date"], 
     .inputs-type-4 input[type="month"], 
     .inputs-type-4 input[type="time"], 
     .inputs-type-4 input[type="week"], 
     .inputs-type-4 input[type="number"], 
     .inputs-type-4 input[type="email"], 
     .inputs-type-4 input[type="url"], 
     .inputs-type-4 input[type="search"], 
     .inputs-type-4 input[type="tel"], 
     .inputs-type-4 input[type="color"], 
     .inputs-type-4 .uneditable-input,
     .inputs-type-4 select {
          border-radius: 4px !important;
          -webkit-border-radius: 4px !important;
          -moz-border-radius: 4px !important;
     }
     
     .inputs-type-6 textarea, 
     .inputs-type-6 input[type="text"], 
     .inputs-type-6 input[type="password"], 
     .inputs-type-6 input[type="datetime"], 
     .inputs-type-6 input[type="datetime-local"], 
     .inputs-type-6 input[type="date"], 
     .inputs-type-6 input[type="month"], 
     .inputs-type-6 input[type="time"], 
     .inputs-type-6 input[type="week"], 
     .inputs-type-6 input[type="number"], 
     .inputs-type-6 input[type="email"], 
     .inputs-type-6 input[type="url"], 
     .inputs-type-6 input[type="search"], 
     .inputs-type-6 input[type="tel"], 
     .inputs-type-6 input[type="color"], 
     .inputs-type-6 .uneditable-input,
     .inputs-type-6 select {
          border-radius: 2px !important;
          -webkit-border-radius: 2px !important;
          -moz-border-radius: 2px !important;
     }
     
     .inputs-type-5 input[type="text"], 
     .inputs-type-5 input[type="password"], 
     .inputs-type-5 input[type="datetime"], 
     .inputs-type-5 input[type="datetime-local"], 
     .inputs-type-5 input[type="date"], 
     .inputs-type-5 input[type="month"], 
     .inputs-type-5 input[type="time"], 
     .inputs-type-5 input[type="week"], 
     .inputs-type-5 input[type="number"], 
     .inputs-type-5 input[type="email"], 
     .inputs-type-5 input[type="url"], 
     .inputs-type-5 input[type="search"], 
     .inputs-type-5 input[type="tel"], 
     .inputs-type-5 input[type="color"], 
     .inputs-type-5 .uneditable-input,
     .inputs-type-5 select {
          height: 40px;
     }
     
          .inputs-type-5 select {
               line-height: 1;
          }
     
     body.firefox-mac textarea, 
     body.firefox-mac input[type="text"], 
     body.firefox-mac input[type="password"], 
     body.firefox-mac input[type="datetime"], 
     body.firefox-mac input[type="datetime-local"], 
     body.firefox-mac input[type="date"], 
     body.firefox-mac input[type="month"], 
     body.firefox-mac input[type="time"], 
     body.firefox-mac input[type="week"], 
     body.firefox-mac input[type="number"], 
     body.firefox-mac input[type="email"], 
     body.firefox-mac input[type="url"], 
     body.firefox-mac input[type="search"], 
     body.firefox-mac input[type="tel"], 
     body.firefox-mac input[type="color"], 
     body.firefox-mac .uneditable-input,
     body.firefox-mac select {
          font-weight: 300;
     }
     
	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  background: #f9f9f9;
	  outline: 0;
	}
	
	textarea {
		max-width: 100%;
		height: auto;
	}
	
	select {
		height: 45px;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: 1px solid #cccccc;
	}
	
	     .select {
	          position: relative;
	     }
	     
	          .select:after {
	               content: "\f078";
	              display: block;
	              font: normal normal normal 14px/1 FontAwesome;
	              font-size: 9px;
	              text-rendering: auto;
	              -webkit-font-smoothing: antialiased;
	              -moz-osx-font-smoothing: grayscale;
	              transition: all 0.2s ease-in-out;
	              -webkit-transition: all 0.2s ease-in-out;
	              -moz-transition: all 0.2s ease-in-out;
	              color: #d9121f;
	              position: absolute;
	              top: 18px;
	              right: 30px;
	              z-index: 1;
	          }
	          
	               .inputs-type-4 .select:after {
	                    right: 20px;
	               }

/* @end */
	
/* @group 3. Dropdown 
-------------------*/
  
#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
}

     #main .form-group .dropdown-menu {
          opacity: 1;
          visibility: visible;
          display: none;
     }

#main .open > .dropdown-menu {
  margin-top: 9px;
  display: block;
  opacity: 1; 
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: none;
	color: #333;
	padding: 24px 0px 21px 0px;
	margin-top: 9px;
	font-size: 12px;
	border-radius:         0px;
	-moz-border-radius:    0px;
	-webkit-border-radius: 0px;
	box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
}

     .dropdown-menu-type-2 .dropdown-menu {
     	border-radius:         8px;
     	-moz-border-radius:    8px;
     	-webkit-border-radius: 8px;
     }
     
     .dropdown-menu-type-3 .dropdown-menu {
     	border-radius:         4px;
     	-moz-border-radius:    4px;
     	-webkit-border-radius: 4px;
     }
     
     .dropdown-menu-type-4 .dropdown-menu {
     	border-radius:         2px;
     	-moz-border-radius:    2px;
     	-webkit-border-radius: 2px;
     }
     
     .dropdown-menu-type-5 .dropdown-menu {
     	border-radius:         3px;
     	-moz-border-radius:    3px;
     	-webkit-border-radius: 3px;
     }
	
	body .dropdown-menu > li > a {
		color: #333;
		font-weight: normal;
		font-size: 12px;
		padding: 4px 10px 4px 10px ;
	} 
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: none;
			color: #d7121f;
		}

/* @end */
	
/* @group 4. Buttons 
------------------*/

.button,
.btn {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#fff !important;
	font-size: 11px !important;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 38px 10px 38px;
	margin: 5px 0px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #d9121f;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

     .button-body-type-10 .button,
     .button-body-type-10 .btn,
     .button-body-type-10 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding: 15px 30px 12px 30px;
     }
     
          .button-body-type-10 #main .product-info .cart .add-to-cart #button-cart {
               padding-top: 14px;
          }
     
     .button-body-type-2 .button,
     .button-body-type-2 .btn,
     .button-body-type-2 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
     }
     
     .button-body-type-11 .button,
     .button-body-type-11 .btn,
     .button-body-type-11 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding-top: 14px;
          padding-bottom: 9px;
          padding-left: 30px;
          padding-right: 30px;
     }
     
     .button-body-type-8 .button,
     .button-body-type-8 .btn,
     .button-body-type-8 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
          padding-left: 30px;
          padding-right: 30px;
     }
     
     .button-body-type-9 .button,
     .button-body-type-9 .btn,
     .button-body-type-9 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         4px;
          -moz-border-radius:    4px;
          -webkit-border-radius: 4px;
          padding-top: 11px;
          padding-bottom: 11px;
     }
     
     .button-body-type-15 .button,
     .button-body-type-15 .btn,
     .button-body-type-15 #main .product-info .cart .add-to-cart #button-cart {
          padding-top: 11px;
          padding-bottom: 10px;
          padding-left: 30px;
          padding-right: 30px;
     }
     
     .button-body-type-12 .button,
     .button-body-type-12 .btn,
     .button-body-type-12 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         4px;
          -moz-border-radius:    4px;
          -webkit-border-radius: 4px;
          padding: 13px 30px 9px 30px;
     }
     
     .button-body-type-13 .button,
     .button-body-type-13 .btn,
     .button-body-type-13 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         2px;
          -moz-border-radius:    2px;
          -webkit-border-radius: 2px;
          padding: 13px 30px 9px 30px;
     }
     
     .button-body-type-4 .button,
     .button-body-type-4 .btn,
     .button-body-type-4 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         0px;
          -moz-border-radius:    0px;
          -webkit-border-radius: 0px;
     }
     
     .button-body-type-4 .button,
     .button-body-type-4 .btn {
          padding-top: 11px;
     }
     
     .button-body-type-3 .button,
     .button-body-type-3 .btn {
          padding: 12px 42px 9px 42px;
     }
     
     .button-body-type-5 .button,
     .button-body-type-5 .btn,
     .button-body-type-5 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
     }
     
     .button-body-type-14 .button,
     .button-body-type-14 .btn,
     .button-body-type-14 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         3px;
          -moz-border-radius:    3px;
          -webkit-border-radius: 3px;
     }
     
     .button-body-type-6 .button,
     .button-body-type-6 .btn {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
          padding: 8px 20px 5px 20px;
     }
     
     .button-body-type-6 #main .product-info .cart .add-to-cart #button-cart {
          border-radius:         8px;
          -moz-border-radius:    8px;
          -webkit-border-radius: 8px;
          padding-left: 25px;
          padding-right: 25px;
     }
     
     .button-body-type-7 .button,
     .button-body-type-7 .btn {
          padding: 10px 25px 9px 25px;
     }
     
     .button-body-type-7 #main .product-info .cart .add-to-cart #button-cart {
          padding-left: 25px;
          padding-right: 25px;
     }
     
	.button:hover,
	.btn:hover {
		color: #fff;
		background: #333;
	}
	
	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
		background: #1349b2;
	}

	.input-group input {
		border-right: none;
	}
	
	.input-group-btn .btn {
		height: 45px;
		margin: 5px 0px;
	}
	
	     .inputs-type-5 .input-group-btn .btn {
	          height: 40px;
	     }

.buttons { 
	overflow: auto;
	margin: 0px 0px 15px 0px; 
}
	
	.buttons .btn {
		margin-top: 10px;
	}
	
	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}

.footer-button {
     display:inline-block;
     cursor:pointer;
     border: none;
     color:#333 !important;
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     padding: 8px 30px 5px 30px;
     border-radius:         20px;
     -moz-border-radius:    20px;
     -webkit-border-radius: 20px;
     transition:         all 0.2s ease-in;
     -moz-transition:    all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     background: #fff;
     outline: none;
}

     .button-body-type-11 .footer-button {
          padding: 13px 30px 7px 30px;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }
     
     .button-body-type-4 .footer-button {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          font-size: 11px !important;
          padding: 7px 40px 6px 40px;
     }
     
     .button-body-type-2 .footer-button {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }
     
     .button-body-type-12 .footer-button {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 8px 37px 5px 37px;
     }
     
     .button-body-type-13 .footer-button {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          padding: 8px 37px 5px 37px;
     }
     
     .button-body-type-5 .footer-button {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
     }
     
     .button-body-type-6 .footer-button {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          padding-left: 20px;
          padding-right: 20px;
     }
     
     .button-body-type-7 .footer-button {
          padding: 5px 20px 4px 20px;
          font-size: 10px !important;
     }
     
     .footer-button:hover {
          color: #fff !important;
          background: #d9121f;
     }
     
.button-type-2 {
     padding: 8px 30px 5px 30px;
     margin-top: 18px;
}

.button-white-with-red-text {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#d9121f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 38px 10px 38px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none;
}

	.button-white-with-red-text:hover {
		color: #fff;
		background: #d9121f;
	}
	
.button-megamenu {
     padding: 8px 30px 5px 30px;
     margin: 28px 0px 0px 0px;
     border-radius:         20px;
     -moz-border-radius:    20px;
     -webkit-border-radius: 20px;
}

.button-slider-furniture {
     display: block;
     width: 165px;
     height: 165px;
     background: #98698e;
     font-size: 13px;
     text-transform: uppercase;
     color: #fff !important;
     font-weight: 600;
     line-height: 13px;
     padding: 39px 0px 0px 30px;
     transition:         all 0.2s ease-in;
     -moz-transition:    all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     position: relative;
}

     .button-slider-furniture:hover {
          background: #171016;
     }
     
     .button-slider-furniture:after {
          position: absolute;
          top: 82px;
          left: 30px;
          content: "\f054";
          display: inline-block;
          font: normal normal normal 11px/1 FontAwesome;
     }

.fashion3-slider-button {
     padding: 18px 40px 16px 40px !important;
}

.coffee-button {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#421206 !important;
	font-size: 12px !important;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 38px 9px 38px;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none;
}

     .coffee-button:hover {
          background: #8d6740;
          color: #fff !important;
     }
     
#main .bakery-button {
     color: #444457 !important;
     background: #fff !important;
     padding: 18px 40px 12px 40px !important;
     margin: 0px !important;
}

     #main .bakery-button:hover {
          color: #fff !important;
          background: #444457 !important;
     }
     
#main .toys2-slider-button {
     padding: 16px 40px 14px 40px !important;
     margin: 0px !important;
     font-size: 13px !important;
     text-transform: none !important;
}

#main .computer6-button {
     padding: 18px 40px 15px 40px !important;
}

#main .computer7-button {
     background: #fff !important;
     color: #000 !important;
}

     #main .computer7-button:hover {
          background: #000 !important;
          color: #fff !important;
     }

/* @end */
	
/* @group 5. Header 
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}
	
	header .slider-header {
	     position: relative;
	     z-index: 25;
	}
	
	.header-margin-top-20 header {
	     margin-top: 20px;
	}
	
	.header-margin-top-30 header {
	     margin-top: 30px;
	}
	
	.header-margin-top-80 header {
	     margin-top: 80px;
	}
	
/* @end */

/* @group 6. Top Bar */

.top-bar {
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding-bottom: 8px;
     position: relative;
}

     .top-bar-type-3 .top-bar {
          padding-bottom: 6px;
     }

     .top-bar .menu {
          list-style: none;
          padding: 12px 0px 1px 0px;
          margin: 0px;
          float: right;
     }
          
          .top-bar-type-2 .top-bar .menu {
               padding-top: 10px;
               padding-bottom: 3px;
          }
     
          .top-bar .menu li {
               display: inline-block;
               padding: 0px 0px 0px 27px;
          }
          
               .top-bar-type-2 .top-bar .menu li {
                    padding-left: 20px;
               }
          
               .top-bar .menu li a {
                    font-size: 12px;
                    color: #808080;
               }
               
                    .top-bar .menu li a:hover {
                         color: #d9121f;
                    }
               
     #top .top-bar .dropdown {
          margin-top: 12px;
     }
     
          #top .top-bar .dropdown.open .dropdown-menu {
               margin-top: 7px;
          }
     
          .top-bar-type-2 #top .top-bar .dropdown {
               margin-top: 10px;
          }
          
               .top-bar-type-2 #top .dropdown > a:after {
                    margin-top: 5px;
               }
               
     .top-bar-type-4 #top .top-bar form:before {
          content: '';
          width: 1px;
          top: 0;
          bottom: 1px;
          display: block;
          position: absolute;
          background: url(../img/bg-megamenu.png) top left repeat;
          margin-left: -21px;
     }
     
          .top-bar-type-4 #top .top-bar form:first-of-type:before {
               display: none !important;
          }
          
          .top-bar-type-4 #top .top-bar form {
               padding-left: 21px;
          }
          
               .top-bar-type-4 #top .top-bar form:first-of-type {
                    padding-left: 0px;
               }
               
     .top-bar-type-4 .top-bar .menu li {
          padding-left: 40px;
     }
     
          .top-bar-type-4 .top-bar .menu li:first-child {
               padding-left: 0px;
          }
          
          .top-bar-type-4 .top-bar .menu li:before {
               content: '';
               width: 1px;
               top: 0;
               bottom: 1px;
               display: block;
               position: absolute;
               background: url(../img/bg-megamenu.png) top left repeat;
               margin-left: -21px;
          }
          
               .top-bar-type-4 .top-bar .menu li:first-child:before {
                    display: none;
               }

/* @end */

/* @group 7. Top of pages
------------------*/

#top {
	position: relative;
}

     .main-fixed3 #top .pattern {
          padding-bottom: 30px;
     }

     .slider-align-top #top {
          position: absolute;
          width: 100%;
     }

	#top .pattern > .container {
		padding-top: 16px;
		padding-bottom: 40px;
		position: relative;
		z-index: 35;
	}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/* @group Currency and Language */

	#top .dropdown {
		display: inline-block;
		vertical-align: top;
		margin: 38px 17px 0px 0px;
	}
	
	     #top .dropdown:last-child {
	          margin-right: 0px;
	     }
	
		#top form {
			display: inline-block;
			vertical-align: top;
		}
		
		#top .dropdown > a {
		     font-size: 12px;
		     line-height: 20px;
		     font-weight: 600;
		}
		
		     #top .dropdown:hover > a {
		          color: #d9121f;
		     }
	
		#top .dropdown > a:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 9px;
			left: 0;
			top: 100%;
			z-index: 3;
		}
		
		#top .dropdown > a:after {
		     content: "\f078";
		     display: inline-block;
		     font: normal normal normal 14px/1 FontAwesome;
		     font-size: 9px;
		     line-height: 9px;
		     text-rendering: auto;
		     -webkit-font-smoothing: antialiased;
		     -moz-osx-font-smoothing: grayscale;
		     transition: all 0.2s ease-in-out;
		     -webkit-transition: all 0.2s ease-in-out;
		     -moz-transition: all 0.2s ease-in-out;
		     color: #d9121f;
		     vertical-align: top;
		     margin: 4px 0px 0px 9px;
		}

		     #top .dropdown:hover > a:after {
		          color: #333;
		     }
		     
		#top .dropdown-menu {
		     right: -55px;
		     left: auto;
		     min-width: 120px;
		     text-align: left;
		}

     	 	#top .dropdown-menu:after {
     	 	     position: absolute;
     	 	     top: -10px;
     	 	     right: 49px;
     	 	     display: inline-block;
     	 	     border-right: 10px solid transparent;
     	 	     border-bottom: 10px solid #ffffff;
     	 	     border-left: 10px solid transparent;
     	 	     content: '';
     	 	     cursor: pointer;
     	 	}
		 		
	/* @end */

	/* @group Logo */
		
	#top .logo {
		padding: 12px 0px 12px 0px;
		margin: 0px;
		line-height: 100%;
		font-size: 100%;
		text-align: center;
	}
	
	/* @end */
	
	/* @group  Search */
	
	#top .search_form {
		margin: 24px 26px 0px 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		width: 170px;
		position: relative;
	}
	
	     .header-type-2 #top .search_form {
	          width: auto !important;
	          max-width: 270px;
	          display: block;
	     }
	
		#top .search_form input {
			padding: 11px 35px 10px 20px;
			margin: 0px;
			height: 45px;
			width: 100%;
			font-size: 12px;
		}
		
		     .search-type-2 #top .search_form input {
		          -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		          -moz-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		          box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.06);
		     }
		     
		     .search-type-3 #top .search_form input {
		          border-radius: 0px;
		          -webkit-border-radius: 0px;
		          -moz-border-radius: 0px;
		     }
		     
		     .search-type-4 #top .search_form input {
		          border-radius: 8px;
		          -webkit-border-radius: 8px;
		          -moz-border-radius: 8px;
		     }
		     
		     .search-type-5 #top .search_form input {
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		     }
		     
		     .search-type-7 #top .search_form input {
		          border-radius: 2px;
		          -webkit-border-radius: 2px;
		          -moz-border-radius: 2px;
		     }
		     
		     .search-type-6 #top .search_form input {
		          -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		          -moz-box-shadow:    1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		          box-shadow:         1px 1px 2px 0px rgba(255, 255, 255, 0.04), inset 0px 3px 8px 3px rgba(0,0,0,0.3);
		     }
		
		.search_form .button-search,
		.search_form .button-search2 {
			font-family: FontAwesome;
			position: absolute;
			right: 25px;
			top: 13px;
			cursor: pointer;
			font-size: 16px;
			line-height: 16px;
			font-weight: 400;
			color: #333;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		
			.search_form .button-search:before,
			.search_form .button-search2:before {
				content: "\f002";
			}
			
	/* @end */

     /* @group Untitled Group */
     
     #top .my-account {
          display: inline-block;
          vertical-align: top;
          width: 45px;
          height: 45px;
          background: transparent;
          border: 0px solid #cccccc;
		  color:#fff;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          text-align: center;
          font-size: 17px;
          transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          padding: 9px 0px 0px 0px;
          margin: 24px 0px 0px 0px;
          font-family: Poppins;
     }
     
          #top .my-account:hover {
               border-color: #d9121f;
               background: #d9121f;
               color: #fff;
          }
          
          .my-account-type-2 #top .my-account {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }
          
          .my-account-type-3 #top .my-account {
               border-radius: 8px;
               -webkit-border-radius: 8px;
               -moz-border-radius: 8px;
          }
          
          .my-account-type-4 #top .my-account {
               border-radius: 4px;
               -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
          }
          
          .my-account-type-5 #top .my-account {
               border-radius: 2px;
               -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
          }
     
     /* @end */
     
     /* @group Cart block */
	
	#top #cart_block {
		padding: 0px;
		margin: 24px 0px 0px 32px;
		display: inline-block;
		vertical-align: top;
	}
	
	     .cart-block-type-4 #top #cart_block {
	          margin-left: 28px;
	     }
	     
	     .cart-block-type-9 #top #cart_block {
	          margin-left: 24px;
	     }
	     
	     .cart-block-type-7 #top #cart_block {
	          margin-left: 24px;
	     }
	     
	     .cart-block-type-8 #top #cart_block {
	          margin-left: 17px !important;
	     }
	     
	     .megamenu-type-8 #top #cart_block {
	          margin-left: 24px;
	     }
	
		#top #cart_block .cart-heading {
			display: inline-block;
			cursor: pointer;
			vertical-align: top;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
		}
		
		     .cart-block-type-6 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 20px 0px 0px;
		          height: 45px;
		     }
		
		     .cart-block-type-2 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		     }
		     
		          .cart-block-type-2 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		          
		     .cart-block-type-9 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		          border-radius: 30px;
		          -webkit-border-radius: 30px;
		          -moz-border-radius: 30px;
		     }
		     
		          .cart-block-type-9 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		          
		     .cart-block-type-8 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		     }
		     
		          .cart-block-type-8 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		          
		     .cart-block-type-7 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 17px 0px 0px;
		          height: 45px;
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		     }
		     
		          .cart-block-type-7 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		          
		     .cart-block-type-4 #top #cart_block .cart-heading {
		          border: 1px solid #ccc;
		          padding: 0px 20px 0px 0px;
		          border-radius: 30px;
		          -webkit-border-radius: 30px;
		          -moz-border-radius: 30px;
		          height: 45px;
		     }
		     
		          .cart-block-type-4 #top #cart_block:hover .cart-heading {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		
		     #top #cart_block .cart-heading .cart-count {
		          position: absolute;
		          width: 23px;
		          height: 23px;
		          background: #d9121f;
		          color: #fff;
		          text-align: center;
		          padding: 4px 0px 0px 0px;
		          font-size: 10px;
		          font-weight: 600;
		          border-radius: 100px;
		          -webkit-border-radius: 100px;
		          -moz-border-radius: 100px;
		          margin-left: -17px;
		          margin-top: 11px;
		          font-style: normal;
		          transition: all 0.2s ease-in;
		          -moz-transition: all 0.2s ease-in;
		          -webkit-transition: all 0.2s ease-in;
		          z-index: 1;
		     }
		     
		          #top #cart_block:hover .cart-heading .cart-count {
		               background: #333;
		          }
		          
		          .cart-block-type-2 #top #cart_block .cart-heading .cart-count,
		          .cart-block-type-8 #top #cart_block .cart-heading .cart-count,
		          .cart-block-type-3 #top #cart_block .cart-heading .cart-count,
		          .cart-block-type-6 #top #cart_block .cart-heading .cart-count {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }
		          
		          .cart-block-type-7 #top #cart_block .cart-heading .cart-count{
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }
		          
		          .cart-block-type-10 #top #cart_block .cart-heading .cart-count{
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }
		          
		          .cart-block-type-11 #top #cart_block .cart-heading .cart-count{
		               border-radius: 2px;
		               -webkit-border-radius: 2px;
		               -moz-border-radius: 2px;
		          }
		          
		          .cart-block-type-8 #top #cart_block .cart-heading .cart-count {
		               margin-left: 46px;
		          }
		          
		          .cart-block-type-4 #top #cart_block .cart-heading .cart-count {
		               margin-left: -12px;
		          }
		          
		          .cart-block-type-9 #top #cart_block .cart-heading .cart-count {
		               margin-left: -9px;
		          }
		     
		     #top #cart_block .cart-heading .cart-icon {
		          display: inline-block;
		          vertical-align: top;
		          width: 36px;
		          height: 45px;
		          background: transparent;
		          border: 0px solid #cccccc;
		          border-radius: 100px;
		          -webkit-border-radius: 100px;
		          -moz-border-radius: 100px;
		          text-align: center;
		          transition: all 0.2s ease-in;
		          -moz-transition: all 0.2s ease-in;
		          -webkit-transition: all 0.2s ease-in;
		          padding: 7px 0px 0px 0px;
		          position: relative;
		     }
		     
		          .cart-block-type-3 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }
		          
		          .cart-block-type-6 #top #cart_block .cart-heading .cart-icon {
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin: -1px 0px -1px -1px;
		               padding-top: 14px;
		          }
		          
		          .cart-block-type-5 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 8px;
		               -webkit-border-radius: 8px;
		               -moz-border-radius: 8px;
		          }
		          
		          .cart-block-type-10 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }
		          
		          .cart-block-type-11 #top #cart_block .cart-heading .cart-icon {
		               border-radius: 2px;
		               -webkit-border-radius: 2px;
		               -moz-border-radius: 2px;
		          }
		          		     
		          .cart-block-type-2 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 7px;
		          }
		          
		          .cart-block-type-9 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 15px;
		          }
		          
		          .cart-block-type-8 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               padding-top: 12px;
		          }
		          
		          .cart-block-type-7 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none !important;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: -1px;
		               margin-right: -6px;
		          }
		          
		          .cart-block-type-4 #top #cart_block .cart-heading .cart-icon {
		               background: none !important;
		               border: none;
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		               margin-left: 7px;
		               border-right: 1px solid #ccc;
		               height: 43px;
		          }
		     
		          #top #cart_block .cart-heading .cart-icon img {
		               display: block;
		               left: 50%;
		               margin-left: -8px;
		               position: absolute;
		               transition: all 0.2s ease-in;
		               -moz-transition: all 0.2s ease-in;
		               -webkit-transition: all 0.2s ease-in;
		          }

		               #top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-standard {
		                    visibility: visible !important;
		                    opacity: 1 !important;
		               }
		          
		               #top #cart_block .cart-heading .cart-icon img.cart-icon-hover {
		                    visibility: hidden;
		                    opacity: 0;
		               }
		               
		                    #top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-hover {
		                         display: none !important;
		                    }
		               
		               #top #cart_block:hover .cart-heading .cart-icon img.cart-icon-hover {
		                    visibility: visible;
		                    opacity: 1;
		               }
		               
		               #top #cart_block:hover .cart-heading .cart-icon img.cart-icon-standard {
		                    visibility: hidden;
		                    opacity: 0;
		               }
		          
		          #top #cart_block:hover .cart-heading .cart-icon {
		               background: #d9121f;
		               border-color: #d9121f;
		          }
		          
		     #top #cart_block .cart-heading p {
		          display: inline-block;
		          vertical-align: top;
		          margin: 0px 0 0 0px;
		          padding: 12px 0px 0px 16px;
		          font-size: 14px;
		          line-height: 22px;
		          transition: all 0.2s ease-in;
		          -moz-transition: all 0.2s ease-in;
		          -webkit-transition: all 0.2s ease-in;
		     }
		     
		          .cart-block-type-5 #main #top #cart_block .cart-heading p strong {
		               font-size: 14px !important;
		          }
		     
		          .cart-block-type-2 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		          }
		          
		          .cart-block-type-9 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		               padding-top: 11px;
		               padding-right: 4px;
		          }
		          
		          .cart-block-type-8 #top #cart_block .cart-heading p {
		               padding-left: 28px !important;
		               border-left: 1px solid #ccc;
		               height: 43px;
		               margin-left: 8px;
		          }
		          
		          .cart-block-type-7 #top #cart_block .cart-heading p {
		               padding-left: 1px !important;
		               padding-top: 11px;
		          }
		          
		               .cart-block-type-7 #top #cart_block .cart-heading p strong {
		                    font-weight: bold !important;
		               }
		          
		          .cart-block-type-4 #top #cart_block .cart-heading p {
		               padding-top: 11px;
		          }
		     
		          #top #cart_block .cart-heading p strong {
		               font-weight: 600;
					   color: #fff;
		          }
		     
		          #top #cart_block .cart-heading p:after {
		               content: "\f078";
		               display: inline-block;
		               font: normal normal normal 14px/1 FontAwesome;
		               font-size: 10px;
		               text-rendering: auto;
		               -webkit-font-smoothing: antialiased;
		               -moz-osx-font-smoothing: grayscale;
		               transition: all 0.2s ease-in-out;
		               -webkit-transition: all 0.2s ease-in-out;
		               -moz-transition: all 0.2s ease-in-out;
		               color: #d9121f;
		               vertical-align: top;
		               margin: 4px 0px 0px 10px;
		          }
		          
		               .cart-block-type-6 #top #cart_block .cart-heading p:after {
		                    display: none;
		               }
		          
		          #top #cart_block:hover .cart-heading p {
		               color: #d9121f;
		          }
		          
		               #top #cart_block:hover .cart-heading p:after {
		                    color: #333;
		               }

		#top #cart_block .dropdown-menu {
			width: 600px;
			text-align: left;
			padding: 0px;
			right: -45px;
			margin-top: 16px;
			font-size: 13px;
		}
		
		     .standard-body .fixed#top #cart_block .dropdown-menu  {
		          right: -40px;
		     }
		
		     #top #cart_block .dropdown-menu a {
		          font-size: 13px;
		     }
		
			#main #top #cart_block.open > .dropdown-menu {
				margin-top: -4px;
			}
			
			#top #cart_block .dropdown-menu:after {
			  position: absolute;
			  top: -10px;
			  right: 40px;
			  display: inline-block;
			  border-right: 10px solid transparent;
			  border-bottom: 10px solid #ffffff;
			  border-left: 10px solid transparent;
			  content: '';
			}
			
			     .cart-block-type-2 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }
			     
			     .cart-block-type-9 #top #cart_block .dropdown-menu:after {
			          right: 61px;
			     }
			     
			     .cart-block-type-8 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }
			     
			     .cart-block-type-7 #top #cart_block .dropdown-menu:after {
			          right: 57px;
			     }
			     
			     .cart-block-type-4 #top #cart_block .dropdown-menu:after {
			          right: 60px;
			     }
			     
			     .cart-block-type-6 #top #cart_block .dropdown-menu:after {
			          right: 73px;
			     }
			
			     .standard-body .fixed#top #cart_block .dropdown-menu:after {
			          right: 35px;
			     }
			     
			          .cart-block-type-2 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }
			          
			          .cart-block-type-9 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 56px;
			          }
			          
			          .cart-block-type-8 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }
			          
			          .cart-block-type-7 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 52px;
			          }
			          
			          .cart-block-type-4 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 55px;
			          }
			          
			          .cart-block-type-6 .standard-body .fixed#top #cart_block .dropdown-menu:after {
			               right: 68px;
			          }
					
					/* @group Content */
					
					.mini-cart-info table {
						border-collapse: collapse;
						width: 100%;
						margin-bottom: 30px;
					}
					
						.mini-cart-info td {
							padding: 10px;
						}
						
							.mini-cart-info .image {
								padding: 30px 10px 0px 30px;
								max-width: 80px;
							}
							
							.mini-cart-info .image img {
								display: block;
							}
							
							.mini-cart-info .name {
								padding: 30px 10px 0px 10px;
								text-align: left;
							}
							.mini-cart-info .quantity {
								text-align: right;
								padding: 30px 10px 0px 10px;
							}
							
							.mini-cart-info td.total {
								text-align: right;
								padding: 30px 10px 0px 10px;
								color: #d9121f;
								font-size: 14px;
								font-weight: 600;
							}
							
							.mini-cart-info .remove {
								text-align: right;
								padding: 30px 30px 0px 10px;
							}
							
							     .mini-cart-info .remove a {
							          color: #bcbbbb;
							          font-size: 16px;
							          font-weight: 600;
							     }
							     
							          .mini-cart-info .remove a:hover {
							               color: #d9121f;
							          }
							
								.mini-cart-info .remove img {
									cursor: pointer;
								}
					
					.mini-cart-total {
						text-align: right;
						background: url(../img/bg-megamenu.png) top left repeat-x;
						margin: 0px;
						padding: 26px 30px 14px 30px;
					}
					
						.mini-cart-total table {
							border-collapse: collapse;
							display: inline-block;
							padding: 0px;
						}
						
							.mini-cart-total td {
							}
							
							     .mini-cart-total td b{
							          font-weight: normal;
							     }
								
								.mini-cart-total td:last-child {
									color: #d9121f;
									font-size: 14px;
									font-weight: 600;
									width: 140px;
								}
					
					#cart_block .empty {
						padding: 70px 20px;
						text-align: center;
					}
					
					#cart_block .checkout {
					     padding: 0px 30px 30px 30px;
					     text-align: right;
					}
					
					     #cart_block .checkout a:last-child {
					          margin-left: 13px;
					     }
									
				/* @end */
					
	/* @end */
			
	/* @group Right */
	
	#top #header-right {
		text-align: right;
	}
	
	/* @end */
		
/* @end */

/* @group Header Type 3 */

.header-type-3 {
     
}

     .header-type-3 #top .pattern > .container {
          padding-bottom: 28px;
     }

     .header-type-3 #header-left {
          display: table-cell;
          width: auto;
          float: none;
          vertical-align: top;
     }
          
          .megamenu-type-8 .header-type-3 #header-left {
               padding-left: 0px;
               padding-right: 0px;
          }
          
          .header-type-3 #header-left .logo {
               text-align: left;
          }
          
     .header-type-3 #header-center {
          display: table-cell;
          width: 100%;
          float: none;
          vertical-align: top;
          position: static;
          padding-top: 30px;
     }
     
          .megamenu-type-8 .header-type-3 #header-center {
               padding-left: 0px;
               padding-right: 0px;
               padding-top: 25px;
          }
     
          .header-type-3 #header-center .megamenu-background,
          .header-type-3 #header-center .overflow-megamenu {
               position: static;
          }
          
          .header-type-3 #header-center .megamenu-background {
               border: none;
          }
          
          .header-type-3 #header-center .megamenu-background > div {
               background: none;
          }
          
               .header-type-3 #header-center .horizontal ul.megamenu > li {
                    margin-right: 20px;
               }
               
                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li {
                         margin-right: 17px;
                    }
                    
                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li:last-child {
                         margin-right: 30px;
                    }
                    
                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li:first-child {
                         margin-left: 30px;
                    }
                    
                    .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu {
                         margin: -1px 30px -1px -1px;
                         background: #a38d82;
                         transition: all 0.2s ease-in;
                         -moz-transition: all 0.2s ease-in;
                         -webkit-transition: all 0.2s ease-in;
                         padding: 1px 0px;
                    }
                    
                         .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu:hover {
                              background: #fff;
                         }
                    
                    .body-full-width .header-type-3 #header-center .horizontal ul.megamenu > li {
                         margin-right: 37px;
                    }
               
                    .header-type-3 #header-center .horizontal ul.megamenu > li > a {
                         padding-top: 6px;
                         height: 51px;
                    }
                    
                         .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li > a {
                              height: 43px;
                              padding-top: 11px;
                         }
                         
                              .megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu > li.with-sub-menu > a {
                                   padding-left: 29px;
                                   padding-right: 29px;
                              }
               
                    .header-type-3 #header-center .horizontal ul.megamenu > li.pull-right,
                    .body-full-width .header-type-3 #header-center .horizontal ul.megamenu > li.pull-right {
                         margin-right: 0;
                    }
     
     .header-type-3 #header-right {
          display: table-cell;
          width: auto;
          float: none;
          vertical-align: top;
          min-width: 330px;
     }
     
          .megamenu-type-8 .header-type-3 #header-right {
               padding-right: 0px;
               padding-left: 0px;
          }
     
          .body-full-width .header-type-3 #header-right {
               min-width: 600px;
          }
     
          .header-type-3 #top .search_form {
               display: inline-block;
               vertical-align: top;
               width: 45px !important;
               height: 45px !important;
               background: transparent;
			   color:#fff;
               border: 0px solid #cccccc;
               border-radius: 100px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               text-align: center;
               font-size: 17px;
               transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               padding: 9px 1px 0px 0px;
               margin: 24px 10px 0px 0px !important;
               cursor: pointer;
               font-family: Poppins;
          }
          
               .header-type-3 #top .search_form:hover {
                    border-color: #d9121f;
                    background: #d9121f;
                    color: #fff;
               }
               
               .search-type-3 .header-type-3 #top .search_form {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }
               
               .megamenu-type-8 .header-type-3 #top .search_form {
                    margin-right: 7px !important;
               }

/* @end */

/* @group Header Type 4 */

.header-type-4 #top .pattern > .container {
     padding-bottom: 0px;
     padding-top: 0px;
	     width: 95%;
}

     .header-type-4 #top .search_form {
          padding-top: 8px;
     }
     
     .megamenu-type-8 .header-type-4 #top .pattern > .container {
          padding-bottom: 35px;
     }

/* @end */

/* @group Header Type 5 */

.header-type-5 #top .logo {
     text-align: left;
}

.header-type-5 #top .search_form {
     width: 270px;
     margin-right: 42px;
}

.header-type-5 #top .my-account {
     margin-left: 22px;
}

/* @end */

/* @group Header Type 7 */

.header-type-7 #top .logo {
     text-align: left;
}

.header-type-7 #top .search_form {
     width: 270px !important;
     margin-right: 15px !important;
     display: inline-block;
}

.header-type-7 #top .pattern > .container {
     padding-top: 5px;
     padding-bottom: 30px;
}

/* @end */

/* @group Header Type 8 */

.header-type-8 #top .logo {
     text-align: left;
}

.header-type-8 #top .search_form {
     display: inline-block;
     vertical-align: top;
     width: 45px !important;
     height: 45px !important;
     background: #fff;
     border: 1px solid #cccccc;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     text-align: center;
     font-size: 17px;
     transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     padding: 9px 1px 0px 0px;
     margin: 24px 7px 0px 0px !important;
     cursor: pointer;
     font-family: Poppins;
}

     .header-type-8 #top .search_form:hover {
          border-color: #d9121f;
          background: #d9121f;
          color: #fff;
     }

/* @end */

/* @group Header Type 9 */

.header-type-9 #top .logo {
     text-align: left;
}

.header-type-9 #top .search_form {
     width: 100% !important;
     max-width: 330px;
     display: block;
}

.header-type-9 .overflow-header-center {
     position: relative;
     margin-left: -30px;
}

.header-type-9 #top #header-center .menu {
     list-style: none;
     margin: 0px;
     padding: 7px 0px 0px 0px;
}

     .header-type-9 #top #header-center .menu li {
          display: inline-block;
          padding: 0px 14px 0px 0px;
     }
     
          .header-type-9 #top #header-center .menu li:last-child {
               padding-right: 0px;
          }

.header-type-9 #top .pattern > .container {
     padding-bottom: 24px;
}

.header-type-9 .overflow-currency-language {
     text-align: right;
}

.header-type-9 #top .dropdown {
     margin-right: 0px;
     margin-left: 17px;
}

.header-type-9 .welcome-text {
     padding-top: 14px;
}

/* @end */

/* @group Header Type 10 */

.header-type-10 #top .pattern > .container {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

     .header-type-10 #top .logo {
          padding: 26px 0px 19px 0px;
     }
     
     .header-type-10 #header-center {
          padding-top: 23px;
     }
     
     .header-type-10 #top #cart_block .cart-heading p,
     .header-type-10 #top #cart_block .cart-heading .cart-count {
          display: none;
     }
     
     .header-type-10 #top .search_form,
     .header-type-10 #top .my-account {
          margin: 0px !important;
          width: 60px !important;
          height: 80px !important;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          display: block;
          float: right;
          padding: 27px 0px 0px 0px;
     }
     
     .header-type-10 #top #cart_block {
          display: block;
          float: right;
          height: 80px;
          margin: 0px !important;
     }
     
     .header-type-10 #top #cart_block .cart-heading .cart-icon {
          display: block;
          width: 60px;
          height: 80px;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          position: relative;
          margin-right: -23px;
          padding: 30px 0px 0px 0px;
     }
     
          .header-type-10 #top .search_form {
               border: none;
          }
          
          .header-type-10 #top .my-account {
               border-top: none;
               border-right: none;
               border-bottom: none;
          }
          
          .header-type-10 #top #cart_block .cart-heading .cart-icon {
               border-top: none;
               border-right: none;
               border-bottom: none;
          }
     
     .header-type-10 #top .dropdown > a:after {
          margin-top: 5px;
     }
     
     .header-type-10 #top .dropdown {
          margin: 29px 17px 0px 0px;
     }

/* @end */

/* @group Header Type 11 */

.header-type-11 #top .search_form {
     width: 100% !important;
     margin-right: auto !important;
     margin-left: auto !important;
     max-width: 272px;
     display: block;
}

.header-type-11 #top .logo {
     text-align: left;
}

/* @end */

/* @group Header Type 12 */

.header-type-12 #top .logo {
     text-align: left;
}

.header-type-12 #top .pattern > .container {
     padding-top: 6px;
     padding-bottom: 30px;
}

.header-type-12 #top .search_form {
     width: 532px;
     margin-left: -200px;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     height: 45px;
     background: #d9121f;
     padding: 2px;
     margin-right: 17px;
}

     .search-type-3 .header-type-12 #top .search_form {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
     }
     
     .search-type-4 .header-type-12 #top .search_form {
          border-radius: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
     }
     
     .search-type-5 .header-type-12 #top .search_form {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }
     
     .search-type-7 .header-type-12 #top .search_form {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }

     .header-type-12 #top .search_form .search-cat {
          display: table-cell;
          width: 161px;
          vertical-align: top;
          padding: 0px 26px 0px 26px;
     }
     
          .header-type-12 #top .search_form .search-cat select {
               margin: 0px;
               height: 41px;
               background: none !important;
               border: none !important;
               padding: 0px !important;
               color: #fff;
               font-size: 12px;
               font-weight: 600 !important;
               text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
          }
          
               .header-type-12 #top .search_form .search-cat select option {
                    color: #333;
                    text-shadow: none;
               }
          
               .header-type-12 #top .search_form .search-cat .select:after {
                    color: #fff;
                    right: 1px;
                    top: 15px;
                    font-size: 10px;
               }

     .header-type-12 #top .search_form .overflow-input {
          display: table-cell;
          width: 367px;
          vertical-align: top;
     }
     
          .header-type-12 #top .search_form input {
               margin: 0px;
               height: 41px;
               border: none;
          }
          
     .header-type-12 #top .search_form .button-search {
          right: 21px;
     }

/* @end */

/* @group Header Type 13 */

.header-type-13 #header-left {
     display: block;
     width: 25%;
     float: left;
}

.header-type-13 #top .pattern > .container {
     padding-bottom: 31px;
}

.header-type-13 .search_form {
     background: #fff;
     margin: 11px 0px 10px 0px;
     padding: 0px 50px 0px 0px;
     position: relative;
     height: 50px;
}

     .header-type-13 .search-cat {
          display: table-cell;
          width: 183px;
          border-right: 1px solid #d42f37;
          vertical-align: top;
     }
     
          .header-type-13 .search-cat select {
               margin: 0px;
               background: none;
               border: none;
               height: 50px;
               padding: 0px 26px;
               font-weight: 600 !important;
               font-size: 14px;
               color: #020202;
          }
          
               .header-type-13 .search-cat select option {
                    font-weight: 400 !important;
                    font-size: 13px;
                    color: #020202;
               }
               
               .header-type-13 .search-cat .select:after {
                    top: 19px;
                    color: #020202;
               }
          
     .header-type-13 .overflow-input {
          display: table-cell;
          width: 613px;
          padding-top: 2px;
          vertical-align: top;
     }
     
          .header-type-13 .overflow-input input {
               margin: 0px;
               background: none;
               border: none !important;
               width: 100%;
               height: 47px;
               display: block;
               padding: 0px 30px 0px 30px;
               font-size: 12px;
          }
          
          .header-type-13 .ui-autocomplete {
               right: -50px !important;
          }
          
          .header-type-13 .ui-autocomplete:after {
               left: 50%;
          }
          
     .header-type-13 .button-search {
          width: 50px;
          height: 50px;
          background: #f8eb0c;
          top: 0;
          right: 0 !important;
          color: #232323;
          text-align: center;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          padding: 16px 0px 0px 0px;
     }
     
          .header-type-13 .button-search:hover {
               background: #232323;
               color: #fff;
          }
          
.standard-body .header-type-13 .fixed .pattern > .container {
     padding-left: 0px;
     padding-right: 0px;
}

     .standard-body .header-type-13 .fixed .search_form {
          margin-right: 10px;
     }
     
/* @end */

/* @group Header Type 14 */

.header-type-14 .top-bar {
     background: none;
     position: relative;
     padding-bottom: 9px;
}

.header-type-14 .top-bar .row > div {
     position: static;
}
     
.header-type-14 #top .logo {
     text-align: left;
}

.header-type-14 .welcome-text {
     padding-top: 10px;
}

.header-type-14 #top .dropdown > a:after {
     margin-top: 5px;
}

.header-type-14 #top .dropdown {
     margin: 10px 0px 0px 37px;
}

.header-type-14 #top .top-bar form:before  {
     content: '';
     width: 1px;
     top: 0;
     bottom: 1px;
     display: block;
     position: absolute;
     background: url(../img/bg-footer.png) top left repeat;
     margin-left: 18px;
}

     .header-type-14 #top .top-bar form:first-of-type:before  {
          display: none !important;
     }
     
.header-type-14 #top .pattern > .container {
     padding-top: 6px;
     padding-bottom: 30px;
}

.header-type-14 #top #cart_block .cart-heading p:after {
     margin-left: 17px;
}


.header-type-14 #top .search_form {
     width: 210px;
     margin-left: 58px;
     margin-right: 58px;
}

     .header-type-14 #top .search_form:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -61px;
     }

.header-type-14 #top #cart_block {
     margin-left: 78px;
}

     .header-type-14 #top #cart_block:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -78px;
     }

/* @end */

/* @group Header Type 15 */

.header-type-15 #top #header-left {
     position: static;
}

.header-type-15 #top .logo {
     padding-right: 40px;
}

     .header-type-15 #top .logo:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: #171717; /* Old browsers */
          background: -moz-linear-gradient(top,  #171717 0%, #090909 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#090909)); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  #171717 0%,#090909 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  #171717 0%,#090909 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  #171717 0%,#090909 100%); /* IE10+ */
          background: linear-gradient(to bottom,  #171717 0%,#090909 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#090909',GradientType=0 ); /* IE6-9 */
          z-index: -1;
          left: 0;
          width: 24.8%;
     }

.header-type-15 #top .search_form {
     width: 360px;
     margin-right: 0;
     float: left;
     margin-left: 7px;
}

.header-type-15 #top .my-account {
     margin-left: 0;
}

/* @end */

/* @group Header Type 16 */

.header-type-16 #top #header-left .menu {
     list-style: none;
     margin: 0px;
     padding: 30px 0px 0px 0px;
}

     .header-type-16 #top #header-left .menu li {
          display: inline-block;
          padding: 7px 14px 0px 0px;
     }
     
          .header-type-16 #top #header-left .menu li:last-child {
               padding-right: 0px;
          }
          
.header-type-16 .overflow-currency-language {
     text-align: right;
}

.header-type-16 #top .dropdown {
     margin-right: 0px;
     margin-left: 27px;
}

.header-type-16 .welcome-text {
     padding-top: 12px;
}

.header-type-16 .top-bar {
     padding-bottom: 9px;
}

.header-type-16 #top .pattern > .container {
     padding-bottom: 47px;
}

/* @end */

/* @group Header Type 17 */

.header-type-17 #top #header-left .menu {
     list-style: none;
     margin: 0px;
     padding: 30px 0px 0px 0px;
}

     .header-type-17 #top #header-left .menu li {
          display: inline-block;
          padding: 7px 0px 0px 0px;
          font-weight: 600;
     }
     
          .header-type-17 #top #header-left .menu li:before {
              content: "/";
              color: #D8D8D8;
              margin: 0px 10px;
              font-weight: bold;
          }
          
               .header-type-17 #top #header-left .menu li:first-child:before {
                    display: none;
               }     
               
          .header-type-17 #top #header-left .menu li:last-child {
               padding-right: 0px;
          }

.header-type-17 #top .pattern > .container {
     padding-top: 15px;
     padding-bottom: 30px;
}

.header-type-17 #top form:first-of-type {
     margin-left: -40px;
}

.header-type-17 #top form .dropdown {
     margin-right: 9px;
}

.header-type-17 #top form:last-of-type .dropdown {
     margin-right: 12px;
}

.header-type-17 #top form:last-of-type .dropdown:before {
     content: "/";
     color: #D8D8D8;
     margin: 0px 12px 0px 0px;
     font-weight: bold;
}

.header-type-17 #header-right {
     padding-left: 0px;
}

.header-type-17 #top .dropdown > a {
     font-weight: 600;
}

.header-type-17 #top #cart_block .cart-heading p:after {
     margin-top: 5px;
}

/* @end */

/* @group Header Type 18 */

.header-type-18 {
     
}

     .header-type-18 .background-top-bar {
          background: none !important;
     }
     
     .header-type-18 .top-bar {
          background: none;
     }
     
          .header-type-18 .top-bar .left {
               float: left;
               padding-right: 10px;
          }
          
          .header-type-18 .top-bar .line {
               overflow: hidden;
          }
          
               .header-type-18 .top-bar .line > div {
                    display: block;
                    height: 1px;
                    background: rgba(0, 0, 0, .2);
                    margin-top: 20px;
               }
          
          .header-type-18 .top-bar .right {
               float: right;
               font-weight: 500;
               text-align: right;
               padding-left: 5px;
          }     
          
               .header-type-18 .top-bar .menu li {
                    padding-left: 23px;
               }
          
     .header-type-18 #top .logo {
          text-align: left;
     }
     
     .header-type-18 #top .search_form {
          width: 270px !important;
          margin-right: 17px;
     }
     
     .header-type-18 #top .pattern > .container {
          padding-top: 6px;
          padding-bottom: 30px;
     }

/* @end */

/* @group Header Type 19 */

.body-header-type-19 .camera_slider {
     margin: 0px -20px 0px -20px;
}

     .body-header-type-19.common-home #slider .pattern {
          position: absolute;
          width: 100%;
          margin-top: 20px;
          z-index: 23;
     }
     
     .header-type-19 .overflow-input {
          padding-top: 3px;
          display: block;
          width: 100%;
     }
     
     .header-type-19 .search_form_overflow {
          display: table-cell;
          vertical-align: top;
          width: 529px;
     }
     
     .header-type-19 .shop-by-car {
          display: table-cell;
          vertical-align: top;
          width: 135px;
          min-width: 135px;
          height: 71px;
          border-right: 1px solid rgba(255, 255, 255, .1);
          padding-right: 28px;
     }
     
          .header-type-19 .shop-by-car select {
               background: none !important;
               border: none !important;
               outline: none;
               height: 71px;
               display: block;
               width: 100%;
               margin: 0px;
               padding: 0px;
               font-size: 14px;
               color: #fff;
               font-weight: 600 !important;
               position: relative;
               z-index: 1;
               padding-top: 2px;
               cursor: pointer;
          }
          
               .header-type-19 .shop-by-car .select:after {
                    color: #fff;
                    right: 0;
                    top: 31px;
                    z-index: 0;
               }
     
     .header-type-19 .shop-by-brands {
          display: table-cell;
          vertical-align: top;
          width: 183px;
          min-width: 183px;
          height: 71px;
          padding-left: 30px;
          padding-right: 28px;
     }
     
          .header-type-19 .shop-by-brands select {
               background: none !important;
               border: none !important;
               outline: none;
               height: 71px;
               display: block;
               width: 100%;
               margin: 0px;
               padding: 0px;
               font-size: 14px;
               color: #fff;
               font-weight: 600 !important;
               position: relative;
               z-index: 1;
               padding-top: 2px;
               cursor: pointer;
          }
          
               .header-type-19 .shop-by-brands .select:after {
                    color: #fff;
                    right: 0;
                    top: 31px;
                    z-index: 0;
               }
               
          .header-type-19 .shop-by-car select option,
          .header-type-19 .shop-by-brands select option {
               background: #fff !important;
               color: #000;
               font-weight: 300 !important;
               font-size: 13px !important;
          }

/* @end */

/* @group Header Type 20 */

.header-type-20 #top .pattern > .container {
     padding-top: 11px;
     padding-bottom: 35px;
}

.header-type-20 #top .search_form {
     width: 352px !important;
     max-width: 352px;
}

/* @end */

/* @group Header Type 22 */

.header-type-22 .pattern > .container .row {
     margin: 0px -10px;
}

.header-type-22 .pattern > .top-bar {
     padding-left: 5px;
     padding-right: 5px;
}

.header-type-22 #top .pattern > .container {
     padding-bottom: 19px;
     padding-top: 6px;
}

/* @end */

/* @group Header Type 23 */

.header-type-23 #top .logo {
     text-align: left;
}

.header-type-23 #top .search_form {
     width: 194px !important;
     margin-right: 0px !important;
     display: inline-block;
}

.header-type-23 #top .pattern > .container {
     padding-top: 5px;
     padding-bottom: 30px;
}

.header-type-23 .top-bar {
     padding-bottom: 8px;
}

#main .header-type-23 #top .account {
     float: right;
     margin-right: 53px !important;
}

     .header-type-23 .account i {
          padding-right: 6px;
     }

.header-type-23 #top #cart_block {
     float: right;
     margin: 0px 0px -5px 0px !important;
     padding-bottom: 4px;
}
     
     .header-type-23 #top #cart_block:before {
          content: '';
          width: 1px;
          top: 0;
          bottom: -2px;
          display: block;
          position: absolute;
          background: rgba(255, 255, 255, .1);
          margin-left: -27px;
     }
     
     .header-type-23 #top #cart_block .cart-heading .cart-count {
          display: none;
     }
     
     .header-type-23 #top #cart_block .cart-heading .cart-icon {
          width: 12px;
          height: 12px;
          background: none;
          border: none;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          padding-top: 14px;
     }
     
     .header-type-23 #top #cart_block .cart-heading p strong {
          font-size: 12px !important;
     }
     
     .header-type-23 #top #cart_block .cart-heading p {
          padding-top: 10px;
          padding-left: 7px !important;
     }
     
     .header-type-23 #top #cart_block .cart-heading p:after {
          font-size: 9px;
          line-height: 1;
          margin-top: 5px;
     }
     
     #main .header-type-23 #top #cart_block.open > .dropdown-menu {
          margin-top: 0px;
     }

.header-type-23 #top .dropdown {
     margin-right: 24px !important;
}

.header-type-23 .top-bar form:before {
     content: '';
     width: 1px;
     top: 0;
     bottom: 0;
     display: block;
     position: absolute;
     background: rgba(255, 255, 255, .1);
     margin-left: -32px;
}

     .header-type-23 .top-bar form:first-of-type:before {
          display: none !important;
     }
     
     .header-type-23 .top-bar form {
          padding-left: 32px;
     }
     
          .header-type-23 .top-bar form:first-of-type {
               padding-left: 0px;
          }
          
.header-type-23 #top .dropdown > a:after {
     margin-left: 9px !important;
}

/* @end */

/* @group Header Type 24 */

.header-type-24 {
     
}

     .header-type-24 #header-right {
          position: static;
     }
          .header-type-24 #header-right .megamenu-background,
          .header-type-24 #header-right .overflow-megamenu {
               position: static;
          }
          
          .header-type-24 #header-right .megamenu-background {
               border: none;
               background: none !important;
          }
          
          .header-type-24 #header-right .megamenu-background > div {
               background: none !important;
          }
          
               .header-type-24 #header-right .horizontal ul.megamenu > li {
                    margin-right: 16px;
               }
               
                    .header-type-24 #header-right .horizontal ul.megamenu > li > a {
                         padding-top: 10px;
                         padding-bottom: 10px;
                         height: 41px;
                    }
                    
                    .header-type-24 ul.megamenu > li > a > .fa-home {
                         font-size: 18px;
                         margin-top: 1px;
                    }

                    .header-type-24 #header-right .horizontal ul.megamenu > li.pull-right,
                    .body-full-width .header-type-24 #header-right .horizontal ul.megamenu > li.pull-right {
                         margin-right: 0;
                    }

.header-type-24 #top .pattern > .container {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

.header-type-24 #top .pattern > .container > .row {
     position: relative;
}                    

.header-type-24 #top .pattern > .container > .row:before {
     content: '';
     position: absolute;
     top: 0;
     left: 15px;
     right: 15px;
     height: 5px;
     display: block;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bab13+0,fe7f02+100 */
     background: rgb(107,171,19); /* Old browsers */
     background: -moz-linear-gradient(left,  rgba(107,171,19,1) 0%, rgba(254,127,2,1) 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(107,171,19,1)), color-stop(100%,rgba(254,127,2,1))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(left,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* IE10+ */
     background: linear-gradient(to right,  rgba(107,171,19,1) 0%,rgba(254,127,2,1) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bab13', endColorstr='#fe7f02',GradientType=1 ); /* IE6-9 */
     border-radius: 0px 0px 4px 4px;
     -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
     z-index: 1;
}

     .header-type-24 #top .pattern > .container #header-left {
          position: static;
     }

     .header-type-24 #top .pattern > .container #header-left:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
     }
     
     .header-type-24 #top .pattern > .container #header-left:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 25%;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          margin-left: -16px;
     }
     
.header-type-24 #top .logo {
     padding-top: 43px;
     padding-bottom: 29px;
     padding-left: 15px;
     padding-right: 15px;
}

.header-type-24 #top .dropdown {
     margin: 0px 19px 0px 0px;
}

.header-type-24 #top .overflow-change-menu {
     display: inline-block;
     vertical-align: top;
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding: 20px 0px 14px 0px;
}

     .header-type-24 #top .overflow-change-menu ul.menu {
          display: inline-block;
          vertical-align: top;
          padding: 0px 0px 0px 11px;
          margin: 0px;
          list-style: none;
     }
     
          .header-type-24 #top .overflow-change-menu ul.menu li {
               display: inline-block;
               padding: 0px 0px 0px 15px;
               vertical-align: top;
          }
          
               .header-type-24 #top .overflow-change-menu ul.menu li a {
                    font-size: 12px;
               }
               
.header-type-24 #top .pattern > .container .megamenu-background {
     display: inline-block;
     vertical-align: top;
     padding: 27px 28px 0px 0px;
}
     
.header-type-24 #top .my-account,
.header-type-24 #top #cart_block {
     margin-top: 25px;
}     

.header-type-24 #top #header-right {
     padding-bottom: 26px;
}

.header-type-24 #top .vertical {
     padding-top: 7px;
     padding-bottom: 10px;
}

.header-type-24 #top .search_form {
     width: auto !important;
     margin: 0px !important; 
     padding: 7px 0px !important;
     display: block !important;
}

     .header-type-24 #top .search_form .button-search {
          top: 21px;
     }
     
     .header-type-24 #top .search_form .search-cat {
          display: table-cell;
          min-width: 238px;
          vertical-align: top;
     }
     
          .header-type-24 #top .search_form .search-cat select {
               border: none;
               margin: 0px;
               height: 46px;
               border-radius: 4px 0px 0px 4px !important;
               -webkit-border-radius: 4px 0px 0px 4px !important;
               -moz-border-radius: 4px 0px 0px 4px !important;  
               border-right: 1px solid #e5e5dd;
               -webkit-box-shadow: -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               -moz-box-shadow:    -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               box-shadow:         -1px 1px 1px 0px rgba(50, 50, 50, 0.2);
               font-weight: 600 !important;
               color: #303030;
               padding: 2px 30px 0px 30px;
               line-height: 46px;
          }
          
               .header-type-24 #top .search_form .search-cat .select:after {
                    right: 26px;
               }
          
               .header-type-24 #top .search_form .search-cat select option {
                    font-weight: 300 !important;
               }
          
     .header-type-24 #top .search_form .overflow-input {
          display: table-cell;
          width: 100%;
          vertical-align: top;
     }
     
          .header-type-24 #top .search_form .overflow-input input {
               margin: 0px;
               border-radius: 0px 4px 4px 0px !important;
               -webkit-border-radius: 0px 4px 4px 0px !important;
               -moz-border-radius: 0px 4px 4px 0px !important;
               border: none !important;
               padding-left: 33px;
               height: 46px;
               padding-top: 14px;
               font-size: 13px !important;
          }
     
/* @end */

/* @group Header type 26 */

.header-type-26 {
     
}

     .header-type-26 #top .pattern > .container {
          padding-top: 0px !important;
          padding-bottom: 27px;
     }
     
     .header-type-26 #top .logo {
          padding-top: 40px;
     }

     .header-type-26 ul.menu {
          padding: 28px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }
     
          .header-type-26 ul.menu li {
               padding: 0px 16px 0px 0px;
               display: inline-block;
               vertical-align: top;
          }
          
               .header-type-26 #header-right ul.menu li {
                    padding: 0px 0px 0px 16px;
               }
               
               .header-type-26 ul.menu li a {
                    font-size: 12px;
                    font-weight: 500;
               }
               
     .header-type-26 .overflow-currency-cart {
          display: inline-block;
          vertical-align: top;
          margin-left: -100px;
          border-bottom: 1px solid rgba(255, 255, 255, .1);
          position: relative;
     }
     
          .header-type-26 .overflow-currency-cart:before {
               content: '';
               position: absolute;
               bottom: -1px;
               left: 100%;
               height: 1px;
               width: 10000px;
               background: rgba(255, 255, 255, .1);
          }
     
          .header-type-26 #top #cart_block {
               margin: 0px !important;
               padding: 0px 28px;
               background: rgba(255, 255, 255, .1);
               height: 40px;
          }
          
               .header-type-26 #top #cart_block .dropdown-menu:after {
                    right: 67px;
               }

               .header-type-26 #top #cart_block .cart-heading .cart-count {
                    display: none;
               }
               
               .header-type-26 #top #cart_block .cart-heading .cart-icon {
                    width: 16px;
                    height: 16px;
                    background: none;
                    border: none;
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    padding-top: 12px;
               }
               
               .header-type-26 #top #cart_block .cart-heading p strong {
                    font-size: 11px !important;
               }
               
               .header-type-26 #top #cart_block .cart-heading p {
                    padding-top: 9px;
                    padding-left: 7px !important;
               }
               
               .header-type-26 #top #cart_block .cart-heading p:after {
                    font-size: 9px;
                    line-height: 1;
                    margin-top: 5px;
               }
               
               #main .header-type-26 #top #cart_block.open > .dropdown-menu {
                    margin-top: 0px;
               }
               
          .header-type-26 .overflow-currency-cart > form {
               height: 40px;
               border-left: 1px solid rgba(255, 255, 255, .1);
          }
               
          .header-type-26 #top .dropdown {
               margin: 10px 28px 0px 28px;
               padding: 0px;
          }
          
               .header-type-26 #top .dropdown > a {
                    display: inline-block;
               }

/* @end */

/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
}

     .breadcrumb-style-6 .breadcrumb {
          margin-top: 20px;
     }

     #main .breadcrumb .background {
          background-color: #fff;
          background-image: url(../img/bg-megamenu.png);
          background-position: bottom left;
          background-repeat: repeat-x;
     }
	
	.breadcrumb .container > div {
		padding: 63px 0px 5px 0px;
		text-align: center;
	}
	
	     body[class*="product-category-"].show-vertical-megamenu-category-page .breadcrumb .container > div {
	          padding-left: 25%;
	     }
	
	     .breadcrumb-style-7 .breadcrumb .container > div {
	          padding-top: 40px;
	     }
	
	     .breadcrumb-style-1 .breadcrumb .container > div {
	          padding-top: 50px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-9 .breadcrumb .container > div {
	          padding-top: 40px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-2 .breadcrumb .container > div {
	          padding-top: 40px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-10 .breadcrumb .container > div {
	          padding-top: 50px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-4 .breadcrumb .container > div {
	          padding-top: 33px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-8 .breadcrumb .container > div {
	          padding-top: 27px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-6 .breadcrumb .container > div {
	          padding-top: 33px;
	          padding-bottom: 0px;
	          text-align: left;
	     }
	     
	     .breadcrumb-style-5 .breadcrumb .container > div {
	          padding-top: 53px;
	          padding-bottom: 0px;
	     }
	     
	     .breadcrumb-style-11 .breadcrumb .container > div {
	          padding-top: 45px;
	          padding-bottom: 0px;
	     }
		
		.breadcrumb .container h1 {
		       margin: 0px;
    padding: 0px 0px 9px 0px;
    font-size: 68px;
    border-bottom: 0px solid #d9121f;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    font-family: flaming !important;
    line-height: 40px;
		}
		.breadcrumb ul li a{ color:#fff;}
		     .box-type-6 .breadcrumb .container h1 {
		          border-bottom-width: 1px;
		     }
		
		     .breadcrumb-style-4 .breadcrumb .container h1 {
		          padding-bottom: 10px;
		     }
		     
		     .breadcrumb-style-8 .breadcrumb .container h1 {
		          padding-bottom: 5px;
		     }
		     
		     .breadcrumb-style-6 .breadcrumb .container h1 {
		          padding-bottom: 0px;
		          border-bottom: none;
		     }
		     
		     .breadcrumb-style-7 .breadcrumb .container h1 {
		          padding-bottom: 0px;
		          border-bottom: none;
		     }
		     
		     .breadcrumb-style-10 .breadcrumb .container h1 {
		          padding-bottom: 5px;
		          border-bottom: none;
		     }

		.breadcrumb .container ul {
			list-style: none;
			padding: 17px 0px 56px 0px;
			margin: 0px;
		}
		
		     .breadcrumb-style-1 .breadcrumb .container ul {
		          padding-bottom: 50px;
		     }
		
		     .breadcrumb-style-9 .breadcrumb .container ul {
		          padding-bottom: 36px;
		     }
		     
		     .breadcrumb-style-2 .breadcrumb .container ul {
		          padding-bottom: 40px;
		          padding-top: 13px;
		     }
		     
		     .breadcrumb-style-4 .breadcrumb .container ul {
		          padding-bottom: 30px;
		     }
		     
		     .breadcrumb-style-8 .breadcrumb .container ul {
		          padding-bottom: 24px;
		          padding-top: 10px;
		     }
		     
		     .breadcrumb-style-6 .breadcrumb .container ul {
		          padding-bottom: 30px;
		          padding-top: 0px;
		     }
		     
		     .breadcrumb-style-3 .breadcrumb .container ul {
		          padding-bottom: 10px;
		     }
		     
		     .breadcrumb-style-10 .breadcrumb .container ul {
		          padding-bottom: 0px;
		          padding-top: 0px;
		     }
		     
		     .breadcrumb-style-5 .breadcrumb .container ul {
		          padding-bottom: 0px;
		     }
		     
		     .breadcrumb-style-11 .breadcrumb .container ul {
		          padding-bottom: 0px;
		          margin-bottom: -10px;
		          position: relative;
		          z-index: 2;
		     }
		     
		     .breadcrumb-style-7 .breadcrumb .container ul {
		          padding-top: 0px;
		          padding-bottom: 66px;
		     }
		
			.breadcrumb .container ul li {
				display: inline-block;
			}
			
				.breadcrumb .container ul li:before {
					content: "›";
					padding-right: 4px;
					color: #fff;
				}
				
					.breadcrumb .container ul li:first-child:before {
						display: none;
					}
					
/* @end */
					
/* @group 9. Main Content
------------------*/

.main-fixed3 .main-content {
     margin-bottom: 60px;
}

.main-fixed3 .main-content .background {
     background: #fff;
}

.main-fixed3 .main-content .pattern > .container {
     padding-bottom: 40px !important;
}

     .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: -10px;
          position: relative;
     }
     
     .checkout-cart .main-fixed3 .main-content .pattern > .container > div:first-child,
     .checkout-checkout .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: 0px;
     }

.common-home .main-fixed3 .main-content .pattern > .container {
     padding-bottom: 30px !important;
}

     .common-home .main-fixed3 .main-content .pattern > .container > div:first-child {
          margin-top: 0px;
     }
     
.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 60px;
	min-height: 300px;
}

     .standard-body .full-width.main-content .pattern > .container {
          padding-bottom: 50px;
     }

	/* @group Banner */
	
	.banners > div {
		padding-top: 30px;
	}
	
	     .banners.banners-with-padding-30 > div {
	          padding-top: 30px;
	     }
	     
	     .banners.banners-with-padding-20 > div {
	          padding-top: 20px;
	     }
	     
	     .banners.banners-with-padding-45 > div {
	          padding-top: 45px;
	     }
	     
	     .banners.banners-with-padding-50 > div {
	          padding-top: 50px;
	     }
	     
	     .banners.banners-with-padding-40 {
	          padding-top: 10px;
	     }
	     
	     .banners.banners-with-padding-40 > div {
	          padding-top: 30px;
	     }
	     
	     .banners.banners-with-padding-0 > div {
	          padding-top: 0px;
	     }
	     
	     .banners.banners-with-padding-0-2 > div {
	          padding-top: 0px;
	     }
	
		.banners > div img {
			display: block;
			margin: 0px auto;
			width:100%;
		}
		
	/* @end */
	
	/* @group Center column */
	
	.center-column {
	     position: relative;
	     margin-bottom: -20px;
	}
	
	     .standard-body .full-width .center-column.content-without-background {
	          padding-top: 20px;
	     }
	     
	          .box-type-12 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }
	          
	          .box-type-19 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }

	          body[class*="product-product-"] .standard-body .full-width .center-column.content-without-background,
	          body.body-white .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }
	          
	          body[class*="product-product-"].box-type-5 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 10px;
	          }
	          
	          body.body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 30px;
	          }
	          
	          body.body-white.box-type-4.product-search .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }
	          
	          body[class*="product-product-"].body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	               padding-top: 0px;
	          }
	          
	          body.box-type-4 .main-fixed .center-column.content-without-background {
	               padding-top: 30px;
	          }
	          
	               body.box-type-7 .main-fixed .center-column.content-without-background {
	                    padding-top: 0px;
	               }
	               
	               body[class*="product-category-"].box-type-7 .main-fixed .center-column.content-without-background {
	                    padding-top: 30px;
	               }
	          
	          body.box-type-4.product-search .main-fixed .center-column.content-without-background {
	               padding-top: 0px;
	          }
	          
	          body[class*="product-product-"].box-type-4 .main-fixed .center-column.content-without-background {
	               padding-top: 0px;
	          }
	
	     body[class*="product-product-"] .center-column {
	          margin-bottom: 0px;
	     }
	
	     .standard-body .full-width .center-column.content-with-background {
	          margin-bottom: 0px;
	          padding: 40px 55px 20px 55px;
	          margin-top: 50px;
	          position: relative;
	     }
	     
	          .body-white .standard-body .full-width .center-column.content-with-background {
	               margin-top: 50px;
	          }
	          
	               .box-type-5.body-white .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 60px;
	               }
	          
	               .box-type-5.body-white.checkout-cart .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }
	          
	               .border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 0px;
	               }
	               
	               .body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }
	               
	               .body-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	                    margin-top: 50px;
	               }
	     
	          .body-white .standard-body .full-width .center-column.content-with-background {
	               padding: 0px 15px 0px 15px;
	               margin-bottom: -20px;
	          }
	     
	          .checkout-checkout .standard-body .full-width .center-column.content-with-background {
	               padding-top: 0px !important;
	               padding-bottom: 0px !important;
	               margin-bottom: -20px;
	          }
	     
	          .standard-body .full-width .center-column.content-with-background:before {
	               content: '';
	               position: absolute;
	               top: 0;
	               left: 15px;
	               right: 15px;
	               bottom: 0;
	               background: #fff;
	               z-index: -1;
	          }
	          
	               .body-white .standard-body .full-width .center-column.content-with-background:before {
	                    display: none;
	               }
	               
	               .box-type-9 .standard-body .full-width .center-column.content-with-background:before {
	                    border-radius: 4px;
	                    -webkit-border-radius: 4px;
	                    -moz-border-radius: 4px;
	               }
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6 {
			margin: 0px 0px 15px 0px;
			padding: 10px 0px 0px 0px;
		}
		
		     .affiliate-login .center-column h2 {
		          padding-top: 25px;
		     }
		
		.center-column > *:first-child {
		     margin-top: 50px;
		}
		
		     .standard-body .full-width .center-column.content-with-background > *:first-child,
		     body[class*="product-product-"] .center-column > *:first-child {
		          margin-top: 0px;
		     }
		     
		     body.checkout-checkout .center-column > *:first-child {
		          margin-top: -1px;
		     }
		     
		          body.checkout-checkout.body-white-type-2 .main-fixed .center-column > *:first-child {
		               margin-top: 50px;
		          }
		     
		     #payment-existing,
		     #shipping-existing {
		          margin-bottom: 10px;
		          margin-top: 7px;
		     }
		     
		     .checkout-cart .center-column > form {
		          margin-top: 0px !important;
		     }
		     
		          .body-white-type-2.checkout-cart .main-fixed .center-column > form {
		               margin-top: 50px !important;
		          }
		          
		               .body-white-type-2.checkout-cart .main-fixed .center-column > form > *:first-child {
		                    border-top: 1px solid rgba(0, 0, 0, .1);
		               }
		
	/* @end */
	
	/* @group Block */
	
	.box {
		padding-top: 20px;
		margin-top: 32px;
		text-align: center;
		position: relative;
		clear: both;
	}
	
	     .box-type-16 .box {
	          margin-top: 11px !important;
	     }
	
	     .box-type-11 .box {
	          margin-top: 22px;
	     }
	     
	     .box-type-17 .box {
	          margin-top: 22px;
	     }
	
	     .box-type-5 .box {
	          padding-top: 30px;
	     }
	
	     .box-type-4 .box {
	          padding-top: 12px;
	     }
	     
	          .product-grid-type-2 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 30px;
	          }
	          
	          .product-grid-type-3 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 50px;
	          }
	          
	          .product-grid-type-5 .box.box-with-products.with-scroll .product-grid {
	               padding-bottom: 50px;
	          }
	          
	     .box.without-heading {
	          padding-top: 0px !important;
	          margin-top: 0px !important;
	     }
	     
	     .box.without-heading-type-2 {
	          padding-top: 0px !important;
	          margin-top: 0px !important;
	     }
	
	     .box-type-3 .box {
	          margin-top: 60px;
	     }
	     
	     .box-type-14 .box {
	          margin-top: 60px;
	          padding-top: 34px;
	     }
	
	     .box-type-2 .box {
	          text-align: left;
	     }

	     .box-with-links {
	          padding-top: 60px !important;
	          margin-top: 0px !important;
	          background: none !important;
	     }
	     
	          .box-type-4 .box-with-links {
	               padding-top: 50px !important;
	          }
	     
	          .standard-body #main .full-width .box-with-links {
	               padding-top: 50px !important;
	               margin-top: 0px !important;
	               background: none !important;
	          }
	          
	               .box-type-5 .standard-body #main .full-width .box-with-links {
	                    padding-top: 60px !important;
	               }
	     
	     .box-with-categories {
	          padding-top: 0px !important;
	          margin-top: 0px !important;
	          background: none !important;
	     }
	     
	          #main .box-with-categories {
	               background: none !important;
	          }
	     
	          .box-type-11 .box-with-categories {
	               margin-top: -58px !important;
	          }
	     
	     .category-box-type-2 {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	          .box-type-17 .category-box-type-2 {
	               padding-top: 50px !important;
	          }

	          .standard-body .full-width .category-box-type-2 {
	               padding-top: 50px !important;
	          }
	          
	          .blog-module.category-box-type-2 {
	               padding-top: 60px !important;
	               margin-top: 0px !important;
	          }
	          
	               .box-type-5 .blog-module.category-box-type-2 {
	                    padding-top: 60px !important;
	               }

		.mfilter-box.box {
			margin-left: 0px;
			margin-bottom: 0px;
			margin-right: 0px;
		}

		.box .box-heading {
			margin: 0px auto;
			padding: 0px 0px 9px 0px;
			display: inline-block;
			font-size: 20px;
			font-weight: 500;
			border-bottom: 2px solid #d9121f;
			position: relative;
			z-index: 2;
		}
		     
		     .box-type-14 .box .box-heading {
		          padding-bottom: 10px;
		     }
		     
		     .box-type-6 .box .box-heading {
		          border-bottom-width: 1px;
		     }
		     
		     .box.box-with-products.with-scroll + .box.box-with-products .box-heading {
		          margin-top: 15px;
		     }
		
		     .box-type-2 .col-sm-3 .box-no-advanced.box
		     .box-type-2 .col-sm-4 .box-no-advanced.box,
		     .box-type-2 .col-md-3 .box-no-advanced.box,
		     .box-type-2 .col-md-4 .box-no-advanced.box {
		          text-align: center;
		     }
		     
		     .box-type-3 .col-sm-3 .box-no-advanced.box
		     .box-type-3 .col-sm-4 .box-no-advanced.box,
		     .box-type-3 .col-md-3 .box-no-advanced.box,
		     .box-type-3 .col-md-4 .box-no-advanced.box {
		          padding-top: 33px;
		          margin-top: 40px;
		     }
		     
		     .box-type-14 .col-sm-3 .box-no-advanced.box
		     .box-type-14 .col-sm-4 .box-no-advanced.box,
		     .box-type-14 .col-md-3 .box-no-advanced.box,
		     .box-type-14 .col-md-4 .box-no-advanced.box {
		          padding-top: 33px;
		          margin-top: 40px;
		     }
		
		     .box-with-categories .box-heading {
		          background: #d9121f;
		          color: #fff;
		          font-size: 14px;
		          font-weight: 600;
		          display: block;
		          border: none;
		          padding: 26px 30px 23px 30px;
		          text-align: left;
		          margin-bottom: 0px !important;
		     }
		     
		          .category-box-type-4 .box-heading {
		               padding-top: 19px;
		               padding-bottom: 17px;
		          }
		     
		          .box-type-4 .box-with-categories .box-heading {
		               border-radius: 8px 8px 0px 0px;
		               -webkit-border-radius: 8px 8px 0px 0px;
		               -moz-border-radius: 8px 8px 0px 0px;
		               padding-top: 21px;
		               padding-bottom: 15px;
		          }
		          
		          .box-type-9 .box-with-categories .box-heading {
		               border-radius: 4px 4px 0px 0px;
		               -webkit-border-radius: 4px 4px 0px 0px;
		               -moz-border-radius: 4px 4px 0px 0px;
		               padding-top: 20px;
		               padding-bottom: 18px;
		          }
		          
		          .box-type-7 .box-with-categories .box-heading {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }
		          
		          .box-type-11 .box-with-categories .box-heading {
		               padding-top: 19px;
		               padding-bottom: 17px;
		          }
		     
		     .box-with-links .box-heading {
		          display: none;
		     }
		     
		     .category-box-type-3 .box-heading {
		          display: none;
		     }
		
		.box .strip-line {
			display: none;
		}
		
		.box .box-content {
			clear: both;
			text-align: left;
			padding: 30px 0px 0px 0px;
		}
		
		     .box.box-carousel .box-content {
		          padding-bottom: 30px;
		          padding-top: 30px !important;
		     }
		
		     .col-sm-3 .box-no-advanced.box .box-content,
		     .col-sm-4 .box-no-advanced.box .box-content,
		     .col-md-3 .box-no-advanced.box .box-content,
		     .col-md-4 .box-no-advanced.box .box-content {
		     	padding: 27px 30px;
		     	border: 1px solid #ddd !important;
		     	background: #fff;
		     	position: relative;
		     	margin-top: -2px !important;
		     }
		     
		          .box-type-4 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-4 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-4 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-4 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 8px;
		               -webkit-border-radius: 8px;
		               -moz-border-radius: 8px;
		          }
		          
		          .box-type-9 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-9 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-9 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-9 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 4px;
		               -webkit-border-radius: 4px;
		               -moz-border-radius: 4px;
		          }
		          
		          .box-type-4 .box-with-categories .box-content {
		               border-radius: 0px 0px 8px 8px !important;
		               -webkit-border-radius: 0px 0px 8px 8px !important;
		               -moz-border-radius: 0px 0px 8px 8px !important;
		          }
		          
		          .box-type-9 .box-with-categories .box-content {
		               border-radius: 0px 0px 4px 4px !important;
		               -webkit-border-radius: 0px 0px 4px 4px !important;
		               -moz-border-radius: 0px 0px 4px 4px !important;
		          }
		          
		          .box-type-7 .col-sm-3 .box-no-advanced.box .box-content,
		          .box-type-7 .col-sm-4 .box-no-advanced.box .box-content,
		          .box-type-7 .col-md-3 .box-no-advanced.box .box-content,
		          .box-type-7 .col-md-4 .box-no-advanced.box .box-content {
		               border-radius: 0px;
		               -webkit-border-radius: 0px;
		               -moz-border-radius: 0px;
		          }
		          
		          .box-type-7 .box-with-categories .box-content {
		               border-radius: 0px !important;
		               -webkit-border-radius: 0px !important;
		               -moz-border-radius: 0px !important;
		          }
		     
		     .box-with-categories .box-content {
		          border: none !important;
		          margin: 0px !important;
		          background: #fff !important;
		          padding: 0px !important;
		     }
		     
		          #main .box-with-categories .box-content {
		               margin: 0px !important;
		          }
		     
		     #main .box-with-links .box-content {
		          margin: 0px !important;
		          padding: 0px !important;
		     }
		
			.box .box-content.products {
			     padding-top: 0px;
			     position: relative;
			     margin-top: -1px;
			     background: #fff;
			}
			
			     .fixed-body-2-2 .box .box-content.products {
			          margin-top: 0px;
			     }
               
			.box-with-products .clear:before {
			  
			}
			
			     .box-type-4.no-box-type-7 .box-with-products .clear:before {
			          left: 0 !important;
			          right: 0 !important;
			     }
			
			     .box.without-heading .clear:before {
			          display: none !important;
			     }
			
			.box-with-products .clear:after {
			    
			}
			
			     .box-type-4 .box-with-products .clear:after {
			          display: none;
			     }
			     
			     .box-type-10 .box-with-products .clear:after {
			          display: none;
			     }
			
			     .box-type-3 .box-with-products .clear:after {
			          display: none;
			     }
			
			     .box-type-5 .box-with-products .clear:after {
			          display: none;
			     }
			     
			     .box-type-14 .box-with-products .clear:after {
			          display: none;
			     }
			
			     .fixed-body .col-md-12 > .box-with-products .clear:after,
			     .fixed-body .col-md-12 > .box-with-products .clear:before,
			     .fixed-body .col-sm-12 > .box-with-products .clear:after,
			     .fixed-body .col-sm-12 > .box-with-products .clear:before {
			          left: -45px;
			          right: -45px;
			     }
			     
			     .fixed-body-2 .col-md-12 > .box-with-products .clear:after,
			     .fixed-body-2 .col-md-12 > .box-with-products .clear:before,
			     .fixed-body-2 .col-sm-12 > .box-with-products .clear:after,
			     .fixed-body-2 .col-sm-12 > .box-with-products .clear:before {
			          left: 0;
			          right: 0;
			     }
			     
			     .standard-body .fixed .col-md-12 > .box-with-products .clear:after,
			     .standard-body .fixed .col-md-12 > .box-with-products .clear:before,
			     .standard-body .fixed .col-sm-12 > .box-with-products .clear:after,
			     .standard-body .fixed .col-sm-12 > .box-with-products .clear:before {
			          left: -40px;
			          right: -40px;
			     }
			     
			     .border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:after,
			     .border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:before,
			     .border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:after,
			     .border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:before {
			          left: -4000px;
			          right: -4000px;
			     }
			     
			     @media (min-width: 991px) {
     			     .col-sm-9 .col-sm-12 .box-with-products .clear:before,
     			     .col-sm-9 .col-sm-12 .box-with-products .clear:after,
     			     .col-md-9 .col-sm-12 .box-with-products .clear:before,
     			     .col-md-9 .col-sm-12 .box-with-products .clear:after,
     			     .col-sm-9 .col-md-12 .box-with-products .clear:before,
     			     .col-sm-9 .col-md-12 .box-with-products .clear:after,
     			     .col-md-9 .col-md-12 .box-with-products .clear:before,
     			     .col-md-9 .col-md-12 .box-with-products .clear:after {
     			          left: 0 !important;
     			          right: 0 !important;
     			     }
			     }

		.box > .prev, 
		.box > .next {
		position: absolute;
    bottom: -18px;
    z-index: 10;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid #e5e5e5;
    background: #d9d9d9;
    color: #333;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    padding: 8px 0px 0px 12px;
    text-align: left;
    left: 50%;
    font-size: 13px;
    font-family: Poppins;
		}
		     
		     .buttons-prev-next-type-2 .box > .prev, 
		     .buttons-prev-next-type-2 .box > .next {
		          border-radius: 0px;
		          -webkit-border-radius: 0px;
		          -moz-border-radius: 0px;
		     }
		     
		     .box > .prev:hover, 
		     .box > .next:hover {
		          background: #d9121f;
		          border-color: #d9121f;
		          color: #ffff;
		     }
			
			.box > .prev {
				margin-left: -10px;
			}
			
			.box > .next {
			     margin-left: 15px;
			     padding: 8px 0px 0px 14px;
			}
				
				.box > .prev:before, 
				.box > .next:before {
					display:none !important;
				     content: "\f053";
				     display: inline-block;
				     font: normal normal normal 14px/1 FontAwesome;
				     font-size: 11px;
				     text-rendering: auto;
				     -webkit-font-smoothing: antialiased;
				     -moz-osx-font-smoothing: grayscale;
				     transition: all 0.2s ease-in-out;
				     -webkit-transition: all 0.2s ease-in-out;
				     -moz-transition: all 0.2s ease-in-out;
				}
				     
				     .box > .next:before {
				          content: "\f054";
				     }
				     
				     .box > .prev:hover:before, 
				     .box > .next:hover:before {
				          color: #fff;
				     }
				
	/* @end */
				
	/* @group Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul li {
				border-top: 0px solid #ddd;
				padding: 0px;
				position: relative;
			}
			
			     .box-category > ul > li:first-child {
			          border: none;
			     }
			
				.box-category ul li > a {
					line-height: 1.6;
    color: #222;
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 13px 30px 13px 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
				}
				
				     .box-category > ul li > a:hover,
				     .box-category > ul li:hover > a, 
				     .box-category > ul li a.active {
				          background: #fff;
    font-weight: 600;
    color: #333!IMPORTANT;
				     }
				
				     .box-category ul li li a {
				          padding-left: 50px;
				     }
				
				     .box-category > ul > li:first-child a {
				          padding-top: 17px;
				     }
				     
				     .box-category > ul > li:last-child {
				          padding-bottom: 10px;
				     }
				
					.box-category ul li a.active {
						color: #d9121f;
					}
					
					.box-category ul li .head {
					     display: block;
					     position: absolute;
					     top: 0;
					     right: 12px;
					}
					
					     .box-category > ul > li:first-child .head {
					          top: 2px;
					     }
     				
     					.box-category ul li .head a {
     					     color: #fff;
     					     line-height: 48px;
     					     display: block;
     					     padding: 0px 15px !important;
     					}
     					
     					     .box-category ul li .head a:before {
     					          display: inline-block;
     					          font: normal normal normal 14px/1 FontAwesome;
     					          font-size: inherit;
     					          text-rendering: auto;
     					          -webkit-font-smoothing: antialiased;
     					          -moz-osx-font-smoothing: grayscale;
     					          content: "\f077";
     					          font-size: 9px;
								  color:#222;
     					     }
     					     
     					          .box-category ul li .head .collapsed:before {
     					               content: "\f078";
     					          }
     					
     						.box-category ul li .head .plus,
     						.box-category ul li .head .minus {
     							display: none;
     						}
     
          /* @group Category box type 4 */
          
          .category-box-type-4 .box-category ul li > a {
               padding-bottom: 12px;
          }
          
          .category-box-type-4 .box-category > ul li ul  {
               padding: 0px 0px 8px 0px;
               overflow: hidden;
          }
          
               .category-box-type-4 .box-category > ul li ul li:first-child {
                    margin-top: -7px;
                    position: relative;
               }
          
          .category-box-type-4 .box-category > ul li ul li {
               border: none;
          }
               
               .category-box-type-4 .box-category > ul li ul li a {
                    font-size: 13px;
                    font-weight: normal !important;
                    padding-top: 0px;
                    padding-bottom: 0px;
                    line-height: 27px;
               }
               
                    .category-box-type-4 .box-category > ul li ul li a.active {
                         font-weight: 600 !important;
                         text-decoration: underline;
                    }
               
                    body.firefox-mac .category-box-type-4 .box-category > ul li ul li a {
                         font-weight: 300 !important;
                    }
          
          /* @end */
     
     /* @end */
		
	/* @group Product */
     
     /* @group Icon enquiry */
     
     .button-enquiry {
          padding-left: 30px;
          padding-right: 30px;
     }
     
     .icon-enquiry[align=left] {
          display: inline-block;
          margin-right: 14px;
          vertical-align: top;
          margin-top: -1px;
          position: relative;
     }
     
     .icon-enquiry[align=right] {
          display: inline-block;
          margin-left: 14spx;
          vertical-align: top;
          margin-top: -1px;
          position: relative;
     }
     
     .text-enquiry {
          vertical-align: top;
          display: inline-block;
     }
     
     /* @end */
     
     #mfilter-content-container .product-grid {
		display: none;
	}

		#mfilter-content-container .product-grid.active {
			display: block;
		}
		
		.product-grid-type-2 #mfilter-content-container .product-grid {
		     padding-bottom: 30px;
		}
		
		.product-grid-type-3 #mfilter-content-container .product-grid {
		     padding-bottom: 50px;
		}
		
		.product-grid-type-5 #mfilter-content-container .product-grid {
		     padding-bottom: 50px;
		}
		
		#mfilter-content-container > span {
			background: none !important;
		}
		
			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #fff;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-moz-opacity: 0.40; 
				left: 0;
				top: 0;
			}
			
			.standard-body .full-width #mfilter-content-container > span:before {
			     background: #f3f3f3;
			}
		
			#mfilter-content-container > span > img {
				top: -140px !important;
				position: relative;
				z-index: 20;
			}
	
	.product-grid {
		clear: both;
		position: relative;
		z-index: 1;
	}
	
	     .standard-body .full-width .product-grid {
	          padding: 0px 15px;
	     }
	     
	          .body-white .standard-body .full-width .product-grid {
	               padding: 0px;
	          }
	
	     .product-grid > .row {
	          overflow: hidden;
			      margin-top: 31px;
	     }
	     
	          .product-grid-type-2 .product-grid > .row {
	               overflow: visible !important;
	          }
	          
	          .product-grid-type-3 .product-grid > .row {
	               overflow: visible !important;
	          }
	          
	          .product-grid-type-5 .product-grid > .row {
	               overflow: visible !important;
	          }
	     
	          .carousel .carousel-inner .product-grid > .row:last-child {
	               overflow: visible;
	          }
	          
	          .product-grid > .row:before {
	         
	          }
	          
	               .product-grid-type-2 .product-grid > .row:before {
	                    display: none !important;
	               }
	               
	               .product-grid-type-3 .product-grid > .row:before {
	                    display: none !important;
	               }
	               
	               .product-grid-type-5 .product-grid > .row:before {
	                    display: none !important;
	               }
	          
	               .product-grid > .row:first-child:before {
	                    display: none;
	               }
	
	     .box-product .carousel {
	          overflow: hidden;
	          margin: 0px -15px;
	          padding: 0px 15px;
	     }
	     
	          .standard-body .full-width .box-product .carousel {
	               margin: 0px;
	               padding: 0px;
	          }
	          
	               .body-white .standard-body .full-width .box-product .carousel {
	                    overflow: hidden;
	                    margin: 0px -15px;
	                    padding: 0px 15px;
	               }
	          
	          .box-product .carousel-inner {
	               overflow: visible;
	          }

		.col-sm-3 .box-no-advanced .product-grid,
		.col-sm-4 .box-no-advanced .product-grid,
		.col-md-3 .box-no-advanced .product-grid,
		.col-md-4 .box-no-advanced .product-grid {
			display: table !important;
		}
				
		.center-column .product-grid {
			background: #fff;
			position: relative;
		}
		
		     .center-column .product-grid:before {
		          left: 0;
		          top: 0;
		          right: 0;
		          height: 1px;
		         
		          position: absolute;
		          content: '';
		     }
		     
		          .box-type-4.no-box-type-7 .center-column .product-grid:before {
		               left: 0 !important;
		               right: 0 !important;
		          }
		     
		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid:before,
		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -45px;
		               right: -45px;
		               width: auto;
		               display: block;
		          }
		     
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:before,
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -40px;
		               right: -40px;
		               width: auto;
		               display: block;
		          }
		          
		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:before,
		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:before {
		               left: -4000px;
		               right: -4000px;
		               width: auto;
		               display: block;
		          }
		          
		               .fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
		               .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
		               .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before {
		                    display: none;
		               }
		     
		     .center-column .product-grid:after {
		          left: 0;
		          bottom: 0;
		          right: 0;
		          height: 1px;
		         
		          position: absolute;
		          content: '';
		     }
		     
		          .box-type-4.no-box-type-7 .center-column .product-grid:after {
		               left: 0 !important;
		               right: 0 !important;
		          }
		     
		          .box-type-3 .center-column .product-grid:after {
		               display: none;
		          }
		          
		          .box-type-14 .center-column .product-grid:after {
		               display: none;
		          }
		     
		          .fixed-body .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -45px;
		               right: -45px;
		          }
		          
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -40px;
		               right: -40px;
		          }
		          
		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:after {
		               left: -4000px;
		               right: -4000px;
		          }
		
		.box-product .owl-controls { 
			display: none !important;
		}
	
		.product-grid .product {
			padding: 10px 5px;
			text-align: left;
			position: relative;
		}
		
		     .product-grid-type-8 .product-grid .product {
		          padding-top: 30px;
		          padding-bottom: 30px;
		          padding-left: 0px;
		          padding-right: 0px;
		     }
		     
		     .product-grid-type-6 .product-grid .product {
		          padding-top: 29px;
		          padding-bottom: 33px;
		     }
		
		     .product-grid-type-3 .product-grid .product {
		          padding-bottom: 0px;
		     }
		
     		     .product-grid-type-3 .product-grid .product:hover {
     		          padding-bottom: 50px;
     		          margin-bottom: -50px;
     		          z-index: 10;
     		     }
     		     
     	     .product-grid-type-5 .product-grid .product {
     	          padding: 30px 0px 0px 0px;
     	     }
     	
     		     .product-grid-type-5 .product-grid .product:hover {
     		          padding-bottom: 50px;
     		          margin-bottom: -50px;
     		          z-index: 10;
     		     }
     		     
		     .product-grid-type-2 .product-grid .product {
		          padding: 25px 0px 0px 0px;
		     }
		     
		          .product-grid-type-2 .product-grid .product:hover {
		               padding-bottom: 30px;
		               margin-bottom: -30px;
		               z-index: 10;
		          }
		     
		     .product-grid .product:hover:before {
		          left: -15px;
		          height: auto;
		          width: auto;
		          bottom: 0px;
		          top: 0px;
		          right: -15px;
		          background: none;
		          border:0px solid #d9121f;
		          z-index: 0;
		     }

               .product-grid .product:before {
                 
               }
               
                    .product-grid-type-2 .product-grid .product:before,
                    .product-grid-type-2 .product-grid .product:after {
                         background: none !important;
                         border-radius: 8px;
                         -webkit-border-radius: 8px;
                         -moz-border-radius: 8px;
                    }
                    
                    .product-grid-type-2.box-type-7 .product-grid .product:before,
                    .product-grid-type-2.box-type-7 .product-grid .product:after {
                         border-radius: 0px;
                         -webkit-border-radius: 0px;
                         -moz-border-radius: 0px;
                    }
                    
                    .box-type-9 .product-grid .product:before,
                    .box-type-9 .product-grid .product:after {
                         border-radius: 4px;
                         -webkit-border-radius: 4px;
                         -moz-border-radius: 4px;
                    }
                    
                    .product-grid-type-2 .product-grid .product:hover:before {
                         background: #fff !important;
                    }
                    
                    .product-grid-type-3 .product-grid .product:before,
                    .product-grid-type-3 .product-grid .product:after {
                         background: none !important;
                    }
                    
                    .product-grid-type-3 .product-grid .product:hover:before {
                         background: #fff !important;
                    }
                    
                    .product-grid-type-5 .product-grid .product:before,
                    .product-grid-type-5 .product-grid .product:after {
                         background: none !important;
                    }
                    
                    .product-grid-type-5 .product-grid .product:hover:before {
                         background: #fff !important;
                    }
                    
                    .product-grid-type-4 .product-grid .product:before,
                    .product-grid-type-4 .product-grid .product:after {
                         background: none;
                    }
                    
                    .product-grid-type-8 .product-grid .product:before,
                    .product-grid-type-8 .product-grid .product:after {
                         background: none;
                    }
               
                    .product-grid .row > div:last-child .product:before {
                         background: none;
                    }
		
				.product-grid .product-hover .only-hover {
					visibility: hidden;
    position: absolute;
    background: #111;
    left: 2px;
    right: 2px;
    bottom: 2px;
    padding: 52px 0px 22px 0px;
    text-align: center;
    opacity: 0;
    font-family: Poppins;
				}
				
				     .product-grid-type-2 .product-grid .product-hover .only-hover {
				          padding-bottom: 25px;
				     }
				     
				     .product-grid-type-6 .product-grid .product-hover .only-hover {
				          padding-bottom: 27px;
				     }
				     
				     .product-grid-type-8 .product-grid .product-hover .only-hover {
				          padding-bottom: 27px;
				     }
				
					.product-grid .product-hover:hover .only-hover {
						visibility: visible;
						opacity: 1;
					}
					
			#main .new {
				background: #84c549 !important;
				padding: 8px 20px 5px 20px;
				color: #fff;
				font-weight: 600;
				font-size: 11px;
				text-transform: uppercase;
				position: absolute;
				z-index: 1;
				margin-top: -5px;
				border-radius: 20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
			} 

			.sale {
				background: #f4bd16 !important;
				padding: 8px 20px 5px 20px;
				color: #fff;
				font-weight: 600;
				font-size: 11px;
				text-transform: uppercase;
				position: absolute;
				z-index: 1;
				margin-top: -5px;
				border-radius: 20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
			}
			
			     .product-grid-type-8 #main .new,
			     .product-grid-type-8 #main .sale {
			          margin-top: 0px;
			     }
			     
			          .product-grid-type-8 #main .product-info .new,
			          .product-grid-type-8 #main .product-info .sale {
			               margin-top: -15px;
			          }
			
			     .product-grid-type-6 #main .new,
			     .product-grid-type-6 #main .sale {
			          margin-top: 0px;
			     }
			     
			          .product-grid-type-6 #main .product-info .new,
			          .product-grid-type-6 #main .product-info .sale {
			               margin-top: -15px;
			          }
			
			     .sale-new-type-5 #main .new,
			     .sale-new-type-5 #main .sale {
			          padding-left: 16px;
			          padding-right: 16px;
			     }
			     
			     .sale-new-type-10 #main .new,
			     .sale-new-type-10 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding: 2px 10px 0px 10px;
			     }
			     
			     .sale-new-type-6 #main .new,
			     .sale-new-type-6 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-left: 10px;
			          padding-right: 10px;
			     }
			     
			     .sale-new-type-8 #main .new,
			     .sale-new-type-8 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-left: 10px;
			          padding-right: 10px;
			          padding-top: 4px;
			          padding-bottom: 4px;
			     }
			     
			     .sale-new-type-7 #main .new,
			     .sale-new-type-7 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			     }
			     
			     .sale-new-type-2 #main .new,
			     .sale-new-type-2 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			     }
			     
			     .sale-new-type-3 #main .new,
			     .sale-new-type-3 #main .sale {
			          border-radius:         0px;
			          -moz-border-radius:    0px;
			          -webkit-border-radius: 0px;
			          padding-top: 7px;
			          padding-bottom: 6px;
			          margin-top: 0px;
			     }
			     
			     .sale-new-type-4 #main .new,
			     .sale-new-type-4 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			          padding-top: 4px;
			          padding-bottom: 4px;
			          padding-left: 12px;
			          padding-right: 12px;
			     }
			     
			     .sale-new-type-9 #main .new,
			     .sale-new-type-9 #main .sale {
			          border-radius:         4px;
			          -moz-border-radius:    4px;
			          -webkit-border-radius: 4px;
			          padding-top: 5px;
			          padding-bottom: 2px;
			          padding-left: 12px;
			          padding-right: 12px;
			     }
			
				.product-info .sale,
				.product-info .new {
					left: 20px;
					top: 35px;
					z-index: 0 !important;
				}
				
				     .sale-new-type-3 .product-info .sale,
				     .sale-new-type-3 .product-info .new {
				     	left: 0px;
				     	top: 0px;
				     }
				
			.product-grid .product .image {
				position: relative;
			}
			
				.product-grid .product .image .quickview {
					position: absolute;
					top: 50%;
					margin-top: -7px;
					width: 100%;
					z-index: 1;
				}
				
					.product-grid .product .image .quickview a {
						margin: 0px auto;
						display: inline-block;
						background: #fefefe;
						border: 1px solid #e6e6e6;
						font-size: 10px;
						padding: 2px 5px;
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						opacity: 0;
						filter: alpha(opacity=0);
						-webkit-transform: scale(0);
						-ms-transform: scale(0);
						transform: scale(0);
						-webkit-transition: all 0.2s;
						-moz-transition:    all 0.2s;
						-o-transition:      all 0.2s;
						transition:         all 0.2s;
						cursor: pointer;
					}
					
						.product-grid .product:hover .image .quickview a {
							opacity: 1;
							filter: alpha(opacity=100);
							-webkit-transform: scale(1,1);
							-ms-transform: scale(1,1);
							transform: scale(1,1);
						}
	
				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}
				
					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}
					
					.product-grid .product .image-swap-effect {
						position: relative;
					}
					
						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							opacity: 0.5;
							transition: opacity 0.2s ease-in;
							-moz-transition: opacity 0.2s ease-in;
							-webkit-transition: opacity 0.2s ease-in;
						}
	
							.product-grid .product:hover .image-swap-effect .swap-image {
								visibility: visible;
								opacity: 1;
							}
			
			.product-grid .product .name {
				padding-top: 10px;
			}
			
			     .product-grid-type-4 .product-grid .product .name {
			          padding-top: 18px;
			     }
			     
			     .product-grid-type-8 .product-grid .product .name {
			          padding-top: 18px;
			          padding-bottom: 1px;
			     }
			     
			          .product-grid-type-8 .product-grid .product .name a {
			               font-size: 12px;
			          }
			     
			     .product-grid-type-5 .product-grid .product .name {
			          padding-top: 20px;
			     }
			
			     .product-grid .product-hover:hover .name {
			          visibility: hidden;
			          opacity: 0;
			     }
			     
			     .product-grid-type-2 .product-grid .product .name  {
			          font-weight: 500;
			          padding-bottom: 5px;
			     }
				
			.product-grid .product .price {
				color: #d9121f;
				font-size: 14px;
				font-weight: 600;
			}
			
			     .product-grid .product-hover:hover .price {
			          visibility: hidden;
			          opacity: 0;
			     }
			
			     .product-grid-type-5 .product-grid .product .price {
			          line-height: 1.2;
			     }
			
				.product-grid .product .price .price-old {
					color: #232323;
					font-weight: 400 !important;
					text-decoration: line-through;
					padding-right: 2px;
				}
				
				     body.firefox-mac .product-grid .product .price .price-old  {
				          font-weight: 300 !important;
				     }

			.product-grid .product .rating {
				padding-top: 1px;
			}
			
			.product-grid .product .only-hover ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
				position: absolute;
				transform: scale(0);
				-moz-transform: scale(0);
				-webkit-transform: scale(0);
				opacity: 0;
				transition: all 0.3s ease-out;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				width: 100%;
				top: 10px;
				left: 0;
			}
			
			     .product-grid .product:hover .only-hover ul {
			          transform: scale(1);
			          -moz-transform: scale(1);
			          -webkit-transform: scale(1);
			          opacity: 1;
			     }
			
			     .product-grid .product .only-hover ul li {
			          display: inline-block;
			          padding: 5px 1px 5px 0px;
			          vertical-align: top;
			     }
			     
			          .product-grid .product .only-hover ul li a {
			               display: block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: transparent;
    border: 0px solid #ccc;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    color: #fff;
			               
			          }
			          
			               .product-grid .product .only-hover ul li a:hover {
			                    background: #d9121f;
			                    border-color: #d9121f;
			                    color: #fff;
			               }
			               
			               .products-buttons-action-type-2 .product-grid .product .only-hover ul li a {
			                    border-radius: 0px;
			                    -webkit-border-radius: 0px;
			                    -moz-border-radius: 0px;
			               }
			               
			               .products-buttons-action-type-3 .product-grid .product .only-hover ul li a {
			                    border-radius: 4px;
			                    -webkit-border-radius: 4px;
			                    -moz-border-radius: 4px;
			               }
			               
			               .products-buttons-action-type-4 .product-grid .product .only-hover ul li a {
			                    border-radius: 3px;
			                    -webkit-border-radius: 3px;
			                    -moz-border-radius: 3px;
			               }
			
			/* @group jQuery countdown */
			
			.is-countdown {
				background: rgba(237,237,237,0.90);
				margin-top: -60px;
				left: 0;
				right: 0;
				padding: 0px;
				position: absolute;
				z-index: 5;
				font-size: 12px;
				color: #232323;
				overflow: hidden;
			}
			
			     .countdown-special-type-7 .is-countdown {
			          margin-top: 0px !important;
			          top: 40px;
			          left: 10px;
			          right: 10px;
			          background: rgba(255, 255, 255, .9);
			          z-index: 0;
			     }
			     
			          .countdown-special-type-7 .product-list .is-countdown {
			               top: 10px;
			               left: 25px;
			               right: 25px;
			          }
			
			     .countdown-special-type-4 .is-countdown {
			          background: #ede5de; /* Old browsers */
			          background: -moz-linear-gradient(top,  #ede5de 0%, #e5d8ce 100%); /* FF3.6+ */
			          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede5de), color-stop(100%,#e5d8ce)); /* Chrome,Safari4+ */
			          background: -webkit-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Chrome10+,Safari5.1+ */
			          background: -o-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Opera 11.10+ */
			          background: -ms-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* IE10+ */
			          background: linear-gradient(to bottom,  #ede5de 0%,#e5d8ce 100%); /* W3C */
			          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5de', endColorstr='#e5d8ce',GradientType=0 ); /* IE6-9 */
			          border-radius: 5px;
			          -webkit-border-radius: 5px;
			          -moz-border-radius: 5px;
			          margin-top: -70px;
			     }
			     
			     .countdown-special-type-9 .is-countdown {
			          background: #f44c1c;
			          color: #fff; /* Old browsers */
			     }
			     
			     .countdown-special-type-8 .is-countdown {
			          background: #fbf9f3; /* Old browsers */
			          border-radius: 3px;
			          -webkit-border-radius: 3px;
			          -moz-border-radius: 3px;
			          margin-top: -70px;
			          border: 1px solid #e1e0da;
			     }
			     
			     .countdown-special-type-5 .is-countdown {
			          background: #ffd900; /* Old browsers */
			          background: -moz-linear-gradient(top,  #ffd900 0%, #ffc200 100%); /* FF3.6+ */
			          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd900), color-stop(100%,#ffc200)); /* Chrome,Safari4+ */
			          background: -webkit-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Chrome10+,Safari5.1+ */
			          background: -o-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Opera 11.10+ */
			          background: -ms-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* IE10+ */
			          background: linear-gradient(to bottom,  #ffd900 0%,#ffc200 100%); /* W3C */
			          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#ffc200',GradientType=0 ); /* IE6-9 */
			          border-radius: 2px 2px 0px 0px;
			          -webkit-border-radius: 2px 2px 0px 0px;
			          -moz-border-radius: 2px 2px 0px 0px;
			          margin-top: -70px;
			          border-bottom: 1px solid #e5ad00;
			     }
			
			     .countdown-special-type-2 .is-countdown {
			     	background: rgba(20,20,20,0.90);
			     	color: #7f7f7f;
			     }
			     
			     .countdown-special-type-6 .is-countdown {
			     	background: rgba(0,0,0,0.50);
			     	color: #fff;
			     }
			     
			     .countdown-special-type-3 .is-countdown {
			     	background: rgba(0,0,0,0.80);
			     	color: #fff;
			     	font-size: 10px;
			     	left: 10px;
			     	right: 10px;
			     	height: 60px;
			     	margin-top: -65px;
			     	padding-top: 1px;
			     }
			
			     .product-list .is-countdown {
			          left: 5px;
			          right: 5px;
			     }
			     
			          .countdown-special-type-3 .product-list .is-countdown {
			               left: 15px;
			               right: 15px;
			          }
			
			     .col-sm-12 > .product .is-countdown {
			          margin-top: -100px;
			     }

			     .is-countdown .countdown-section:after {
			          content: '';
			          width: 1px;
			          top: 0;
			          bottom: 0;
			          position: absolute;
			          background: url(../img/bg-megamenu.png) top left repeat-y;
			          left: 100%;
			     }
			     
			          .countdown-special-type-3 .is-countdown .countdown-section:after {
			               background: rgba(255,255,255,0.10)
			          }
			          
			          .countdown-special-type-6 .is-countdown .countdown-section:after {
			               background: rgba(255,255,255,0.10)
			          }
			     
			     .is-countdown .countdown-section:last-child:after {
			          display: none;
			     }
			
			.countdown-holding span {
				color: #888;
			}
			
			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				text-align: center;
			}
			
			.countdown-show1 .countdown-section {
				width: 98%;
			}
			
			.countdown-show2 .countdown-section {
				width: 48%;
			}
			
			.countdown-show3 .countdown-section {
				width: 32.5%;
			}
			
			.countdown-show4 .countdown-section {
				width: 24.5%;
			}
			
			.countdown-show5 .countdown-section {
				width: 19.5%;
			}
			
			.countdown-show6 .countdown-section {
				width: 16.25%;
			}
			
			.countdown-show7 .countdown-section {
				width: 14%;
			}
			
			.countdown-section {
				display: block;
				float: left;
				font-size: 100%;
				text-align: center;
				position: relative;
				padding: 12px 0px 6px 0px;
			}
			
			     .col-sm-12 > .product .countdown-section {
			          padding-bottom: 12px;
			     }
			     
			     .countdown-special-type-7 .countdown-section {
			          font-size: 11px;
			          font-weight: bold;
			          color: #957f85;
			     }
			
			.countdown-amount {
			    font-size: 14px;
			    font-weight: 600;
			    display: block;
			    position: relative;
			    margin-bottom: -5px;
			}
			
			     .countdown-special-type-3 .countdown-amount {
			          font-weight: 400;
			     }
			     
			     .countdown-special-type-7 .countdown-amount {
			          font-weight: 400;
			          color: #59454b;
			          font-family: PlayFair Display;
			          font-size: 18px;
			          margin-bottom: -1px;
			          margin-top: -5px;
			     }
			
			     .col-sm-12 > .product .countdown-amount {
			          font-size: 18px;
			          font-weight: 400;
			          padding-top: 2px;
			     }
			     
			          .countdown-special-type-7 .col-sm-12 > .product .countdown-amount {
			               font-size: 25px;
			               padding-top: 0px;
			          }
			
			.countdown-period {
			    display: block;
			}
			
			.countdown-descr {
				display: block;
				width: 100%;
			}
			
			/* @end */
			
	/* @end */
				
	/* @group Product for column left & right */
	
	.col-sm-3 .box-no-advanced.box-with-products.with-scroll,
	.col-sm-4 .box-no-advanced.box-with-products.with-scroll,
	.col-md-3 .box-no-advanced.box-with-products.with-scroll,
	.col-md-4 .box-no-advanced.box-with-products.with-scroll {
	     margin-bottom: 17px;
	}
	
	     .col-sm-3 .box-no-advanced.box-with-products .clear,
	     .col-sm-4 .box-no-advanced.box-with-products .clear,
	     .col-md-3 .box-no-advanced.box-with-products .clear,
	     .col-md-4 .box-no-advanced.box-with-products .clear {
	          display: none;
	     }
	     
	     .col-sm-3 .box-no-advanced .product-grid > .row:before,
	     .col-sm-4 .box-no-advanced .product-grid > .row:before,
	     .col-md-3 .box-no-advanced .product-grid > .row:before,
	     .col-md-4 .box-no-advanced .product-grid > .row:before {
	          display: none;
	     }
	
	.col-sm-3 .box-no-advanced .products,
	.col-sm-4 .box-no-advanced .products,
	.col-md-3 .box-no-advanced .products,
	.col-md-4 .box-no-advanced .products {
		padding: 0px !important;
		margin-top: -2px !important;
		margin-bottom: -1px;
		overflow: hidden;
	}
	     
	     .product-grid-type-8 .col-sm-3 .box-no-advanced .products,
	     .product-grid-type-8 .col-sm-4 .box-no-advanced .products,
	     .product-grid-type-8 .col-md-3 .box-no-advanced .products,
	     .product-grid-type-8 .col-md-4 .box-no-advanced .products {
	          padding-top: 28px !important;
	     }
	
	.col-sm-3 .box-no-advanced .item,
	.col-sm-4 .box-no-advanced .item,
	.col-md-3 .box-no-advanced .item,
	.col-md-4 .box-no-advanced .item {
		overflow: hidden;
	}
	
		.col-sm-3 .box-no-advanced .products .product-grid,
		.col-sm-4 .box-no-advanced .products .product-grid,
		.col-md-3 .box-no-advanced .products .product-grid,
		.col-md-4 .box-no-advanced .products .product-grid {
			margin: -1px 0px 0px 0px;
			padding: 0px;
		}
		
		     .col-sm-3 .box-no-advanced.with-scroll .products .product-grid,
		     .col-sm-4 .box-no-advanced.with-scroll .products .product-grid,
		     .col-md-3 .box-no-advanced.with-scroll .products .product-grid,
		     .col-md-4 .box-no-advanced.with-scroll .products .product-grid {
		     	margin: -1px 0px 10px 0px;
		     	padding: 0px;
		     }
		
		.col-sm-3 .box-no-advanced .products .row > div,
		.col-sm-4 .box-no-advanced .products .row > div,
		.col-md-3 .box-no-advanced .products .row > div,
		.col-md-4 .box-no-advanced .products .row > div {
			width: 100%;
			margin: 0px;
		}
		
			.col-sm-3 .box-no-advanced .products .row > div .product,
			.col-sm-4 .box-no-advanced .products .row > div .product,
			.col-md-3 .box-no-advanced .products .row > div .product,
			.col-md-4 .box-no-advanced .products .row > div .product {
				margin: 0px;
				padding: 28px;
				text-align: left;
				background: url(../img/bg-megamenu.png) top left repeat-x;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			
			     .product-grid-type-8 .col-sm-3 .box-no-advanced .products .row > div .product,
			     .product-grid-type-8 .col-sm-4 .box-no-advanced .products .row > div .product,
			     .product-grid-type-8 .col-md-3 .box-no-advanced .products .row > div .product,
			     .product-grid-type-8 .col-md-4 .box-no-advanced .products .row > div .product {
			          background: none;
			          padding-top: 0px;
			     }
			
			     .col-sm-3 .box-no-advanced .products .row > div .product .sale,
			     .col-sm-4 .box-no-advanced .products .row > div .product .sale,
			     .col-md-3 .box-no-advanced .products .row > div .product .sale,
			     .col-md-4 .box-no-advanced .products .row > div .product .sale,
			     .col-sm-3 .box-no-advanced .products .row > div .product .new,
			     .col-sm-4 .box-no-advanced .products .row > div .product .new,
			     .col-md-3 .box-no-advanced .products .row > div .product .new,
			     .col-md-4 .box-no-advanced .products .row > div .product .new {
			          display: none;
			     }
			
			     .col-sm-3 .box-no-advanced .products .row > div .product:before,
			     .col-sm-4 .box-no-advanced .products .row > div .product:before,
			     .col-md-3 .box-no-advanced .products .row > div .product:before,
			     .col-md-4 .box-no-advanced .products .row > div .product:before {
			          display: none;
			     }
			
				.col-sm-3 .box-no-advanced .products .row > div .product .left,
				.col-sm-4 .box-no-advanced .products .row > div .product .left,
				.col-md-3 .box-no-advanced .products .row > div .product .left,
				.col-md-4 .box-no-advanced .products .row > div .product .left {
					float: left;
					width: 34%;
				}
				
				.col-sm-3 .box-no-advanced .products .row > div .product .right,
				.col-sm-4 .box-no-advanced .products .row > div .product .right,
				.col-md-3 .box-no-advanced .products .row > div .product .right,
				.col-md-4 .box-no-advanced .products .row > div .product .right {
					float: left;
					width: 57%;
					margin-left: 9%;
					padding-top: 0px;
				}
				
				     .product-grid-type-8 .col-sm-3 .box-no-advanced .products .row > div .product .right,
				     .product-grid-type-8 .col-sm-4 .box-no-advanced .products .row > div .product .right,
				     .product-grid-type-8 .col-md-3 .box-no-advanced .products .row > div .product .right,
				     .product-grid-type-8 .col-md-4 .box-no-advanced .products .row > div .product .right {
				          padding-top: 8px;
				     }
				
				.col-sm-3 .box-no-advanced .products .row > div .product .right .name,
				.col-sm-4 .box-no-advanced .products .row > div .product .right .name,
				.col-md-3 .box-no-advanced .products .row > div .product .right .name,
				.col-md-4 .box-no-advanced .products .row > div .product .right .name {
					visibility: visible !important;
					opacity: 1 !important;
				}
				
				.col-sm-3 .box-no-advanced .products .row > div .product .price,
				.col-sm-4 .box-no-advanced .products .row > div .product .price,
				.col-md-3 .box-no-advanced .products .row > div .product .price,
				.col-md-4 .box-no-advanced .products .row > div .product .price {
				     padding-top: 7px;
				     visibility: visible !important;
				     opacity: 1 !important;
				}
				
				.col-sm-3 .box-no-advanced .products .product .only-hover,
				.col-sm-4 .box-no-advanced .products .product .only-hover,
				.col-md-3 .box-no-advanced .products .product .only-hover,
				.col-md-4 .box-no-advanced .products .product .only-hover {
					display: none;
				}
				
				.col-sm-3 .box-no-advanced .products .is-countdown,
				.col-sm-4 .box-no-advanced .products .is-countdown,
				.col-md-3 .box-no-advanced .products .is-countdown,
				.col-md-4 .box-no-advanced .products .is-countdown {
				     display: none;
				}
				
				.col-sm-3 .box-no-advanced .products .quickview,
				.col-sm-4 .box-no-advanced .products .quickview,
				.col-md-3 .box-no-advanced .products .quickview,
				.col-md-4 .box-no-advanced .products .quickview {
				     display: none;
				}
				
	/* @end */
			
	/* @group Product list */
	
	#mfilter-content-container {
	     margin-top: 0px;
	}
	
	     .body-white-type-2 #mfilter-content-container {
	          margin-top: 50px;
	     }
	     
	     .box-type-12 #mfilter-content-container {
	          margin-top: 50px;
	     }
	     
	     .box-type-19 #mfilter-content-container {
	          margin-top: 50px;
	     }
	     
	     .box-type-16 #mfilter-content-container {
	          margin-top: 50px;
	     }

	     .product-search #mfilter-content-container {
	          margin-top: 50px;
	     }
	
	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		z-index: -10;
	}
	
		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			z-index: 0;
		}
		
		.product-list {
		     background: #fff url(../img/bg-megamenu.png) top left repeat-x;
		}
	
	          
	          .standard-body .full-width .product-list {
	               padding: 0px 15px;
	          }
	          
	               .body-white .standard-body .full-width .product-list {
	                    padding: 0px;
	               }
	          
	          .fixed-body .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -45px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 35px;
	          }
	          
	          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -40px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 30px;
	          }
	          
	          .border-width-1.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list {
	               margin: 0px -4000px;
	               position: relative;
	               width: auto !important;
	               padding: 0px 3990px;
	          }
	     
		.product-list > div {
			    position: relative;
    margin: 0px;
    padding: 15px 23px;
    margin: 20px 0;
    border: 0px solid transparent;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    background: #fff;
    box-shadow: 0px 0px 15px #ddd;
		}
		     
               .product-list-type-2 .product-list > div {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-radius: 8px;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
               }
               
               .box-type-9 .product-list > div {
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
               }
               
               .product-list-type-2.box-type-7 .product-list > div {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }
               		     
		     .fixed-body .col-md-12 .col-md-12.center-column .product-list > div {
		          margin-left: -35px;
		          margin-right: -35px;
		          padding-left: 43px;
		          padding-right: 43px;
		     }
		     
		     .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div {
		          margin-left: -30px;
		          margin-right: -30px;
		          padding-left: 38px;
		          padding-right: 38px;
		     }
		
		     .product-list > div:before {
		          content: '';
		          position: absolute;
		          bottom: -2px;
		          left: 13px;
		          right: 13px;
		          height: 1px;
		          z-index: -1;
		         
		     }
		     
		          .box-type-3 .product-list > div:last-child:before {
		               display: none;
		          }
		          
		          .box-type-14 .product-list > div:last-child:before {
		               display: none;
		          }
		     
		          .body-other .standard-body .full-width .center-column .product-list > div:before,
		          .fixed-body .col-md-12 .col-md-12.center-column .product-list > div:before,
		          .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div:before {
		               left: -2px;
		               right: -2px;
		          }
		          
		          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list > div:before {
		               left: -4000px;
		               right: -4000px;
		          }

			.product-list > div:hover {
				border: 0px solid #d9121f;
			}
			
			.product-list > div .sale,
			#main .product-list > div .new {
			     margin-top: -5px;
			}
		
			.product-list .image {
			}

			.product-list .name-actions {
			     position: static;
			}
			
			     .product-list .name-actions:before {
			          content: '';
			          position: absolute;
			          bottom: -1px;
			          top: -1px;
			          margin-left: -5px;
			          z-index: -1;
			          width: 1px;
				 }
			     
			          .product-list-type-2 .product-list .name-actions:before {
			               display: none !important;
			          }
			          
			          .product-list-type-3 .product-list .name-actions:before {
			               display: none !important;
			          }
		
			     .product-list .name-actions > .name {
			          padding-left: 35px;
			          padding-right: 45px;
			          line-height: 1;
			          padding-top: 34px;
			     }
			     
			          .product-list-type-2 .product-list .name-actions > .name {
			               padding-left: 10px;
			               padding-right: 0px;
			               padding-top: 30px;
			               font-weight: 500;
			          }
			     
			          .col-md-12 .col-md-12.center-column .product-list .name-actions > .name {
			               padding-top: 64px;
			          }
			          
			          .product-list-type-2 .col-md-12 .col-md-12.center-column .product-list .name-actions > .name {
			               padding-top: 45px;
			          }
			     
			     .product-list .name-actions > .price {
			          padding-left: 35px;
			          padding-right: 45px;
			          padding-top: 3px;
			          font-size: 20px;
			          line-height: 1;
			          color: #d9121f;
			          font-weight: 600;
			     }
			     
			          .product-list-type-2 .product-list .name-actions > .price {
			               padding-left: 10px;
			               padding-right: 0px;
			          }
			          
			          .product-list .name-actions > .price .price-old {
			               color: #232323;
			               font-weight: 400;
			               text-decoration: line-through;
			               padding-right: 2px;
			               font-size: 13px;
			          }
			          
			          body.firefox-mac .product-list .name-actions > .price .price-old {
			               font-weight: 300;
			          }
			          
			     .product-list .name-actions ul {
			        list-style: none;
    margin: 15px 0px;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    border-radius: 50px;
	background:#111;
			     }
			     
			          .product-list-type-2 .product-list .name-actions ul {
			               padding-left: 10px;
			               padding-right: 0px;
			          }

			          .product-list .name-actions ul li {
			               display: inline-block;
			               padding: 5px 3px 5px 0px;
			               vertical-align: top;
			          }
			          
			               .product-list .name-actions ul li a {
			                    display: block;
			                    width: 45px;
			                    height: 45px;
			                    border-radius: 100px;
			                    -webkit-border-radius: 100px;
			                    -moz-border-radius: 100px;
			                    background: #fff;
			                    border: 0px solid #ccc;
			                    transition: all 0.2s ease-in;
			                    -webkit-transition: all 0.2s ease-in;
			                    -moz-transition: all 0.2s ease-in;
			                    font-size: 16px;
			                    padding: 10px 0px;
			                    text-align: center;
			                    cursor: pointer;
			                    font-family: Poppins;
			               }
			               
			                    .product-list .name-actions ul li a:hover {
			                         background: #d9121f;
			                         border-color: #d9121f;
			                         color: #fff;
			                    }
			                    
			                    .products-buttons-action-type-2 .product-list .name-actions ul li a {
			                         border-radius: 0px;
			                         -webkit-border-radius: 0px;
			                         -moz-border-radius: 0px;
			                    }
			                    
			                    .products-buttons-action-type-3 .product-list .name-actions ul li a {
			                         border-radius: 4px;
			                         -webkit-border-radius: 4px;
			                         -moz-border-radius: 4px;
			                    }
			                    
			                    .products-buttons-action-type-4 .product-list .name-actions ul li a {
			                         border-radius: 3px;
			                         -webkit-border-radius: 3px;
			                         -moz-border-radius: 3px;
			                    }
			     
			.product-list .desc {
			     position: static;
			     padding-top: 50px;
			}
			
			     .col-md-12 .col-md-12.center-column .product-list .desc {
			          padding-top: 80px;
			     }
			
			     .product-list .desc:before {
			          content: '';
			          position: absolute;
			          bottom: -1px;
			          top: -1px;
			          margin-left: -40px;
			          z-index: -1;
			          width: 1px;
			          background: url(../img/bg-megamenu.png) bottom left repeat-y;
			     }

	/* @end */
				
	/* @group Category page */
	
	.category-info {
		padding: 30px 0px 0px 0px;
		position: relative;
		margin: 0px -30px 0px 0px;
	}
	
	     .standard-body .full-width .category-info {
	          background: #fff;
	          padding: 30px 0px 0px 30px;
	          margin: 30px 0px 0px 0px;
	     }
	     
	          .body-white .standard-body .full-width .category-info {
	               background: none;
	               padding: 30px 0px 0px 0px;
	               margin: 0px -30px 0px 0px;
	          }
	          
	               .body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info {
	                    padding-top: 40px;
	               }
	
	     .category-info:before {
	          bottom: 0;
	          left: 0;
	          right: 30px;
	          height: 1px;
	          background: url(../img/bg-megamenu.png) top left repeat-x;
	          content: '';
	          position: absolute;
	          display: block;
	     }
	     
	          .standard-body .full-width .category-info:before {
	               right: 0;
	          }
	          
	               .body-white .standard-body .full-width .category-info:before {
	                    right: 30px;
	               }
	          
	          .fixed-body .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -45px;
	               right: -15px;
	          }
	          
	          .standard-body .fixed .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -40px;
	               right: -10px;
	          }
	          
	          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info:before {
	               left: -4000px;
	               right: -4000px;
	          }
	
		.category-info .image {
			padding: 0px 30px 30px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}
		
		     .category-info .image img {
		     }
		
		.category-info > p {
			padding: 2px 30px 30px 0px;
		}
		
	.refine_search {
		margin: 0px auto !important;
		padding: 51px 0px 9px 0px !important;
		display: inline-block;
		font-size: 20px;
		font-weight: 500;
		border-bottom: 2px solid #d9121f;
		position: relative;
		z-index: 1;
	}
	
	.refine_search_overflow {
	     position: relative;
	}
	
	.refine_search_overflow:after {
	     content: '';
	     position: absolute;
	     bottom: 0;
	     left: 0;
	     right: 0;
	     height: 1px;
	     display: block;
	     z-index: 1;
	     background: url(../img/bg-megamenu.png) bottom left repeat-x;
	}
	
	     .standard-body .fixed .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -40px;
	          left: -40px;
	     }
	     
	     .fixed-body .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -45px;
	          left: -45px;
	     }
	     
	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	          right: -4500px;
	          left: -4500px;
	     }
	
	.category-list {
		background: #fff url(../img/bg-megamenu.png) bottom left repeat-x;
		padding: 30px 0px 4px 0px;
		position: relative;
		margin-top: -1px;
	}
	
	     .standard-body .fixed .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -40px;
	          margin-right: -40px;
	          padding-left: 40px;
	          padding-right: 40px;
	     }
	     
	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -4000px;
	          margin-right: -4000px;
	          padding-left: 4000px;
	          padding-right: 4000px;
	     }
	     
	     .fixed-body .col-md-12 .col-md-12.center-column .category-list {
	          margin-left: -45px;
	          margin-right: -45px;
	          padding-left: 45px;
	          padding-right: 45px;
	     }
	
	.category-list-text-only {
	     padding: 30px 0px 24px 0px;
	}
	
	     .standard-body .full-width .category-list {
	          padding-left: 30px;
	          padding-right: 30px;
	     }
	     
	          .body-white .standard-body .full-width .category-list {
	               padding-left: 0px;
	               padding-right: 0px;
	          }
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}
	
	.product-filter {
	background: #f4f5f9!important;
		padding: 0px;
		margin: 0px;
		position: relative;
	}
	
	     .box-type-9 .product-filter {
	          border-radius: 4px 4px 0px 0px;
	          -webkit-border-radius: 4px 4px 0px 0px;
	          -moz-border-radius: 4px 4px 0px 0px;
	     }
	
	     .product-filter .select:after {
	          display: none;
	     }
	
	     .standard-body .full-width .product-filter {
	          padding: 0px 25px;
	          margin-top: 30px;
	     }
	     
	          .body-white .standard-body .full-width .product-filter {
	               margin: 0px;
	               padding: 0px 20px;
	               background: none;
	          }
		
		.product-filter .list-options {
			float: right;
			width: auto;
			padding: 0px 0px 0px 30px;
		}
		
			.product-filter .list-options .sort {
				padding: 14px 0px 12px 30px;
				float: left;
				width: auto;
				position: relative;
			}
			
			     .product-filter .list-options .sort:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			          
			          content: '';
			          position: absolute;
			          margin-left: -30px;
			     }
			     
			          .box-type-4 .product-filter .list-options .sort:before {
			               display: none;
			          }
			          
			          .box-type-5 .product-filter .list-options .sort:before {
			               display: none;
			          }
			          
			          .box-type-6 .product-filter .list-options .sort:before {
			               display: none;
			          }
			          
			          .box-type-8 .product-filter .list-options .sort:before {
			               display: none;
			          }
			          
			          .product-grid-type-8 .product-filter .list-options .sort:before {
			               display: none;
			          }
			     
			     .product-filter .list-options .sort:after {
			          content: "\f078";
			          display: inline-block;
			          font: normal normal normal 14px/1 FontAwesome;
			          font-size: 9px;
			          text-rendering: auto;
			          -webkit-font-smoothing: antialiased;
			          -moz-osx-font-smoothing: grayscale;
			          transition: all 0.2s ease-in-out;
			          -webkit-transition: all 0.2s ease-in-out;
			          -moz-transition: all 0.2s ease-in-out;
			          color: #d9121f;
			          vertical-align: top;
			          margin: 30px 0px 0px 0px;
			          top: 0;
			          right: 1px;
			          position: absolute;
			     }
			
			.product-filter .list-options .limit {
				padding: 14px 0px 12px 30px;
				margin: 0px 0px 0px 21px;
				float: left;
				width: auto;
				position: relative;
			}
			
			     .box-type-4 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }
			     
			     .box-type-5 .product-filter .list-options .limit {
			          padding-left: 20px;
			     }
			     
			     .box-type-6 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }
			     
			     .box-type-8 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }
			     
			     .product-grid-type-8 .product-filter .list-options .limit {
			          padding-left: 10px;
			     }
			
			     .product-filter .list-options .limit:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			 
			          content: '';
			          position: absolute;
			          margin-left: -30px;
			     }
			     
			          .box-type-4 .product-filter .list-options .limit:before {
			               display: none;
			          }
			          
			          .box-type-5 .product-filter .list-options .limit:before {
			               display: none;
			          }
			          
			          .box-type-6 .product-filter .list-options .limit:before {
			               display: none;
			          }
			          
			          .box-type-8 .product-filter .list-options .limit:before {
			               display: none;
			          }
			          
			          .product-grid-type-8 .product-filter .list-options .limit:before {
			               display: none;
			          }
			          
			     .product-filter .list-options .limit:after {
			          content: "\f078";
			          display: inline-block;
			          font: normal normal normal 14px/1 FontAwesome;
			          font-size: 9px;
			          text-rendering: auto;
			          -webkit-font-smoothing: antialiased;
			          -moz-osx-font-smoothing: grayscale;
			          transition: all 0.2s ease-in-out;
			          -webkit-transition: all 0.2s ease-in-out;
			          -moz-transition: all 0.2s ease-in-out;
			          color: #d9121f;
			          vertical-align: top;
			          margin: 30px 0px 0px 0px;
			          top: 0;
			          right: 1px;
			          position: absolute;
			     }
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
					background: none;
					border: none;
					padding: 0px 17px 0px 0px;
					margin: 0px;
					font-size: 12px;
					line-height: 12px;
					font-weight: 600 !important;
					color: #333;
					display: inline-block;
					vertical-align: top;
					position: relative;
					z-index: 1;
					line-height: 1.6;
					height: 45px;
				}
		
		.product-filter .options {
			float: left;
			width: auto;
			padding: 0px;
		}
		
			.product-filter .options .product-compare {
				float: right;
				width: auto;
				padding: 27px 0px 21px 31px;
			}
			
			     .product-grid-type-8 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }
			
			     .box-type-4 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }
			     
			     .box-type-5 .product-filter .options .product-compare {
			          padding-left: 20px;
			     }
			     
			     .box-type-6 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }
			     
			     .box-type-8 .product-filter .options .product-compare {
			          padding-left: 10px;
			     }
			
			     .product-filter .options .product-compare:before {
			          top: 0;
			          bottom: 0;
			          width: 1px;
			          
			          content: '';
			          position: absolute;
			          margin-left: -31px;
			     }
			     
			          .box-type-4 .product-filter .options .product-compare:before {
			               display: none;
			          }
			          
			          .box-type-5 .product-filter .options .product-compare:before {
			               display: none;
			          }
			          
			          .box-type-6 .product-filter .options .product-compare:before {
			               display: none;
			          }
			          
			          .box-type-8 .product-filter .options .product-compare:before {
			               display: none;
			          }
			          
			          .product-grid-type-8 .product-filter .options .product-compare:before {
			               display: none;
			          }
			     
			     .product-filter .options .product-compare a {
			          font-size: 11px;
			          font-weight: bold;
			          text-transform: uppercase;
			     }
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
				padding: 26px 13px 23px 0px;
			}
			
				.product-filter .options .button-group button {
					margin: 0px 14px 0px 0px;
					padding: 0px;
					line-height: 22px;
					border: none;
					background: none;
					color: #ccc;
					font-size: 14px;
					outline: none;
					transition: all 0.2s ease-in;
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
				}
				
					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #000;
					}
					
	/* @end */
					
	/* @group Product info */
	
	.product-info {
	}
	
	     .body-other .standard-body .full-width .product-info {
	          padding: 40px;
	          position: relative;
	     }
	     
	          .body-other .standard-body .full-width .product-info:before {
	               content: '';
	               position: absolute;
	               top: 50px;
	               left: 0;
	               right: 0;
	               bottom: 0;
	               background: #fff;
	          }
	          
	               .box-type-9 .body-other .standard-body .full-width .product-info:before {
	                    border-radius: 4px;
	                    -webkit-border-radius: 4px;
	                    -moz-border-radius: 4px;
	               }
	          
	          .product-page-type-2 .standard-body .full-width .product-info:before {
	               display: none;
	          }
	          
	          .product-page-type-2 .standard-body .full-width .product-info {
	               padding: 0px !important;
	          }
     
          /* @group Prev/Next Product */
          
          .next-product {
               background: #fff;
               border: 1px solid #e5e5e5;
               text-align: left;
               margin-bottom: 50px;
               padding: 10px;
               margin-top: -8px;
          }
          
               .breadcrumb-style-1 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }
               
               .breadcrumb-style-9 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }
               
               .breadcrumb-style-2 .breadcrumb .next-product {
                    margin-bottom: 30px;
               }
               
               .breadcrumb-style-4 .breadcrumb .next-product {
                    margin-bottom: 20px;
                    margin-top: -5px;
               }
               
               .breadcrumb-style-8 .breadcrumb .next-product {
                    margin-bottom: 10px;
                    margin-top: -13px;
               }
               
               .breadcrumb-style-6 .breadcrumb .next-product {
                    margin-bottom: 20px;
                    margin-top: -5px;
               }
          
               .next-product .image {
                    float: left;
                    width: 34%;
               }
               
                    .next-product.right .image {
                         float: right;
                    }
               
                    .next-product .image img {
                         display: block;
                    }
               
               .next-product .right {
                    padding: 17px 10px 0px 20px;
                    width: 66%;
                    float: left;
               }
               
                    .next-product.right .right {
                         text-align: right;
                         padding-right: 20px;
                         padding-left: 10px;
                    }
               
                    .next-product .right .price {
                         font-size: 14px;
                         color: #d9121f;
                         font-weight: 600;
                         padding: 8px 0px 10px 0px;
                    }
          
          /* @end */
          
          /* @group Prev/Next Product Type 2 */
          
          .next-product-2 {
               text-align: left;
               margin-top: 27px;
          }
          
               .breadcrumb-style-10 .next-product-2 {
                    margin-top: 17px;
               }
               
               .breadcrumb-style-11 .next-product-2 {
                    margin-top: 23px;
               }
               
               .breadcrumb-style-8 .next-product-2 {
                    margin-top: 17px;
               }
          
               .next-product-2.right {
                    text-align: right;
               }

               .button-previous-next {
                    display:inline-block;
                    cursor:pointer;
                    border: none;
                    color:#d9121f;
                    border: 1px solid #e5e5e5;
                    font-size: 11px;
                    font-weight: 700;
                    text-transform: uppercase;
                    padding: 8px 30px 5px 30px;
                    border-radius:         20px;
                    -moz-border-radius:    20px;
                    -webkit-border-radius: 20px;
                    transition:         all 0.2s ease-in;
                    -moz-transition:    all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    background: #fff;
                    outline: none;
               }
               
                    .button-body-type-9 .button-previous-next {
                         padding-top: 7px;
                         padding-bottom: 7px;
                    }
               
                    .button-previous-next:hover {
                         color: #fff;
                         background: #d9121f;
                         border-color: #d9121f;
                    }
               
          /* @end */
     
          .product-info .popup-gallery.col-sm-7 {
	         width: 55.55555555555556%;
	     }
				
		/* Product info - Image */
				
		.product-info .product-image {
			margin: 50px 0px 0px 0px;
			border: 0px solid #e5e5e5;
			background: #fff;
			text-align: center;
			position: relative;
		}
		
		     .product-page-type-3 .product-info .product-image {
		          border: none;
		     }
		
		     .box-type-9 .product-info .product-image {
		          border-radius: 4px;
		          -webkit-border-radius: 4px;
		          -moz-border-radius: 4px;
		          padding: 1px;
		     }
		
		     .box-type-5 .product-info .product-image {
		          border: none;
		     }
		     
		     .box-type-6 .product-info .product-image {
		          border: none;
		     }
		     
		     .box-type-8 .product-info .product-image {
		          border: none;
		     }
		
		     .product-page-type-2 .standard-body .full-width .product-info .product-image {
		          border-left: none;
		          border-right: none;
		          border-top: none;
		     }
		
		     .quickview .product-info .product-image {
		          margin-top: 0px;
		     }
				
			.product-info .product-image a {
				display: block;
			}
					
			.product-info .product-image img {
				display: block;
				cursor: pointer;
				margin: 0px auto;
			}
						
						
		/* Product info - thumbnails */
					
		.product-info .thumbnails {
		     padding-top: 50px;
		}
				
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				position: relative;
				padding: 0px;
			}
		
				.product-info .thumbnails ul li {
				}
						
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 20px 20px;
					}
				
					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						border: 0px solid #e5e5e5;
						display: block;
						margin: 0px auto;
					}
					
					     .product-page-type-3 .product-info .thumbnails li img,
					     .product-page-type-3 .product-info .thumbnails-carousel img {
					          border: none;
					     }
					
					     .box-type-9 .product-info .thumbnails li img,
					     .box-type-9 .product-info .thumbnails-carousel img {
					     	border-radius: 4px;
					     	-webkit-border-radius: 4px;
					     	-moz-border-radius: 4px;
					     }
					
					.box-type-5 .product-info .thumbnails li img,
					.box-type-5 .product-info .thumbnails-carousel img {
					     border: none;
					}
					
					.box-type-6 .product-info .thumbnails li img,
					.box-type-6 .product-info .thumbnails-carousel img {
					     border: none;
					}
					
					.box-type-8 .product-info .thumbnails li img,
					.box-type-8 .product-info .thumbnails-carousel img {
					     border: none;
					}
					
		/* Product info - thumbnails carousel */
					
		.overflow-thumbnails-carousel {
		     padding: 20px 19px 0px 19px;
		}
		
		     .product-page-type-2 .standard-body .full-width .overflow-thumbnails-carousel {
		          background: #fff;
		          padding-top: 30px;
		          padding-bottom: 30px;
		          padding-left: 38px;
		          padding-right: 38px;
		     }
					
			.product-info .thumbnails-carousel {
			     margin: -10px;
			}
			
			     .product-info .thumbnails-carousel .item {
			          margin: 10px !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }
			     
			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -12px;
			          width: 100%;
			     }
			     
			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               position: absolute;
			               width: 35px;
			               height: 35px;
			               border-radius: 100px;
			               -webkit-border-radius: 100px;
			               -moz-border-radius: 100px;
			               border: 1px solid #e5e5e5;
			               background: #fff;
			               color: #333;
			               transition: all 0.2s ease-in;
			               -webkit-transition: all 0.2s ease-in;
			               -moz-transition: all 0.2s ease-in;
			               padding: 8px 0px 0px 12px;
			               text-align: left;
			               left: -9px;
			               top: 50%;
			               margin-top: -5px;
			               font-size: 13px;
			               font-family: Poppins;
			          }
			          
			               .buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-buttons .owl-prev, 
			               .buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    border-radius: 0px;
			                    -webkit-border-radius: 0px;
			                    -moz-border-radius: 0px;
			               }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			               .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			                    background: #d9121f;
			                    border-color: #d9121f;
			                    color: #fff;
			               }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    right: -9px;
			                    left: auto;
			                    padding: 8px 0px 0px 14px;
			               }
			               
			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         content: "\f054";
			                         display: inline-block;
			                         font: normal normal normal 14px/1 FontAwesome;
			                         font-size: 11px;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                    }
			                    
			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                         content: "\f053";
			                         display: inline-block;
			                         font: normal normal normal 14px/1 FontAwesome;
			                         font-size: 11px;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                    }
		
		/* Product info - product center */
				
		.product-info .product-center {
			position: relative;
			margin-top: 50px;
		}
		
		     .quickview .product-info .product-center {
		          margin-top: 0px;
		     }
		
		     .product-info .product-center.col-sm-5 {
		         width: 44.444444444444444%;
		     }
		
		     .product-info .product-center > div {
		          position: relative;
		          z-index: 0;
		     }
		
		     .product-page-type-2 .standard-body .full-width .product-info .product-center:before {
		          content: '';
		          position: absolute;
		          z-index: 0;
		          left: 15px;
		          right: 15px;
		          top: 0;
		          bottom: 0;
		          background: #fff;
		          display: block;
		     }
		     
		          .quickview .product-info .product-center:before {
		               display: none;
		          }
		
		     .product-info .product-name {
		          padding: 10px 0px 15px 0px;
		          margin: 0px;
		          font-size: 25px;
		     }
									
			.product-info .description,
			.product-info .price,
			.product-info .options {
				padding: 24px 0px 22px 0px;
				background: url(../img/bg-megamenu.png) bottom left repeat-x;
			}
			
			     .product-info .description {
			          padding-top: 0px;
			          font-weight: 600;
			          line-height: 23px;
			     }
			     
			          .product-info .description span {
			               display: inline-block;
			               width: 140px;
			               max-width: 50%;
			               padding-right: 20px;
			               font-weight: normal;
			          }
			          
			               .firefox-mac .product-info .description span {
			                    font-weight: 300;
			               }
			          
			     .product-info .price {
			          background: none;
			     }
					
				.product-info .price .price-new {
					font-size: 26px;
					line-height: 50px;
					color: #d9121f;
					font-weight: 600;
					display: inline-block;
					vertical-align: top;
				}
					
				.product-info .price .price-old {
					color: #ccc;
					font-weight: 400;
					text-decoration: line-through;
					padding-left: 15px;
					font-size: 20px;
					display: inline-block;
					vertical-align: top;
					line-height: 20px;
				}
				
				.product-info .price h3 {
				     padding: 3px 0px 3px 0px;
				     margin: 0px;
				     font-size: 20px;
				}
				
				.product-info .is-countdown {
					margin: 0px 0px 26px 0px;
					position: relative;
					background: #f5f5f5;
					top: 0;
					left: 0;
					right: 0;
				}
				
				     .countdown-special-type-7 .product-info .is-countdown {
				          background: rgba(89, 69, 75, .05);
				     }
				     
				     .countdown-special-type-4 .product-info .is-countdown {
				          background: #ede5de; /* Old browsers */
				          background: -moz-linear-gradient(top,  #ede5de 0%, #e5d8ce 100%); /* FF3.6+ */
				          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede5de), color-stop(100%,#e5d8ce)); /* Chrome,Safari4+ */
				          background: -webkit-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Chrome10+,Safari5.1+ */
				          background: -o-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* Opera 11.10+ */
				          background: -ms-linear-gradient(top,  #ede5de 0%,#e5d8ce 100%); /* IE10+ */
				          background: linear-gradient(to bottom,  #ede5de 0%,#e5d8ce 100%); /* W3C */
				          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5de', endColorstr='#e5d8ce',GradientType=0 ); /* IE6-9 */
				     }
				     
				     .countdown-special-type-9 .product-info .is-countdown {
				          background: #f44c1c;
				     }
				     
				     .countdown-special-type-8 .product-info .is-countdown {
				          background: #fbf9f3; /* Old browsers */
				          border: 1px solid #e1e0da;
				     }
				     
				     .countdown-special-type-5 .product-info .is-countdown {
				          background: #ffd900; /* Old browsers */
				          background: -moz-linear-gradient(top,  #ffd900 0%, #ffc200 100%); /* FF3.6+ */
				          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd900), color-stop(100%,#ffc200)); /* Chrome,Safari4+ */
				          background: -webkit-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Chrome10+,Safari5.1+ */
				          background: -o-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* Opera 11.10+ */
				          background: -ms-linear-gradient(top,  #ffd900 0%,#ffc200 100%); /* IE10+ */
				          background: linear-gradient(to bottom,  #ffd900 0%,#ffc200 100%); /* W3C */
				          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#ffc200',GradientType=0 ); /* IE6-9 */
				          border: none;
				          border-radius: 2px;
				          -webkit-border-radius: 2px;
				          -moz-border-radius: 2px;
				     }
				     
				     .countdown-special-type-2 .product-info .is-countdown{
				     	background: rgba(20,20,20,0.90);
				     }
				     
				     .countdown-special-type-6 .product-info .is-countdown{
				     	background: rgba(0,0,0,0.80);
				     }
				     
				     .countdown-special-type-3 .product-info .is-countdown{
				     	background: #191919;
				     	left: 0;
				     	right: 0;
				     	height: auto;
				     }
				
				     .product-info .is-countdown .countdown-amount {
				         font-size: 20px;
				         font-weight: 600;
				         margin: 0px 0px -2px 0px;
				     }
				     
				     .product-info .is-countdown .countdown-section {
				          font-size: 100%;
				          padding: 14px 0px;
				     }

			/* Product info -> Options */
					
			.product-info .options {
				padding-bottom: 0px;
				padding-top: 30px;
				background-position: top left;
			}
			
			     .product-info .options2 {
			          padding-bottom: 25px;
			     }
			     
			          .product-page-type-2 .standard-body .full-width .product-info .options2,
			          .product-page-type-2 .standard-body .full-width .product-info .price,
			          .product-page-type-2 .standard-body .full-width .product-info .description,
			          .product-page-type-2 .standard-body .full-width .product-info .review {
			               padding-left: 30px;
			               padding-right: 30px;
			          }
					
				.product-info .options h2 {
					margin: 0px;
					font-size: 20px;
					padding: 0px;
				}
						
				.product-info .options .form-group {
					padding: 15px 0px 0px 0px;
					margin: 0px;
					line-height: 23px;
				}
						
					.product-info .options .error {
						margin: 0px;
					}
					
					.product-info .options2 > div > label {
					     text-transform: uppercase;
					     font-size: 11px;
					     font-weight: bold;
					}
					
			/* Product info -> Radio button, checkbox button */
			
			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button span {
			          padding: 2px;
			          border: 1px solid rgba(0, 0, 0, .1);
			          display: block;
			          -webkit-transition: all 0.2s ease-out;
			          -moz-transition: all 0.2s ease-out;
			          -o-transition: all 0.2s ease-out;
			          -ms-transition: all 0.2s ease-out;
			          transition: all 0.2s ease-out;
			          border-radius: 100px;
			          -webkit-border-radius: 100px;
			          -moz-border-radius: 100px;
			     }
			     
			          .product-info .radio-type-button span img {
			               border-radius: 100px;
			               -webkit-border-radius: 100px;
			               -moz-border-radius: 100px;
			          }
			     
			          .product-info .radio-type-button span:hover {
			               border: 1px solid #d9121f;
			          }
			          
			          .product-info .radio-type-button span.active {
			               border: 1px solid #d9121f;
			          }
			     
			     .product-info .radio-type-button img {
			          display: block;
			     }
			     
			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button2 span {
			          border: 1px solid rgba(0, 0, 0, .1);
			          min-width: 40px;
			          display: block;
			          text-align: center;
			          padding: 9px 20px 8px 20px;
			          -webkit-transition: all 0.2s ease-out;
			          -moz-transition: all 0.2s ease-out;
			          -o-transition: all 0.2s ease-out;
			          -ms-transition: all 0.2s ease-out;
			          transition: all 0.2s ease-out;
			          font-size: 11px;
			          font-weight: bold;
			          text-transform: uppercase;
			          -webkit-border-radius: 30px;
			          -moz-border-radius: 30px;
			          border-radius: 30px;
			          line-height: 10px;
			     }
			     
			          .product-info .radio-type-button2 span:hover {
			               border-color: #d9121f;
			          }
			          
			          .product-info .radio-type-button2 span.active {
			              background: #d9121f;
			              border-color: #d9121f;
			              color: #fff;
			          }
			
			/* Product info -> Buttons */
							
			.product-info .cart {
			    margin-top: 10px;
    border: 0px solid #e5e5e5;
    background: #f4f5f9;
	max-width: 410px;
			}
			
			     .box-type-9 .product-info .cart {
			          border-radius: 4px;
			          -webkit-border-radius: 4px;
			          -moz-border-radius: 4px;
			     }
			
			     .box-type-4 .product-info .cart {
			          border-radius: 8px;
			          -webkit-border-radius: 8px;
			          -moz-border-radius: 8px;
			     }
			     
			     .box-type-7 .product-info .cart {
			          border-radius: 0px;
			          -webkit-border-radius: 0px;
			          -moz-border-radius: 0px;
			     }
			
			     .product-page-type-2 .standard-body .full-width .product-info .cart {
			          border-left: none;
			          border-right: none;
			          border-bottom: none;
			     }
						
				.product-info .cart .add-to-cart {
				     padding: 20px 30px 30px 30px;
				}
				
				     .product-info .cart .add-to-cart a {
				          margin: 10px 0px 0px 0px;
				     }
						
					.product-info .cart .add-to-cart p,
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}
							
					.product-info .cart .add-to-cart p {
						padding: 6px 10px 0px 0px;
						margin: 0px;
						float: none;
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
					}
								
					.product-info .cart .add-to-cart input {
						margin: 4px 10px 0px 0px !important;
						height: 45px;
						border-radius: 30px;
						-moz-border-radius: 30px;
						-webkit-border-radius: 30px;
						
					}
				.product-info .cart .add-to-cart input#button-cart	{background: url(../img/cart-ic.png) 15px 15px no-repeat #ec8d1b !important;
    padding-left: 45px;
    padding-right: 20px;}
					
					     .button-body-type-6 .product-info .cart .add-to-cart input {
					          height: 38px;
					     }
					     
					     .button-body-type-7 .product-info .cart .add-to-cart input {
					          height: 38px;
					     }
								
					.product-info .cart .add-to-cart .quantity {
						position: relative;
					}
		
						.product-info .cart .add-to-cart .quantity input {
							padding-right: 24px;
							width: 80px;
						}
									
							.product-info .cart .add-to-cart .quantity #q_up {
								display: none;
							}
									
							.product-info .cart .add-to-cart .quantity #q_down {
								display: none;
							}
							
					.product-info .cart .add-to-cart #button-cart {
					     font-size: 12px !important;
					}
				
				/* Product info -> Add to compare, wishlist */
												
				.product-info .cart .links {
					border-top: 1px solid #e5e5e5;
					padding: 0px 26px 0px 30px;
				}
						
					.product-info .cart .links a {
						cursor: pointer;
						font-size: 12px;
					}
					
					     .product-info .cart .links a {
					          display: block;
    float: left;
    width: 47%;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 17px 22px 14px 0px;
					     }
					     
					          .product-info .cart .links a:last-child {
					               border-left: 0px solid #e5e5e5;
					               padding-left: 28px;
					               padding-right: 0px;
					               width: 53%;
					          }
					
					     .product-info .cart .links a i {
					          font-size: 15px;
					          margin-right: 8px;
					     }
				
				/* Information about minimum products */
								
				.product-info .cart .minimum {
					padding: 17px 30px 15px 30px;
					border-top: 1px solid #e5e5e5;
				}
				
				/* Reviews */
							
				.product-info .review {
					padding: 0px 0px 17px 0px;
					border-bottom: 1px solid #e5e5e5;
					margin-bottom: 24px;
					margin-top: -7px;
					position: relative;
				}
				
				     .product-page-type-2 .standard-body .full-width .product-info .review {
				          margin-top: 0px;
				          padding-top: 19px;
				          padding-bottom: 15px;
				     }
				
					.product-info .review > div {
						padding: 7px 0px 7px 0px;
					}
						
						.product-info .review a {
							cursor: pointer;
						}
						
						.product-info .review a:first-of-type {
						     margin-left: 10px;
						}
							
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
		
		/* @end */
		
	/* @group Product Block */
							
	.product-block {
		border: 1px solid #e5e5e5;
		background: #fff;
		padding: 30px;
		margin: 50px 0px 0px 0px;
		text-align: center;
	}
	
	     .product-page-type-2 .standard-body .full-width .product-block {
	          border: none;
	     }
				
		.product-block .title-block {
			margin: 0px auto 28px auto;
			padding: 6px 0px 9px 0px;
			display: inline-block;
			font-size: 20px;
			font-weight: 500;
			border-bottom: 2px solid #d9121f;
		}
				
		.product-block .strip-line {
			display: none;
		}
					
		.product-block .block-content {
			clear: both;
		}
     
          /* @group Product contact */
          
          .product-contact {
               list-style: none;
               padding: 2px 0px 0px 0px;
               margin: 0px;
          }
          
               .product-contact li {
                    padding: 30px 0px 0px 0px;
                    margin: 0px;
               }
               
                    .product-contact li:first-child {
                         padding: 0px;
                    }
               
                    .product-contact li p {
                         padding: 10px 0px 0px 0px;
                         margin: 0px;
                         color: #808080;
                    }
          
          /* @end */
     
     /* @end */
				
	/* @group Ratings */
		
	.rating i {
		margin: 0px 3px 0px 1px;
		font-size: 16px;
		color: #ccc;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
	}
		
		.rating i.active {
			 color: #d91320;
		}
		
		.set-rating {
		     margin-top: 6px;
		     margin-bottom: 2px;
		     height: 16px;
		}
		
		     .set-rating i {
		          margin: 0px;
		          display: block;
		          float: left;
		          padding: 0px 4px 0px 0px;
		          cursor: pointer;
		     }
		
	/* @end */

/* @end */
			
/* @group 10. CustomFooter
------------------*/	

.custom-footer {
	position: relative;
}

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.custom-footer .background,
	.standard-body .custom-footer .background {
		background: url(../img/footer-bg.jpg) repeat;
    padding: 1px 0px 0px 0px;
	}
	
	     .custom-footer .container > .row {
	          position: relative;
	     }
	     
	     .custom-footer .container > .row > div {
	          padding-bottom: 40px;
	          padding-top: 5px;
	          padding-left: 35px;
	          position: static;
	     }
	     		
	          .custom-footer .container > .row > div:first-child,
	          .custom-footer .container > .row > div.col-sm-12 {
	               padding-left: 15px;
	          }
	               
	          .custom-footer .container > .row > div:before {
	             
	          }
	          
	               .custom-footer .container > .row > div:first-child:before {
	                    display: none;
	               }
	
	.custom-footer .pattern {
		padding: 0px;
	}

		.custom-footer .pattern p {
			padding: 0px;
    margin: 0px;
    color: #fff;
		}
			
			.custom-footer .pattern .custom-footer-text {
				position: relative;
				margin: 0px 0px -10px 0px;
			}
			
				.custom-footer .pattern .custom-footer-text p {
					padding: 0px 0px 10px 0px;
    color: #fff;
				}
	
		.custom-footer h4 {
			    font-size: 17px;
    font-weight: bold;
    padding: 18px 0px 12px 0px;
    margin: 20px 0px 30px 0px;
    display: inline-block;
    border-bottom: 0px solid #d9121f;
    color: #fff;
   
    letter-spacing: 1px;
		}
				
		/* @group Contact us */
		
		ul.contact-us {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			ul.contact-us li {
				clear: both;
    margin: 10px 0px 0px 0px;
    line-height: 41px;
			}
			
				ul.contact-us li:first-child {
					margin: 0px;
				}
			
				ul.contact-us li i {
					float: left;
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px 0px;
    margin: 0px 15px 0px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    /* border-radius: 100%; */
    border: 1px solid #fff;
				}
				
					ul.contact-us li i.fa-mobile-phone {
					    font-size: 21px;
    padding-top: 7px;
					}
					
					ul.contact-us li i.fa-envelope {
						
					}
					
					ul.contact-us li i.fa-skype {
					
					}
				
		/* @end */
		
		/* @group Facebook */
		
		#facebook {
			position: relative;
			margin: -8px -5px;
			overflow: hidden;
		}	
		
		/* @end */
			
		/* @group Twitter */
		
		.tweets ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
			
			.tweets li {
				padding: 20px 0px 0px 30px;
				margin: 0px;
				position: relative;
			}
			
				.tweets li:first-child {
					padding-top: 0px;
				}
				
				.tweets li:before {
					content: "\f10d";
					display: inline-block;
					font: normal normal normal 14px/1 FontAwesome;
					font-size: inherit;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					font-size: 14px;
					position: absolute;
					left: 0;
					color: #1349b2;
					margin-top: 4px;
				}
			
				.tweets li .timePosted {
					font-style: italic;
					font-size: 11px;
					padding-top: 5px;
				}
				
				.tweets li a {
					color: #d9121f;
				}
				
		/* @end */
				
/* @end */
		
/* @group 11. Footer
------------------*/	

.footer {
	position: relative;
	overflow: hidden;
}

     .main-fixed3 .footer {
          margin: 0px -4000px;
     }
     
          .main-fixed3 .footer .pattern {
               padding: 0px 4000px;
          }

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
		background: #fff !important;
	}
	
	.footer .pattern {
		padding: 0px;
		color: #808080;
	}
	
	     .footer-type-23 .footer .pattern {
	          padding-top: 49px;
	          font-weight: 500;
	          font-size: 12px;
	     }
	
	     .footer-type-20 .footer .pattern {
	          padding-bottom: 102px;
	     }
	
	     .footer-type-12 .footer .pattern {
	          padding-bottom: 23px;
	     }
	     
	     .footer-type-17 .footer .pattern {
	          padding-bottom: 23px;
	     }
	     
	     .footer-type-21 .footer .pattern {
	          padding-top: 10px;
	     }
	     
	     .footer-type-2 .footer .pattern {
	          padding-top: 34px;
	     }
	     
	     .footer-type-6 .footer .pattern {
	          padding-top: 44px;
	     }
		
		.footer .pattern a {
			color: #808080;
		}
		
		     .footer .pattern a:hover {
		         color: #fd9b26;
		     }
		
		.footer .container > .row,
		.footer .advanced-grid .container > div > .row {
		     position: relative;
		}
		
		.footer .container > .row > div,
		.footer .advanced-grid .container > div > .row > div {
		     padding-top: 28px;
		     padding-bottom: 22px;
		     padding-left: 35px;
		     position: static;
		}
		
		     .footer-type-9 .footer .container > .row > div,
		     .footer-type-9 .footer .advanced-grid .container > div > .row > div {
		          padding-top: 30px;
		          padding-bottom: 23px;
		     }
		     
		     .footer-type-23 .footer .container > .row > div,
		     .footer-type-23 .footer .advanced-grid .container > div > .row > div {
		          padding-top: 11px;
		          padding-bottom: 25px;
		          padding-left: 15px;
		          padding-right: 110px;
		     }
		     
		          .footer-type-23 .footer .container > .row > div:first-child,
		          .footer-type-23 .footer .container > .row > div.col-sm-12,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div:first-child,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div.col-sm-12 {
		               padding-right: 15px;
		          }
				
		     .footer .container > .row > div:first-child,
		     .footer .container > .row > div.col-sm-12,
		     .footer .advanced-grid .container > div > .row > div:first-child,
		     .footer .advanced-grid .container > div > .row > div.col-sm-12 {
		          padding-left: 15px;
		     }
		          
		     .footer .container > .row > div:before,
		     .footer .advanced-grid .container > div > .row > div:before {
		       
		     }
		     
		          .footer .container > .row > div:first-child:before ,
		          .footer .advanced-grid .container > div > .row > div:first-child:before,
		          .footer-type-4 .footer .container > .row > div:before,
		          .footer-type-4 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-14 .footer .container > .row > div:before,
		          .footer-type-14 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-27 .footer .container > .row > div:before,
		          .footer-type-27 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-20 .footer .container > .row > div:before,
		          .footer-type-20 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-8 .footer .container > .row > div:before,
		          .footer-type-8 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-6 .footer .container > .row > div:before,
		          .footer-type-6 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-9 .footer .container > .row > div:before,
		          .footer-type-9 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-11 .footer .container > .row > div:before,
		          .footer-type-11 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-19 .footer .container > .row > div:before,
		          .footer-type-19 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-16 .footer .container > .row > div:before,
		          .footer-type-16 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-12 .footer .container > .row > div:before,
		          .footer-type-12 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-17 .footer .container > .row > div:before,
		          .footer-type-17 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-13 .footer .container > .row > div:before,
		          .footer-type-13 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-24 .footer .container > .row > div:before,
		          .footer-type-24 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-22 .footer .container > .row > div:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-25 .footer .container > .row > div:before,
		          .footer-type-25 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-18 .footer .container > .row > div:before,
		          .footer-type-18 .footer .advanced-grid .container > div > .row > div:before,
		          .footer-type-15 .footer .container > .row > div:before,
		          .footer-type-15 .footer .advanced-grid .container > div > .row > div:before {
		               display: none;
		          }
		          
		          .footer-type-23 .footer .container > .row > div:before,
		          .footer-type-23 .footer .advanced-grid .container > div > .row > div:before {
		               margin-left: -40px;
		               top: 32px;
		               bottom: 47px;
		          }
		          
		          .footer-type-26 .footer .container > .row > div:before,
		          .footer-type-26 .footer .advanced-grid .container > div > .row > div:before {
		               margin-left: -40px;
		          }
		          
		          .footer-type-12 .footer .container > .row > div,
		          .footer-type-12 .footer .advanced-grid .container > div > .row > div {
		               padding-top: 27px;
		               padding-bottom: 0px;
		               padding-left: 15px;
		          }
		          
		          .footer-type-17 .footer .container > .row > div,
		          .footer-type-17 .footer .advanced-grid .container > div > .row > div {
		               padding-top: 27px;
		               padding-bottom: 0px;
		               padding-left: 15px;
		          }
		          
		          .footer-type-13 .footer .container > .row > div,
		          .footer-type-13 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 30px;
		          }
		          
		          .footer-type-24 .footer .container > .row > div,
		          .footer-type-24 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 30px;
		          }
		          
		          .footer-type-22 .footer .container > .row > div,
		          .footer-type-22 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 30px;
		          }
		          
		          .footer-type-25 .footer .container > .row > div,
		          .footer-type-25 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 41px;
		               padding-top: 41px;
		          }
		          
		               .footer-type-25 .footer .container > .row:last-child > div,
		               .footer-type-25 .footer .advanced-grid .container > div > .row:last-child > div {
		                    padding-top: 30px;
		                    padding-bottom: 25px;
		               }
		                    
		          .footer-type-18 .footer .container > .row > div,
		          .footer-type-18 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-bottom: 25px;
		               padding-top: 23px;
		          }
		          
		               .footer-type-18 .footer .container > .row:last-child > div,
		               .footer-type-18 .footer .advanced-grid .container > div > .row:last-child > div {
		                    padding-top: 30px;
		               }
		          
		          .footer-type-15 .footer .container > .row > div,
		          .footer-type-15 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 10px;
		               padding-right: 10px;
		          }
		          
		          .footer-type-14 .footer .container > .row > div,
		          .footer-type-14 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		          }
		          
		          .footer-type-27 .footer .container > .row > div,
		          .footer-type-27 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		               padding-top: 56px;
		               padding-bottom: 58px;
		          }
		          
		               .footer-type-27 .footer .container > .row:last-child > div,
		               .footer-type-27 .footer .advanced-grid .container > div > .row:last-child > div {
		                    padding-top: 18px;
		                    padding-bottom: 10px;
		               }
		          
		          .footer-type-20 .footer .container > .row > div,
		          .footer-type-20 .footer .advanced-grid .container > div > .row > div {
		               padding-left: 15px;
		               padding-right: 15px;
		          }
		          
		          .footer-type-21 .footer .container > .row > div:before,
		          .footer-type-21 .footer .advanced-grid .container > div > .row > div:before {
		               display: block !important;
		          }
		          
		               .footer-type-21 .footer .container > .row > div:first-child:before,
		               .footer-type-21 .footer .advanced-grid .container > div > .row > div:first-child:before {
		                    margin-left: -40px;
		               }
		               
		               .footer-type-21 .footer .container > .row:last-child > div:first-child:before,
		               .footer-type-21 .footer .advanced-grid .container > div > .row:last-child > div:first-child:before {
		                    display: none !important;
		               }
		               
		               .footer-type-21 .footer .container > .row > div:last-child:after,
		               .footer-type-21 .footer .advanced-grid .container > div > .row > div:last-child:after {
		                    content: '';
		                    height: auto;
		                    width: 1px;
		                    top: 0;
		                    bottom: 0;
		                    right: -25px;
		                    position: absolute;
		                    background: url(../img/bg-footer.png) top left repeat-x;
		                    display: block;
		               }
		               
		                    .footer-type-21 .footer .container > .row:last-child > div:last-child:after,
		                    .footer-type-21 .footer .advanced-grid .container > div > .row:last-child > div:last-child:after {
		                         display: none;
		                    }
		
		.footer .container > .row:before,
		.footer .advanced-grid .container > div > .row:before {
		     content: '';
		     height: 1px;
		     width: auto;
		     left: -50%;
		     right: -50%;
		     position: absolute;
		     background: url(../img/bg-footer.png) top left repeat-x;
		     display: block;
		}
		
		     .standard-body .full-width.footer .container > .row:before,
		     .standard-body .full-width.footer .advanced-grid .container > div > .row:before {
		          left: 15px;
		          right: 15px;
		     }
		     
		     .main-fixed2 .footer .container > .row:before,
		     .main-fixed2 .footer .advanced-grid .container > div > .row:before {
		          left: 15px;
		          right: 15px;
		     }
		     
		     .footer-type-21 .footer .container > .row:before,
		     .footer-type-21 .footer .advanced-grid .container > div > .row:before {
		          left: -24px !important;
		          right: -24px !important;
		          display: block !important;
		     }
		     
		     .footer-type-3 .footer .container > .row:before,
		     .footer-type-3 .footer .advanced-grid .container > div > .row:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block !important;
		     }
		     
		     .footer-type-10 .footer .container > .row:before,
		     .footer-type-10 .footer .advanced-grid .container > div > .row:before {
		          left: -50% !important;
		          right: -50% !important;
		     }
		     
		     .footer-type-5 .footer .container > .row:before,
		     .footer-type-5 .footer .advanced-grid .container > div > .row:before {
		          display: block !important;
		     }
		     
		     .footer-type-7 .footer .container > .row:before,
		     .footer-type-7 .footer .advanced-grid .container > div > .row:before {
		          display: block !important;
		     }
		     
		     .footer-type-5 .footer .container > .row:first-child:before,
		     .footer-type-5 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		     }
		
		     .footer .container > .row:first-child:before,
		     .footer .advanced-grid .container > div > .row:first-child:before {
		          display: none;
		     }
		     
		     .footer-type-8 .footer .container > .row:before,
		     .footer-type-8 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-8 .footer .container > .row:last-child:before,
		          .footer-type-8 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		          }
		          
		     .footer-type-9 .footer .container > .row:before,
		     .footer-type-9 .footer .advanced-grid .container > div > .row:before {
		          left: 0;
		          right: 0;
		          height: 2px;
		          background: url(../img/bg-footer2.png) top left repeat-x;
		          display: block !important;
		     }
		     
		     .footer-type-11 .footer .container > .row:before,
		     .footer-type-11 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		     .footer-type-19 .footer .container > .row:before,
		     .footer-type-19 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		     .footer-type-16 .footer .container > .row:before,
		     .footer-type-16 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		     .footer-type-12 .footer .container > .row:before,
		     .footer-type-12 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		     .footer-type-12 .footer .container > .row:first-child:before,
		     .footer-type-12 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block;
		     }
		     
		     .footer-type-17 .footer .container > .row:last-child,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:last-child {
		          margin-top: 32px;
		     }
		     
		     .footer-type-17 .footer .container > .row:last-child:before,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:last-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          background: url(../img/bg-footer-carparts.png) top left repeat-x !important;
		          height: 18px;
		          margin-top: -2px;
		     }
		     
		     .footer-type-17 .footer .container > .row:first-child:before,
		     .footer-type-17 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block;
		     }
		     
		     .footer-type-13 .footer .container > .row:before,
		     .footer-type-13 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-13 .footer .container > .row:last-child:before,
		          .footer-type-13 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }
		          
		     .footer-type-24 .footer .container > .row:before,
		     .footer-type-24 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-24 .footer .container > .row:last-child:before,
		          .footer-type-24 .footer .advanced-grid .container > div > .row:last-child:before,
		          .footer-type-24 .footer .container > .row:first-child:before,
		          .footer-type-24 .footer .advanced-grid .container > div > .row:first-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }
		          
		          .footer-type-24 .footer .container > .row:first-child > div,
		          .footer-type-24 .footer .advanced-grid .container > div > .row:first-child > div {
		               padding-top: 41px;
		          }
		          
		     .footer-type-22 .footer .container > .row:before,
		     .footer-type-22 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-22 .footer .container > .row:last-child:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: 15px !important;
		               right: 15px !important;
		          }
		          
		          .footer-type-22 .footer .container > .row:first-child:before,
		          .footer-type-22 .footer .advanced-grid .container > div > .row:first-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }
		          
		     .footer-type-25 .footer .container > .row:first-child:before,
		     .footer-type-25 .footer .advanced-grid .container > div > .row:first-child:before {
		          left: -50% !important;
		          right: -50% !important;
		          display: block;
		     }
		          
		     .footer-type-18 .footer .container > .row:before,
		     .footer-type-18 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-18 .footer .container > .row:last-child:before,
		          .footer-type-18 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }
		          
		     .footer-type-15 .footer .container > .row:before,
		     .footer-type-15 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		          .footer-type-15 .footer .container > .row:last-child:before,
		          .footer-type-15 .footer .advanced-grid .container > div > .row:last-child:before {
		               display: block;
		               left: -50% !important;
		               right: -50% !important;
		          }
		          
		     .footer-type-23 .footer .container > .row:before,
		     .footer-type-23 .footer .advanced-grid .container > div > .row:before {
		          display: none;
		     }
		     
		     .footer-type-26 .footer .container > .row:first-child:before,
		     .footer-type-26 .footer .advanced-grid .container > div > .row:first-child:before {
		          display: block;
		          left: -50% !important;
		          right: -50% !important;
		     }
	
		.footer h4 {
			color: #222;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0px 0px 0px;
    margin: 0px 0px 22px 0px;
    display: inline-block;
    border-bottom: 0px solid #d9121f;
		}
		
		     .footer-type-26 .footer h4 {
		          border-bottom: none;
		          margin-bottom: 6px;
		          padding-top: 8px;
		     }
		
		     .footer-type-12 .footer h4 {
		          border-bottom: none;
		          margin-bottom: 4px;
		          padding-top: 30px;
		     }
		
		     .footer-type-17 .footer h4 {
		          border-bottom: none;
		          margin-bottom: 4px;
		          padding-top: 30px;
		     }
		     
		     .footer-type-15 .footer h4 {
		          border-width: 1px;
		          display: block;
		          padding-bottom: 6px;
		     }
		     
		     .footer-type-13 .footer h4 {
		          padding-top: 0px;
		     }
		     
		     .footer-type-24 .footer h4 {
		          padding-top: 0px;
		     }
		     
		     .footer-type-22 .footer h4 {
		          padding-top: 0px;
		     }
		     
		     .footer-type-25 .footer h4 {
		          padding-top: 7px;
		     }
		     
		     .footer-type-18 .footer h4 {
		          padding-top: 0px;
		          margin-bottom: 25px;
		     }
				
		     .box-type-6 .footer h4 {
		          border-bottom-width: 1px;
		     }
		     
		     @media (min-width: 767px) {
		          .box-type-6 .footer h4 {
		               padding-top: 27px;
		          }
		     }
		
			.footer .strip-line {
				display: none;
			}
			
		/* @group List */
		
		.footer ul {
			list-style: none;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			clear: both;
		}
		
		     .footer-type-15 .footer ul li a:before {
		         content: "\f105";
		         font-family: FontAwesome;
		         font-weight: bold;
		         font-style: normal;
		         padding-right: 6px;
		     }
		     
		          .footer-type-15 .footer ul li a {
		               line-height: 26px;
		          }
		          
		     .footer-type-25 .footer ul {
		          padding-bottom: 7px;
		     }
		     
		     .footer-type-20 .footer ul {
		          padding-bottom: 19px;
		     }
		     
		     .footer-type-12 .footer ul {
		          padding-bottom: 20px;
		     }
		     
		     .footer-type-17 .footer ul {
		          padding-bottom: 20px;
		     }
		     
		     .footer-type-13 .footer ul {
		          padding-bottom: 17px;
		     }
		     
		     .footer-type-24 .footer ul {
		          padding-bottom: 17px;
		     }
		     
		     .footer-type-22 .footer ul {
		          padding-bottom: 25px;
		     }
		     
		     .footer-type-18 .footer ul {
		          padding-bottom: 16px;
		     }
		
		     @media (min-width: 767px) {
     		     .box-type-6 .footer ul {
     		          padding-bottom: 28px;
     		     }
		     }
		
			.footer ul li a {
				line-height: 30px;
			}
			     
			     .links-line-height-25 ul li a,
			     .footer-type-12 .footer ul li a,
			     .footer-type-17 .footer ul li a {
			          line-height: 25px;
			     }
			     
			     .links-line-height-27 ul li a {
			          line-height: 27px;
			     }
			     
			     .links-font-size-15 ul li a {
			          font-size: 15px;
			          line-height: 35px;
			     }
			     
			     .footer-type-13 .footer ul li a {
			          line-height: 27px;
			     }
			     
			     .footer-type-24 .footer ul li a {
			          line-height: 25px;
			     }
			     
			     .footer-type-22 .footer ul li a {
			          line-height: 25px;
			     }
			     
			     .footer-type-25 .footer ul li a {
			          line-height: 25px;
			     }
			     
			     .footer-type-20 .footer ul li a {
			          line-height: 27px;
			     }
			     
			     .footer-type-18 .footer ul li a {
			          line-height: 25px;
			     }
			     
			     .footer-type-26 .footer ul li a {
			          line-height: 25px;
			     }
			     			
			     .footer-type-6 .footer ul li a {
			          font-size: 14px;
			     }
			     
			     .font-size-14 {
			          font-size: 14px;
			     }
				
		/* @end */

          /* @group Footer Type 11 */
          
          .footer-type-11 .footer .container > .row:nth-last-child(2), 
          .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #e3e3e3;
               border-radius: 4px;
               -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
               margin-top: 40px;
               padding: 0px 4px;
          }
          
               .footer-type-11 .footer .container > .row:nth-last-child(2) > div, 
               .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 18px 35px 22px 35px;
               }
               
                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div:before, 
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #e3e3e3;
                         display: block;
                    }
                    
                         .footer-type-11 .footer .container > .row:nth-last-child(2) > div:first-child:before, 
                         .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }
               
                    .footer-type-11 .footer .container > .row > div, 
                    .footer-type-11 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }
                    
                         .footer-type-11 .footer .container > .row:last-child > div, 
                         .footer-type-11 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 27px;
                         }
               
                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div h4, 
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                         border: none;
                         padding: 18px 0px 18px 0px;
                         margin: 0px;
                    }
                    
                    .footer-type-11 .footer .container > .row:nth-last-child(2) > div ul li a, 
                    .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div ul li a {
                         line-height: 25px;
                    }
          
          /* @end */
          
          /* @group Footer Type 19 */
          
          .footer-type-19 .footer .container > .row, 
          .footer-type-19 .footer .advanced-grid .container > div > .row {
               padding: 0px 16px;
          }
          
          .footer-type-19 .footer .container > .row:nth-last-child(2), 
          .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #212121;
               background: #131313;
               border-radius: 2px;
               -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
               margin-top: 22px;
               padding: 0px 9px;
          }
          
               .footer-type-19 .footer .container > .row:nth-last-child(2) > div, 
               .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 29px 35px 28px 35px;
               }
               
                    .footer-type-19 .footer .container > .row:nth-last-child(2) > div:before, 
                    .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #212121;
                         display: block;
                    }
                    
                         .footer-type-19 .footer .container > .row:nth-last-child(2) > div:first-child:before, 
                         .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }
               
                    .footer-type-19 .footer .container > .row > div, 
                    .footer-type-19 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }
                    
                         .footer-type-19 .footer .container > .row:last-child > div, 
                         .footer-type-19 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 25px;
                              padding-top: 28px;
                         }
               
                    .footer-type-19 .footer .container > .row:nth-last-child(2) > div h4, 
                    .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                    }
                    
               .footer-type-19 .footer .footer-block {
                    margin: 0px -8px;
               }
          
          /* @end */
          
          /* @group Footer Type 16 */
          
          .footer-type-16 .footer .background {
               position: relative;
               margin-top: -40px;
          }
          
          .footer-type-16 .footer .container > .row:nth-last-child(2), 
          .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) {
               margin-left: 0px;
               margin-right: 0px;
               border: 1px solid #e3e3e3;
               border-left: none;
               border-right: none;
               margin-top: 40px;
               padding: 0px 4px;
          }
          
               .footer-type-16 .footer .container > .row:nth-last-child(2) > div, 
               .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
                    padding: 18px 35px 22px 35px;
               }
               
                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div:before, 
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
                         content: '';
                         position: absolute;
                         width: 1px;
                         top: 0;
                         bottom: 0;
                         background: #e3e3e3;
                         display: block;
                    }
                    
                         .footer-type-16 .footer .container > .row:nth-last-child(2) > div:first-child:before, 
                         .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:first-child:before {
                              display: none;
                         }
               
                    .footer-type-16 .footer .container > .row > div, 
                    .footer-type-16 .footer .advanced-grid .container > div > .row > div {
                         padding-top: 34px;
                         padding-bottom: 0px;
                    }
                    
                         .footer-type-16 .footer .container > .row:last-child > div, 
                         .footer-type-16 .footer .advanced-grid .container > div > .row:last-child > div {
                              padding-bottom: 27px;
                         }
               
                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div h4, 
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div h4 {
                         border: none;
                         padding: 18px 0px 18px 0px;
                         margin: 0px;
                    }
                    
                    .footer-type-16 .footer .container > .row:nth-last-child(2) > div ul li a, 
                    .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div ul li a {
                         line-height: 25px;
                    }
          
          /* @end */

/* @end */
		
/* @group 12. Copyright
------------------*/	

.copyright {
     text-align: center;
     padding: 0px;
}

	.copyright p {
		margin: 0px;
		padding: 0px;
		text-align: left;
		 line-height: 42px;
	}
		
	.copyright ul {
		float: right;
		width: auto;
		list-style: none;
		padding: 5px 0px 0px 0px;
		margin: 0px;
	}
		
		.copyright ul li {
			display: inline-block;
			margin-left: 8px;
		}
			
/* @end */
			
/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* @end */
	
/* @group List content */

.center-column .list-unstyled li:before {
}

/* @end */

/* @group Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
/* @end */
	
/* @group Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
}
	
	.ui-autocomplete {
		background: #fff !important;
		border: none !important;
		padding: 0px !important;
		margin-top: 14px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 300px !important;
		text-align: left;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15) !important;
	}
	
	     .dropdown-menu-type-2 .ui-autocomplete {
	     	border-radius:         8px !important;
	     	-moz-border-radius:    8px !important;
	     	-webkit-border-radius: 8px !important;
	     }
	     
	     .dropdown-menu-type-3 .ui-autocomplete {
	     	border-radius:         4px !important;
	     	-moz-border-radius:    4px !important;
	     	-webkit-border-radius: 4px !important;
	     }
	     
	     .dropdown-menu-type-4 .ui-autocomplete {
	     	border-radius:         2px !important;
	     	-moz-border-radius:    2px !important;
	     	-webkit-border-radius: 2px !important;
	     }
	     
	     .dropdown-menu-type-5 .ui-autocomplete {
	     	border-radius:         3px !important;
	     	-moz-border-radius:    3px !important;
	     	-webkit-border-radius: 3px !important;
	     }
	
		.ui-autocomplete:after {
		  position: absolute;
		  top: -10px;
		  left: 20px;
		  display: inline-block;
		  border-right: 10px solid transparent;
		  border-bottom: 10px solid #ffffff;
		  border-left: 10px solid transparent;
		  content: '';
		}
		
		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}
		
			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}
			
			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			background: url(../img/bg-megamenu.png) top left repeat-x !important;
			list-style: none !important;
		}
		
			.ui-autocomplete li:first-child {
				background: none !important;
			}
			
			.ui-autocomplete li a {
				display: block;
				padding: 13px 20px 10px 20px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#333 !important; 
				font-size:12px !important;
				font-weight:600 !important;
				line-height:1.6 !important;
				font-family:'Poppins' !important;
			}
			
				.ui-autocomplete li a.ui-state-focus {
					color: #d9121f !important;
				}
				
				.ui-autocomplete-loading  {  
					background-image: url('../img/loader.gif') !important; 
					background-repeat: no-repeat !important;
					background-position: center !important; 
				}
/* @end */				

/* @group Pagination */

div.pagination-results { 
	clear:both;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	overflow: auto; 
}

     #review div.pagination-results {
          padding-top: 0px;
          margin-top: -10px;
     }
	
	div.pagination-results .text-right { 
		padding:21px 0px 0px 10px; 
	}
	
	div.pagination-results .text-left { 
		padding: 4px 10px 0px 0px; 
	}
	
	div.pagination-results ul { 
		padding:0px;
		margin: 0px;
		list-style: none;
	}
		
		div.pagination-results ul li { 
			display:inline-block;
			width:32px;
			height:32px;
			background:#fff;
			border:1px solid #e5e5e5;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			border-radius:        50px;
			-moz-border-radius:   50px;
			-webkit-border-radius:50px;
			text-align:center;
			margin: 10px 7px 0px 0px;
			font-size: 11px;
			font-weight: bold;
			cursor: pointer;
		}
		
		div.pagination-results ul li.active { 
			color: #d9121f; 
		}
		
		div.pagination-results ul li:hover {
		     background: #d9121f;
		     border-color: #d9121f;
		     color: #fff;
		}
	     
	          div.pagination-results ul li:hover a {
	               color: #fff;
	          }
	          
	          div.pagination-results ul li a,
	          div.pagination-results ul li span {
	               display: block;
	               padding: 8px 0px 0px 0px; 
	               width: 30px;
	               height: 30px;
	          }
		
/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

     .list-box li {
     	padding: 5px 30px 0px 30px;
     	line-height: 35px;
     	
     }
     
          .list-box li:first-child {
               background: none;
          }
     
/* @end */

/* @group Sitemap */

.information-sitemap .center-column ul {
     padding-left: 20px;
     line-height: 2.6;
}

/* @end */

/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}
	
/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* @end */
		
/* @group Htabs */

.htabs {
	z-index: 2;
	text-align: left;
	margin: 0px -10px;
	padding: 44px 0px 0px 0px;
	position: relative;
}

     .box-type-5 .htabs {
          padding-top: 54px;
     }

     .box-type-3 .htabs {
          padding-top: 49px;
     }
     
     .box-type-14 .htabs {
          padding-top: 59px;
     }
     
     .box-type-11 .htabs {
          padding-top: 34px;
     }
     
     .box-type-17 .htabs {
          padding-top: 34px;
     }
     

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}
	
	.htabs:after {
	  clear: both;
	}
	
	.htabs:before {
	     display: block;
	     position: absolute;
	     left: 15px;
	     right: 15px;
	     top: 35px;
	     bottom: 0;
	     z-index: -1;
	}

	     .box-type-3 .htabs:before {
	          top: 40px;
	     }
	     
	     .box-type-14 .htabs:before {
	          top: 40px;
	     }

	.htabs a {
		   margin: 0px 10px;
    padding: 16px 25px;
    font-size: 15px;
    color: #808080;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    position: relative;
	 
	}
	
	     .box-type-14 .htabs a {
	          padding-bottom: 11px;
	     }
	
		.htabs a.selected,
		.htabs a:hover {
			color: #333;
			   background: #fff;
    box-shadow: 0px -4px 6px #ddd;
		}
		
		.htabs a:before {
		     content: '';
		     position: absolute;
		     width: 100%;
		     height: 0px;
		     bottom: -1px;
		     left: 0;
		     right: 0;
		     opacity: 0;
		     visibility: hidden;
		     transition: all 0.2s ease-in;
		     -webkit-transition: all 0.2s ease-in;
		     -moz-transition: all 0.2s ease-in;
		     z-index: 1;
		}
		
		.box-type-6 .htabs a:before {
		     height: 1px;
		}
		
		.fixed-body-2-2 .htabs a:before {
		     bottom: 0;
		}
		
		.htabs a.selected:before {
		     background: #d9121f;
		     visibility: visible;
		     opacity: 1;
		}
	
.center-column .tab-content {
    background: #fff;
    line-height: 23px;
    padding: 40px;
    position: relative;
    box-shadow: 0px 0px 20px #ddd;
}

     .standard-body .fixed2 .center-column .tab-content {
          padding-left: 0px;
          padding-right: 0px;
     }

     .box-type-7 .center-column .tab-content {
          padding-top: 35px !important;
     }

     .box-type-4 .center-column .tab-content {
          padding-bottom: 0px !important;
     }
     
     .box-type-10 .center-column .tab-content {
          padding-bottom: 0px !important;
     }
     
     .box-type-5 .center-column .tab-content {
          padding-bottom: 0px !important;
     }

     .tab-content:before {
         
     }
     
     .tab-content:after {
       
     }
     
          .box-type-4 .tab-content:after {
               display: none;
          }
          
          .box-type-3 .tab-content:after {
               display: none;
          }
          
          .box-type-14 .tab-content:after {
               display: none;
          }
          
          .box-type-10 .tab-content:after {
               display: none;
          }
          
          .box-type-5 .tab-content:after {
               display: none !important;
          }

     .fixed-body .center-column .tab-content {
          margin: 0px -45px;
          padding-left: 45px;
          padding-right: 45px;
     }
     
          .box-type-4.no-box-type-7 .fixed-body .center-column .tab-content {
               margin: 0px;
               padding-left: 0px;
               padding-right: 0px;
          }
     
     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .tab-content {
        
     }
     
     .standard-body .fixed .center-column .tab-content {
          margin: 0px -40px;
     }
     
          .body-white .standard-body .full-width .center-column .tab-content {
              
          }

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content #form-review h2 {
		padding: 5px 0px 20px 0px;
		margin: 0px;
	}
	
	     .center-column .tab-content .form-horizontal .control-label {
	          padding-top: 5px;
	     }

/* @end */
	
/* @group Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 16px 14px 13px 40px;
	margin:0px 0px 30px 0px;
	clear: both;
	color: #222;
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* @end */
	
/* @group Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}
	
	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}
	
.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #e6e6e6;
		content: '';
	}
	
	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}
	
/* @end */
	
/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    border: solid #e5e5e5 1px;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

	table.attribute tr,
	table.list tr,
	.wishlist-product table tr,
	.wishlist-info table tr,
	.compare-info tr,
	.checkout-product table tr,
	.table {
	    background: #fff;   
	    -webkit-transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out; 
	}
	
		table.attribute tr:hover,
		table.list tr:hover,
		.wishlist-product table tr:hover,
		.wishlist-info table tr:hover,
		.compare-info tr:hover, 
		.checkout-product table tr:hover,
		.table tr:hover {
		    background: #fafafa;    
		}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.checkout-product table td,
	.table td {
	    border-left: 1px solid #e5e5e5;
	    border-top: 1px solid #e5e5e5;
	    padding: 20px 30px 16px 30px;
	    text-align: left;
	    vertical-align: top;
	}
	
	     .body-other table.attribute td,
	     .body-other table.list td,
	     .body-other .wishlist-product table td,
	     .body-other .wishlist-info table td,
	     .body-other .compare-info td,
	     .body-other .checkout-product table td,
	     .body-other .table td {
	          padding: 20px 20px 16px 20px;
	     }
	
	     table.attribute td *,
	     table.list td *,
	     .wishlist-product table td *,
	     .wishlist-info table td *,
	     .compare-info td *,
	     .checkout-product table td *,
	     .table td * {
	          box-sizing: border-box;
	     }
	
		.table td.text-center {
			text-align: center;
		}
		
			.table td.text-center .input-group {
				margin: 0px auto;
			}
		
		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.checkout-product table thead td,
	.table thead td {
	     font-size: 11px;
	     font-weight: bold;
	     text-transform: uppercase;
	     padding: 18px 30px 14px 30px;
	}
	
	     .body-other table.attribute thead td,
	     .body-other table.list thead td,
	     .body-other .wishlist-product table thead td,
	     .body-other .wishlist-info table thead td,
	     .body-other .compare-info thead td,
	     .body-other .checkout-product table thead td,
	     .body-other .table thead td  {
	          padding: 18px 20px 14px 20px;
	     }
	
		table.attribute thead:first-child td,
		table.list thead:first-child td,
		.wishlist-product table thead:first-child td,
		.wishlist-info table thead:first-child td,
		.compare-info thead:first-child td,
		.checkout-product table thead:first-child td,
		.table thead:first-child td {
			border-top: none;
		}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.checkout-product table td:first-child,
	.table td:first-child {
	    border-left: none;
	}
	
.cart-info {
     position: relative;
     margin: 0px -40px 0px -40px;
}

     .main-fixed .cart-info {
          margin-left: -45px;
          margin-right: -45px;
     }
     
     .standard-body .fixed2 .cart-info {
          margin-left: -45px;
          margin-right: -45px;
     }
     
     .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: -40px;
     }
     
          .body-white-type-2 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }
          
          .box-type-12 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }

     .body-white .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: 0px;
     }
     
     .body-white.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
          margin-top: -50px;
     }
     
          .body-white-type-2.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }
          
          .body-type-12.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
               margin-top: 0px !important;
          }
     
     .body-white .standard-body .full-width .cart-info {
          margin: 0px 0px 0px 0px;
     }

.cart-info table {
	border-collapse: separate;
	border-spacing: 0;
    border: none;
    width: 100%;
    margin: 0px 0px 45px 0px;
}

	.cart-info table tr {
	    background: #fff;    
	}

		.cart-info table tr:hover {
		    background: #fff;
		}

	.cart-info table td {
	    border: none;
	    padding: 30px 30px 0px 30px;
	    text-align: left;
	    vertical-align: top;
	}
	
	     .cart-info table td:first-child {
	          padding-left: 45px;
	     }
	     
	     .cart-info table td:last-child {
	          padding-right: 45px;
	     }
	     
	     .body-white .standard-body .full-width .cart-info table td:first-child {
	          padding-left: 0px;
	     }
	     
	     .body-white .standard-body .full-width .cart-info table td:last-child {
	          padding-right: 0px;
	     }

	.cart-info table thead td {
	     font-size: 11px;
	     font-weight: bold;
	     text-transform: uppercase;
	     border-bottom: 1px solid #e6e6e6;
	     padding: 18px 30px 14px 30px;
	     position: relative;
	}
     
          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .cart-info thead td:first-child:before {
               content: '';
               position: absolute;
               width: auto;
               height: 1px;
               left: -10000px;
               right: -10000px;
               bottom: -1px;
               border-bottom: 1px solid #e6e6e6;
               z-index: -1;
               display: block;
          }
     
/* @end */
	
/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Price Compare */
	
.compare-info .price-new {
	color: #d9121f;
}

	.compare-info .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 2px;
	}
	
/* @end */
			
/* @group Table img */

table img {
	max-width: none;
}

/* @end */
	
/* @group Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 25px; 
	padding-top: 25px;
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 30px;
			text-align: right;
		}
		
		.cart-total table tr td:last-child { 
			color: #d9121f;
			font-size: 14px;
			font-weight: 600;
		}
		
/* @end */
	
/* @group Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* @end */
	
/* @group manufacturer */

.manufacturer-list { 
	overflow: auto;
	padding: 10px 0px 20px 0px;
}

	.manufacturer-heading { 
		border: 1px solid #e5e5e5;
		background: #fff;
		padding: 15px 20px 12px 20px; 
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}
	     
	     .box-type-4 .manufacturer-heading {
	          border-radius: 8px 8px 0px 0px;
	          -webkit-border-radius: 8px 8px 0px 0px;
	          -moz-border-radius: 8px 8px 0px 0px;
	     }
	     
	     .box-type-9 .manufacturer-heading {
	          border-radius: 4px 4px 0px 0px;
	          -webkit-border-radius: 4px 4px 0px 0px;
	          -moz-border-radius: 4px 4px 0px 0px;
	     }
	     
	     .box-type-7 .manufacturer-heading {
	          border-radius: 0px;
	          -webkit-border-radius: 0px;
	          -moz-border-radius: 0px;
	     }
	
	.manufacturer-content { 
		padding: 20px;
		overflow:auto; 
		background: #fff;
		border: 1px solid #e5e5e5;
		border-top: none;
	}
	
	     .box-type-4 .manufacturer-content {
	          border-radius: 0px 0px 8px 8px;
	          -webkit-border-radius: 0px 0px 8px 8px;
	          -moz-border-radius: 0px 0px 8px 8px;
	     }
	     
	     .box-type-9 .manufacturer-content {
	          border-radius: 0px 0px 4px 4px;
	          -webkit-border-radius: 0px 0px 4px 4px;
	          -moz-border-radius: 0px 0px 4px 4px;
	     }
	     
	     .box-type-7 .manufacturer-content {
	          border-radius: 0px;
	          -webkit-border-radius: 0px;
	          -moz-border-radius: 0px;
	     }
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
/* @end */
	
/* @group checkout */

.center-column .panel { 
	position:relative;
	margin: 0px 0px 20px 0px;
}

     .main-fixed .center-column .panel {
          margin: 0px;
     }
     
          .main-fixed .col-md-12 .col-md-12.center-column .panel {
               margin-left: -45px;
               margin-right: -45px;
          }
     
          .center-column .panel:last-child {
               margin-bottom: 20px !important;
          }
          
     .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
          margin: 0px -40px 0px -40px;
     }
     
          .body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
               margin: 0px;
          }
          
          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
          
          }
          
          .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
               margin-bottom: 20px;
          }
     
          .standard-body .full-width .center-column .panel:last-child {
               margin-bottom: 20px;
          }
          
     .standard-body .fixed .center-column .panel {
          margin: 0px -40px 0px -40px;
     }
     
          .standard-body .fixed .center-column .panel:last-child {
               margin-bottom: 20px;
          }

	.center-column .panel-heading { 
		border: 1px solid #e5e5e5;
		padding: 18px 30px 14px 30px;
		background: #f9f9f9;
	}
		.main-fixed .center-column .panel-heading,
		.standard-body .full-width .center-column .panel-heading,
		.standard-body .fixed .center-column .panel-heading,
		.standard-body .fixed2 .center-column .panel-heading {
		     border: none;
		     border-top: 1px solid #e5e5e5;
		     padding: 18px 45px 14px 45px;
		}
		
		     .body-white .standard-body .full-width .center-column .panel-heading,
		     .standard-body .fixed2 .center-column .panel-heading {
		        
		     }
		     
		     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
		        
		     }
		
		     .standard-body .full-width .center-column .panel-heading,
		     .standard-body .fixed .center-column .panel-heading {
		          padding-left: 40px;
		          padding-right: 40px;
		     }
		     
		     .main-fixed .center-column .panel:last-child,
		     .standard-body .full-width .center-column .panel:last-child,
		     .standard-body .fixed .center-column .panel:last-child {
		          border-bottom: 1px solid #e5e5e5;
		     }
		     
		     .checkout-checkout .standard-body .full-width .center-column .panel:last-child {
		          border-bottom: none;
		     }
		     
		          .body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
		               border-bottom: 1px solid #e5e5e5;
		          }
		     
		     .checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
		          border-top: none;
		     }
		
		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 11px !important;
			font-weight: bold !important;
			text-transform: uppercase;
			font-family: Poppins;
		}

	.center-column .panel-body { 
		position:relative;
		border-top: 1px solid #e5e5e5;
		background: #f4f5f9;
		padding:30px 45px 35px 45px; 
		position: relative;
	}
	
	     .standard-body .full-width .center-column .panel-body,
	     .standard-body .fixed .center-column .panel-body {
	          padding-left: 40px;
	          padding-right: 40px;
	     }
	     
	     .body-white .standard-body .full-width .center-column .panel-body,
	     .standard-body .fixed2 .center-column .panel-body {
	        
	     }
	     
	     .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
	        
	     }
	
		.center-column .panel-body .buttons {
			margin: 0px;
		}
		
/* @end */

/* @group Returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* @end */
	
/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}
	
/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
	
	ul.box-filter > li {
		padding: 0px 0px 15px 0px;
		line-height: 23px;
	}
	
		ul.box-filter > li > span {
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
		}
		
	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}
	
/* @end */
	
/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;	
	z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999;
}	

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 999;	
	}
	
	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;		
	}
	
/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;	
	z-index: 998;
}

.twitter_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}
	
	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 998;	
	}
	
	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}
	
	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;		
	}
	
/* @end */
	
/* @group 16. Custom Widget  */

.custom_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;	
	z-index: 996;
}

.custom_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}
	
	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}
	
	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 996;	
	}
	
		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}
	
	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}
	
	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;	
	    padding: 10px;	
	}

/* @end */	

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	margin: 0px !important;
	padding: 15px 25px;
	position: relative;
}
     	
/* @end */
	
/* @group 19. Banner module */

.banner-module {
	margin: 30px 0px 0px 0px !important;
}

	@media (max-width: 767px) {
		.responsive .banner-module {
			margin: 20px 0px 0px 0px !important;
		}
	}
	
/* @end */
	
/* @group 20. Camera slider */

.camera_slider {
	margin: 0px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 21;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}
	
	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
			text-align: left;
		}
		
			.camera_wrap:hover .owl-controls .owl-buttons {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position: absolute;
				left: 75px;
				top: 50%;
				margin: -17px 0px 0px 0px !important;
				height: 34px;
				width: 34px;
				margin: 0px;
				background: #fff;
				display: block;
				border-radius: 100px;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				padding: 8px 0px 0px 12px;
				font-size: 13px;
				font-family: Poppins;
			}
			     
			     .buttons-prev-next-type-2 .camera_wrap .owl-controls .owl-buttons .owl-prev, 
			     .buttons-prev-next-type-2 .camera_wrap .owl-controls .owl-buttons .owl-next {
			          border-radius: 0px;
			          -webkit-border-radius: 0px;
			          -moz-border-radius: 0px;
			     }
			     
				.camera_wrap .owl-controls .owl-buttons .owl-next {
					left: auto;
					right: 75px;
					padding: 8px 0px 0px 14px;
				}
				
				.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
				.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
				     background: #d9121f;
				}
				
				     .container .camera_wrap .owl-controls .owl-buttons .owl-prev {
				          left: 30px;
				     }
				     
				     .container .camera_wrap .owl-controls .owl-buttons .owl-next {
				          right: 30px;
				     }
				
				.camera_wrap .owl-controls .owl-buttons .owl-prev:before,
				.camera_wrap .owl-controls .owl-buttons .owl-next:before {
				       content: "\f053";
				       display: inline-block;
				       font: normal normal normal 14px/1 FontAwesome;
				       font-size: 11px;
				       text-rendering: auto;
				       -webkit-font-smoothing: antialiased;
				       -moz-osx-font-smoothing: grayscale;
				       transition: all 0.2s ease-in-out;
				       -webkit-transition: all 0.2s ease-in-out;
				       -moz-transition: all 0.2s ease-in-out;
				}
				
				     .camera_wrap .owl-controls .owl-buttons .owl-next:before {
				          content: "\f054";
				     }
				     
				     .camera_wrap .owl-controls .owl-buttons .owl-prev:hover:before,
				     .camera_wrap .owl-controls .owl-buttons .owl-next:hover:before {
				          color: #fff;
				     }
			
		.camera_wrap .owl-controls .owl-pagination {
			display: none;
		}

/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview body {
          background: #fff;
          padding: 30px 30px 30px 30px;
     }
     
     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 622px; 
     }
     
     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); 
     }
     
     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out; 
     }
     
     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }
     
     .quickview.mfp-ready.mfp-bg {
          opacity: 0.4; 
     }
     
     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }
     
     .quickview.mfp-removing.mfp-bg {
          opacity: 0; 
     }

     .mfp-with-zoom .mfp-container,
     .mfp-with-zoom.mfp-bg {
     	opacity: 0;
     	-webkit-backface-visibility: hidden;
     	-webkit-transition: all 0.3s ease-in-out; 
     	-moz-transition: all 0.3s ease-in-out; 
     	-o-transition: all 0.3s ease-in-out; 
     	transition: all 0.3s ease-in-out;
     }
     
     .mfp-with-zoom.mfp-ready .mfp-container {
     	opacity: 1;
     }
     
     .mfp-with-zoom.mfp-ready.mfp-bg {
     	opacity: 0.4;
     }
     
     .mfp-with-zoom.mfp-removing .mfp-container, 
     .mfp-with-zoom.mfp-removing.mfp-bg {
     	opacity: 0;
     }
     
     body .mfp-arrow-left:before, 
     body .mfp-arrow-left .mfp-b {
          border-right-color: #808080;
     }
     
     body .mfp-arrow-right:before, 
     body .mfp-arrow-right .mfp-b {
          border-left-color: #808080;
     }
     
     body .mfp-iframe-scaler iframe {
          box-shadow: none;     
     }
     
     body .mfp-figure:after {
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
     }
     
     body .mfp-counter {
          color: #dedede;
     }
  
/* @end */

/* @group Header notice */

.header-notice {
     background: #d9121f;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     display: none;
}

     .header-notice a {
          color: #fff;
     }
     
     .header-notice p {
          padding: 15px 0px 17px 0px;
          margin: 0px;
     }
     
     .header-notice a.close-notice {
          display: block;
          float: right;
          width: 36px;
          height: 36px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background: #fff;
          margin: 6px 10px;
          text-align: center;
          padding: 9px 0px 0px 0px;
          color: #d9121f;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
     }
     
          .header-notice a.close-notice:before {
                 content: "\f00d";
                 font: normal normal normal 14px/1 FontAwesome;
                 text-rendering: auto;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
          }
          
          .header-notice a.close-notice:hover {
               background: #333333;
               color: #fff;
          }

/* @end */


/* @group Advanced grid */

.advanced-grid {
     position: relative;
}

     .advanced-grid .container {
     }

     /* @group Products */
     
     .advanced-grid-products {
          padding: 8px 0px 10px 0px;
     }
     
          .advanced-grid-products .product {
               margin: 0px;
               padding: 8px 0px;
          }
          
               .advanced-grid-products .product:first-child {
                    padding-top: 0px;
               }
               
                    .advanced-grid-products .product:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-products .product .image {
                         float: left;
                         width: 34%;
                         max-width: 100px;
                    }
                    
                         .advanced-grid-products .product .image img {
                              display: block;
                         }
                    
                    .advanced-grid-products .product .right {
                         float: left;
                         width: 58%;
                         margin-left: 8%;
                         padding-top: 10px;
                    }
                    
                         .advanced-grid-products .product .right .price {
                              color: #d9121f;
                              font-weight: 600;
                              font-size: 14px;
                         }
                         
                         	.advanced-grid-products .product .right .price .price-old {
                         		color: #808080;
                         		text-decoration: line-through;
                         		padding-right: 2px;
                         	}
     
     /* @end */
     
     /* @group Latest blogs */
     
     .advanced-grid-latest-blogs {
          
     }
     
          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }
                    
                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }

                    
                    .advanced-grid-latest-blogs .news .right .name {
                         padding: 2px 0px;
                    }
                    
                    .advanced-grid-latest-blogs .news .right .article-date-added {
                         font-size: 11px;
                         font-style: italic;
                    }
                         
                         .advanced-grid-latest-blogs .news .right .article-date-added i {
                              margin-right: 3px;
                         }
     
     /* @end */

/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     padding: 50px 60px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

     .box-type-9 .popup {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }

body .popup-module .mfp-close {
     top: -20px;
     color: white;
     right: -20px;
     text-align: center;
     width: 45px;
     height: 45px;
     border: 2px solid #d9121f;
     color: #d9121f;
     background: #fff;
     opacity: 1;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     font-size: 20px;
     font-weight: bold;
     padding: 0px;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}

     body .popup-module .mfp-close:hover {
          background: #d9121f;
          color: #fff;
     }

     body .popup-module.without-button-close .mfp-close {
          display: none;
     }
     
     .popup h4 {
          font-size: 20px;
          padding: 5px 0px 25px 0px;
          margin: 0px 0px 25px 0px;
          position: relative;
     }
     
          .popup h4:after {
               content: '';
               position: absolute;
               width: 41px;
               height: 2px;
               background: #d9121f;
               bottom: 0;
               left: 0;
          }
     
     .popup .content {
          padding: 0px 0px 10px 0px;
          margin: 0px;
          color: #808080;
          line-height: 23px;
     }
     
          .popup .content a {
               color: #d9121f;
          }

     /* @group Newsletter */
     
     .popup .newsletter {
          padding: 22px 0px 9px 0px;
     }
          
          .popup .newsletter input {
               margin: 0px;
               vertical-align: top;
          }
          
          .popup .newsletter .subscribe {
               height: 45px;
               vertical-align: top;
               margin: 0px 0px 0px 18px;
               padding: 16px 30px 0px 30px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
          }
     
     /* @end */

     /* @group Text don't show again */
     
     .popup .dont-show-label {
          text-align: center;
          padding: 5px 0px 0px 0px;
     }
     
     /* @end */
     
     /* @group Buttons yes no */
     
     .popup .buttons-yes-no {
          padding: 23px 0px 10px 0px;
          text-align: center;
     }
     
          .popup .buttons-yes-no .button:first-child {
               margin-right: 18px;
          }
          
          .popup .buttons-yes-no .button {
               height: 45px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               padding: 16px 30px 0px 30px;
               margin: 0px;
          }
     
     /* @end */

     /* @group Form contact */
     
     .popup .form-contact {
          
     }
     
          .popup .form-contact .error {
               background: #ffd3d7;
          }
          
          .popup .form-contact .contact-label {
               padding-top: 14px;
          }
          
               .popup .form-contact .contact-label:first-child {
                    padding-top: 0px;
               }
          
               .popup .form-contact .contact-label label {
                    font-size: 11px;
                    font-weight: bold;
                    text-transform: uppercase;
               }
               
          .popup .form-contact .btn {
               margin: 15px auto 10px auto;
               display: block;
          }
     
     /* @end */

/* @end */

/* @group Categories Wall */

.categories-wall {
     
}

     .categories-wall > div:first-child:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          right: 0;
          top: 0;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
     }
     
     .categories-wall > div:first-child:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          right: 0;
          bottom: 0;
          background: url(../img/bg-megamenu.png) top left repeat-x;
          z-index: 1;
     }
     
          .categories-wall.type-2 > div:first-child:after,
          .categories-wall.type-2 > div:first-child:before {
               display: none;
          }
     
          .categories-wall .category-wall {
               position: relative;
               margin: 0px -15px;
               text-align: center;
               padding: 0px 0px 40px 0px;
          }

               .categories-wall.type-2 .category-wall {
                    margin: 30px 0px 0px 0px;
                    border: 1px solid #d9d9d9;
               }
               
               .categories-wall .category-wall:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 100%;
                    left: 0;
                    bottom: 0;
                    top: 0;
                    background: url(../img/bg-megamenu.png) top left repeat-y;
                    z-index: 1;
               }
               
                    .categories-wall .row > div:first-child .category-wall:before,
                    .categories-wall.type-2 .category-wall:before {
                         display: none;
                    }
          
               .categories-wall .category-wall .image {
                    position: relative;
               }
               
                    #main .categories-wall.type-2 .category-wall .image {
                         margin: 0px !important;
                         padding: 0px !important;
                    }
               
                    .categories-wall .row > div:first-child .category-wall .image {
                         margin-left: -30px;
                         padding-left: 30px;
                    }
                    
                         .standard-body .full-width .categories-wall .row > div:first-child .category-wall .image {
                              padding-left: 0px;
                              margin-left: 15px;
                         }
                         
                         .standard-body .fixed .categories-wall .row > div:first-child .category-wall .image {
                              padding-left: 25px;
                              margin-left: -25px;
                         }
                    
                    .categories-wall .row > div:last-child .category-wall .image {
                         margin-right: -30px;
                         padding-right: 30px;
                    }
                    
                         .standard-body .full-width .categories-wall .row > div:last-child .category-wall .image {
                              padding-right: 0px;
                              margin-right: 15px;
                         }
                         
                         .standard-body .fixed .categories-wall .row > div:last-child .category-wall .image {
                              padding-right: 25px;
                              margin-right: -25px;
                         }
                    
                    .categories-wall .category-wall .image img {
                         display: block;
                         margin: 0px auto;
                    }
                    
               .categories-wall .category-wall h3 {
                    display: inline-block;
                    padding: 30px 0px 7px 0px;
                    margin: 0px 15px;
                    font-size: 25px;
                    border-bottom: 2px solid #d9121f;
               }
               
               .categories-wall .category-wall ul {
                    list-style: none;
                    padding: 15px 15px 0px 15px;
                    margin: 0px;
                    font-size: 14px;
                    line-height: 25px;
               }
               
                    .categories-wall .category-wall ul li a {
                         line-height: 25px;
                    }
                    
               .categories-wall .category-wall .more-categories {
                    display: inline-block;
                    border: 1px solid #d9d9d9;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    padding: 8px 30px 5px 30px;
                    margin: 21px 15px 0px 15px;
                    text-transform: uppercase;
                    font-size: 11px;
                    font-weight: 700;
                    color: #d9121f;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
               }     
               
                    .categories-wall .category-wall .more-categories:hover {
                         background: #d9121f;
                         border-color: #d9121f;
                         color: #fff;
                    }

/* @end */

/* @group Banner Big Sale */

.banner-big-sale {
     position: relative;
     padding: 80px 0px 100px 8.5%;
}

     .fixed-body-2-2 .banner-big-sale {
          padding-left: 12%;
     }

     .banner-big-sale h3 {
          font-size: 25px;
          line-height: 1;
          margin-bottom: 25px;
     }
     
     .banner-big-sale a.button {
          margin: 0px;
     }
     
     .banner-big-sale img {
          display: block;
     }

/* @end */

/* @group Footer Block */

.footer-block {
     padding: 8px 0px 14px 0px;
     position: relative;
     margin: 0px -15px;
}

     .footer-blocks-top.type-2 .footer-block {
          margin: 0px;
     }
     
     .footer-blocks-top.type-2 > div:before {
          display: none !important;
     }

     .footer-blocks-bottom .footer-block {
          padding: 7px 0px 11px 0px;
     }

     .footer-block > img {
          display: inline-block;
          vertical-align: top;
     }
     
     .footer-block > .footer-block-content {
          display: inline-block;
          vertical-align: top;
          text-align: left;
          line-height: 1;
          padding: 14px 0px 0px 8px;
     }
     
          .footer-blocks-bottom .footer-block > .footer-block-content {
               padding-top: 2px;
          }
     
          .footer-block h6 {
               margin: 0px;
               padding: 0px;
               line-height: 1.5;
               font-size: 15px;
               color: #fff;
          }
          
               .footer-blocks-bottom .footer-block h6 {
                    font-size: 14px;
               }
          
          .footer-block p {
               padding: 0px;
               margin: 0px;
          }
          
          .footer-blocks-top .footer-button {
               margin-top: 25px;
          }
          
               .button-body-type-7 .footer-blocks-top .footer-button {
                    margin-top: 28px;
               }

/* @end */

/* @group About us */

.footer-about-us {
     padding: 24px 0px 0px 0px;
}

     .footer-about-us h6 {
          color: #fff;
          padding: 30px 0px 0px 0px;
          margin: 0px;
          font-size: 15px;
     }
     
     .footer .footer-about-us p {
          padding: 20px 0px 0px 0px;
          margin: 0px;
          line-height: 23px;
     }
     
     .footer-about-us ul.social-icons {
          list-style: none;
          padding: 26px 0px 0px 0px;
          margin: 0px;
     }
     
          .footer-about-us ul.social-icons li {
               display: inline-block;
               vertical-align: top;
               padding: 0px 18px 0px 0px;
               font-size: 24px;
          }
          
               .footer-about-us ul.social-icons li a {
                    color: #717171;
               }
               
                    .footer-about-us ul.social-icons li a:hover {
                         color: #fff;
                    }
                    
                    .footer-about-us ul.social-icons.social-icons-fashionsimple li a {
                         color: #1d1d1b;
                    }
                    
                         .footer-about-us ul.social-icons.social-icons-fashionsimple li a:hover {
                              color: #bc985c;
                         }

/* @end */

/* @group Computer3 Banners */

.computer3-banners {
     border-bottom: 1px solid #dadada;
}

     .computer3-banners .container {
          padding: 0px !important;
     }
     
     .computer3-banners img {
          display: block;
     }
     
          .computer3-banners .text-right img {
               float: right;
          }
          
     .computer3-banners .row > div {
          border-left: 1px solid #dadada;
     }
     
          .computer3-banners .row > div:first-child {
               border: none;
          }

/* @end */

/* @group Newsletter */

.newsletter {
     padding: 67px 0px 0px 0px;
}

     .newsletter .heading {
          padding-left: 67px;
          position: relative;
          margin-right: -15px;
     }
     
          .newsletter .heading img {
               display: block;
               float: left;
               margin: 0px 34px 0px 0px;
          }
          
          .newsletter .heading p {
               padding: 8px 0px 0px 0px;
               margin: 0px;
               font-size: 25px;
               line-height: 1;
               font-weight: 500;
          }
     
     .newsletter .content {
          padding-bottom: 0px;
     }
     
          .newsletter .content p {
               height: 50px;
               border-left: 2px solid #fc741b; 
               padding: 17px 0px 0px 27px;
               margin: 5px 0px 0px 15px;
               text-align: center;
          }
          
     .newsletter .inputs {
          text-align: center;
          padding-top: 3px;
     }
     
          .newsletter .inputs input {
               background: #fff;
               margin-right: 8px;
               width: 187px;
               vertical-align: top;
               height: 45px;
          }
          
               .newsletter .inputs input:focus {
                    background: #fcfcfc;
               }
               
          .newsletter .inputs .button {
               padding-left: 30px;
               padding-right: 30px;
               padding-top: 16px;
               height: 45px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               vertical-align: top;
          }

/* @end */

/* @group Category Wall 2 */

.category-wall2 {
     background: #fff;
     margin-top: 60px;
     overflow: hidden;
}

     .category-wall2-megamenu {
          margin: -30px -45px -40px -45px;
     }

     .category-wall2 .row {
          position: relative;
     }

     .category-wall2 .row:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 1px;
          display: block;
          background: url(../img/bg-megamenu.png) top left repeat-x;
     }
     
          .category-wall2 .row:first-child:before {
               display: none;
          }
          
          .category-wall2 .row > div {
               position: static;

          }
          
               .category-wall2 .row > div:before {
                    width: 1px;
                    top: 0;
                    bottom: 0;
                    content: '';
                    display: block;
                    background: url(../img/bg-megamenu.png) top left repeat-y;
                    position: absolute;
               }
               
                    .category-wall2 .row > div:first-child:before {
                         display: none;
                    }
                    
                    
               .category-wall2 .row > div .category {
                    padding: 21px 40px 19px 40px;
               }
               
                    .category-wall2 .row > div img {
                         display: block;
                         float: left;
                         width: auto;
                    }
                    
                    .category-wall2 .row > div a {
                         font-size: 14px;
                         font-weight: 600;
                         display: inline-block;
                         margin-top: 20px;
                         margin-bottom: 18px;
                    }

/* @end */

/* @group GardenTools Newsletter */

.gardentools-newsletter {
     height: 204px;
}

     .gardentools-newsletter .heading {
          padding-top: 74px;
     }
     
          .gardentools-newsletter .heading p {
               font-size: 50px;
               font-weight: bold;
               text-transform: uppercase;
               color: #fff;
          }
     
     .gardentools-newsletter .content {
          padding-bottom: 0px;
          padding-top: 76px;
     }
     
          .gardentools-newsletter .content p {
               padding: 17px 0px 0px 30px;
               color: #fff;
          }

     .gardentools-newsletter .inputs {
          text-align: right;
          padding-top: 83px;
          position: relative;
          margin-left: -60px;
     }
     
          .gardentools-newsletter .inputs input {
               background: rgba(255, 255, 255, 0.2);
               margin-right: 8px;
               width: 270px;
               vertical-align: top;
               height: 45px;
               color: #fff;
          }
          
               .gardentools-newsletter .inputs input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
                   color: #fff;
               }
               
               .gardentools-newsletter .inputs input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                  color: #fff;
                  opacity:  1;
               }
               
               .gardentools-newsletter .inputs input::-moz-placeholder { /* Mozilla Firefox 19+ */
                  color: #fff;
                  opacity:  1;
               }
               
               .gardentools-newsletter .inputs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                  color: #fff;
               }
          
               .gardentools-newsletter .inputs input:focus {
                    background: rgba(255, 255, 255, 0.25);
               }
               
          .gardentools-newsletter .inputs .button {
               padding-left: 39px;
               padding-right: 39px;
               padding-top: 16px;
               height: 45px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               vertical-align: top;
          }

/* @end */

/* @group Jewelry banners */

.jewelry-banners {
}

     .jewelry-banners img {
          display: block;
     }
     
          .jewelry-banners .text-right img {
               float: right;
          }
     
     .jewelry-banners > div:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 1px;
          background: url(../img/bg-megamenu.png);
     }
     
          .jewelry-banners > div:first-child:before {
               display: none;
          }

/* @end */

/* @group Jewelry black banners */

.jewelryblack-banners {
     border-bottom: 1px solid #1a1a1a;
}

     .jewelryblack-banners .row > div {
          padding: 0px;
     }
     
     .jewelryblack-banners img {
          display: block;
          margin: 0px auto;
     }
     
     .jewelryblack-banners .row > div:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 1px;
          background: #1a1a1a;
     }
     
          .jewelryblack-banners .row > div:first-child:before {
               display: none;
          }

/* @end */

/* @group Barber Footer */

.barber-footer-padding-left .container > div {
     padding-left: 33% !important;
}

.barber-footer {
     padding-top: 20px;
     padding-bottom: 38px;
}

     .barber-footer .footer-logo {
          padding-top: 30px;
          padding-bottom: 6px;
     }
     
     .barber-footer .contact {
          padding: 21px 0px 0px 0px;
     }
     
          .barber-footer .contact .left {
               display: inline-block;
               vertical-align: top;
               width: 40px;
               font-size: 13px;
               line-height: 11px;
               color: #a5968c;
               text-transform: uppercase;
               font-weight: bold;
               padding: 7px 0px 0px 0px;
          }
          
               .barber-footer ul.social-icons {
                    padding: 25px 0px 20px 44px;
                    margin: 0px;
                    list-style: none;
               }
               
                    .barber-footer ul.social-icons li {
                         display: inline-block;
                         vertical-align: top;
                         padding: 10px 7px 0px 0px;
                    }
                    
                         .barber-footer ul.social-icons li a {
                              display: block;
                              width: 50px;
                              height: 50px;
                              border: 1px solid #2e221b;
                              color: #3d3733;
                              text-align: center;
                              font-size: 18px;
                              padding: 10px 0px 0px 0px;
                         }
                         
                              .barber-footer ul.social-icons li a:hover {
                                   color: #fff;
                                   background: #2e221b;
                              }
          
          .barber-footer .contact .right {
               display: inline-block;
               vertical-align: top;
          }
          
               .barber-footer .contact h3 {
                    line-height: 1.2;
                    padding: 0px;
                    margin: 0px;
                    font-size: 30px;
                    color: #fff;
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    text-transform: none;
               }
               
               .barber-footer .button {
                    margin: 37px 0px 0px 42px;
               }

/* @end */

/* @group Ceramica newsletter */

.ceramica-newsletter-margin-top-75 {
     margin-top: 75px !important;
}

.ceramica-newsletter {
     padding: 119px 0px 122px 0px;
}

     .ceramica-newsletter .heading p {
          padding: 0px;
          margin: 0px;
          font-size: 20px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: bold;
     }
     
     .ceramica-newsletter .content {
          padding: 0px;
          margin: 0px 0px 0px -5px;
          position: relative;
     }
     
          .ceramica-newsletter .content p {
               font-size: 90px;
               font-weight: bold;
               line-height: 75px;
          }
          
     .ceramica-newsletter .inputs {
          padding: 0px;
     }
     
          .ceramica-newsletter .inputs input {
               height: 50px;
               width: 254px;
               margin: 19px 7px 0px 0px;
               vertical-align: top;
               background: #fff;
               padding-left: 30px;
               padding-right: 30px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }
          
          .ceramica-newsletter .inputs .button {
               height: 50px;
               margin: 19px 0px 0px 0px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding-top: 16px;
          }

/* @end */

/* @group Default newsletter */

.default-newsletter {
     
}

     .default-newsletter p {
          padding: 2px 0px 0px 0px;
          margin: 0px;
          font-size: 14px;
     }
     
     .default-newsletter input {
          margin: 13px 17px 0px 0px;
          height: 50px;
          width: 265px;
          vertical-align: top;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }
     
     .default-newsletter .button {
          height: 50px;
          margin: 13px 0px 0px 0px;
          vertical-align: top;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          padding-top: 16px;
          font-size: 12px !important;
     }

/* @end */

/* @group Antique products */

.antique-products {
     
}

     .antique-products.box .box-content.products {
          margin-top: 0px;
     }
     
     .antique-products .advanced-grid-products {
          padding: 0px;
     }
     
          .antique-products .advanced-grid-products .product,
          .antique-products .advanced-grid-products .product:first-child {
               padding: 10px;
              
          }
          
               .antique-products .advanced-grid-products .product:first-child {
                    background: none;
               }
               
               .antique-products .advanced-grid-products .product .right {
                    margin-left: 10%;
                    width: 56%;
               }

/* @end */

/* @group Naturalcosmetics newsletter */

.naturalcosmetics-newsletter {
     text-align: center;
     padding: 60px 0px;
}

     .naturalcosmetics-newsletter .heading p {
          padding: 0px 0px 15px 0px;
          margin: 0px 0px 37px 0px;
          font-size: 20px;
          line-height: 1;
          font-weight: 300;
          display: inline-block;
          border-bottom: 2px solid #6bc513;
          color: #fff;
     }
     
     .naturalcosmetics-newsletter .content {
          padding: 0px;
          margin: 0px;
          position: relative;
     }
     
          .naturalcosmetics-newsletter .content p {
               font-size: 40px;
               font-weight: 300;
               line-height: 1;
          }
          
     .naturalcosmetics-newsletter .inputs {
          padding: 14px 0px 0px 0px;
     }
     
          .naturalcosmetics-newsletter .inputs input {
               height: 45px;
               width: 240px;
               margin: 19px 7px 0px 0px;
               vertical-align: top;
               background: #fff;
               padding-left: 30px;
               padding-right: 30px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               font-size: 12px;
          }
          
          .naturalcosmetics-newsletter .inputs .button {
               height: 45px;
               margin: 19px 0px 0px 0px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding: 16px 30px 0px 30px;
          }

/* @end */

/* @group Wine banners */

.wine-banners {
     padding-bottom: 30px;
}

     .common-home .wine-banners {
          padding-bottom: 50px;
     }
     
     .wine-banners > div {
          padding-bottom: 30px;
     }
     
          .wine-banners img {
               display: block;
          }

/* @end */

/* @group Wine about us */

.wine-about-us {
     padding: 70px 0px 70px 0px;
}

     .wine-about-us h6 {
          font-weight: 400;
          padding: 0px;
     }
     
          .firefox-mac .wine-about-us h6 {
               font-weight: 500;
          }
     
     .wine-about-us .footer-block {
          margin: 0px -7px;
          padding: 11px 0px 0px 0px;
     }
     
     .wine-about-us .footer-about-us {
          padding-top: 34px;
     }
     
     .wine-about-us .footer-blocks-top {
          padding-top: 8px;
     }
     
     .wine-about-us .footer-about-us ul.social-icons li a {
          color: #c1c1c1;
     }
          
          .wine-about-us .footer-about-us ul.social-icons li a:hover {
               color: #1f1f1f;
          }

/* @end */

/* @group Champange */

.champange {
     padding: 40px 0px 80px 7%;
     position: relative;
}

     .champange .image {
          position: absolute;
     }
     
     .champange .heading {
          font-size: 30px;
          line-height: 35px;
          font-weight: 300;
          padding: 97px 0px 26px 0px;
          position: relative;
          margin-left: -3px;
     }

/* @end */

/* @group Wine Newsletter */

.wine-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.wine-newsletter .heading p {
          font-weight: 300;
          color: #fff;
     }
     
     .newsletter.wine-newsletter .content p {
          text-align: left;
          border-color: #a7a452;
          color: #fff;
          padding-left: 45px;
     }
     
     .wine-newsletter.newsletter .inputs {
          padding-right: 50px;
     }

/* @end */

/* @group Games banners */

.overflow-games-banners {
     position: relative;
     z-index: 22;
}

.games-banners {
     position: absolute;
     bottom: 0;
}

/* @end */

/* @group Games social icons */

#main .games-social-icons a {
     color: #4d4d4d;
}

     #main .games-social-icons a:hover {
          color: #fff;
     }

/* @end */

/* @group Games big sale */

.games-big-sale {
     background: #1a1a1a;
     margin-top: 60px;
     position: relative;
     overflow: hidden;
     padding: 73px 100px 70px 98px;     
}

     .games-big-sale .image {
          position: absolute;
     }
     
          .games-big-sale .image img {
               max-width: none;
               display: block;
          }
     
     .games-big-sale .heading {
          font-size: 25px;
          font-weight: 500;
          color: #808080;
          padding: 0px 0px 2px 0px;
     }

/* @end */

/* @group Games products */

.games-products.box .box-heading {
     border-bottom: none;
}

     .games-products.box .box-content {
          border: 1px solid #acdd13;
     }
     
          .games-products.grey.box .box-content {
                border: 1px solid #404040;    
          }
          
          .games-products.orange.box .box-content {
                border: 1px solid #ff9209;    
          }
          
          .games-products.blue.box .box-content {
                border: 1px solid #00dee1;    
          }
          
          .games-products.pink.box .box-content {
                border: 1px solid #fa4657;    
          }
     
     .games-products.box .advanced-grid-products .product {
          background: url(../img/bg-footer.png) top left repeat-x;
     }
     
     .games-products .advanced-grid-products .product .image {
          max-width: 83px;
     }
     
     .games-products .advanced-grid-products .product .right {
          padding-top: 31px;
     }
     
     .games-products .advanced-grid-products .product .right .price {
          padding-top: 8px;
     }
     
     .games-products .advanced-grid-products .product .right {
          margin-left: 7%;
          width: 59%;
     }

/* @end */

/* @group Spices Newsletter */

.spices-newsletter {
     padding: 54px 0px 0px 0px;
     position: relative;
     margin-bottom: -3px;
}

     .newsletter.spices-newsletter .heading p {
          font-weight: 400;
          color: #350a04;
          font-size: 30px;
          line-height: 25px;
          padding-top: 7px;
     }
     
     .newsletter.spices-newsletter .content p {
          text-align: left;
          border-color: #ffb400;
          color: #350a04;
          padding-left: 45px;
          padding-top: 15px;
     }
     
     .spices-newsletter.newsletter .inputs {
          padding-right: 50px;
     }
     
     .spices-newsletter.newsletter .button {
          background: #350a04 !important;
          padding-top: 14px;
     }
     
          .spices-newsletter.newsletter .button:hover {
               background: #486f38 !important;
          }

/* @end */

/* @group Spices recipes */

.spices-recipes {
     padding: 94px 0px 95px 0px;
}

     .spices-recipes .heading {
          font-size: 23px;
          font-weight: bold;
          line-height: 25px;
          color: #fff;
     }
     
     .spices-recipes p {
          font-size: 60px;
          line-height: 50px;
          color: #ffb400;
          padding: 11px 0px 19px 0px;
          margin: 0px;
     }

/* @end */

/* @group Container full width */

.container-full-width .container {
     padding: 0px !important;
}

/* @end */

/* @group Computer4 Parallax */

.computer4-parallax {
     padding: 142px 0px 140px 57%;
}

     .computer4-parallax .heading {
          color: #fff;
          font-weight: 500;
          font-size: 50px;
          line-height: 45px;
     }
     
     .computer4-parallax p {
          color: #333;
          font-weight: 500;
          font-size: 50px;
          line-height: 45px;
          padding: 1px 0px 0px 0px;
          margin: 0px;
     }
     
     .computer4-parallax .button {
          margin: 22px 0px 0px 0px;
     }

/* @end */

/* @group Computer4 products */

.computer4-products.box .box-content.products {
     background: #fff url(../img/bg-megamenu.png) top left repeat-x;
     position: relative;
     margin-top: -1px;
}

     .computer4-products.box .box-content.products > .clearfix {
          background: url(../img/bg-megamenu.png) bottom left repeat-x;
     }
     
     .computer4-products .advanced-grid-products .product, 
     .computer4-products .advanced-grid-products .product:first-child {
          padding: 20px;
     }
     
          .computer4-products .advanced-grid-products .product .image {
               width: 30%;
               max-width: 83px;
          }
          
          .computer4-products .advanced-grid-products .product .right {
               width: 70%;
               margin-left: 0 !important;
               padding-left: 23px;
               padding-top: 20px;
          }

/* @end */

/* @group Computer4 Contact */

.computer4-contact {
      font-size: 20px;
      color: #fff;
      font-weight: 500;   
      padding-top: 8px; 
      position: relative;
      margin-bottom: -21px;
}

     .computer4-contact > div {
          padding-top: 20px;
     }

     .computer4-contact img {
          display: block;
          float: left;
          position: relative;
          margin-left: -4px;
          margin-right: 10px;
     }
     
     .computer4-contact p {
          padding: 1px 0px 0px 0px;
          margin: 0px;
     }

/* @end */

/* @group Today deals products */

.today-deals {
     margin-bottom: 15px;
}

.today-deals-products {
     
}

     .today-deals .prev {
          margin-left: -40px;
          border-color: #cdcdcd;
     }
     
     .today-deals .next {
          margin-left: 5px;
          border-color: #cdcdcd;
     }

     .today-deals-products .product {
          padding: 20px 20px 43px 20px;
          text-align: center;
     }
     
          .today-deals-products .product .is-countdown {
               display: block !important;
               position: relative;
               margin: 0px auto;
               background: none;
               max-width: 285px;
               font-size: 10px;
          }
          
               .today-deals-products .product .is-countdown .countdown-section {
                    padding: 12px 5px 11px 5px;
               }
               
                    .today-deals-products .product .is-countdown .countdown-section:before {
                         border: 1px solid #ccc;
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         position: absolute;
                         content: '';
                         top: 0;
                         bottom: 0;
                         left: 5px;
                         right: 5px;
                    }
          
               .today-deals-products .product .is-countdown .countdown-section:after {
                    display: none;
               }
               
               .today-deals-products .product .is-countdown .countdown-amount {
                    font-size: 16px;
               }
          
          .today-deals-products .product .name {
               padding-top: 28px;
          }
          
          .today-deals-products .product .price {
          	color: #d9121f;
          	font-size: 14px;
          	font-weight: 600;
          }
          
          	.today-deals-products .product .price .price-old {
          		color: #232323;
          		font-weight: 400 !important;
          		text-decoration: line-through;
          		padding-right: 2px;
          	}
          	
          	     body.firefox-mac .today-deals-products .product .price .price-old  {
          	          font-weight: 300;
          	     }
          	     
          .today-deals-products .product .button {
               margin-top: 23px;
               padding: 14px 38px 12px 56px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               font-size: 12px !important;
               position: relative;
          }
          
               .today-deals-products .product .button:before {
                    content: '';
                    position: absolute;
                    top: 14px;
                    left: 23px;
                    display: block;
                    width: 16px;
                    height: 16px;
                    background: url(../img/add-to-cart.png) top left no-repeat;
               }

/* @end */

/* @group Furniture Footer */

.border-top {
     border-top: 1px solid #e5e5e5;
}

.border-1px {
     border: 1px solid #e5e5e5;
}

.border-bottom {
     border-bottom: 1px solid #e5e5e5;
}

.furniture-footer-padding-left {
     font-weight: 600;
}

     .furniture-footer-padding-left .container > div {
          padding-left: 42% !important;
     }

/* @end */

/* @group Furniture contact */

.furniture-contact {
     
}

     .furniture-contact .logo {
          padding: 70px 0px 0px 0px;
     }
     
     .furniture-contact .row {
          padding-bottom: 17px;
     }
     
          .furniture-contact .row > div {
               padding-top: 48px;
          }
          
          .furniture-contact .row img {
               display: block;
               margin: 0px auto;
          }
     
          .furniture-contact .row p {
               font-size: 25px;
               line-height: 23px;
               padding: 27px 0px 3px 0px;
               margin: 0px;
               font-weight: bold;
          }
          
          .furniture-contact .row span {
               font-size: 16px;
               line-height: 23px;
               font-weight: bold;
          }
          
          .furniture-contact .row .button {
               margin-top: 30px;
               margin-bottom: 0px;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               height: 45px;
               padding-top: 14px;
          }

/* @end */

/* @group Furniture collections */

.furniture-collections {
     position: relative;
}

     .furniture-collections > div {
          height: 263px;
     }
     
          .furniture-collections:last-child {
               display: table;
               width: 100%;
               position: relative;
               margin-bottom: -40px;
          }
     
          .furniture-collections:before {
               content: '';
               top: -1px;
               left: 0;
               right: 0;
               z-index: 1;
               display: block;
               position: absolute;
               height: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
          }
          
               .furniture-collections:first-child:before {
                    display: none;
               }
          
          .furniture-collections > div:before {
               content: '';
               top: 0;
               bottom: 0;
               left: -1px;
               position: absolute;
               width: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }
          
               .furniture-collections > div:first-child:before {
                    display: none;
               }
     
          .furniture-collections > div a {
               display: block;
               height: 263px;
               font-size: 17px;
               line-height: 20px;
               color: #201c1d;
               font-weight: bold;
               padding: 50px 45px 0px 45px;
               position: relative;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .furniture-collections > div a:after {
                    content: "\f054";
                    display: block;
                    margin-top: 14px;
                    font: normal normal normal 11px/1 FontAwesome;
               }
               
                    .furniture-collections > div:hover a {
                         padding-left: 55px;
                    }

/* @end */

/* @group Furniture customer service */

.furniture-customer-service {
     padding-left: 53%;
     padding-bottom: 211px;
     padding-top: 191px;
}

     .furniture-customer-service p {
          padding: 0px;
          margin: 0px;
          font-size: 65px;
          line-height: 55px;
          color: #fff;
          font-weight: bold;
     }

     .furniture-customer-service .button {
          margin: 0px;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          height: 45px;
          padding-top: 14px;
          margin-top: 21px;
     }

/* @end */

/* @group Furniture why our products? */

.furniture-why-our-products {
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
     padding: 0px 0px 126px 0px;
}

     .furniture-why-our-products .heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          padding-top: 135px;
     }

     .furniture-why-our-products .row {
          padding-bottom: 17px;
     }
     
          .furniture-why-our-products .row > div {
               padding-top: 52px;
          }
          
          .furniture-why-our-products .row img {
               display: block;
               margin: 0px auto;
          }
     
          .furniture-why-our-products .row p {
               font-size: 25px;
               line-height: 23px;
               padding: 27px 0px 3px 0px;
               margin: 0px;
               font-weight: bold;
          }
          
          .furniture-why-our-products .row span {
               font-size: 16px;
               line-height: 23px;
               font-weight: bold;
          }

/* @end */

/* @group Furniture newsletter */

.furniture-newsletter {
     text-align: center;
     padding: 187px 0px 186px 0px;
}

     .furniture-newsletter .heading {
          font-size: 65px;
          font-weight: bold;
          line-height: 1;
          padding: 0px;
     }
     
     .furniture-newsletter .inputs {
          
     }
     
          .furniture-newsletter .inputs input {
               margin: 0px 17px 0px 0px;
               vertical-align: top;
               height: 45px;
               width: 430px;
               border-radius: 40px;
               -moz-border-radius: 40px;
               -webkit-border-radius: 40px;
               background: #fff;
               border: 1px solid #ccc;
               max-width: 100%;
               margin-top: 26px;
          }
          
               .furniture-newsletter .inputs input:focus {
                    background: #fafafa;
               }
          
          .furniture-newsletter .inputs .button {
               margin: 0px;
               vertical-align: top;
               border-radius: 30px;
               -moz-border-radius: 30px;
               -webkit-border-radius: 30px;
               height: 45px;
               padding-top: 14px;
               margin-top: 26px;
          }
     
/* @end */

/* @group Furniture box */

.furniture-box {
     padding-top: 60px;
     margin-bottom: -6px;
     position: relative;
}

     .furniture-box .box-heading {
          font-size: 25px !important;
     }
     
     .furniture-box .clear {
          display: none;
     }
     
     .furniture-box .product-grid .product:before {
          background: none;
     }
     
     .furniture-box .product-grid .product .name {
          padding-top: 25px;
          font-size: 15px;
          font-weight: 500;
          line-height: 23px;
     }
     
     .furniture-box .product-grid .product .price {
          font-size: 16px;
          line-height: 23px;
     }
     
     .furniture-box .product-grid .product .right > * {
          position: relative;
          z-index: 1;
     }
     
     .furniture-box .product-grid .product .add-to-cart > a {
          display: inline-block;
          background: #fff;
          border: 1px solid #ccc;
          color: #171016;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          cursor: pointer;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          height: 45px;
          padding: 13px 30px 0px 55px;
          margin-top: 23px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          position: relative;
     }
     
          .furniture-box .product-grid .product .add-to-cart > a:hover {
               background: #976a8d;
               border-color: #976a8d;
               color: #fff;
          }
          
          .furniture-box .product-grid .product .add-to-cart > a:after {
               width: 16px;
               height: 16px;
               content: '';
               position: absolute;
               display: block;
               top: 13px;
               left: 22px;
               background: url(../img/add-to-cart.png) top left no-repeat;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .furniture-box .product-grid .product .add-to-cart > a:hover:after {
                    opacity: 0;
               }
          
          .furniture-box .product-grid .product .add-to-cart > a:before {
               width: 16px;
               height: 16px;
               content: '';
               position: absolute;
               display: block;
               top: 13px;
               left: 22px;
               background: url(../img/add-to-cart-2.png) top left no-repeat;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               opacity: 0;
          }
          
               .furniture-box .product-grid .product .add-to-cart > a:hover:before {
                    opacity: 1;
               }

/* @end */

/* @group Heading Toys */

.toys-heading {
     font-size: 30px;
     margin: 60px 0px 0px 0px;
     color: #fff;
     font-weight: 400;
     padding: 39px 40px 37px 58px;
}

/* @end */

/* @group Military banners */

.overflow-military-banners {
     position: relative;
     z-index: 22;
}

.military-banners {
     position: absolute;
     bottom: 40px;
}

/* @end */

/* @group Military newsletter */

.military-newsletter {
     height: 100px;
     padding: 0px 110px 0px 84px;
}

     .military-newsletter .left {
          float: left;
          width: 65%;
          font-size: 20px;
          color: #fff;
          padding: 33px 0px 0px 0px;
     }
          
          .military-newsletter .left .heading {
               display: inline-block;
               vertical-align: top;
          }
          
          .military-newsletter .left p {
               display: inline-block;
               vertical-align: top;
               padding: 0px 0px 0px 7px;
               margin: 0px;
          }
          
     .military-newsletter .inputs {
          float: right;
          width: 35%;
          text-align: right;
          padding: 26px 0px 0px 0px;
     }
     
          .military-newsletter .inputs input {
               height: 45px;
               vertical-align: top;
               margin: 0px 7px 0px 0px;
               display: inline-block;
               width: 188px;
               background: #fff;
          }
          
               .military-newsletter .inputs input:focus {
                    background: #fafafa;
               }
          
          .military-newsletter .inputs .button {
               margin: 0px;
               height: 45px;
               vertical-align: top;
               display: inline-block;
               padding: 14px 30px 0px 30px;
          }

/* @end */

/* @group Cosmetics Newsletter */

.cosmetics-newsletter {
     height: 130px;
     padding: 35px 0px 0px 0px;
}

     .newsletter.cosmetics-newsletter .heading p {
          font-weight: 400;
          color: #fff;
          font-size: 20px;
     }
     
     .newsletter.cosmetics-newsletter .content p {
          border-color: #fff;
          color: #1a1a1a;
     }
     
     .cosmetics-newsletter.newsletter .inputs {
          padding-right: 50px;
     }
     
          .cosmetics-newsletter.newsletter .inputs .button {
               padding-top: 15px;
          }

/* @end */

/* @group Cosmetics categories */

.cosmetics-categories {
     background: #fff;
     width: 100%;
}

     .cosmetics-categories > div {
          float: left;
          width: 12.5%;
          padding: 0px 0px 0px 1px;
     }
     
          .cosmetics-categories > div {
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }
     
               .cosmetics-categories > div:first-child {
                    background: none;
                    padding: 0px;
               }
          
          .cosmetics-categories > div > a {
               display: block;
               height: 110px;
               font-size: 14px;
               line-height: 15px;
               font-weight: bold;
               padding: 27px 30px 0px 30px;
          }

/* @end */

/* @group Glamshop Newsletter */

.glamshop-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.glamshop-newsletter .heading p {
          font-weight: 400;
          color: #333;
          font-size: 30px;
          line-height: 25px;
          text-transform: uppercase;
          font-family: Teko;
     }
     
     .newsletter.glamshop-newsletter .content p {
          border-color: #d9121f;
          color: #232323;
     }
     
     .glamshop-newsletter.newsletter .inputs {
          padding-right: 50px;
     }
     
          .glamshop-newsletter.newsletter .inputs input {
               border: 1px solid #ccc;
          }
     
          .glamshop-newsletter.newsletter .inputs .button {
               padding-top: 15px;
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }

/* @end */

/* @group Medic contact */

.medic-contact {
     padding-bottom: 10px;
     padding-top: 13px;
}

     .medic-contact .row > div {
          position: static;
     }

     .medic-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 2px 0px 0px;
     }
     
     .medic-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 1;
          color: #13ad9c;
          text-transform: uppercase;
          font-weight: bold;
          padding: 18px 4px 0px 0px;
     }
     
     #main .medic-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 16px 0px 0px 0px;
          margin: 0px;
          font-size: 27px;
          line-height: 1;
     }

/* @end */

/* @group Medic Top Bar */

.medic-top-bar {
     margin: 0px -15px;
     position: relative;
}

     .medic-top-bar:before {
          display: block;
          content: '';
          position: absolute;
          top: 23px;
          left: 15px;
          right: 15px;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: 0;
     }

     .medic-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .medic-top-bar .background {
          display: inline-block;
          vertical-align: top;
          padding: 7px 15px 6px 15px;
          position: relative;
          z-index: 1;
     }
     
          .medic-top-bar .background:before {
               display: block;
               content: '';
               position: absolute;
               top: 23px;
               left: -3px;
               right: -3px;
               height: 1px;
               background: #eee;
               z-index: -1;
          }
     
          .medic-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }
          
          .medic-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
          }

/* @end */

/* @group Medic phone */

.medic-phone {
     display: inline-block !important;
     margin: 30px 37px 0px -261px;
     position: relative;
}

.medic-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 1px 0px 0px;
}

.medic-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 11px;
     color: #13ad9c;
     text-transform: uppercase;
     font-weight: bold;
     padding: 5px 6px 0px 0px;
     text-align: left;
}

.medic-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 27px;
     line-height: 1;
     color: #232323;
}

/* @end */

/* @group Medic products parallax */

.medic-products {
     
}

     .medic-products .box {
          overflow: hidden;
     }

     .medic-products .clear:after {
          display: none;
     }
     
     .medic-products .clear:before {
          left: 0px !important;
          right: 0px !important;
     }
     
     .medic-products .box .box-content {
          padding-left: 15px;
          padding-right: 15px;
     }

/* @end */

/* @group Medic Newsletter */

.medic-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.medic-newsletter .heading p {
          font-size: 25px;
          line-height: 1;
          color: #333;
          padding-top: 5px;
     }
     
     .newsletter.medic-newsletter .content p {
          border-color: #13ad9c;
          color: #333;
          text-align: left;
          padding-left: 49px;
          padding-top: 15px;
          font-size: 15px;
     }
     
     .medic-newsletter.newsletter .inputs {
          padding-right: 50px;
     }
     
          .medic-newsletter.newsletter .inputs .button {
               padding-top: 14px;
          }

/* @end */

/* @group Medic check all specialties */

.check-all-specialties {
     display: block;
     margin: 40px 0px 0px 0px;
     background: #e6e6e6;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
     color: #333;
     text-transform: uppercase;
     padding: 10px 20px 10px 20px;
}

/* @end */

/* @group Medic last in stock */

.medic-last-in-stock {
     padding: 0px 0px 37px 0px;
}

     .medic-last-in-stock > div {
          padding-top: 40px;
     }
     
     .medic-last-in-stock .is-countdown {
          display: block !important;
          position: relative;
          margin: 10px -1px 0px -1px;
          background: none;
          max-width: 280px;
          font-size: 10px;
          height: auto;
          left: 0;
          right: auto;
     }
     
          .countdown-special-type-3 .medic-last-in-stock .is-countdown {
               margin-top: 40px;
          }
     
          .medic-last-in-stock .is-countdown .countdown-section {
               padding: 13px 1px 13px 1px;
          }
          
               .medic-last-in-stock .is-countdown .countdown-section:before {
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    background: #ededed;
                    position: absolute;
                    content: '';
                    top: 0;
                    bottom: 0;
                    left: 1px;
                    right: 1px;
                    z-index: -100;
               }
               
                    .countdown-special-type-3 .medic-last-in-stock .is-countdown .countdown-section:before {
                         background: #101010;
                         border: 1px solid #3b3b3b;
                    }
     
          .medic-last-in-stock .is-countdown .countdown-section:after {
               display: none;
          }
          
          .medic-last-in-stock .is-countdown .countdown-amount {
               font-size: 17px;
          }
          
     .medic-last-in-stock .name {
          font-size: 30px;
          line-height: 1;
          padding: 20px 0px 0px 0px;
     }
     
     .medic-last-in-stock .price {
     	color: #d9121f;
     	font-size: 46px;
     	line-height: 1;
     	font-weight: 600;
     	padding: 2px 0px 30px 0px;
     }

/* @end */

/* @group Fashionsimple Top contact */

.fashionsimple-top-contact {
     display: inline-block;
     vertical-align: top;
     padding: 38px 36px 0px 0px;
}

     .fashionsimple-top-contact img {
          display: inline-block;
          vertical-align: top;
          margin-top: 2px;
     }
     
     .fashionsimple-top-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 0px 0px 0px 8px;
          margin: 0px;
          font-size: 14px;
          font-weight: 600;
     }

/* @end */

/* @group Border top grey */

.border-top-1-grey {
     border-top: 1px solid #e5e5e5;
}

/* @end */

/* @group Fashionsimple Page Title */

.fashionsimple-page-title {
     padding: 72px 0px 54px 0px;
}

     .fashionsimple-page-title h3 {
          font-weight: bold !important;
          font-size: 90px;
          line-height: 69px;
     }
     
     .fashionsimple-page-title h4 {
          font-weight: 300 !important;
          font-size: 30px;
          line-height: 1;
     }

/* @end */

/* @group Fashion2 products */

.fashion2-products {
     
}

     .fashion2-products.box .box-content.products {
          border: 1px solid #e5e5e5;
     }
     
     .fashion2-products .advanced-grid-products {
          padding: 0px;
     }
     
          .fashion2-products .advanced-grid-products .product,
          .fashion2-products .advanced-grid-products .product:first-child {
               padding: 29px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
          }
          
               .fashion2-products .advanced-grid-products .product:first-child {
                    background: none;
               }
               
               .fashion2-products .advanced-grid-products .product .image {
                    max-width: 93px;
               }
               
               .fashion2-products .advanced-grid-products .product .right {
                    margin-left: 0 !important;
                    width: 66%;
                    padding-top: 45px;
                    padding-left: 23px;
               }

/* @end */

/* @group Fashion2 newsletter */

.fashion2-newsletter {
     padding: 0px 0px 20px 0px;
}

     .fashion2-newsletter p {
          padding: 3px 0px 0px 0px;
          margin: 0px;
     }
     
     .fashion2-newsletter input {
          margin: 15px 17px 0px 0px;
          height: 50px;
          width: 263px;
          max-width: 55%;
          vertical-align: top;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          background: #191919;
          border: 1px solid #303030;
     }
     
          .fashion2-newsletter input:focus {
               background: #303030;
               border: 1px solid #303030;
          }
     
     .fashion2-newsletter .button {
          height: 50px;
          margin: 15px 0px 0px 0px;
          vertical-align: top;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          padding-top: 16px;
          font-size: 12px !important;
          padding-left: 47px;
          padding-right: 47px;
     }

/* @end */

/* @group Fashion2 Footer Info */

.fashion2-footer-info {
     padding: 22px 0px 4px 0px;
}

     .fashion2-footer-info .logo {
          padding: 20px 0px 0px 0px;
     }
     
     .fashion2-footer-info .contact {
          list-style: none;
          padding: 21px 0px 0px 0px;
          margin: 0px;
          color: #fff;
          font-size: 15px;
     }
     
          .fashion2-footer-info .contact li {
               display: inline-block;
               padding: 0px 23px;
          }
          
               .fashion2-footer-info .contact li i {
                    color: #a49583;
                    margin-right: 13px;
               }

/* @end */

/* @group Fashion2 Parallax */

.fashion2-parallax {
     padding: 133px 0px 150px 0px;
}

     .fashion2-parallax p {
          padding: 0px;
          margin: 0px;
          font-size: 100px;
          line-height: 1;
          color: #a49583;
          font-weight: 100;
     }
     
     .fashion2-parallax .button {
          margin: 29px 0px 0px 0px;
          height: 50px;
          padding: 16px 48px 0px 48px;
     }

/* @end */

/* @group Games3 big sale */

.games3-big-sale {
     position: relative;
     overflow: hidden;
     padding: 70px 0px 75px 50px;    
     margin-top: -13px; 
     margin-bottom: 45px;
}

     .games3-big-sale .image {
          position: absolute;
     }
     
          .games3-big-sale .image img {
               max-width: none;
               display: block;
          }
     
     .games3-big-sale .heading {
          font-size: 20px;
          line-height: 22px;
          font-weight: 500;
          color: #fff;
          padding: 0px 0px 10px 0px;
     }

/* @end */

/* @group Jewelry2 Banner Fullsize */

.jewelry2-banner-fullsize {
     padding: 86px 0px 90px 5.4%;
}

     .jewelry2-banner-fullsize p {
          padding: 0px 0px 18px 0px;
          margin: 0px;
          font-size: 45px;
          line-height: 50px;
          font-weight: 500;
          color: #c7b7a0;
     }
     
          .jewelry2-banner-fullsize p span {
               color: #424378;
          }

/* @end */

/* @group Fashion3 Column */

.fashion3-columns {
     
}

     .fashion3-columns > div {
          text-align: center;
          padding-top: 89px;
          padding-bottom: 114px;
     }
     
          .fashion3-columns > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               left: 0;
               width: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }
          
               .fashion3-columns > div:first-child:before {
                    display: none;
               }
     
          .fashion3-columns h4 {
               font-size: 50px;
               line-height: 45px;
               margin: 0px;
               padding: 15px 0px 0px 0px;
          }

/* @end */

/* @group Fashion3 Newsletter */

.fashion3-newsletter {
     padding: 79px 0px 0px 0px;
}

     .fashion3-newsletter h4 {
          font-size: 50px;
          line-height: 1;
          padding: 19px 0px 8px 0px;
          margin: 0px;
     }
     
     .fashion3-newsletter .inputs {
          padding: 2px 0px 0px 0px;
     }
     
          .fashion3-newsletter .inputs input {
               margin: 0px 8px 0px 0px;
               vertical-align: top;
               height: 45px;
               width: 188px;
          }
          
          .fashion3-newsletter .inputs .button {
               margin: 0px;
               vertical-align: top;
               height: 45px;
               padding-top: 16px;
          }

/* @end */

/* @group Fashion3 Footer */

.fashion3-footer {
     
}

     .fashion3-footer .logo {
          padding: 32px 0px 0px 0px;
     }
     
     .fashion3-footer .contact {
          margin: 0px auto;
          max-width: 780px;
          text-align: left;
          line-height: 1;
          padding: 14px 0px 0px 0px;
     }
          
          .fashion3-footer .contact p {
               padding: 40px 0px 6px 0px;
               margin: 0px;
               font-size: 12px;
               text-transform: uppercase;
               font-weight: 600;
          }
     
          .fashion3-footer .contact h3 {
               font-size: 50px;
               line-height: 40px;
               padding: 0px;
               margin: 0px;
          }
          
     .fashion3-footer ul.social-icons {
          padding: 14px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }
     
          .fashion3-footer ul.social-icons li {
               display: inline-block;
               vertical-align: top;
               padding: 10px 3px 0px 4px;
          }
          
               .fashion3-footer ul.social-icons li a {
                    display: block;
                    width: 50px;
                    height: 50px;
                    border: 1px solid #d2c9c3;
                    color: #c2c2c2;
                    text-align: center;
                    font-size: 18px;
                    padding: 11px 0px 0px 0px;
               }
               
                    .fashion3-footer ul.social-icons li a:hover {
                         color: #fff;
                         background: #a38d82;
                         border: 1px solid #a38d82;
                    }
                    
     .fashion3-footer ul.links {
          list-style: none;
          padding: 96px 0px 2px 0px;
          margin: 0px;
     }
     
          .fashion3-footer ul.links li {
               display: inline-block;
               padding: 0px 8px;
          }
          
               .fashion3-footer ul.links li a {
                    line-height: 1;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: 600;
               }
               
     .fashion3-footer .copyright2 {
          max-width: 750px;
          margin: 0px auto;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          border-top: 1px solid rgba(0, 0, 0, .1);
          padding: 7px 0px 0px 0px;
     }

/* @end */

/* @group Fashion3 Products */

.fashion3-products {
     
}

     .fashion3-products > div {
          position: relative;
          margin-bottom: -1px;
          margin-top: -1px;
          overflow: hidden;
     }

     .fashion3-products .clear {
          display: none;
     }
     
     .fashion3-products .box .box-content.products {
          margin-top: 45px;
          margin-bottom: 25px;
     }

     .fashion3-products-heading {
          top: 0px;
          bottom: 0px;
          right: 15px;
          position: absolute;
          width: 800px;
          height: 579px;
     }
     
          .fashion3-products-heading.right {
               right: auto;
               left: 15px;
          }
     
/* @end */

/* @group Cameras Top Bar */

.cameras-top-bar {
     font-size: 12px;
     padding: 8px 0px 9px 0px;
}

     .cameras-top-bar > div {
          padding-top: 4px;
     }

     .cameras-top-bar > div:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          top: 10px;
          left: -29px;
          background: #000000;
     }
     
          .cameras-top-bar > div:first-child:before {
               display: none;
          }
     
               .cameras-top-bar > div:last-child:before {
                    left: 0;
               }

/* @end */

/* @group Cameras columns */

.cameras-columns {
     border: 1px solid #e6e6e6;
     margin: 60px 0px 10px 0px;
     position: relative;
}

     .cameras-columns .row > div {
          position: static;
          padding-top: 33px;
          padding-bottom: 33px;
     }
     
          .cameras-columns .row > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               width: 1px;
               background: #e5e5e5;
               margin-left: -15px;
          }
          
               .cameras-columns .row > div:first-child:before {
                    display: none;
               }
               
          .cameras-columns img {
               display: inline-block;
               vertical-align: top;
               margin-left: 23px;
          }
          
               .cameras-columns .row > div:first-child img {
                    margin-left: 33px;
               }
          
          .cameras-columns .right {
               display: inline-block;
               vertical-align: top;
               text-align: left;
               line-height: 1;
               padding: 2px 0px 0px 8px;
          }

               .cameras-columns h6 {
                    margin: 0px;
                    padding: 0px;
                    line-height: 1.5;
                    font-size: 14px;
                    color: #000;
               }
               
               .cameras-columns p {
                    padding: 0px;
                    margin: 0px;
               }

/* @end */

/* @group Grocery products */

.grocery-products .product-grid .product {
     height: 306px;
}

#main .products-grid-with-carousel {
     overflow: hidden;
     margin-top: -1px !important;
     padding: 0px 16px 0px 22px !important;
}

     #main .products-grid-with-carousel .clear:before {
          margin-top: 0px;
     }
     
     #main .products-grid-with-carousel .owl-item:last-child .product:before {
          background: none;
     }

.products-grid-with-carousel.box .box-content.products {
     margin-top: 0px;
}

     .products-grid-with-carousel .product-grid {
          padding: 0px !important;
          overflow: visible !important;
     }

/* @end */

/* @group Grocery Top Bar */

.grocery-top-bar {
     margin: 0px -15px;
     position: relative;
}

     .grocery-top-bar:before {
          display: block;
          content: '';
          position: absolute;
          top: 19px;
          left: 15px;
          right: 15px;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: 0;
     }

     .grocery-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .grocery-top-bar .background {
          display: inline-block;
          vertical-align: top;
          padding: 4px 15px 6px 15px;
          position: relative;
          z-index: 1;
     }
     
          .grocery-top-bar .background:before {
               display: block;
               content: '';
               position: absolute;
               top: 19px;
               left: -3px;
               right: -3px;
               height: 1px;
               background: #f9f9f9;
               z-index: -1;
          }
     
          .grocery-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }
          
          .grocery-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 6px 0px 0px 0px;
               margin: 0px 0px 0px -2px;
               position: relative;
               font-size: 12px;
          }

/* @end */

/* @group Social icons */

ul.social-icons-default {
     list-style: none;
     padding: 10px 0px 0px 0px;
     padding-bottom: 0px !important;
     margin: 0px;
     position: relative;
     margin-bottom: -3px;
}

     ul.social-icons-default li {
          display: inline-block;
          vertical-align: top;
          padding: 0px 9px 0px 9px;
          font-size: 24px;
     }
     
          #main ul.social-icons-default li a {
               color: #d1d1d1;
          }
          
               #main ul.social-icons-default li a:hover {
                    color: #000;
               }
               
               #main ul.social-icons-default.coffee-version li a {
                    color: #b1aaa0;
               }
               
                    #main ul.social-icons-default.coffee-version li a:hover {
                         color: #3a2828;
                    }

/* @end */

/* @group Footer Block Grocery */

.footer-block-grocery {
     padding: 9px 0px 11px 0px;
}

     .footer-block-grocery img {
          display: inline-block;
          vertical-align: top;
     }
     
     .footer-block-grocery .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }
     
          .footer-block-grocery .footer-block-content h6 {
               padding: 6px 0px 0px 0px;
               margin: 0px;
               font-size: 11px;
               color: #e16ca4;
               font-weight: bold;
               text-transform: uppercase;
               line-height: 1;
          }
          
          .footer-block-grocery .footer-block-content p {
               padding: 1px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-size: 21px;
          }

/* @end */

/* @group Market phone */

.market-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.market-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 10px 0px 0px;
}

.market-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 1;
     color: #333;
     text-transform: uppercase;
     font-weight: 600;
     padding: 7px 4px 0px 0px;
     text-align: left;
}

.market-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 0px 0px 0px 0px;
     margin: 0px;
     font-size: 23px;
     color: #d42f37;
     font-weight: 600;
}

/* @end */

/* @group Market columns */

.market-columns {
     background: #fafafa;
     border: 1px solid #d9d9d9;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .market-columns .row {
          margin: 0px;
     }
     
          .market-columns .row > div {
               padding: 14px 37px 17px 37px;
          }

     .market-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #d9d9d9;
          left: 0;
     }
     
          .market-columns .row > div:first-child:before {
               display: none;
          }
          
     .market-columns p {
          padding: 5px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .market-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Market about us */

.market-about-us {
     padding-top: 35px;
}

     #main .market-about-us p {
          padding-top: 17px;
          color: #020202;
          line-height: 21px;
          padding-bottom: 2px;
     }
     
     .market-about-us ul.social-icons {
          padding-top: 17px;
     }
     
     .market-about-us ul.social-icons li a {
          color: #b2b2b1;
          font-size: 22px;
     }
     
          .market-about-us ul.social-icons li a:hover {
               color: #020202;
          }

/* @end */

/* @group Market contact */

.market-contact {
     
}

     .market-contact .row > div {
          padding-bottom: 29px;
          position: static;
     }
     
          .market-contact .row > div:before {
               width: 1px;
               content: '';
               top: 0;
               bottom: 0;
               background: #e5e5e5;
               position: absolute;
               margin-left: -47px;
          }
          
               .market-contact .row > div:first-child:before {
                    display: none;
               }

     .market-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 33px 10px 0px 0px;
     }
     
     .market-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          color: #333;
          text-transform: uppercase;
          font-weight: 600;
          padding: 39px 4px 0px 0px;
     }
     
     #main .market-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 32px 0px 0px 0px;
          margin: 0px;
          font-size: 23px;
          color: #d42f37;
          font-weight: 600;
     }

/* @end */

/* @group Market products */

.market-products {
     border: 1px solid #e5e5e5;
}

     .market-products .box .box-content.products {
          margin-top: 0px;
     }
     
          .market-products .product-grid .product:before {
               top: 0;
          }
     
     .market-products .box .clear {
          display: none;
     }
     
     .market-products .row > div {
          position: static;
     }
     
     .market-products .col-sm-9 {
          padding-left: 1px;
          margin-left: -15px;
          padding-right: 0px;
          position: relative !important;
     }
     
          .market-products .col-sm-9:before {
               content: '';
               position: absolute;
               top: 0;
               left: 0;
               bottom: 0;
               width: 1px;
               background: #e5e5e5;
          }
     
          .market-products .col-sm-9 .box {
               padding: 0px 14px;
          }
          
     .market-products-categories {
          
     }
     
          .market-products-categories .image {
               position: absolute;
               bottom: -1px;
               left: 0;
          }
          
               .market-products-categories .image img {
                    display: block;
               }
               
          .market-products-categories > ul {
               list-style: none;
               padding: 34px 29px 22px 29px;
               margin: 0px;
          }
          
               .market-products-categories > ul > li > a {
                    display: inline-block;
                    font-size: 20px;
                    line-height: 1;
                    font-weight: 600;
                    border-bottom: 2px solid #d42f37;
                    padding: 0px 0px 16px 0px;
               }
          
               .market-products-categories ul ul {
                    list-style: none;
                    padding: 20px 0px 0px 0px;
                    margin: 0px;
                    line-height: 30px;
                    font-weight: 500;
               }

/* @end */

/* @group Market newsletter */

.market-newsletter {
     
}

     .market-newsletter > img {
          position: absolute;
          display: block;
          bottom: -1px;
          left: 54px;
     }
     
     .market-newsletter .heading {
          
     }
     
          .market-newsletter .heading p {
               padding: 38px 0px 34px 0px;
               margin: 0px;
               font-size: 19px;
               line-height: 22px;
               color: #000;
               font-weight: 500;
          }
          
     .market-newsletter .inputs {
          padding-top: 33px;
          padding-left: 0px;
     }
     
          .market-newsletter .inputs input {
               margin: 0px;
               vertical-align: top;
               background: #fff;
               border: 1px solid #d9d9d9;
               border-right: none;
               height: 50px;
               display: table-cell;
               width: 100%;
               padding-left: 30px;
               font-size: 12px;
               margin-right: 50px;
          }
          
          .market-newsletter .inputs .button {
               display: block;
               width: 50px;
               height: 50px;
               text-align: center;
               padding: 15px 0px 0px 0px;
               margin: 0px;
               position: absolute;
               right: 0px;
               top: 33px;
               font-size: 15px !important;
          }

/* @end */

/* @group Architecture Newsletter */

.architecture-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.architecture-newsletter .heading p {
          font-size: 23px;
          line-height: 25px;
          font-weight: 600;
          padding-top: 9px;
     }
     
     .newsletter.architecture-newsletter .content p {
          border-color: #000;
          text-align: left;
          padding-left: 49px;
          padding-top: 15px;
          font-size: 13px;
     }
     
     .architecture-newsletter.newsletter .inputs {
          padding-right: 65px;
          text-align: right;
     }
     
          .architecture-newsletter.newsletter .inputs input {
               width: 220px;
          }
     
          .architecture-newsletter.newsletter .inputs .button {
               padding-top: 14px;
               padding-left: 21px;
               padding-right: 21px;
          }

/* @end */

/* @group Architecture categories */

.architecture-categories {
     position: relative;
}

     .architecture-categories > div {
          position: static;
          padding-left: 35px;
          padding-top: 23px;
          padding-bottom: 25px;
     }
     
          .architecture-categories > div:first-child {
               padding-left: 15px;
          }
     
          .architecture-categories > div:before {
               width: 1px;
               top: 0;
               bottom: 0;
               background: url(../img/bg-megamenu.png) top left repeat;
               position: absolute;
               content: '';
               display: block;
               margin-left: -36px;
          }
          
               .architecture-categories > div:first-child:before {
                    display: none;
               }
               
          .architecture-categories > div > a > img {
               display: inline-block;
               vertical-align: top;
          }
          
          .architecture-categories > div > .heading {
               display: inline-block;
               vertical-align: top;
               padding-top: 16px;
               padding-left: 11px;
          }
          
               .architecture-categories > div > .heading a {
                    font-weight: 600;
                    font-size: 18px;
                    color: #333;
                    line-height: 1;
               }
               
                    .architecture-categories > div > .heading span {
                         font-size: 13px;
                         line-height: 1;
                         display: block;
                         font-weight: 500;
                         color: #dab26d;
                    }
                    
                    .architecture-categories > div > .heading a:hover {
                         color: #dab26d;
                    }

/* @end */

/* @group Architecture products */

.architecture-products {
     padding: 10px 0px 0px 0px;
}

     .architecture-products .product {
          border: 1px solid #e5e5e5;
     }
     
          .architecture-products .product .left {
               display: table-cell;
               width: auto;
               vertical-align: top;
          }
          
               .architecture-products .product .left .image {
                    position: relative;
                    margin: -1px 0px -1px -1px;
               }
          
               .architecture-products .product .left .image img {
                    display: block;
               }
          
          .architecture-products .product .right {
               width: 194px;
               display: table-cell;
               vertical-align: top;
               padding: 93px 20px 40px 40px;
          }
          
               .architecture-products .product .right .price {
               	color: #d9121f;
               	font-size: 14px;
               	font-weight: 600;
               	line-height: 1.2;
               }
               
               	.architecture-products .product .right .price .price-old {
               		color: #232323;
               		font-weight: 400 !important;
               		text-decoration: line-through;
               		padding-right: 2px;
               	}
               	
               	     body.firefox-mac .architecture-products .product .right .price .price-old  {
               	          font-weight: 300 !important;
               	     }
               	     
               	
          .architecture-products .product .right .only-hover ul {
               padding: 19px 0px 0px 0px;
               margin: 0px;
               list-style: none;
          }     
          
          .architecture-products .product .right .only-hover ul li {
               display: inline-block;
               padding: 5px 1px 5px 0px;
               vertical-align: top;
          }
          
               .architecture-products .product .right .only-hover ul li a {
                    display: block;
                    width: 45px;
                    height: 45px;
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    background: #fff;
                    border: 1px solid #ccc;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    font-size: 16px;
                    padding: 10px 0px;
                    text-align: center;
                    cursor: pointer;
                    
               }
               
                    .architecture-products .product .right .only-hover ul li a:hover {
                         background: #d9121f;
                         border-color: #d9121f;
                         color: #fff;
                    }

/* @end */

/* @group Architecture individual project */

.architecture-individual-project {
     padding: 135px 0px 131px 0px;
}

     .architecture-individual-project h5 {
          color: #dab26d;
          font-size: 40px;
          line-height: 1;
          font-weight: 100;
          margin: 0px;
          padding: 0px 0px 4px 0px;
     }
     
     .architecture-individual-project h6 {
          font-size: 40px;
          line-height: 1;
          font-weight: 700;
          position: relative;
          padding: 0px 0px 17px 0px;
          margin: 0px;
     }

/* @end */

/* @group Architecture contact */

.architecture-contact {
     padding-bottom: 6px;
}

     .architecture-contact .row > div {
          position: static;
     }

     .architecture-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 2px 0px 0px;
     }
     
     .architecture-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: 600;
          padding: 21px 3px 0px 0px;
     }
     
     #main .architecture-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 14px 0px 0px 0px;
          margin: 0px;
          font-size: 23px;
          font-weight: 600;
     }

/* @end */

/* @group Matrialarts contact */

.matrialarts-contact {
     display: inline-block;
     vertical-align: top;
     padding: 13px 60px 0px 0px;
     position: relative;
     height: 45px;
     margin-top: 24px;
     text-align: left;
}

     .matrialarts-contact:before {
          content: '';
          position: absolute;
          display: block;
          top: -30px;
          bottom: -30px;
          width: 1px;
          background: rgba(255, 255, 255, .05);
          left: -61px;
     }
     
     .matrialarts-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          padding: 0px 7px 0px 0px;
     }
     
     .matrialarts-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 0px;
          margin: 0px;
          font-size: 20px;
          color: #fff;
          line-height: 1;
     }

/* @end */

/* @group Matrialarts Menu */

.matrialarts-menu ul {
     list-style: none;
     padding: 9px 0px 10px 0px !important;
     margin: 0px !important;
}
     
     @media (min-width: 767px) {
          .matrialarts-menu a {
               font-size: 14px;
               line-height: 40px;
          }
     }
     
     .matrialarts-menu li {
          margin: 0px !important;
          float: left;
          clear: both;
     }

/* @end */

/* @group Matrial Products */

.matrialarts-products {
     padding-bottom: 10px;
}

     .matrialarts-products .matrial-product {
          border: 1px solid #e5e5e5;
          margin: 16px 7px 10px 20px;
          display: inline-block;
          vertical-align: top;
     }
     
          .matrialarts-products .matrial-product .image {
               display: inline-block;
               vertical-align: top;
          }
          
               .matrialarts-products .matrial-product .image img {
                    display: inline-block;
                    vertical-align: top;
               }
               
          .matrialarts-products .matrial-product .right {
               display: inline-block;
               vertical-align: top;
               padding: 25px 20px 0px 30px;
          }
          
               .matrialarts-products .matrial-product .right .price {
                    color: #d9121f;
                    font-size: 14px;
                    font-weight: 600;
               }
               
     .matrialarts-products .button-right {
          vertical-align: top;
          display: inline-block;
          margin-top: 16px;
          margin-bottom: 10px;
     }
     
          .matrialarts-products .button-right .button {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
               width: 94px;
               height: 97px;
               margin: 0px 0px 0px 20px;
               padding: 33px 20px 0px 29px;
          }

/* @end */

/* @group Welcome matrialarts */

.welcome-matrialarts {
     text-align: center;
     font-size: 15px;
     padding: 35px 0px 0px 0px;
}

     .welcome-matrialarts .heading {
          font-size: 30px;
          line-height: 1.2;
          color: #fff;
     }
     
     .welcome-matrialarts p {
          padding: 5px 0px 0px 0px;
          margin: 0px;
     }

.columns-matrialarts {
     padding-top: 10px;
}

     .columns-matrialarts > div {
          text-align: center;
          margin-top: 30px;
     }
     
          .columns-matrialarts > div:before {
               position: absolute;
               top: 11px;
               bottom: 0;
               left: 0;
               content: '';
               width: 1px;
               background: rgba(255, 255, 255, .1);
          }
          
               .columns-matrialarts > div:first-child:before {
                    display: none;
               }
     
     .columns-matrialarts p {
          padding: 12px 0px 2px 0px;
          margin: 0px;
          font-size: 18px;
          color: #fff;
          line-height: 1;
     }

/* @end */

/* @group Matrialarts newsletter */

.matrialarts-newsletter {
     padding: 0px 0px 60px 0px;
}

     .matrialarts-newsletter .heading p {
          padding: 59px 0px 0px 0px;
          margin: 0px;
          font-size: 30px;
          line-height: 1;
          color: #fff;
     }
     
     .matrialarts-newsletter .content p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          font-size: 15px;
     }
     
     .matrialarts-newsletter .inputs {
     }
     
          .matrialarts-newsletter .inputs input {
               margin: 14px 7px 0px 0px;
               height: 45px;
               vertical-align: top;
               width: 210px;
               padding-left: 30px;
          }
          
          .matrialarts-newsletter .inputs .button {
               margin: 14px 0px 0px 0px;
               height: 45px;
               vertical-align: top;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }

/* @end */

/* @group Matrialarts products tabs */

.matrialarts-products-tabs {
     
}

     .matrialarts-products-tabs .description {
          padding-left: 15px;
          font-size: 14px;
          line-height: 18px;
          padding-top: 28px;
     }
     
     .matrialarts-products-tabs .select-tab {
          padding: 23px 0px 35px 15px;
          margin: 0px;
          list-style: none;
          font-size: 20px;
          line-height: 1;
     }
     
          .matrialarts-products-tabs .select-tab li {
               padding-top: 5px;
          }
     
          .matrialarts-products-tabs .select-tab li a {
               border-bottom: 2px solid transparent;
               display: inline-block;
               padding: 3px 0px 3px 0px;
          }
     
          .matrialarts-products-tabs .select-tab li.active a {
               color: #fff;
               border-bottom: 2px solid #c30a0a;
          }
          
               .matrialarts-products-tabs .select-tab li.active a:before {
                    display: inline-block;
                    vertical-align: middle;
                    font-family: FontAwesome;
                    cursor: pointer;
                    font-size: 9px;
                    line-height: 9px;
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f054";
                    color: #fff;
                    margin-right: 12px;
                    margin-bottom: 2px;
               }

     .matrialarts-products-tabs .tab-content {
          background: none !important;
     }
          
          .matrialarts-products-tabs .tab-content:before {
               display: none !important;
          }
     
/* @end */

/* @group Sport contact */

.sport-contact {
     padding-bottom: 6px;
}

     .sport-contact .row > div {
          position: static;
     }

     .sport-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 31px 2px 0px 0px;
     }
     
     .sport-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 11px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: 700;
          padding: 44px 6px 0px 0px;
     }
     
     #main .sport-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 33px 0px 0px 0px;
          margin: 0px;
          font-size: 18px;
          font-weight: 600;
          color: #fff;
     }

/* @end */

/* @group Sport Newsletter */

.sport-newsletter {
     overflow: hidden;
}

     .sport-newsletter .heading {
          padding-left: 14.87%;
          font-size: 115px;
          font-weight: bold;
          line-height: 1;
          color: transparent;
          text-stroke: 2px #f2351c;
          -webkit-text-stroke: 2px #f2351c;
          position: relative;
          margin-top: -34px;
     }
     
     .sport-newsletter .content-newsletter {
          padding-left: 15.7%;
          font-size: 45px;
          line-height: 1;
          color: #fff;
          font-weight: 600;
          position: relative;
          margin-top: -14px;
     }
          
          .sport-newsletter .content-newsletter p {
               font-size: 20px;
               color: #30e502;
               padding: 0px 0px 0px 128px;
               position: relative;
               margin-top: -3px;     
          }
          
     .sport-newsletter .inputs {
          padding: 22px 0px 102px 26.5%;
     }
     
          .sport-newsletter .inputs input {
               height: 45px;
               margin: 20px 9px 0px 0px;
               width: 300px;
               padding-left: 30px;
               background: #0c0c0c;
               -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
               -moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
               box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
          }
          
          .sport-newsletter .inputs .button {
               height: 45px;
               margin: 20px 0px 0px 0px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
               padding-top: 16px;
          }
          
/* @end */

/* @group Sport products */

.sport-products {
     padding-top: 0px;
}

     .sport-products .box-heading-img {
          background: url(../img/bg-megamenu.png) bottom left repeat-x;
     }
     
          .sport-products .box-heading-img img {
               display: block;
               margin: 0px auto;
          }

     .sport-products.box .box-content.products {
          margin-top: 0px;
     }
     
     .sport-products .advanced-grid-products {
          padding: 10px 30px 30px 30px;
     }
     
          .sport-products .advanced-grid-products .product {
               padding: 20px 0px 0px 0px;
          }
               
               .sport-products .advanced-grid-products .product .image {
                    max-width: 83px;
                    width: 40%;
               }

               .sport-products .advanced-grid-products .product .right {
                    width: 60%;
                    margin-left: 0;
                    padding-left: 20px;
                    padding-top: 19px;
               }

/* @end */

/* @group Cosmetics2 products parallax */

.cosmetics2-products {
     
}

     .cosmetics2-products .box {
          overflow: hidden;
     }

     .cosmetics2-products .clear {
          display: none;
     }

     #main .cosmetics2-products .box .box-content {
          padding-left: 15px;
          padding-right: 15px;
          background: #101010 !important;
     }

/* @end */

/* @group Cosmetics2 Newsletter */

.cosmetics2-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.cosmetics2-newsletter .heading p {
          font-size: 25px;
          line-height: 1;
          color: #e8c22b;
          padding-top: 5px;
          font-weight: 400;
     }
     
     .newsletter.cosmetics2-newsletter .content p {
          border-color: #e8c22b;
          color: #fff;
          text-align: left;
          padding-left: 49px;
          padding-top: 14px;
          font-size: 15px;
     }
     
     .cosmetics2-newsletter.newsletter .inputs {
          padding-right: 50px;
     }
     
          .cosmetics2-newsletter.newsletter .inputs .button {
               padding-top: 14px;
          }

/* @end */

/* @group Cosmetics2 phone */

.cosmetics2-phone {
     display: inline-block !important;
     margin: 30px 37px 0px -261px;
     position: relative;
}

.cosmetics2-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 1px 0px 0px;
}

.cosmetics2-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 12px;
     line-height: 11px;
     color: #e8c22b;
     text-transform: uppercase;
     font-weight: 600;
     padding: 5px 6px 0px 0px;
     text-align: left;
}

.cosmetics2-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 27px;
     line-height: 1;
     color: #fff;
}

/* @end */

/* @group Cosmetics2 contact */

.cosmetics2-contact {
     padding-bottom: 11px;
}

     .cosmetics2-contact .row > div {
          position: static;
     }

     .cosmetics2-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 27px 1px 0px 0px;
     }
     
     .cosmetics2-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 11px;
          text-transform: uppercase;
          font-weight: 600;
          color: #e8c22b;
          padding: 31px 6px 0px 0px;
     }
     
     #main .cosmetics2-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 28px 0px 0px 0px;
          margin: 0px;
          font-size: 27px;
          line-height: 1;
          color: #fff;
     }

/* @end */

/* @group Cosmetics2 Top Bar */

.cosmetics2-top-bar {
     margin: 0px -15px;
}

     .cosmetics2-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
          background: url(../img/bg-top-bar.png) top left repeat-x;
     }
     
     .cosmetics2-top-bar .background {
          background: #000;
          display: inline-block;
          vertical-align: top;
          padding: 7px 15px 6px 15px;
     }
     
          .cosmetics2-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }
          
          .cosmetics2-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
          }

/* @end */

/* @group Exclusive parallax */

.exclusive-parallax {
     padding: 106px 0px 105px 0px;
}

     .exclusive-parallax .heading {
          font-size: 40px;
          line-height: 1;
          padding: 0px 0px 17px 0px;
     }

/* @end */

/* @group Exclusive products border color */

.exclusive-products-border-color {
     
}

     .exclusive-products-border-color .container > div > .row > div:last-child .box-heading {
          border-bottom-color: #ffbb00;
          color: #ffbb00;
     }
     
     .exclusive-products-border-color .container > div > .row > div:last-child .product-grid .product:hover:before {
          border-color: #ffbb00;
     }

/* @end */

/* @group Exclusive newsletter */

.exclusive-newsletter {
}     

     .exclusive-newsletter > div {
          position: static;
     }
     
     .exclusive-newsletter > div:nth-child(2):before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          margin-left: -20px;
     }
     
     .exclusive-newsletter .heading p {
          padding: 53px 0px 47px 0px;
          margin: 0px;
          font-size: 40px;
          line-height: 1;
          color: #ffbb00;
     }
     
     .exclusive-newsletter .content-newsletter p {
          padding: 68px 0px 66px 31px;
          margin: 0px;
          font-size: 18px;
          line-height: 23px;
          font-weight: 500;
     }
     
     .exclusive-newsletter .inputs {
          margin: 70px 0px 70px 0px;
          position: relative;
     }
     
          .exclusive-newsletter .inputs .button {
               margin: 0px;
               display: block;
               position: absolute;
               top: 0;
               right: 10px;
               height: 40px;
               padding-left: 30px;
               padding-right: 30px;
          }
          
          .exclusive-newsletter .inputs input {
               margin: 0px;
               display: block;
               width: 97%;
               background: #fff;
               border: 1px solid #cfcec7;
               height: 40px;
          }
          
               .exclusive-newsletter .inputs input:focus {
                    border: 1px solid #ffbb00;
               }

/* @end */

/* @group Exclusive footer columns */

.exclusive-footer-columns {
     padding: 10px 0px 19px 0px;
}

     .exclusive-footer-columns .logo {
          padding-top: 32px;
     }
     
     .exclusive-footer-columns .contact {
          padding-left: 10px;
          padding-right: 10px;
     }
     
          .exclusive-footer-columns .contact > img {
               display: inline-block;
               vertical-align: top;
               margin: 29px 12px 0px 0px;
          }
          
          .exclusive-footer-columns .contact .right {
               display: inline-block;
               vertical-align: top;
          }
          
               .exclusive-footer-columns .contact .right .title {
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 1;
                    padding-top: 37px;
               }
               
               .exclusive-footer-columns .contact .right p {
                    padding: 0px;
                    margin: 0px;
               }

/* @end */

/* @group Exclusive banners */

.exclusive-banners {
     padding: 0px 0px 1px 0px;
     background: url(../img/bg-megamenu.png) bottom left repeat-x;
}

     .exclusive-banners .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          background: url(../img/bg-megamenu.png);
          width: 1px;
     }
     
          .exclusive-banners .row > div:first-child:before {
               display: none;
          }
          
     .exclusive-banners .row > div > div {
          padding: 48px 0px 50px 50px;
     }
     
          .exclusive-banners .row > div:first-child > div {
               padding-left: 0px;
          }
          
     .exclusive-banners .heading {
          font-size: 20px;
          font-weight: 500;
          line-height: 1;
     }
     
     .exclusive-button {
          border: 1px solid #d5d8ca;
          background: #fff;
          display: inline-block;
          height: 30px;
          padding: 7px 29px 0px 29px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 11px;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          margin-top: 16px;
     }
     
          .exclusive-button:hover {
               background: #70543f;
               color: #fff;
               border-color: #70543f;
          }

/* @end */

/* @group Perfume newsletter */

.perfume-newsletter {
	position: relative;
	z-index: 1;
	padding: 5px 0px 40px 0px;
}

	.perfume-newsletter .circle {
		width: 156px;
		background-color: #FFBB00;
		border-radius: 200px;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
		color: #fff;
		font-size: 15px;
		line-height: 16px;
		margin-top: -22px;
		position: absolute;
		padding: 29px 23px 27px 23px;
		text-align: center;
	}
	
		.perfume-newsletter .circle h4 {
			font-size: 15px;
			color: #fff;
			padding: 0px;
			margin: 0px;
			font-weight: normal !important;
			border: none;
		}
		
		.perfume-newsletter .circle h3 {
			font-size: 59px;
			line-height: 65px;
			color: #fff;
			padding: 0px;
			margin: 0px;
			font-weight: bold;
			font-family: Arial;
			border: none;
		}
		
	.perfume-newsletter .row {
		padding-left: 200px;
		padding-top: 20px;
		min-height: 85px;
		color: #735741;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
	}
	
		.perfume-newsletter .row > div {
			padding-top: 15px;
		}
		
		.perfume-newsletter .inputs {
			padding-right: 60px;
			margin-top: 3px;
			position: relative;
		}
		
			.perfume-newsletter .inputs input {
				margin: 0px;
				position: relative;
				z-index: 1;
				width: 100%;
				height: 44px;
				border-radius: 100px;
				-webkit-border-radius: 100px;
				padding: 10px 10px 10px 25px;
				color: #333;
				font-size: 14px;
				font-weight: normal;
				border: 2px solid #E1E3D8;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			
			     .perfume-newsletter .inputs input:focus {
			          border-width: 2px !important;
			     }
			
			.perfume-newsletter .inputs .subscribe {
				width: 82px;
				height: 44px;
				border: 2px solid #E1E3D8;
				font-size: 20px;
				background-color: #fff;
				color: #70543F;
				padding: 5px 23px 6px 40px;
				position: absolute;
				top: 0;
				right: 0;
				-webkit-border-radius: 0px 100px 100px 0px;
				border-radius: 0px 100px 100px 0px;
				cursor: pointer;
			}
			
				.perfume-newsletter .inputs .subscribe:hover {
					background: #E1E3D8;
				}
				
/* @end */

/* @group Coffee Parallax */

.coffee-parallax {
     padding: 84px 0px 85px 0px;
}

     .coffee-parallax p {
          padding: 0px 0px 22px 0px;
          margin: 0px;
          font-size: 40px;
          line-height: 1;
          color: #fff;
          font-weight: bold;
          position: relative;
          margin-top: -7px;
     }

/* @end */

/* @group Footer Block Coffee */

.footer-block-coffee {
     padding: 9px 0px 11px 0px;
     display: inline-block;
     position: relative;
}

     .footer-block-coffee:before {
          display: block;
          content: '';
          position: absolute;
          top: 26px;
          left: -28px;
          right: -28px;
          height: 1px;
          background: #fff;
          z-index: -1;
     }

     .footer-block-coffee img {
          display: inline-block;
          vertical-align: top;
     }
     
     .footer-block-coffee .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }

          .footer-block-coffee .footer-block-content p {
               padding: 9px 0px 0px 2px;
               margin: 0px;
               line-height: 1;
               font-size: 20px;
               font-weight: 600;
          }
          
.coffee-footer-blocks {
     position: relative;
     z-index: 3;
}
          
     .coffee-footer-blocks:before {
          display: block;
          content: '';
          position: absolute;
          top: 26px;
          left: 15px;
          right: 33%;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: -2;
     }

/* @end */

/* @group Carparts newsletter */

.carparts-newsletter {
     
}

     .carparts-newsletter > img {
          position: absolute;
          display: block;
          bottom: 0;
          left: 54px;
     }
     
     .carparts-newsletter .heading {
          
     }
     
          .carparts-newsletter .heading p {
               padding: 39px 0px 35px 0px;
               margin: 0px;
               font-size: 19px;
               line-height: 22px;
               color: #000;
               font-weight: 500;
          }
          
     .carparts-newsletter .inputs {
          padding-top: 34px;
          padding-left: 0px;
     }
     
          .carparts-newsletter .inputs input {
               margin: 0px;
               vertical-align: top;
               background: #fff;
               border: none;
               border-right: none;
               height: 50px;
               display: table-cell;
               width: 100%;
               padding-left: 30px;
               font-size: 12px;
               margin-right: 50px;
          }
          
          .carparts-newsletter .inputs .button {
               display: block;
               width: 50px;
               height: 50px;
               text-align: center;
               padding: 15px 0px 0px 0px;
               margin: 0px;
               position: absolute;
               right: 0px;
               top: 34px;
               font-size: 15px !important;
          }

/* @end */

/* @group Carparts phone */

.carparts-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.carparts-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 10px 0px 0px;
}

.carparts-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 1;
     color: #adb0b7;
     text-transform: uppercase;
     font-weight: 600;
     padding: 7px 4px 0px 0px;
     text-align: left;
}

.carparts-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 0px 0px 0px 0px;
     margin: 0px;
     font-size: 23px;
     color: #ffce00;
     font-weight: 600;
}

/* @end */

/* @group Carparts parallax */

.carparts-parallax {
     padding: 98px 0px 99px 0px;
}

     .carparts-parallax .heading {
          font-size: 15px;
          line-height: 1;
          font-weight: bold;
          color: #ffcd00;
          text-transform: uppercase;
     }
     
     .carparts-parallax .heading2 {
          font-size: 45px;
          line-height: 1;
          font-weight: 600;
          color: #fff;
          padding: 5px 0px 0px 0px;
     }
     
     .carparts-parallax .heading3 {
          font-size: 50px;
          line-height: 1;
          font-weight: bold;
          color: #2171c6;
     }
     
     #main .carparts-button {
          margin: 30px 0px 0px 0px;
          padding: 17px 30px 14px 30px;
          font-size: 12px !important;
     }

/* @end */

/* @group Bakery Newsletter */

.bakery-newsletter {
     height: 140px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.bakery-newsletter .heading {
          padding-left: 0px !important;
     }

     .newsletter.bakery-newsletter .heading h6 {
          font-weight: 300;
          color: #fff;
          font-size: 40px;
          line-height: 35px;
          padding: 0px;
          margin: 0px;
     }
     
     .newsletter.bakery-newsletter .content p {
          border-color: #a15615;
          color: #808080;
     }
     
     .bakery-newsletter.newsletter .inputs {
          text-align: right;
     }
     
          .bakery-newsletter.newsletter .inputs input {
               width: 308px;
               background: none;
               border: 1px solid rgba(255, 255, 255, .15);
          }
               
               .bakery-newsletter.newsletter .inputs input:focus {
                    background: none;
                    border: 1px solid rgba(255, 255, 255, .25);
               }
     
          .bakery-newsletter.newsletter .inputs .button {
               border-radius: 0px;
               -webkit-border-radius: 0px;
               -moz-border-radius: 0px;
          }

/* @end */

/* @group Bakery steps */

.bakery-steps {
     
}

     .bakery-steps > div {
          padding-top: 11px;
          padding-bottom: 11px;
          height: 141px;
     }
     
          .bakery-steps > div.first:before {
               content: '';
               position: absolute;
               right: 70px;
               bottom: 26px;
               width: 42px;
               height: 11px;
               background: url(../img/step-one.png) top left no-repeat;
          }
     
          .bakery-steps > div.second:before {
               content: '';
               position: absolute;
               right: -4px;
               top: 32px;
               width: 42px;
               height: 12px;
               background: url(../img/step-two.png) top left no-repeat;
          }
          
     .bakery-steps .circle {
          width: 105px;
          height: 119px;
          float: left;
          background: url(../img/bg-circle.png) top left no-repeat;
          text-align: center;
          font-size: 60px;
          line-height: 1;
          font-family: Teko;
          font-weight: 300;
          color: #fff;
          padding: 38px 0px 0px 2px;
          margin: 0px 24px 0px 0px;
     }
     
          .bakery-steps .second .circle {
               margin-left: -36px;
          }
          
          .bakery-steps .third .circle {
               margin-left: 12px;
          }
     
     .bakery-steps p {
          font-family: Teko;
          color: #fff;
          font-size: 27px;
          line-height: 28px;
          font-family: 'Shadows Into Light', cursive;
          padding: 31px 0px 0px 0px;
          margin: 0px;
     }
     
          .bakery-steps .second p {
               padding-top: 19px;
          }
     
.bakery-steps-title {
     font-size: 40px;
     line-height: 1;
     font-family: Teko;
     color: #fff;
     text-align: center;
     font-weight: 300;
     padding: 58px 0px 0px 0px;
}

/* @end */

/* @group Toys2 columns */

.toys2-columns {
     background: #f5f8fc;
     border: 1px solid #dfe6f0;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

     .toys2-columns .row {
          margin: 0px;
     }
     
          .toys2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .toys2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #dcdfe2;
          left: 0;
     }
     
          .toys2-columns .row > div:first-child:before {
               display: none;
          }
          
     .toys2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .toys2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block Toys2 */

.footer-block-toys2 {
     padding: 0px 0px 10px 0px;
}

     .footer-block-toys2 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }
     
     .footer-block-toys2 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }
     
          .footer-block-toys2 .footer-block-content h6 {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               color: #000;
               font-weight: bold;
               line-height: 1;
          }
          
          .footer-block-toys2 .footer-block-content p {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-size: 25px;
               font-weight: bold;
          }
          
     .footer-blocks-top-toys2 .footer-button {
          margin-top: 5px;
     }

/* @end */

/* @group Box type 12 */

.box-type-12 .clear {
     display: none;
}

     .box-type-12 .box-content.products,
     .box-type-12 .center-column .product-grid {
          border: 1px solid rgba(0, 0, 0, .1);
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }
     
          .box-type-12 .center-column .product-grid:before,
          .box-type-12 .center-column .product-grid:after {
               display: none;
          }
     
          .box-type-12 .box-content.products > div {
               position: relative;
               margin: -1px;
               overflow: hidden;
          }
     
          .box-type-12 #main .box-content.products .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
          .box-type-12 #main .center-column .product-grid {
               padding-left: 14px;
               padding-right: 14px;
          }
          
     .box-type-12 .product-grid .product:hover:before {
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
     }
     
.box-type-12 .tab-content:before,
.box-type-12 .tab-content:after {
     display: none;
}
     
     .box-type-12 .tab-content {
          border: 1px solid rgba(0, 0, 0, .1);
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding-left: 35px !important;
          padding-right: 35px !important;
     }
          
          .box-type-12 .filter-product .tab-content {
               padding-left: 0px !important;
               padding-right: 0px !important;
          }
          
          .box-type-12 .tab-content > div > div {
               margin: -1px;
               overflow: hidden;
          }
     
          .box-type-12 #main .tab-content .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
.box-type-12 .col-sm-3 .box-no-advanced.box .box-content,
.box-type-12 .col-sm-4 .box-no-advanced.box .box-content, 
.box-type-12 .col-md-3 .box-no-advanced.box .box-content, 
.box-type-12 .col-md-4 .box-no-advanced.box .box-content,
.box-type-12 .product-info .cart,
.box-type-12 .popup,
.box-type-12 .product-info .thumbnails li img, 
.box-type-12 .product-info .thumbnails-carousel img,
.box-type-12 .product-info .product-image {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

     .box-type-12 .product-info .product-image {
          padding: 1px;
     }

     .box-type-12 .manufacturer-heading {
          border-radius: 4px 4px 0px 0px;
          -webkit-border-radius: 4px 4px 0px 0px;
          -moz-border-radius: 4px 4px 0px 0px;
     }
     
     .box-type-12 .manufacturer-content {
          border-radius: 0px 0px 4px 4px;
          -webkit-border-radius: 0px 0px 4px 4px;
          -moz-border-radius: 0px 0px 4px 4px;
     }
     
.box-type-12 .col-sm-3 .box-no-advanced .box-heading, 
.box-type-12 .col-sm-4 .box-no-advanced .box-heading, 
.box-type-12 .col-md-3 .box-no-advanced .box-heading, 
.box-type-12 .col-md-4 .box-no-advanced .box-heading {
     padding-bottom: 8px;
}
     
.box-type-12 .col-sm-3 .box-no-advanced .box-content, 
.box-type-12 .col-sm-4 .box-no-advanced .box-content, 
.box-type-12 .col-md-3 .box-no-advanced .box-content, 
.box-type-12 .col-md-4 .box-no-advanced .box-content {
     margin-top: 0px !important;
}

.box-type-12 .box-with-categories .box-heading {
     padding-top: 25px !important;
     padding-bottom: 18px !important;
     border-radius: 5px 5px 0px 0px;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
}

.box-type-12 .box-with-categories .box-content {
     border-radius: 0px 0px 5px 5px;
     -webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
}

.box-type-12 .cart-info table {
     border: 1px solid rgba(0, 0, 0, .1);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     padding-bottom: 30px;
     background: #fff;
}

     .box-type-12 .cart-info table tr {
          background: none !important;
     }

     .box-type-12 .cart-info table td:last-child {
          padding-right: 30px !important;
     }
     
     .box-type-12 .cart-info table td:first-child {
          padding-left: 30px !important;
     }

.box-type-12 #accordion {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border: 1px solid rgba(0, 0, 0, .1);
     margin-bottom: 20px;
     background: #fff;
}

     .box-type-12 #accordion .panel-heading {
          padding-left: 30px !important;
          padding-right: 30px !important;
          background: none !important;
          border-bottom: none !important;
     }
     
          .box-type-12 #accordion .panel {
               margin-bottom: 0px !important;
               border: none !important;
          }
     
          .box-type-12 #accordion .panel:first-child .panel-heading {
               border-top: none !important;
          }
          
     .box-type-12 #accordion .panel .panel-body {
          padding-left: 30px !important;
          padding-right: 30px !important;
     }
     
.box-type-12 #main .product-list {
     border: 1px solid rgba(0, 0, 0, .1);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     padding: 0px 14px;
     background-image: none;
}    

     .box-type-12 .product-list > div:before {
          left: -2px;
          right: -2px;
     }
     
          .box-type-12 .product-list > div:last-child:before {
               display: none;
          }
 
.box-type-12 .product-list > div {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}

.box-type-12 #main .product-filter {
     padding: 0px 20px !important;
     background: #f5f8fd !important;
     border: 1px solid #dee7f0;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     margin: 0px 0px 20px 0px;
     overflow: hidden;
}

     .box-type-12 #main .product-filter > div {
          margin: -8px 0px;
     }

/* @end */

/* @group Today deal Toys2 */

.today-deals-toys2-products {
     position: relative;
     margin: 12px -1px 7px -1px;
     text-align: center;
}

     .box-type-13 .today-deals-toys2-products {
          margin-left: 0px;
          margin-right: 0px;
     }

     .today-deals-toys2-products .sale,
     .today-deals-toys2-products .new {
          margin-top: 0px;
     }
     
     .today-deals-toys2-products .is-countdown {
          padding: 0px;
          margin: -40px -30px 30px -30px;
          position: relative;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
     }
     
          .countdown-special-type-5 .today-deals-toys2-products .is-countdown {
               border-radius: 2px 2px 0px 0px;
               -webkit-border-radius: 2px 2px 0px 0px;
               -moz-border-radius: 2px 2px 0px 0px;
          }
     
          .today-deals-toys2-products .countdown-section {
               padding-top: 10px;
          }
          
          .today-deals-toys2-products .countdown-amount {
               font-weight: bold;
          }
          
     .today-deals-toys2-products .name {
          padding-top: 16px;
     }
     
     .today-deals-toys2-products .price {
     	color: #d9121f;
     	font-size: 20px;
     	font-weight: 600;
     	padding-top: 6px;
     }
     
     	.today-deals-toys2-products .price .price-old {
     		color: #232323;
     		font-weight: 400 !important;
     		text-decoration: line-through;
     		padding-right: 2px;
     		font-size: 20px;
     	}
     	
     	     body.firefox-mac .today-deals-toys2-products .price .price-old  {
     	          font-weight: 300 !important;
     	     }
     	     
     .today-deals-toys2-products .only-hover ul {
          padding: 6px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }
     
     .today-deals-toys2-products .only-hover ul li {
          display: inline-block;
          padding: 5px 1px 5px 0px;
          vertical-align: top;
     }
     
          .today-deals-toys2-products .only-hover ul li a {
               display: block;
               width: 45px;
               height: 45px;
               border-radius: 100px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               background: #fff;
               border: 1px solid #ccc;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               font-size: 16px;
               padding: 10px 0px;
               text-align: center;
               cursor: pointer;
          }
          
               .today-deals-toys2-products .only-hover ul li a:hover {
                    background: #d9121f;
                    border-color: #d9121f;
                    color: #fff;
               }
               
               .products-buttons-action-type-2 .today-deals-toys2-products .only-hover ul li a {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }
               
               .products-buttons-action-type-3 .today-deals-toys2-products .only-hover ul li a {
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
               }
               
               .products-buttons-action-type-4 .today-deals-toys2-products .only-hover ul li a {
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
               }
               
               .today-deals-toys2-products .only-hover ul li a.button-add-to-cart {
                    width: auto;
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 13px 30px 0px 55px;
                    position: relative;
               }
               
                    .today-deals-toys2-products .only-hover ul li a.button-add-to-cart:before {
                         content: '';
                         position: absolute;
                         top: 14px;
                         left: 23px;
                         display: block;
                         width: 16px;
                         height: 16px;
                         background: url(../img/add-to-cart.png) top left no-repeat;
                    }

/* @end */

/* @group Box type 13 */

.box-type-13 .clear {
     display: none;
}

     .box-type-13 .box-heading {
          margin-bottom: 1px !important;
     }
     
          .box-type-13 .box-with-categories .box-heading {
               margin-bottom: 0px !important;
          }
     
     .box-type-13 .filter-product .filter-tabs {
          padding-bottom: 2px;
     }
     
     .box-type-13 .htabs {
          padding-bottom: 1px;
     }

     .box-type-13 .box-content,
     .box-type-13 .center-column .product-grid,
     .box-type-13 .standard-body .full-width .center-column.content-with-background:before,
     .box-type-13.body-other .standard-body .full-width .product-info:before {
          border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }
     
          .box-type-13 .standard-body .full-width .center-column.content-with-background:before,
          .box-type-13.body-other .standard-body .full-width .product-info:before {
               bottom: -2px;
          }
     
          .box-type-13 .center-column .product-grid:before,
          .box-type-13 .center-column .product-grid:after {
               display: none;
          }
     
          .box-type-13 .box-content.products > div {
               position: relative;
               margin: 0px 0px -1px 0px;
               overflow: hidden;
          }
     
          .box-type-13 #main .box-content.products .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
          .box-type-13 #main .center-column .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
     .box-type-13 .product-grid .product:hover:before {
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
     }
     
.box-type-13 .tab-content:before,
.box-type-13 .tab-content:after {
     display: none;
}
     
     .box-type-13 .tab-content {
          border-bottom: 1px solid rgba(0, 0, 0, .1);
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          padding-left: 35px !important;
          padding-right: 35px !important;
     }
          
          .box-type-13 .filter-product .tab-content {
               padding-left: 0px !important;
               padding-right: 0px !important;
          }
          
          .box-type-13 .tab-content > div > div {
               margin: -1px;
               overflow: hidden;
          }
     
          .box-type-13 #main .tab-content .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
.box-type-13 .col-sm-3 .box-no-advanced.box .box-content,
.box-type-13 .col-sm-4 .box-no-advanced.box .box-content, 
.box-type-13 .col-md-3 .box-no-advanced.box .box-content, 
.box-type-13 .col-md-4 .box-no-advanced.box .box-content,
.box-type-13 .product-info .cart,
.box-type-13 .popup,
.box-type-13 .product-info .thumbnails li img, 
.box-type-13 .product-info .thumbnails-carousel img,
.box-type-13 .product-info .product-image {
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

     .box-type-13 .product-info .product-image {
          padding: 1px;
     }

     .box-type-13 .manufacturer-heading {
          border-radius: 2px 2px 0px 0px;
          -webkit-border-radius: 2px 2px 0px 0px;
          -moz-border-radius: 2px 2px 0px 0px;
     }
     
     .box-type-13 .manufacturer-content {
          border-radius: 0px 0px 2px 2px;
          -webkit-border-radius: 0px 0px 2px 2px;
          -moz-border-radius: 0px 0px 2px 2px;
     }
     
.box-type-13 .col-sm-3 .box-no-advanced .box-heading, 
.box-type-13 .col-sm-4 .box-no-advanced .box-heading, 
.box-type-13 .col-md-3 .box-no-advanced .box-heading, 
.box-type-13 .col-md-4 .box-no-advanced .box-heading {
     padding-bottom: 8px;
}
     
.box-type-13 .col-sm-3 .box-no-advanced .box-content, 
.box-type-13 .col-sm-4 .box-no-advanced .box-content, 
.box-type-13 .col-md-3 .box-no-advanced .box-content, 
.box-type-13 .col-md-4 .box-no-advanced .box-content {
     margin-top: 0px !important;
}

.box-type-13 .box-with-categories .box-heading {
     padding-top: 25px !important;
     padding-bottom: 18px !important;
     border-radius: 2px 2px 0px 0px;
     -webkit-border-radius: 2px 2px 0px 0px;
     -moz-border-radius: 2px 2px 0px 0px;
}

.box-type-13 .box-with-categories .box-content {
     border-radius: 0px 0px 2px 2px;
     -webkit-border-radius: 0px 0px 2px 2px;
     -moz-border-radius: 0px 0px 2px 2px;
}

.box-type-13 #main .product-list {
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     padding: 0px 15px;
     background-image: none;
}    

     .box-type-13 .product-list > div:before {
          left: -2px;
          right: -2px;
     }
     
          .box-type-13 .product-list > div:last-child:before {
               display: none;
          }
 
.box-type-13 .product-list > div {
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

.box-type-13 #main .product-filter {
     padding: 0px 25px !important;
     background: #fff !important;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     margin-bottom: 20px;
     overflow: hidden;
}

     .box-type-13 #main .product-filter > div {
          margin: -8px 0px;
     }

/* @end */

/* @group Cleaning columns */

.cleaning-columns {
     background: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     margin: 30px 0px 0px 0px;
     font-weight: 500;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}

     .cleaning-columns .row {
          margin: 0px;
     }
     
          .cleaning-columns .row > div {
               padding: 12px 37px 13px 37px;
          }
          
          .cleaning-columns.bigger .row > div {
               padding: 23px 37px 24px 37px;
          }

     .cleaning-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: rgba(0, 0, 0, .1);
          left: 0;
     }
     
          .cleaning-columns .row > div:first-child:before {
               display: none;
          }
          
     .cleaning-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .cleaning-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Cleaning parallax */

.cleaning-parallax {
     padding: 122px 0px 148px 0px;
}

     .cleaning-parallax:before {
          content: '';
          top: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-top.png) top left repeat-x;
     }
     
     .cleaning-parallax:after {
          content: '';
          bottom: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-bottom.png) bottom left repeat-x;
     }
     .cleaning-parallax .first-heading {
          font-family: Shadows Into Light;
          font-size: 45px;
          line-height: 1;
          color: #fff;
     }
     
     .cleaning-parallax .second-heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          color: #fff;    
     }
     
     .cleaning-parallax .button {
          margin: 26px 0px 0px 0px;
          padding-left: 34px;
          padding-right: 34px;
          font-size: 12px !important;
     }

/* @end */

/* @group Cleaning parallax2 */

.cleaning-parallax2 {
     padding: 102px 0px 88px 0px;
}

     .cleaning-parallax2:before {
          content: '';
          top: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-top.png) top left repeat-x;
     }
     
     .cleaning-parallax2:after {
          content: '';
          bottom: 0;
          left: -100%;
          right: -100%;
          height: 20px;
          position: absolute;
          background: url(../img/bg-cleaning-parallax-bottom.png) bottom left repeat-x;
     }
     
     .cleaning-parallax2 .first-heading {
          font-family: Shadows Into Light;
          font-size: 45px;
          line-height: 1;
          color: #fff;
     }
     
     .cleaning-parallax2 .second-heading {
          font-size: 65px;
          line-height: 1;
          font-weight: bold;
          color: #fff;    
     }
     
     .cleaning-parallax2 .button {
          margin: 7px 0px 0px 0px;
          padding-left: 45px;
          padding-right: 45px;
          font-size: 12px !important;
     }

/* @end */

/* @group Flowers columns */

.flowers-columns {
     background: #fdfbf9;
     border: 1px solid #e5e5e5;
     margin: 60px 0px 0px 0px;
     font-weight: 500;
}

     .flowers-columns .row {
          margin: 0px;
     }
     
          .flowers-columns .row > div {
               padding: 12px 37px 13px 37px;
          }
          
          .flowers-columns.bigger .row > div {
               padding: 23px 37px 24px 37px;
          }

     .flowers-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e5e5e5;
          left: 0;
     }
     
          .flowers-columns .row > div:first-child:before {
               display: none;
          }
          
     .flowers-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .flowers-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Flower product */

.product-flowers {
     
}

     .product-flowers .product-grid .name,
     .product-flowers .product-grid .price {
          opacity: 1 !important;
          visibility: visible !important;
          position: relative;
     }
     
          .product-flowers .product-grid .price {
               font-size: 20px !important;
          }

     .product-flowers .product-grid .product-hover .only-hover {
          visibility: visible !important;
          position: relative !important;
          opacity: 1 !important;
          padding: 0px !important;
          margin: -3px 0px 10px 0px !important;
     }
     
          .product-flowers .product-grid .product .only-hover ul {
               visibility: visible !important;
               position: relative !important;
               opacity: 1 !important;
               transform: none !important;
               -moz-transform: none !important;
               -webkit-transform: none !important;
          }

/* @end */

/* @group Flowers parallax */

.flowers-parallax {
     padding: 135px 0px 119px 0px;
}

     .flowers-parallax .first-heading {
          font-size: 40px;
          line-height: 45px;
          color: #ce3854;
          font-weight: 300;
     }
     
     .flowers-parallax .second-heading {
          font-size: 40px;
          line-height: 45px;
          color: #000;
          font-weight: bold;
     }
     
     .flowers-parallax .button {
          margin: 19px 0px 0px 0px;
          font-size: 12px !important;
          padding-left: 40px;
          padding-right: 40px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }

/* @end */

/* @group Add to car flowers */

#main .add-to-cart-flowers {
     position: relative;
     margin: 0px;
     padding: 16px 41px 15px 69px !important;
     font-size: 12px !important;
     border-radius: 40px;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
}

     .add-to-cart-flowers:before {
          content: '';
          position: absolute;
          top: 16px;
          left: 27px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-2.png) top left no-repeat;
     }

/* @end */

/* @group Flower product */

.flower-product {
     position: relative;
     margin-bottom: -10px;
}

     .flower-product .image {
          float: left;
          width: 50%;
          max-width: 210px;
     }
     
     .flower-product .right {
          float: left;
          width: 50%;
          padding-left: 35px;
     }
     
          #main .flower-product .right .name {
               padding: 56px 0px 0px 0px;
               text-align: left;
          }
          
          #main .flower-product .right .price {
               padding: 0px;
               text-align: left;
               font-size: 20px;
          }
          
          .flower-product .right ul {
               text-align: left;
               padding: 5px 0px 0px 0px;
               margin: 0px;
               list-style: none;
          }
          
               .flower-product .right ul li {
                    display: inline-block;
                    padding: 5px 1px 5px 0px;
                    vertical-align: top;
               }
               
                    .flower-product .right ul li a {
                         display: block;
                         width: 45px;
                         height: 45px;
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         background: #fff;
                         border: 1px solid #ccc;
                         transition: all 0.2s ease-in;
                         -webkit-transition: all 0.2s ease-in;
                         -moz-transition: all 0.2s ease-in;
                         font-size: 16px;
                         padding: 10px 0px;
                         text-align: center;
                         cursor: pointer;
                         
                    }
                    
                         #main .flower-product .right ul li a:hover {
                              background: #d9121f;
                              border-color: #d9121f;
                              color: #fff;
                         }

/* @end */

/* @group Audio newsletter */

.audio-newsletter {
     padding: 42px 45px 30px 45px;
}

     .audio-newsletter .heading {
          display: inline-block;
          vertical-align: top;
          padding: 0px 47px 20px 0px;
     }
     
          .audio-newsletter .heading .first {
               font-size: 13px;
               font-weight: bold;
               color: #676767;
               line-height: 1;
          }
          
          .audio-newsletter .heading .second {
               font-size: 25px;
               font-weight: bold;
               line-height: 1;
               color: #1b1b1b;
          }
     
     .audio-newsletter .inputs {
          display: inline-block;
          vertical-align: top;
          padding: 1px 0px 10px 0px;
     }
     
          .audio-newsletter .inputs input {
               margin: 0px 7px 0px 0px;
               width: 239px;
               height: 45px;
               display: inline-block;
               vertical-align: top;
          }
          
          .audio-newsletter .inputs .button {
               margin: 0px;
               height: 45px;
               display: inline-block;
               vertical-align: top;
               padding: 16px 29px 0px 29px;
               border-radius: 30px;
               -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
          }

/* @end */

/* @group Audio testimonial */

.audio-testimonial {
     background: url(../img/quote.png) top left no-repeat;
     margin: 114px 0px 95px 37%;
     padding: 0px 0px 0px 69px;
}

     .audio-testimonial .description {
          font-family: 'Old Standard TT';
          font-style: italic;
          font-size: 30px;
          line-height: 40px;
          color: #fff;
          padding: 49px 0px 15px 0px;
     }
     
     .audio-testimonial .author {
          font-size: 20px;
          font-weight: bold;
          color: #40cccc;
          padding: 0px 0px 43px 0px;
     }

/* @end */

/* @group Audio product */

.audio-product {
     padding: 77px 0px 0px 0px;
}
     
     .audio-product .countdown-special {
          text-align: center;
     }
     
          .audio-product .countdown-special p {
               font-size: 13px;
               color: #676767;
               font-weight: bold;
               padding: 0px;
               margin: 0px;
          }

          .audio-product .is-countdown {
               display: block !important;
               position: relative;
               margin: 10px auto 0px auto;
               background: none;
               max-width: 242px;
               font-size: 10px;
               height: auto;
               left: 0;
               right: auto;
          }
          
               .audio-product .is-countdown .countdown-section {
                    padding: 12px 3px 11px 2px;
               }
               
                    .audio-product .is-countdown .countdown-section:before {
                         border-radius: 100px;
                         -webkit-border-radius: 100px;
                         -moz-border-radius: 100px;
                         background: #131313;
                         border: 1px solid #414141;
                         position: absolute;
                         content: '';
                         top: 0;
                         bottom: 0;
                         left: 2px;
                         right: 3px;
                         z-index: -100;
                         color: #676767;
                    }
          
               .audio-product .is-countdown .countdown-section:after {
                    display: none;
               }
               
               .audio-product .is-countdown .countdown-amount {
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
               }
               
               .audio-product .is-countdown .countdown-period {
                    color: #676767;
                    font-weight: 600;
                    font-size: 10px;
               }
     
     .audio-product .overflow-price-name {
          max-width: 823px;
          margin: 0px auto;
          padding-top: 39px;
          padding-bottom: 19px;
     }
     
          .audio-product .overflow-price-name .price {
               display: table-cell;
               vertical-align: top;
               width: 200px;
               height: 94px;
               border-right: 1px solid rgba(255, 255, 255, .1);
               font-size: 30px;
               line-height: 1;
               color: #0d84ec;
               font-weight: bold;
               padding-top: 16px;
          }
          
               .audio-product .overflow-price-name .price .price-old {
                    display: block;
                    font-size: 15px;
                    font-weight: normal;
                    color: #e539e5;
                    text-decoration: line-through;
                    padding-top: 3px;
               }
          
          .audio-product .overflow-price-name .name {
               display: table-cell;
               vertical-align: top;
               width: 452px;
               padding: 16px 40px 0px 40px;
          }
          
               .audio-product .overflow-price-name .name a {
                    font-size: 30px;
                    line-height: 35px;
                    color: #fff;
                    font-weight: bold;
               }
          
          .audio-product .overflow-price-name .add-to-cart {
               display: table-cell;
               vertical-align: top;
               width: 171px;
               min-width: 171px;
               text-align: right;
               padding: 26px 0px 0px 0px;
          }
          
               .audio-product .overflow-price-name .add-to-cart .button-add-to-cart {
                    display: inline-block;
                    cursor:pointer;
                    border: none;
                    color: #0d84ec;
                    font-size: 12px;
                    line-height: 1.6;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 14px 38px 12px 38px;
                    margin: 0px;
                    border-radius:         30px;
                    -moz-border-radius:    30px;
                    -webkit-border-radius: 30px;
                    transition:         all 0.2s ease-in;
                    -moz-transition:    all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    background: #fff;
                    outline: none;
               }
               
                    .audio-product .overflow-price-name .add-to-cart .button-add-to-cart:hover {
                         background: #0d84ec;
                         color: #fff;
                    }
     
     .audio-product .image {
          position: relative;
          margin: 0px 0px -60px 0px;
     }
     
          .audio-product .image img {
               display: block;
               margin: 0px auto;
          }

/* @end */

/* @group No clear after */

#main .no-clear-after .clear:after {
     display: none !important;
}

     #main .no-clear-after .clear:before {
          z-index: 0;
     }

/* @end */

/* @group Holidays contact */

.holidays-contact {
     
}

     .holidays-contact .element {
          display: inline-block;
          vertical-align: top;
          padding: 18px 45px 7px 0px;
     }
     
          .holidays-contact .element img {
               display: inline-block;
               vertical-align: top;
          }
          
          .holidays-contact .element .heading {
               display: inline-block;
               vertical-align: top;
               color: #019ad5;
               font-weight: bold;
               line-height: 1;
               font-size: 11px;
               text-transform: uppercase;
               padding: 2px 0px 0px 5px;
          }
          
          .holidays-contact .element p {
               display: inline-block;
               vertical-align: top;
               padding: 1px 0px 0px 5px;
               margin: 0px;
               font-size: 25px;
               color: #fff;
               font-weight: 600;
               line-height: 1;
          }
          
     .holidays-contact .button {
          margin: 10px 0px 0px 0px;
     }
     
/* @end */

/* @group Holidays countries */

.holidays-countries {
     padding-top: 9px;
}

     .holidays-countries .heading {
          padding: 40px 0px 0px 0px;
          margin: 0px 0px 22px 0px;
     }
     
          .holidays-countries .heading a {
               display: inline-block;
               color: #f35622;
               border-bottom: 2px solid #f35622;
               font-size: 22px;
               line-height: 1;
               font-weight: 600;
               padding: 0px 0px 15px 0px;
          }
          
               .holidays-countries .heading a:hover {
                    opacity: 0.75;
               }
          
     .holidays-countries ul {
          list-style: none;
          padding: 0px;
          margin: 0px;
          line-height: 27px;
     }

/* @end */

/* @group Holidays button show all offers */

.button-show-all-offers {
     display: inline-block;
     margin: 30px 0px 0px 0px;
     background: #fff;
     width: 144px;
     vertical-align: top;
     font-size: 16px;
     color: #101f29;
     font-weight: 600;
     line-height: 18px;
     padding: 28px 30px 27px 30px;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}

     .button-show-all-offers:hover {
          background: #101f29;
          color: #fff;
     }
     
     .button-show-all-offers i {
          font-size: 9px;
     }

/* @end */

/* @group Holidays products */

.holidays-products {
     clear: both;
}

     .holidays-products .heading {
          text-align: center;
          font-size: 25px;
          font-weight: 500;
          line-height: 1;
          padding: 39px 0px 15px 0px;
          margin: 0px;
          clear: both;
     }
     
     .holidays-products .product {
          margin: 30px 0px 0px 0px;
          border: 1px solid #e5e5e5;
     }
     
          .holidays-products > div:nth-child(2) {
               margin: 0px;
          }
          
          .holidays-products .product .left {
               width: 39%;
               float: left;
               max-width: 139px;
          }
          
               .holidays-products .product .left .image {
                    position: relative;
                    margin: -1px 0px -1px -1px;
               }
               
                    .holidays-products .product .left .image img {
                         display: block;
                    }
          
          .holidays-products .product .right {
               float: left;
               width: 61%;
               padding: 40px 0px 30px 30px;
          }
          
               .holidays-products .product .right .name a {
                    font-size: 15px;
                    line-height: 1;
               }
               
               .holidays-products .product .right .brand {
                    color: #019ad5;
                    line-height: 1;
                    position: relative;
                    margin-top: -2px;
               }
               
               .holidays-products .product .right .price {
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 1;
                    color: #d9121f;
                    padding: 11px 0px 0px 0px;
               }

                    .holidays-products .product .right .price .price-old {
                    	color: #232323;
                    	font-weight: 400 !important;
                    	text-decoration: line-through;
                    	padding-right: 2px;
                    }
                    
                         body.firefox-mac .holidays-products .product .right .price .price-old  {
                              font-weight: 300 !important;
                         }

/* @end */

/* @group Product grid type 7 */

.product-grid-type-7 #main .product-filter {
    padding: 0px 30px !important;
    overflow: hidden;
}

     .product-grid-type-7 #main .product-filter > div {
          margin: -5px 0px;
     }
     
.product-grid-type-7 #main .product-grid {
     background: none !important;
     padding: 0px !important;
}

     .product-grid-type-7 #main .product-grid:before,
     .product-grid-type-7 #main .product-grid:after,
     .product-grid-type-7 #main .product-grid .row:before,
     .product-grid-type-7 #main .product-grid .row:after,
     .product-grid-type-7 #main .product-grid .product:before,
     .product-grid-type-7 #main .product-grid .product:after,
     .product-grid-type-7 #main .product-grid .product:after,
     .product-grid-type-7 #main .box-with-products .clear:after {
          display: none !important;
     }

.product-grid-type-7 #main .box .box-content.products {
     background: none !important;
}

.product-grid-type-7 #main .product-grid .product {
     padding: 0px;
     margin: 30px 0px 0px 0px;
}

     .product-grid-type-7 #main .with-scroll .product-grid .product {
          margin-bottom: 15px;
     }

     .product-grid-type-7 #main .product-grid .product .image {
          overflow: hidden;
     }
     
          .product-grid-type-7 #main .product-grid .product .image img {
               display: block;
               margin: 0px auto;
          }
          
     .product-grid-type-7 #main .product-grid .product .only-hover {
          display: none !important;
     }
     
     .product-grid-type-7 #main .product-grid .product .right {
          border: 1px solid #e5e5e5;
          background: #fff;
          border-top: none;
          padding: 18px 29px 14px 29px;
          text-align: left;
     }
     
          .product-grid-type-7 #main .products-without-border .product-grid .product .right {
               border: none !important;
          }
     
          .product-grid-type-7 #main .product-grid .product .right .price,
          .product-grid-type-7 #main .product-grid .product .right .name {
               opacity: 1 !important;
               visibility: visible !important;
          }
          
          .product-grid-type-7 #main .product-grid .product .right .name a {
               font-size: 15px;
               line-height: 1;
          }
          
          .product-grid-type-7 #main .product-grid .product .right .brand {
               color: #019ad5;
               line-height: 1;
          }
          
          .product-grid-type-7 #main .product-grid .product .right .price {
               font-size: 30px !important;
               padding: 3px 0px 0px 0px;
          }

/* @end */

/* @group Holidays phone */

.holidays-phone:first-child {
     margin-left: -70px;
}

.holidays-phone {
     display: inline-block;
     vertical-align: top;
     padding: 35px 45px 7px 0px;
}

     .holidays-phone img {
          display: inline-block;
          vertical-align: top;
     }
     
     .holidays-phone .heading {
          display: inline-block;
          vertical-align: top;
          color: #019ad5;
          font-weight: bold;
          line-height: 1;
          font-size: 11px;
          text-transform: uppercase;
          padding: 2px 0px 0px 5px;
          text-align: left;
     }
     
     .holidays-phone p {
          display: inline-block;
          vertical-align: top;
          padding: 1px 0px 0px 5px;
          margin: 0px;
          font-size: 25px;
          color: #fff;
          font-weight: 600;
          line-height: 1;
     }

/* @end */

/* @group Product list type 4 */

.product-list-type-4 .product-list {
     padding: 0px !important;
     background: none !important;
}

     .product-list-type-4 .product-list > div:before,
     .product-list-type-4 .product-list > div:after {
          display: none !important;
     }
     
     .product-list-type-4 .product-list > div {
          margin: 30px 0px 0px 0px !important;
          background: #fff !important;
          border: 1px solid rgba(0, 0, 0, .1) !important;
          padding: 0px !important;
     }
     
          .product-list-type-4 .product-list > div .row > div {
               width: 33.33333333333333% !important;
          }
          
          .product-list-type-4 .product-list > div .image img {
               display: block;
               margin: -1px 0px -1px -1px;
          }
          
          .product-list-type-4 .product-list > div .name-actions .name {
               padding: 59px 0px 0px 10px;
          }
          
               .product-list-type-4 .product-list > div .name-actions .name a {
                    font-size: 15px;
                    line-height: 1;
               }
               
          .product-list-type-4 .product-list > div .name-actions .brand {
               padding: 1px 0px 0px 10px;
               color: #019ad5;
               line-height: 1;
          }
          
          .product-list-type-4 .product-list > div .name-actions .price {
               padding: 10px 0px 0px 10px;
          }
          
          .product-list-type-4 .product-list > div .name-actions > ul {
               padding: 18px 0px 0px 10px;
          }
          
          .product-list-type-4 .product-list .description {
               padding: 0px 40px 0px 0px;
          }
          
          .product-list-type-4 .product-list .desc {
               padding-top: 57px;
          }
          
               .product-list-type-4 .product-list .desc:before {
                    z-index: 0;
                    bottom: 0;
               }

/* @end */

/* @group Sportwinter Newsletter */

.sportwinter-newsletter {
     padding: 0px 67px 24px 39px;
}

     .sportwinter-newsletter .heading {
          padding-top: 35px;
     }

     .sportwinter-newsletter .first-heading {
          display: inline-block;
          vertical-align: top;
          font-size: 20px;
          line-height: 1;
          color: #fff;
          padding: 4px 7px 17px 0px;
     }
     
     .sportwinter-newsletter .second-heading {
          display: inline-block;
          vertical-align: top;
          font-size: 20px;
          line-height: 1;
          color: #e55a19;
          padding: 4px 0px 17px 0px;
     }
     
     .sportwinter-newsletter .inputs {
          text-align: right;
          padding-top: 21px;
     }
     
          .sportwinter-newsletter .inputs input {
               border: none !important;
               height: 45px;
               width: 188px;
               margin-right: 7px;
               vertical-align: top;
               display: inline-block;
          }
          
          .sportwinter-newsletter .inputs .button {
               height: 45px;
               vertical-align: top;
               display: inline-block;
               padding: 14px 30px 13px 30px;
          }

/* @end */

/* @group Sportwinter big sale */

.sportwinter-big-sale {
     padding: 120px 0px 134px 8.59%;
}

     .sportwinter-big-sale .first-heading {
          color: #e55a19;
          font-weight: bold;
          font-size: 50px;
          line-height: 60px;
     }
     
     .sportwinter-big-sale .second-heading {
          color: #1056a9;
          font-weight: bold;
          font-size: 50px;
          line-height: 60px;
          padding: 3px 0px 18px 0px;
     }

/* @end */

/* @group Box Type 15 */

.box-type-15 .col-sm-12 .box.box-with-products,
.box-type-15 .col-md-12 .box.box-with-products,
.box-type-15 .col-sm-12 .filter-product .tab-content,
.box-type-15 .col-md-12 .filter-product .tab-content {
     position: relative;
     margin-left: -40px;
     margin-right: -40px;
}

     .box-type-15 .col-sm-12 .box.box-with-products .box-content,
     .box-type-15 .col-md-12 .box.box-with-products .box-content,
     .box-type-15 .col-sm-12 .filter-product .tab-content,
     .box-type-15 .col-md-12 .filter-product .tab-content {
          padding-left: 25px;
          padding-right: 25px;
          border-left: 1px solid rgba(0, 0, 0, .1);
          border-right: 1px solid rgba(0, 0, 0, .1);
     }

/* @end */

/* @group Add to cart books */

#main .add-to-cart-books {
     position: relative;
     margin: 0px;
     padding: 17px 23px 14px 55px !important;
     font-size: 12px !important;
}

     .add-to-cart-books:before {
          content: '';
          position: absolute;
          top: 17px;
          left: 22px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-2.png) top left no-repeat;
     }

/* @end */

/* @group Body white type 3 */

.body-white-type-3 .standard-body .full-width .product-filter {
     padding-left: 25px;
     padding-right: 25px;
}

.body-white-type-3 .standard-body .full-width .product-grid,
.body-white-type-3 .standard-body .full-width .product-list {
     padding: 0px 15px;
}

/* @end */

/* @group Books contact */

.books-contact {
     padding-bottom: 6px;
     padding-top: 2px;
}

     .books-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 5px 0px 0px;
     }
     
     #main .books-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 16px 0px 0px 0px;
          margin: 0px;
          font-size: 18px;
          font-weight: 600;
     }

/* @end */

/* @group Books newsletter */

.overflow-books-newsletter {
     background: url(../img/bg-books-newsletter-top.png) top left repeat-x;
     position: relative;
     margin: 0px -4000px;
}

     .books-newsletter {
          background: url(../img/bg-books-newsletter-bottom.png) bottom left repeat-x;
          height: 164px;
          padding: 0px 4000px;
     }
     
          .books-newsletter .heading {
               padding-top: 51px;
          }
          
               .books-newsletter .heading img {
                    display: inline-block;
                    vertical-align: top;
               }
               
               .books-newsletter .heading .first-heading {
                    display: inline-block;
                    vertical-align: top;
                    padding: 17px 0px 0px 27px;
                    font-size: 18px;
                    color: #333;
                    font-weight: 600;
               }
               
               .books-newsletter .heading .second-heading {
                    display: inline-block;
                    vertical-align: top;
                    padding: 22px 0px 0px 27px;
               }
               
          .books-newsletter .inputs {
               padding-top: 59px;
               text-align: right;
          }
          
               .books-newsletter .inputs input {
                    margin: 0px 0px 0px 0px;
                    height: 46px;
                    width: 75%;
                    max-width: 320px;
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    border: 1px solid rgba(0, 0, 0, .1);
               }
               
               .books-newsletter .inputs .button {
                    height: 46px;
                    margin: 0px 0px 0px -8px;
                    vertical-align: top;
                    display: inline-block;
                    position: relative;
                    padding: 15px 20px 0px 20px;
               }

/* @end */

/* @group Cookie*/

.cookie .standard-body:before {
     display: none !important;
}

.cookie{
    position: fixed;
    padding: 15px 0px 0px 0px;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

.cookie .content {
    float: left;
    padding: 1px 0px 14px 0px;
}

.cookie .content p {
    margin: 0px;
    padding: 0px;
}

.cookie .operations {
    float: right;
    width: 400px;
    text-align: right;
    padding-bottom: 14px;
}

.cookie .operations .dont-show-label {
    display: inline-block;
}

.cookie .operations .dont-show-label label > span {
    position: relative;
    top: 1px;
    padding-left: 4px;
}

.cookie .operations .dont-show-label label {
    cursor: pointer;
}

.cookie .operations .button {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
}

@media (max-width: 767px) {
	.responsive .cookie .operations .button {
		margin: 0px auto;
	}
	
	.responsive .cookie .operations {
		float: none;
		width: auto;
		text-align: center;
	}
}

/* @end group */

/* @group Button product questions */

#main .button-product-question {
     margin: 20px 0px 0px 0px;
     padding-left: 20px;
     padding-right: 25px;
     clear: left;
}

/* @end */

/* @group Header Type 25 */

.header-type-25 #top .pattern > .container {
     padding-bottom: 18px;
     padding-top: 6px;
}

/* @end */

/* @group Blog Search */

.blog-search .form-group {
   margin-bottom: 0;
}
    
.blog-search input[type="text"] {
     margin: 0px;
}

.blog-search .search-form button {
   font-family: FontAwesome;
   position: absolute;
   right: 30px;
   top: 11px;
   cursor: pointer;
   font-size: 16px;
   line-height: 16px;
   font-weight: 400;
   color: #333;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   border: none;
   background: none;
}

/* @end */

/* @group Blog list default */

ul.blog-list-default {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

     ul.blog-list-default li {
          padding: 21px 0px 20px 0px;
     }
     
          ul.blog-list-default li:first-child {
               padding-top: 0px;
          }
          
          ul.blog-list-default li:last-child {
               padding-bottom: 0px;
          }
          
          ul.blog-list-default li:before {
               content: '';
               position: absolute;
               left: 0;
               right: 0;
               height: 1px;
               background: rgba(0, 0, 0, .1);
               margin-top: -21px;
          }
          
               ul.blog-list-default li:first-child:before {
                    display: none;
               }
               
          ul.blog-list-default li .thumb-holder {
               float: left;
               width: auto;
               margin-right: 20px;
          }
          
               ul.blog-list-default li .thumb-holder img {
                    display: block;
               }
          
          ul.blog-list-default li .date-published {
               padding: 4px 0px 3px 0px;
               font-size: 11px;
               font-weight: bold;
          }
          
          ul.blog-list-default li h5 {
               padding: 0px;
               margin: 0px;
               font-size: 15px;
               line-height: 18px;
          }

/* @end */

/* @group Tagcloud */

.blog-tags .box-content {
     border-bottom: none !important;
}

.tagcloud {
     line-height: 15px;
     position: relative;
     margin: -7px 0px -10px 0px;
}

     .box-type-3 .tagcloud,
     .box-type-14 .tagcloud {
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 25px;
          padding-top: 7px;
     }

     .tagcloud a {
          display: inline-block;
          background: #d9121f;
          font-size: 9px;
          line-height: 15px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          margin: 0px 7px 9px 0px;
          padding: 1px 10px 0px 10px;
     }
     
          .tagcloud a:hover {
               background: #333;
          }

/* @end */

/* @group News */

.news {
     position: relative;
     margin-top: -30px;
}

     .news .media {
          position: relative;
          margin-top: 30px;
     }
     
     .news .thumb-holder {
          overflow: hidden;
     }
     
          .news .thumb-holder img {
               display: block;
               width: 100%;
          }
     
     .news .media-body {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
     }
     
          .news .media-body:before {
               content: "";
               background: url('../img/bg-news.png') bottom left repeat-x;
               opacity: 0.6;
               top: 0;
               left: 0;
               bottom: 0;
               right: 0;
               position: absolute;
               z-index: -1;   
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news .media-body:hover:before {
                    opacity: 0.7;
               }
               
          .news .media-body .tags {
               position: absolute;
               top: 18px;
               left: 20px;
               right: 10px;
               margin: 0px;
               padding: 0px;
               line-height: 1.6;
          }
          
               .news .media-body .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 0px 10px;
               }
               
                    .news .media-body .tags a:hover {
                         background: #333;
                    }
               
          .news .media-body .bottom {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               text-align: center;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news.v1 .media-body .bottom {
                    color: #fff;
               }
          
               .news .media-body:hover .bottom { 
                    bottom: 10px;
               }
               
               .news .media-body .date-published {
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    padding-bottom: 9px;
                    padding-top: 25px;
               }
               
               .news .media-body h5 {
                    padding: 12px 20px 34px 20px;
                    margin: 0px;
                    font-size: 18px;
                    line-height: 23px;
                    font-family: Poppins;
                    text-transform: none;
                    font-weight: 500 !important;
                    color: #fff;
               }

/* @end */

/* @group News V2 */

.news.v2 .media {
     padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
     -webkit-transform: scale(1,1);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 250ms;
     -moz-transform: scale(1,1);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 250ms;
     transform: scale(1,1);
     transition-timing-function: ease-out;
     transition-duration: 250ms;
}

     .news.v2 .media:hover .thumb-holder img {
          -webkit-transform: scale(1.04,1.04);
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 250ms;
          -moz-transform: scale(1.04,1.04);
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 250ms;
          transform: scale(1.04,1.04);
          transition-timing-function: ease-out;
          transition-duration: 250ms;
     }

.news.v2 .media-body:before {
     display: none !important;
}

.news.v2  .media-body .bottom {
     background: #fff;
     border: 1px solid #e6e6e6;
     border-top: none;
     color: #1349b2;
     bottom: 0 !important;
}

     .news.v2  .media-body .bottom h5 {
     }
     
     .news.v2 .media-body .date-published {
          border-color: rgba(0, 0, 0, .2);
     }
     
     .news.v2 .media-body h5 {
          padding-bottom: 33px;
     }
     
          .news.v2 .media-body h5 a {
               line-height: 23px;
          }

/* @end */

/* @group Cosmetics news */

.cosmetics-news {
     position: relative;
     margin-top: -30px;
}

     .cosmetics-news .media {
          background: #fff;
          padding-right: 30px;
          margin-top: 30px;
     }
     
          .cosmetics-news .media .thumb-holder {
               float: left;
               margin-right: 30px;
               max-width: 50%;
          }
          
               .cosmetics-news .media .thumb-holder img {
                    display: block;
               }
               
          .cosmetics-news .media .tags {
               padding-top: 27px;
          }
                    
               .cosmetics-news .media .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    margin: 0px 7px 9px 0px;
                    padding: 0px 10px 1px 10px;
               }
               
                    .cosmetics-news .media .tags a:hover {
                         background: #333;
                    }
                    
          .cosmetics-news .media .date-published {
               padding: 14px 0px 0px 0px;
               margin: 0px;
          }
          
          .cosmetics-news .media h5 {
               padding: 0px 0px 30px 0px;
               margin: 0px;
          }
          
               .cosmetics-news .media h5 a {
                    font-size: 20px;
                    line-height: 25px;
               }

/* @end */

/* @group Medic news */

.medic-news {
     position: relative;
     margin-top: -30px;
     margin-left: -30px;
     margin-right: -30px;
}

     .medic-news > div {
          position: static;
          padding-left: 30px;
          padding-right: 30px;
     }

     .medic-news > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: rgba(0, 0, 0, .1);
          width: 1px;
          margin-left: -30px;
     }
     
          .medic-news > div:first-child:before {
               display: none;
          }

     .medic-news .media {
          padding-top: 50px;
          padding-bottom: 50px;
     }
     
          .medic-news .media .media-body {
               overflow: visible !important;
          }
     
          .medic-news .media .thumb-holder {
               float: left;
               margin-right: 30px;
               max-width: 50%;
          }
          
               .medic-news .media .thumb-holder img {
                    display: block;
               }

          .medic-news .media .date-published {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               font-size: 12px;
               font-weight: bold;
               margin-top: -5px;
               position: relative;
          }
          
          .medic-news .media h5 {
               padding: 2px 0px 22px 0px;
               margin: 0px;
          }
          
               .medic-news .media h5 a {
                    font-size: 20px;
                    line-height: 23px;
               }
               
          .medic-news .media .post-description {
               max-height: 66px;
               line-height: 21px;
               overflow: hidden;
          }
          
          #main .medic-news .media .button {
               margin: 22px 0px 0px 0px;
               padding: 8px 23px 6px 23px;
               font-size: 11px !important;
          }

/* @end */

/* @group Wine news */

.wine-news {
     position: relative;
     margin-top: -30px;
     margin-left: -30px;
     margin-right: -30px;
}

     .wine-news > div {
          position: static;
          padding-left: 30px;
          padding-right: 30px;
     }

     .wine-news > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: rgba(0, 0, 0, .1);
          width: 1px;
          margin-left: -30px;
     }
     
          .wine-news > div:first-child:before {
               display: none;
          }

     .wine-news .media {
          padding-top: 47px;
          padding-bottom: 50px;
     }
     
          .wine-news .media .date-published {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               font-size: 12px;
               font-weight: bold;
               position: relative;
          }
          
          .wine-news .media .post-title {
               padding: 0px 0px 19px 0px;
               margin: 0px;
          }
          
               .wine-news .media .post-title a {
                    font-size: 20px;
                    line-height: 25px;
                    color: #000;
               }
               
          .wine-news .media .post-description {
               max-height: 66px;
               line-height: 21px;
               overflow: hidden;
               color: #666666;
          }
          
          .wine-news .button-more {
               display: inline-block;
               border: 1px solid #d9d9d9;
               background: #fff;
               border-radius: 20px;
               -webkit-border-radius: 20px;
               -moz-border-radius: 20px;
               padding: 8px 30px 5px 30px;
               margin: 20px 0px 0px 0px;
               text-transform: uppercase;
               font-size: 11px;
               font-weight: 700;
               color: #d9121f;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
               
               .wine-news .button-more:hover {
                    background: #d9121f;
                    border-color: #d9121f;
                    color: #fff;
               }

/* @end */


/* @group Cameras news */

.cameras-news {
     position: relative;
     margin-top: -30px;
}

     .cameras-news .media {
          background: #fff;
          border: 1px solid rgba(0, 0, 0, .1);
          padding-right: 30px;
          margin-top: 30px;
          text-align: center;
          overflow: visible !important;
     }
     
          .cameras-news .media .thumb-holder {
               float: left;
               margin: -1px 30px -1px -1px;
               max-width: 60%;
               position: relative;
          }
          
               .cameras-news .media .thumb-holder img {
                    display: block;
               }
               
          .cameras-news .media .tags {
               position: absolute;
               top: 17px;
               left: 20px;
          }
                    
               .cameras-news .media .tags a {
                    display: inline-block;
                    background: #d9121f;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 0px 10px;
               }
               
                    .cameras-news .media .tags a:hover {
                         background: #333;
                    }
                    
          .cameras-news .media .date-published {
               padding: 37px 0px 9px 0px;
               margin: 0px;
               font-weight: bold;
               font-size: 11px;
               display: inline-block;
               border-bottom: 1px solid rgba(0, 0, 0, .2);
          }
          
          .cameras-news .media .post-title {
               padding: 14px 0px 25px 0px;
               margin: 0px;
          }
          
               .cameras-news .media .post-title a {
                    font-size: 16px;
                    line-height: 20px;
               }

/* @end */

/* @group Shoes parallax */

.shoes-parallax {
     padding: 200px 0px 172px 24.2%;
}

     .shoes-parallax h3, 
     .shoes-parallax h4 {
          padding: 0px;
          margin: 0px;
          color: #fff;
          font-size: 43px;
          font-weight: 300 !important;
          line-height: 1;
     }
     
          .shoes-parallax h4 {
               font-size: 63px;
               font-weight: normal !important;
               position: relative;
               margin-top: -7px;
          }
          
     .shoes-parallax .button {
          margin: 5px 0px 0px 0px;
     }
     
     #main .button-white-shoes {
          background: #fff !important;
          color: #383735 !important;
          padding-left: 30px;
          padding-right: 30px;
     }
     
          #main .button-white-shoes:hover {
               color: #fff !important;
               background: #383735 !important;
          }

/* @end */

/* @group Shoes2 phone */

.shoes2-phone {
     display: inline-block !important;
     margin: 30px 45px 0px -301px;
     position: relative;
}

.shoes2-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 2px 0px 0px;
}

.shoes2-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 10px;
     line-height: 9px;
     color: #626262;
     text-transform: uppercase;
     font-weight: 600;
     padding: 8px 5px 0px 0px;
     text-align: left;
}

.shoes2-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 21px;
     color: #fff;
     font-weight: 600;
}

/* @end */

/* @group Shoes2 columns */

.shoes2-columns {
     background: #ffffff;
     background: -moz-linear-gradient(top, #ffffff 50%, #f2f2f2 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f2f2f2));
     background: -webkit-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: -o-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: -ms-linear-gradient(top, #ffffff 50%,#f2f2f2 100%);
     background: linear-gradient(to bottom, #ffffff 50%,#f2f2f2 100%);
     border: 1px solid #e5e5e5;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .shoes2-columns .row {
          margin: 0px;
     }
     
          .shoes2-columns .row > div {
               padding: 12px 37px 12px 37px;
          }

     .shoes2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 87px;
          background: url(../img/shoes-columns-1.png) top left no-repeat;
          left: -65px;
     }
     
          .shoes2-columns .row > div:first-child:before {
               display: none;
          }
          
          .shoes2-columns .row > div:last-child:before {
               background: url(../img/shoes-columns-2.png) top left no-repeat;
          }
          
     .shoes2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .shoes2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Shoes2 contact */

.shoes2-contact {
     padding-bottom: 5px;
     padding-top: 3px;
}

     .shoes2-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 5px 0px 0px;
     }
     
     #main .shoes2-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 14px 0px 0px 0px;
          margin: 0px;
          font-size: 20px;
          color: #000;
          font-weight: 500;
     }

/* @end */

/* @group Shoes2 parallax */

.shoes2-parallax {
     padding: 119px 0px 236px 0px;
}

     .shoes2-parallax .first-heading {
          color: #1a191a;
          font-size: 40px;
          line-height: 1;
          font-weight: 300;
     }
     
     .shoes2-parallax .second-heading {
          color: #f77b24;
          font-size: 40px;
          line-height: 1;
          font-weight: 500;
     }
     
     .shoes2-parallax .button {
          margin: 22px 0px 0px 0px;
          height: 45px;
          padding-top: 14px;
          font-size: 12px !important;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
     }

/* @end */

/* @group Add to cart shoes2 */

#main .button-shoes2-add-to-cart {
     position: relative;
     padding: 14px 32px 12px 57px !important;
     font-size: 12px !important;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
}

     .button-shoes2-add-to-cart:before {
          content: '';
          position: absolute;
          top: 14px;
          left: 23px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-3.png) top left no-repeat;
     }

/* @end */

/* @group Add to cart petshop */

#main .button-petshop-add-to-cart {
     position: relative;
     padding: 14px 32px 12px 57px !important;
     font-size: 12px !important;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
}

     .button-petshop-add-to-cart:before {
          content: '';
          position: absolute;
          top: 14px;
          left: 23px;
          display: block;
          width: 16px;
          height: 16px;
          background: url(../img/add-to-cart-2.png) top left no-repeat;
     }

/* @end */

/* @group Shoes2 small button */

#main .shoes2-small-button {
     padding: 8px 30px 5px 30px !important; 
     margin: 18px 0px 0px 0px;
}

/* @end */

/* @group Shoes3 columns */

.shoes3-columns {
     background: #fcfcfc;
     border: 1px solid #e2e2e2;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .shoes3-columns .row {
          margin: 0px;
     }
     
          .shoes3-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .shoes3-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e2e2e2;
          left: 0;
     }
     
          .shoes3-columns .row > div:first-child:before {
               display: none;
          }
          
     .shoes3-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .shoes3-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block Shoes3 */

.footer-blocks-top-shoes3 {
     padding-top: 17px;
}

.footer-block-shoes3 {
     padding: 10px 0px 11px 0px;
}

     .footer-block-shoes3 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }
     
     .footer-block-shoes3 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }
     
          .footer-block-shoes3 .footer-block-content h6 {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               font-weight: normal;
               line-height: 1;
               color: #2e2e2e;
          }
          
               body.firefox-mac .footer-block-shoes3 .footer-block-content h6 {
                    font-weight: 300;
               }
          
          .footer-block-shoes3 .footer-block-content p {
               padding: 4px 0px 0px 0px;
               margin: 0px;
               line-height: 1;
               font-weight: 500;
               font-size: 20px;
          }
          
     .footer-blocks-top-shoes3 .button {
          margin: 10px 0px 0px 0px;
          padding-left: 30px;
          padding-right: 30px;
     }

/* @end */

/* @group Shoes3 phone in megamenu */

.shoes3-phone {
     display: inline-block;
     text-align: right;
     vertical-align: top;
     color: #117c97;
     font-size: 10px;
     line-height: 9px;
     font-weight: 600;
     padding: 2px 0px 0px 2px;
}

.shoes3-phone2 {
     display: inline-block;
     vertical-align: top;
     font-size: 20px;
     line-height: 20px;
     padding: 1px 0px 0px 9px;
}

/* @end */

/* @group Shoes3 newsletter */

.border-shoes3-newsletter {
     border: 1px solid #e0e0e0;
}

.shoes3-newsletter {
     padding: 49px 60px 46px 60px;
}
     
     .shoes3-newsletter .inputs {
          float: right;
          padding-left: 40px;
     }
     
          .shoes3-newsletter .inputs input {
               margin: 0px 7px 0px 0px;
               height: 40px;
               width: 238px;
               line-height: 40px;
               font-size: 12px;
               vertical-align: top;
               display: inline-block;
          }
          
          .shoes3-newsletter .inputs .button {
               padding-left: 30px;
               padding-right: 30px;
               margin: 0px;
               height: 40px;
               vertical-align: top;
               display: inline-block;
          }
     
     .shoes3-newsletter .heading {
          float: left;
          line-height: 1;
          padding-top: 2px;
          padding-right: 40px;
     }
     
          .shoes3-newsletter .heading .first-heading {
               font-size: 25px;
               font-weight: 600;
          }
          
          .shoes3-newsletter .heading .second-heading {
               color: #117c97;
               padding-top: 3px;
          }
          
     .shoes3-newsletter .strip-line {
          height: 1px;
          background: rgba(0, 0, 0, .1);
          overflow: hidden;
          margin-top: 20px;
     }
     
/* @end */

/* @group Today deal Shoes3 */

.today-deals-shoes3 {
     
}

     .today-deals-shoes3 .box-heading {
          margin-top: -2px;
     }

     .today-deals-shoes3 .box-content {
          padding: 0px;
          border: 1px solid #e5e5e5;
          margin-top: -1px;
          position: relative;
     }

.today-deals-shoes3-products {
     position: relative;
     padding: 0px 0px 30px 0px;
     text-align: center;
}

     .today-deals-shoes3-products .sale,
     .today-deals-shoes3-products .new {
          margin-top: -1px !important;
          margin-left: -1px !important;
          z-index: 6;
     }
     
     .today-deals-shoes3-products .is-countdown {
          padding: 0px;
          margin: 0px;
          position: relative;
          background: #fcfcfc;
          border-bottom: 1px solid #e5e5e5;
     }

          .today-deals-shoes3-products .countdown-section {
               font-weight: 600;
               font-size: 12px;
               color: #ccb461;
               padding: 0px 0px 11px 0px;
          }
          
          .today-deals-shoes3-products .countdown-amount {
               font-size: 20px;
               font-weight: 500;
               color: #000;
               padding: 13px 0px 0px 0px;
          }
          
     .today-deals-shoes3-products .image {
          
     }
     
          .today-deals-shoes3-products .image img {
               display: block;
               margin: 0px auto;
          }
          
     .today-deals-shoes3-products .name {
          padding-top: 17px;
          padding-left: 25px;
          padding-right: 25px;
     }
     
          .today-deals-shoes3-products .name a {
               font-size: 12px;
          }
     
     .today-deals-shoes3-products .price {
     	color: #d9121f;
     	font-size: 25px;
     	line-height: 25px;
     	font-weight: 600;
     	padding-top: 3px;
     	padding-left: 25px;
     	padding-right: 25px;
     }
     
     	.today-deals-shoes3-products .price .price-old {
     		font-weight: 300 !important;
     		text-decoration: line-through;
     		font-size: 20px;
     		line-height: 25px;
     	}

/* @end */

/* @group Lingerie slider button */

#main .lingerie-button {
     margin: 0px;
     padding: 19px 40px 14px 40px;
     color: #000 !important;
     background: #fff !important;
}

     #main .lingerie-button:hover {
          color: #fff !important;
          background: #968085 !important;
     }

/* @end */

/* @group Lingerie parallax */

.lingerie-parallax {
     padding: 136px 0px 155px 60%;
     max-height: 404px;
}

     .lingerie-parallax h3 {
          padding: 0px;
          margin: 0px;
          line-height: 1;
          font-size: 40px;
          color: #ab6a57;
     }
     
     .lingerie-parallax h4 {
          padding: 0px 0px 13px 0px;
          margin: 0px;
          line-height: 1;
          font-size: 40px;
     }
     
     .lingerie-parallax a.button-lingerie-parallax {
          font-size: 11px;
          text-transform: uppercase;
          font-weight: 600;
          color: #000;
          padding-left: 2px;
     }
     
/* @end */

/* @group Lingerie newsletter */

.border-lingerie-newsletter {
     border: 1px solid #e0e0e0;
     position: relative;
}

     .border-lingerie-newsletter:after {
          content: '';
          position: absolute;
          bottom: -18px;
          left: 0;
          right: 0;
          height: 19px;
          background: url(../img/lingerie-newsletter-border.png) top center no-repeat;
     }

.lingerie-newsletter {
     padding-top: 0px;
}

     .lingerie-newsletter .heading {
          padding-top: 0px;
     }

     #main .lingerie-newsletter .first-heading {
          padding: 40px 0px 0px 0px;
          margin: 0px;
          font-size: 30px;
          color: #ef5f96;
          position: relative;
          display: inline-block;
     }
     
          #main .lingerie-newsletter .first-heading:before {
               content: '';
               position: absolute;
               top: -2px;
               left: 0;
               right: 0;
               height: 2px;
               background: #ef5f96;
          }
     
     #main .lingerie-newsletter .second-heading {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          color: #000;
          position: relative;
          margin-top: -1px;
          margin-left: -3px;
     }
     
     .lingerie-newsletter .strip-line {
          margin-top: 69px;
     }
     
     .lingerie-newsletter .inputs {
          padding-top: 49px;
     }
     
          .lingerie-newsletter .inputs input {
               margin-right: -3px;
          }
     
/* @end */

/* @group Lingerie categories */

#main .lingerie-categories {
     padding: 3px 0px 10px 0px;
     margin: 0px;
}

     .lingerie-categories li {
          padding-top: 10px;
     }
     
          .lingerie-categories li img {
               display: inline-block;
               vertical-align: top;
               margin-right: 12px;
          }
          
          #main .lingerie-categories a {
               font-weight: 600;
               color: #000;
               font-size: 13px;
          }

/* @end */

/* @group Lingerie contact */

.lingerie-contact {
     padding: 9px 0px 8px 0px;
}

     .lingerie-contact h6 {
          color: #ef5f96;
          font-size: 30px;
          line-height: 15px;
     }
     
     .lingerie-contact p {
          padding: 0px;
          margin: 0px;
          color: #000;
          font-weight: 600;
          font-size: 11px;
          text-transform: uppercase;
     }
     
/* @end */

/* @group Lingerie free shipping */

.lingerie-free-shipping {
     border-bottom: 1px solid rgba(255, 255, 255, .1);
     border-right: 1px solid rgba(255, 255, 255, .1);
     color: #808080;
     font-size: 11px;
     display: inline-block;
     vertical-align: top;
     padding: 12px 30px 11px 0px;
     position: relative;
}

     .lingerie-free-shipping img {
          display: inline-block;
          vertical-align: top;
          margin: 2px 17px 0px 0px;
     }
     
     .lingerie-free-shipping:before {
          content: '';
          position: absolute;
          bottom: -1px;
          right: 100%;
          width: 10000px;
          height: 1px;
          background: rgba(255, 255, 255, .1);
     }

/* @end */

/* @group lingerie2 columns */

.lingerie2-columns {
     background: #fff url(../img/bg-lingerie2-columns.png) top center no-repeat;
     border: 1px solid #e0e0e0;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .computer6-columns {
          background-image: none;
     }

     .lingerie2-columns .row {
          margin: 0px;
     }
     
          .lingerie2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .lingerie2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e0e0e0;
          left: 0;
     }
     
          .lingerie2-columns .row > div:first-child:before {
               display: none;
          }
          
     .lingerie2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .lingerie2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Footer Block lingerie2 */

.footer-blocks-top-lingerie2 {
     padding-top: 0px;
     margin-top: -3px;
}

.footer-block-lingerie2 {
     padding: 10px 0px 15px 0px;
}

     .footer-block-lingerie2 img {
          display: inline-block;
          vertical-align: top;
          margin-right: 16px;
     }
     
     .footer-block-lingerie2 .footer-block-content {
          display: inline-block;
          vertical-align: top;
     }
     
          .footer-block-lingerie2 .footer-block-content p {
               padding: 2px 0px 0px 0px;
               margin: 0px;
               font-size: 13px;
               font-weight: 500;
               line-height: 1;
               color: #020202;
          }
          
          .footer-block-lingerie2 .footer-block-content h6 {
               padding: 4px 0px 0px 0px;
               margin: 0px;
               line-height: 15px;
               font-size: 23px;
               color: #59454b;
          }
          
     .footer-blocks-top-lingerie2 .footer-button {
          margin: 16px 0px 10px 0px;
          padding-left: 38px;
          padding-right: 38px;
     }

/* @end */

/* @group Lingerie2 parallax */

.lingerie2-parallax {
     padding: 83px 0px 109px 0px;
}

     .lingerie2-parallax h3 {
          padding: 0px;
          margin: 0px;
          line-height: 1;
          font-size: 23px;
          color: #fff;
     }
     
     .lingerie2-parallax h4 {
          padding: 0px;
          margin: 0px;
          line-height: 50px;
          font-size: 120px;
          color: #d04a69;
          font-weight: bold !important;
     }
     
     .lingerie2-parallax .button {
          margin: 65px 0px 0px 0px;
     }

/* @end */

/* @group Lingerie2 slider button */

#main .lingerie2-button {
     margin: 0px;
     padding: 19px 40px 14px 40px;
}

/* @end */

/* @group Banners hover effect */

.banners-effect-1 .row-no-padding a > img,
.banners-effect-1 .banners > div img {
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}

     .banners-effect-1 .row-no-padding a > img:hover,
     .banners-effect-1 .banners > div img:hover {
          opacity: 0.8;
     }

.banners-effect-2 .row-no-padding a,
.banners-effect-2 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-2 .row-no-padding a:before,
     .banners-effect-2 .banners > div a:before {
          background-color: rgba(255, 255, 255, 0.2);
          display: block;
          width: 100%;
          height: 100%;
          left: -100%;
          opacity: 0;
          filter: alpha(opacity=0);
          position: absolute;
          top: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: "";
          z-index: 1;
     }
     
          .banners-effect-2 .row-no-padding a:hover:before,
          .banners-effect-2 .banners > div a:hover:before {
               left: 0;
               opacity: 1;
          }
          
.banners-effect-3 .row-no-padding a,
.banners-effect-3 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-3 .row-no-padding a:before,
     .banners-effect-3 .banners > div a:before {
          border: 50px solid transparent;
          border-top-right-radius: 50px;
          border-top-left-radius: 50px;
          border-bottom-right-radius: 50px;
          border-bottom-left-radius: 50px;
          box-sizing: border-box;
          cursor: pointer;
          display: inline-block;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          top: 0;
          content: "";
          opacity: 1;
          filter: alpha(opacity=100);
          width: 100px;
          height: 100px;
          -webkit-transform: scale(7);
          -ms-transform: scale(7);
          -o-transform: scale(7);
          transform: scale(7);
          -webkit-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
          visibility: visible;
          z-index: 1;
     }
     
          .banners-effect-3 .row-no-padding a:hover:before,
          .banners-effect-3 .banners > div a:hover:before {
               border: 0 solid rgba(0, 0, 0, 0.7);
               opacity: 0;
               filter: alpha(opacity=0);
          }
          
.banners-effect-4 .row-no-padding a,
.banners-effect-4 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-4 .row-no-padding a:before,
     .banners-effect-4 .banners > div a:before {
          border-bottom: 50px solid rgba(255, 255, 255, 0.4);
          border-top: 50px solid rgba(255, 255, 255, 0.4);
          content: "";
          height: 100%;
          left: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          position: absolute;
          top: 0;
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transform-origin: 50% 50% 0;
          width: 100%;
     }
     
          .banners-effect-4 .row-no-padding a:hover:before,
          .banners-effect-4 .banners > div a:hover:before {
               opacity: 1;
               filter: alpha(opacity=100);
               transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
               -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
          }
          
.banners-effect-5 .row-no-padding a,
.banners-effect-5 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-5 .row-no-padding a:before,
     .banners-effect-5 .banners > div a:before {
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
          z-index: 1;
          border: 200px double transparent;
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible;
     }
     
          .banners-effect-5 .row-no-padding a:hover:before,
          .banners-effect-5 .banners > div a:hover:before {
               opacity: 0;
               filter: alpha(opacity=0);
               border: 0 double rgba(255, 255, 255, 0.7);
               visibility: hidden;
          }
          
.banners-effect-6 .row-no-padding a,
.banners-effect-6 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
     background: #000;
}

     .banners-effect-6 .row-no-padding a img,
     .banners-effect-6 .banners > div a img {
          backface-visibility: hidden;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
          transition: opacity 1s ease 0s, transform 1s ease 0s;
     }
     
          .banners-effect-6 .row-no-padding a:hover img,
          .banners-effect-6 .banners > div a:hover img {
               opacity: 0.8;
               filter: alpha(opacity=80);
               transform: scale3d(1.1, 1.1, 1);
          }
          
.banners-effect-7 .row-no-padding a,
.banners-effect-7 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}

     .banners-effect-7 .row-no-padding a:before,
     .banners-effect-7 .banners > div a:before {
          position: absolute;
          background: rgba(0, 0, 0, 0.3);
          width: 0;
          top: 0;
          left: 50%;
          content: "";
          transition: all 0.3s ease-in-out 0s;
     }
     
          .banners-effect-7 .row-no-padding a:hover:before,
          .banners-effect-7 .banners > div a:hover:before {
               width: 100%;
               left: 0;
               top: 0;
               height: 100%;
          }
          
.banners-effect-8 .row-no-padding a,
.banners-effect-8 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
     background: #000;
}

     .banners-effect-8 .row-no-padding a:before,
     .banners-effect-8 .banners > div a:before,
     .banners-effect-8 .row-no-padding a:after,
     .banners-effect-8 .banners > div a:after {
          bottom: 20px;
          content: "";
          left: 20px;
          opacity: 0;
          position: absolute;
          right: 20px;
          top: 20px;
          -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
          z-index: 1;
     }
     
          .banners-effect-8 .row-no-padding a:before,
          .banners-effect-8 .banners > div a:before {
               border-bottom: 1px solid #ffffff;
               border-top: 1px solid #ffffff;
               -webkit-transform: scale(0, 1);
               -ms-transform: scale(0, 1);
               -o-transform: scale(0, 1);
               transform: scale(0, 1);
          }
          
          .banners-effect-8 .row-no-padding a:after,
          .banners-effect-8 .banners > div a:after {
               border-left: 1px solid #ffffff;
               border-right: 1px solid #ffffff;
               -webkit-transform: scale(1, 0);
               -ms-transform: scale(1, 0);
               -o-transform: scale(1, 0);
               transform: scale(1, 0);
          }
     
          .banners-effect-8 .row-no-padding img,
          .banners-effect-8 .banners > div img {
               opacity: 1;
               filter: alpha(opacity=100);
               -webkit-transition: opacity 0.35s ease 0s;
               -o-transition: opacity 0.35s ease 0s;
               transition: opacity 0.35s ease 0s;
          }
          
               .banners-effect-8 .row-no-padding a:hover:before,
               .banners-effect-8 .banners > div a:hover:before,
               .banners-effect-8 .row-no-padding a:hover:after,
               .banners-effect-8 .banners > div a:hover:after {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
               }
               
               .banners-effect-8 .row-no-padding a:hover img,
               .banners-effect-8 .banners > div a:hover img {
                    opacity: 0.5;
                    filter: alpha(opacity=50);
               }

.banners-effect-9 .row-no-padding a,
.banners-effect-9 .banners > div a {
     display: block;
     position: relative;
     z-index: 10;
}
     
     .banners-effect-9 .row-no-padding a:before,
     .banners-effect-9 .banners > div a:before {
     	position: absolute;
     	top: 0;
     	left: 0;
     	z-index: 0;
     	width: 100%;
     	height: 100%;
     	background: #000;
     	content: '';
     	-webkit-transition: opacity 0.35s;
     	transition: opacity 0.35s;
     	box-shadow: 0 3px 30px rgba(0,0,0,0.2);
     	opacity: 0;
     }
     
          .banners-effect-9 .row-no-padding a:hover:before,
          .banners-effect-9 .banners > div a:hover:before {
               opacity: 1;
          }

     .banners-effect-9 .row-no-padding a img,
     .banners-effect-9 .banners > div a img {
          opacity: 1;
          -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
          -webkit-transform: perspective(1000px) translate3d(0,0,0);
          transform: perspective(1000px) translate3d(0,0,0);
     }
     
          .banners-effect-9 .row-no-padding a:hover img,
          .banners-effect-9 .banners > div a:hover img {
               -webkit-transform: perspective(1000px) translate3d(0,0,21px);
               transform: perspective(1000px) translate3d(0,0,21px);
          }
          
.banners-effect-10 .row-no-padding a,
.banners-effect-10 .banners > div a {
     display: block;
     position: relative;
     overflow: hidden;
}
     
     .banners-effect-10 .row-no-padding a:before,
     .banners-effect-10 .banners > div a:before {
     	position: absolute;
     	top: 0;
     	left: 0;
     	width: 100%;
     	height: 100%;
     	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
     	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
     	content: '';
     	opacity: 0;
     	-webkit-transform: translate3d(0,50%,0);
     	transform: translate3d(0,50%,0);
     	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     	transition: opacity 0.35s, transform 0.35s;
     }
     
          .banners-effect-10 .row-no-padding a:hover:before,
          .banners-effect-10 .banners > div a:hover:before {
               opacity: 1;
               -webkit-transform: translate3d(0,0,0);
               transform: translate3d(0,0,0);
          }
          
/* @end */

/* @group Computer6 banner */

.computer6-banner {
     padding: 0px 0px 159px 0px;
}

     .computer6-banner .title {
          color: #fff;
          font-size: 90px;
          line-height: 1;
          position: relative;
          margin-left: -4px;
          padding: 98px 0px 0px 0px;
     }
     
     .computer6-banner .price {
          color: #cb2d41;
          font-size: 30px;
          line-height: 1;
     }
     
          .computer6-banner .price .price-old {
               font-size: 25px;
               font-weight: 300;
               color: #666666;
               text-decoration: line-through;
          }
          
     .computer6-banner .button {
          margin: 13px 0px 0px 0px;
     }

/* @end */

/* @group Today deal computer6 */

.today-deals-computer6 {
     
}

     .today-deals-computer6 .box-heading {
          margin-top: -2px;
     }

     .today-deals-computer6 .box-content {
          padding: 0px;
          position: relative;
     }

.today-deals-computer6-products {
     position: relative;
     padding: 0px 0px 1px 0px;
     text-align: center;
}

     .today-deals-computer6-products .sale,
     .today-deals-computer6-products .new {
          z-index: 6;
     }
     
     .today-deals-computer6-products .is-countdown {
          padding: 0px;
          margin: 0px;
          position: relative;
          background: #fff;
          border: 1px solid #e5e5e5;
          border-top: none;
     }

          .today-deals-computer6-products .countdown-section {
               font-weight: 600;
               font-size: 11px;
               color: #cb2d41;
               padding: 0px 0px 5px 0px;
          }
          
          .today-deals-computer6-products .countdown-amount {
               font-size: 20px;
               font-weight: 400;
               color: #000;
               padding: 7px 0px 0px 0px;
          }
          
     .today-deals-computer6-products .product {
          padding: 19px 20px;
     }
     
     .today-deals-computer6-products .image {
          
     }
     
          .today-deals-computer6-products .image img {
               display: block;
               margin: 0px auto;
          }
          
     .today-deals-computer6-products .name {
          padding-top: 16px;
     }
     
          .today-deals-computer6-products .name a {
               font-size: 12px;
          }
     
     .today-deals-computer6-products .price {
     	color: #d9121f;
     	font-size: 13px;
     	font-weight: 600;
     	padding-top: 3px;
     	padding-left: 25px;
     	padding-right: 25px;
     }
     
     	.today-deals-computer6-products .price .price-old {
     		font-weight: 300 !important;
     		text-decoration: line-through;
     		color: #808080;
     	}

/* @end */

/* @group Social icons */

ul.social-icons-computer7 {
     list-style: none;
     padding: 10px 0px 0px 0px;
     padding-bottom: 0px !important;
     margin: 0px;
     position: relative;
     margin-bottom: -3px;
}

     ul.social-icons-computer7 li {
          display: inline-block;
          vertical-align: top;
          padding: 0px 9px 0px 9px;
          font-size: 24px;
     }
     
          #main ul.social-icons-computer7 li a {
               color: #3d3d3d;
          }
          
               #main ul.social-icons-computer7 li a:hover {
                    color: #fff;
               }

/* @end */

/* @group Computer8 newsletter */

.border-computer8-newsletter {
     border-top: 1px solid #dedede;
     border-bottom: 1px solid #dedede;
}

.computer8-newsletter {
     padding: 49px 0px 46px 0px;
}
     
     .computer8-newsletter .inputs {
          float: right;
          padding-left: 100px;
     }
     
          .computer8-newsletter .inputs input {
               margin: 0px 7px 0px 0px;
               height: 40px;
               width: 238px;
               line-height: 40px;
               font-size: 12px;
               vertical-align: top;
               display: inline-block;
          }
          
          .computer8-newsletter .inputs .button {
               padding-left: 30px;
               padding-right: 30px;
               margin: 0px;
               height: 40px;
               vertical-align: top;
               display: inline-block;
          }
     
     .computer8-newsletter .heading {
          float: left;
          line-height: 1;
          padding-top: 2px;
          padding-right: 100px;
     }
     
          .computer8-newsletter .heading .first-heading {
               font-size: 25px;
               font-weight: 600;
               color: #007dfe;
          }
          
          .computer8-newsletter .heading .second-heading {
               color: #000;
               padding-top: 3px;
          }
          
     .computer8-newsletter .strip-line {
          height: 1px;
          background: #c6c6c6;
          overflow: hidden;
          margin-top: 20px;
     }

/* @end */

/* @group Today deal computer8 */

.today-deals-computer8 {
     
}

     .today-deals-computer8 .box-heading {
          margin-top: -2px;
     }

     .today-deals-computer8 .box-content {
          padding: 0px;
          border: 1px solid #e5e5e5;
          margin-top: -1px;
          position: relative;
     }

.today-deals-computer8-products {
     position: relative;
     padding: 0px 0px 30px 0px;
     text-align: center;
}

     .today-deals-computer8-products .sale,
     .today-deals-computer8-products .new {
          margin-top: -1px !important;
          margin-left: -1px !important;
          z-index: 6;
     }
     
     .today-deals-computer8-products .is-countdown {
          padding: 0px;
          margin: 0px;
          position: relative;
          background: #fcfcfc;
          border-bottom: 1px solid #e5e5e5;
     }

          .today-deals-computer8-products .countdown-section {
               font-weight: 600;
               font-size: 11px;
               color: #fe0058;
               padding: 0px 0px 11px 0px;
          }
          
          .today-deals-computer8-products .countdown-amount {
               font-size: 20px;
               font-weight: 500;
               color: #000;
               padding: 13px 0px 0px 0px;
          }
          
     .today-deals-computer8-products .left {
          padding: 19px 19px 0px 19px;     
     }    
           
     .today-deals-computer8-products .image {
          
     }
     
          .today-deals-computer8-products .image img {
               display: block;
               margin: 0px auto;
          }
          
     .today-deals-computer8-products .name {
          padding-top: 17px;
          padding-left: 25px;
          padding-right: 25px;
     }
     
          .today-deals-computer8-products .name a {
               font-size: 12px;
          }
     
     .today-deals-computer8-products .price {
     	color: #d9121f;
     	font-size: 25px;
     	line-height: 25px;
     	font-weight: 600;
     	padding-top: 3px;
     	padding-left: 25px;
     	padding-right: 25px;
     }
     
     	.today-deals-computer8-products .price .price-old {
     		font-weight: 300 !important;
     		text-decoration: line-through;
     		font-size: 20px;
     		line-height: 25px;
     	}

/* @end */

/* @group Food tips */

.food-tips {
     padding: 124px 0px 114px 0px;
}

     .food-tips .first-heading {
          padding: 0px 0px 22px 0px;
          font-size: 40px;
          line-height: 1;
          color: #fff;
          font-weight: 300;
     }
     
          .food-tips .first-heading strong {
               color: #191919;
               font-weight: 500;
          }
     
     .food-tips .button {
          margin: 0px;
     }

/* @end */

/* @group petshop2 columns */

.petshop2-columns {
     background: #fbf9f3;
     border: 1px solid #e1e0da;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

     .petshop2-columns .row {
          margin: 0px;
     }
     
          .petshop2-columns .row > div {
               padding: 13px 37px 15px 37px;
          }

     .petshop2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e1e0da;
          left: 0;
     }
     
          .petshop2-columns .row > div:first-child:before {
               display: none;
          }
          
     .petshop2-columns p {
          padding: 9px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .petshop2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Today deal petshop2 */

.today-deals-petshop2 .clear:before {
     display: none !important;
}

.today-deals-petshop2-products {
     position: relative;
     text-align: center;
}

     .today-deals-petshop2-products .product {
          padding: 0px 30px 32px 30px;
     }

     .today-deals-petshop2-products .is-countdown {
          padding: 0px;
          margin: -30px 0px 30px 0px;
          position: relative;
     }

          .today-deals-petshop2-products .countdown-section {
               padding-top: 10px;
          }
          
          .today-deals-petshop2-products .countdown-amount {
               font-weight: bold;
          }
          
     .today-deals-petshop2-products .name {
          padding-top: 16px;
     }
     
     .today-deals-petshop2-products .price {
     	color: #d9121f;
     	font-size: 20px;
     	font-weight: 600;
     	padding-top: 6px;
     }
     
     	.today-deals-petshop2-products .price .price-old {
     		color: #232323;
     		font-weight: 400 !important;
     		text-decoration: line-through;
     		padding-right: 2px;
     		font-size: 20px;
     	}
     	
     	     body.firefox-mac .today-deals-petshop2-products .price .price-old  {
     	          font-weight: 300 !important;
     	     }
     	     
     .today-deals-petshop2-products .only-hover ul {
          padding: 6px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }
     
     .today-deals-petshop2-products .only-hover ul li {
          display: inline-block;
          padding: 5px 1px 5px 0px;
          vertical-align: top;
     }
     
          .today-deals-petshop2-products .only-hover ul li a {
               display: block;
               width: 45px;
               height: 45px;
               border-radius: 100px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               background: #fff;
               border: 1px solid #ccc;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
               font-size: 16px;
               padding: 10px 0px;
               text-align: center;
               cursor: pointer;
          }
          
               .today-deals-petshop2-products .only-hover ul li a:hover {
                    background: #d9121f;
                    border-color: #d9121f;
                    color: #fff;
               }
               
               .products-buttons-action-type-2 .today-deals-petshop2-products .only-hover ul li a {
                    border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
               }
               
               .products-buttons-action-type-3 .today-deals-petshop2-products .only-hover ul li a {
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
               }
               
               .products-buttons-action-type-4 .today-deals-petshop2-products .only-hover ul li a {
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
               }
               
               .today-deals-petshop2-products .only-hover ul li a.button-add-to-cart {
                    width: auto;
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 13px 30px 0px 55px;
                    position: relative;
               }
               
                    .today-deals-petshop2-products .only-hover ul li a.button-add-to-cart:before {
                         content: '';
                         position: absolute;
                         top: 14px;
                         left: 23px;
                         display: block;
                         width: 16px;
                         height: 16px;
                         background: url(../img/add-to-cart.png) top left no-repeat;
                    }

/* @end */

/* @group Box type 16 */

.box-type-16 #main .product-filter {
     padding: 0px 20px !important;
     background: #fbf9f3 !important;
     border: 1px solid #e1e0da;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     margin: 0px 0px 20px 0px;
     overflow: hidden;
}

     .box-type-16 #main .product-filter > div {
          margin: -8px 0px;
     }

     .box-type-16 #mfilter-content-container .product-grid {
          border: 1px solid rgba(0, 0, 0, .1);
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
     }
          
          .box-type-16 #mfilter-content-container .product-grid > div {
               margin: -1px;
          }
                    
          .box-type-16 #mfilter-content-container .product-grid:before,
          .box-type-16 #mfilter-content-container .product-grid:after {
               display: none;
          }
          
     .box-type-16 .product-grid .product:hover:before {
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
     }
     
.box-type-16 #main .product-list {
     border: 1px solid rgba(0, 0, 0, .1);
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     padding: 0px 14px;
     background-image: none;
}    

     .box-type-16 .product-list > div:before {
          left: -2px;
          right: -2px;
     }
     
          .box-type-16 .product-list > div:last-child:before {
               display: none;
          }
 
.box-type-16 .product-list > div {
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.box-type-16 .col-sm-3 .box-no-advanced.box .box-content, 
.box-type-16 .col-sm-4 .box-no-advanced.box .box-content, 
.box-type-16 .col-md-3 .box-no-advanced.box .box-content, 
.box-type-16 .col-md-4 .box-no-advanced.box .box-content,
.box-type-16 #top .my-account,
.box-type-16.cart-block-type-8 #top #cart_block .cart-heading,
.box-type-16.cart-block-type-8 #top #cart_block .cart-heading .cart-count,
.box-type-16 textarea, 
.box-type-16 input[type="text"], 
.box-type-16 input[type="password"], 
.box-type-16 input[type="datetime"], 
.box-type-16 input[type="datetime-local"], 
.box-type-16 input[type="date"], 
.box-type-16 input[type="month"], 
.box-type-16 input[type="time"], 
.box-type-16 input[type="week"], 
.box-type-16 input[type="number"], 
.box-type-16 input[type="email"], 
.box-type-16 input[type="url"], 
.box-type-16 input[type="search"], 
.box-type-16 input[type="tel"], 
.box-type-16 input[type="color"], 
.box-type-16 .uneditable-input, 
.box-type-16 select,
.box-type-16 .product-info .thumbnails li img, 
.box-type-16 .product-info .thumbnails-carousel img,
.box-type-16 .product-info .product-image,
.box-type-16 .product-info .cart,
.box-type-16 .popup,
.box-type-16 .header-type-13 .search_form,
.box-type-16 .header-type-13 .button-search,
.box-type-16 .product-info .cart .add-to-cart input {
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.box-type-16 .vertical .megamenuToogle-wrapper {
     border-radius: 3px 3px 0px 0px;
     -webkit-border-radius: 3px 3px 0px 0px;
     -moz-border-radius: 3px 3px 0px 0px;
}

.box-type-16 #main .vertical .megamenu-wrapper {
     border-radius: 0px 0px 3px 3px;
     -webkit-border-radius: 0px 0px 3px 3px;
     -moz-border-radius: 0px 0px 3px 3px;
}

.box-type-16.cart-block-type-8 #top #cart_block .cart-heading p {
     border-left-color: #d9d9d9;
     height: 45px;
     margin-top: -1px;
     margin-bottom: -1px;
     padding-top: 13px;
     padding-bottom: 1px;
}

/* @end */

/* @group Petshop2 contact */

.petshop2-contact {
     margin-top: -17px;
     margin-bottom: 10px;
}

.petshop2-contact .row > div:before {
     display: none;
}

/* @end */

/* @group Carparts2 columns */

.carparts2-columns {
     background: #fff url(../img/bg-carparts2-columns.png) top center no-repeat;
     border: 1px solid #e0e0e0;
     margin: 30px 0px 0px 0px;
     font-weight: 500;
}

     .carparts2-columns .row {
          margin: 0px;
     }
     
          .carparts2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .carparts2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e0e0e0;
          left: 0;
     }
     
          .carparts2-columns .row > div:first-child:before {
               display: none;
          }
          
     .carparts2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .carparts2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Carparts2 products */

.carparts2-products {
     padding-left: 41px;
}

.carparts2-products .product-grid .product {
     padding: 10px !important;
     background: #fff;
     margin-top: 30px !important;
     text-align: left;
}

     .carparts2-products .product-grid .product .image {
          text-align: center;
     }

     .carparts2-products .product-grid .product .sale,
     .carparts2-products .product-grid .product .new {
          display: none !important;
     }

     #main .carparts2-products .product-grid .product:before,
     #main .carparts2-products .product-grid .product:after {
          display: none !important;
     }
     
     .carparts2-products .product-grid .product .right {
          padding: 3px 20px 8px 20px;
     }
     
     .carparts2-products .product-grid .product .price {
          font-size: 20px;
     }
     
     .carparts2-products .product-grid .product .name a {
          font-size: 14px;
     }
     
     .carparts2-products .product-grid .product-hover .only-hover {
          padding-bottom: 20px !important;
     }
     
.carparts2-products-on-sale {
     padding: 28px 0px 10px 0px;    
}

     .carparts2-products-on-sale .heading {
          font-size: 25px;
          line-height: 1;
          font-weight: 500;
          color: #202020;
          padding: 0px 0px 20px 0px;
     }

/* @end */

/* @group Tools2 looking box */

.tools2-looking {
     padding: 122px 0px 110px 0px;
}

     .tools2-looking .first-heading {
          padding: 0px 0px 22px 0px;
          font-size: 40px;
          line-height: 1;
          color: #1a191a;
          font-weight: 300;
     }
     
          .tools2-looking .first-heading strong {
               color: #0074de;
               font-weight: 500;
          }
     
     .tools2-looking .button {
          margin: 0px;
     }

/* @end */

/* @group Tools2 button */

#main .tools2-button {
     margin: 0px;
     font-size: 12px !important;
     padding: 14px 41px 12px 41px !important;
     border-radius: 50px !important;
     -webkit-border-radius: 50px !important;
     -moz-border-radius: 50px !important;
}

/* @end */

/* @group Testimonials */

div.testimonial {
	max-width: 820px;
	margin: 0px auto;
	padding: 20px 0px 26px 0px;
}

	div.testimonial img[align=left] {
		margin-right: 30px;
	}
	
	div.testimonial img[align=right] {
		margin-left: 30px;
	}
	
	div.testimonial .author {
		line-height: 1.2;
		position: relative;
		margin-top: -3px;
	}
	
		div.testimonial span {
			font-size: 16px;
		}
		
		div.testimonial p {
			color: #c18107;
		}
		
	div.testimonial .description {
		font-size: 21px;
		line-height: 30px;
		font-weight: 200;
		padding: 4px 0px 0px 0px;
	}

/* @end */

/* @group Fashion4 social icons */

.fashion4-social-icons {
     
}

     .footer-about-us ul.social-icons.fashion4-social-icons li a {
          color: #808189;
     }
     
          .footer-about-us ul.social-icons.fashion4-social-icons li a:hover {
               color: #fff;
          }

/* @end */

/* @group Fashion5 sale */

.fashion5-sale {
     padding: 164px 0px 109px 0px;
}

     .fashion5-sale .heading {
          line-height: 1;
          color: #fff;
          font-size: 50px;
          font-weight: 500;
          padding: 0px 0px 10px 0px;
     }

     .fashion5-sale .button {
          margin: 0px;
     }

/* @end */

/* @group Fashion5 social icons */

.footer-about-us ul.fashion5-social-icons {
     padding-top: 18px;
}

.footer-about-us ul.fashion5-social-icons li a {
     color: #5e5e5e;
}

     .footer-about-us ul.fashion5-social-icons li a:hover {
          color: #fff;
     }

/* @end */

/* @group Stationery contact */

.stationery-contact {
     padding-bottom: 4px;
     padding-top: 14px;
}

     .stationery-contact .row > div {
          position: static;
     }

     .stationery-contact img {
          display: inline-block;
          vertical-align: top;
          margin: 14px 2px 0px 0px;
     }
     
     .stationery-contact .heading {
          display: inline-block;
          vertical-align: top;
          font-size: 11px;
          line-height: 1;
          text-transform: uppercase;
          font-weight: 600;
          padding: 20px 3px 0px 0px;
     }
     
     #main .stationery-contact p {
          display: inline-block;
          vertical-align: top;
          padding: 14px 0px 0px 0px;
          margin: 0px;
          font-size: 23px;
          font-weight: 300;
     }

/* @end */

/* @group Stationery Top Bar */

.stationery-top-bar {
     margin: 0px -15px;
     position: relative;
}

     .stationery-top-bar:before {
          display: block;
          content: '';
          position: absolute;
          top: 23px;
          left: 15px;
          right: 15px;
          height: 1px;
          background: rgba(0, 0, 0, .1);
          z-index: 0;
     }

     .stationery-top-bar > div {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .stationery-top-bar .background {
          display: inline-block;
          vertical-align: top;
          padding: 7px 15px 6px 15px;
          position: relative;
          z-index: 1;
     }
     
          .stationery-top-bar .background:before {
               display: block;
               content: '';
               position: absolute;
               top: 23px;
               left: -3px;
               right: -3px;
               height: 1px;
               background: #f6f6f6;
               z-index: -1;
          }
     
          .stationery-top-bar .background img {
               display: inline-block;
               vertical-align: top;
          }
          
          .stationery-top-bar .background p {
               vertical-align: top;
               display: inline-block;
               padding: 7px 0px 0px 0px;
               margin: 0px;
               font-size: 12px;
          }

/* @end */

/* @group Stationery phone */

.stationery-phone {
     display: inline-block !important;
     margin: 30px 40px 0px -301px;
     position: relative;
}

.stationery-phone img {
     display: inline-block;
     vertical-align: top;
     margin: 1px 0px 0px 0px;
}

.stationery-phone .heading {
     display: inline-block;
     vertical-align: top;
     font-size: 11px;
     line-height: 1;
     color: #00abe0;
     text-transform: uppercase;
     font-weight: 600;
     padding: 7px 3px 0px 0px;
     text-align: left;
}

.stationery-phone p {
     display: inline-block;
     vertical-align: top;
     padding: 2px 0px 0px 0px;
     margin: 0px;
     font-size: 27px;
     line-height: 1.3;
     font-weight: 300;
}

/* @end */

/* @group Box type 18 */

.box-type-18 .header-type-8 #top .search_form,
.box-type-18 #top .my-account,
.box-type-18.cart-block-type-4 #top #cart_block .cart-heading,
.box-type-18 .product-grid .product:hover:before,
.box-type-18 .col-sm-3 .box-no-advanced.box .box-content, 
.box-type-18 .col-sm-4 .box-no-advanced.box .box-content, 
.box-type-18 .col-md-3 .box-no-advanced.box .box-content, 
.box-type-18 .col-md-4 .box-no-advanced.box .box-content,
.box-type-18 .product-list > div:hover,
.box-type-18 .product-info .cart,
.box-type-18 .product-info .thumbnails li img, 
.box-type-18 .product-info .thumbnails-carousel img,
.box-type-18 .product-info .product-image,
.box-type-18 textarea, 
.box-type-18 input[type="text"], 
.box-type-18 input[type="password"], 
.box-type-18 input[type="datetime"], 
.box-type-18 input[type="datetime-local"], 
.box-type-18 input[type="date"], 
.box-type-18 input[type="month"], 
.box-type-18 input[type="time"], 
.box-type-18 input[type="week"], 
.box-type-18 input[type="number"], 
.box-type-18 input[type="email"], 
.box-type-18 input[type="url"], 
.box-type-18 input[type="search"], 
.box-type-18 input[type="tel"], 
.box-type-18 input[type="color"], 
.box-type-18 .uneditable-input, 
.box-type-18 select,
.box-type-18 .product-info .cart .add-to-cart input,
.box-type-18 .popup,
.box-type-18 .button-previous-next,
.box-type-18 .product-info .thumbnails-carousel .owl-buttons .owl-prev, 
.box-type-18 .product-info .thumbnails-carousel .owl-buttons .owl-next,
.box-type-18 ul.megamenu li .sub-menu .content {
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.box-type-18 .box .box-heading {
     border-radius: 3px 3px 0px 0px;
     -webkit-border-radius: 3px 3px 0px 0px;
     -moz-border-radius: 3px 3px 0px 0px;
}

/* @end */

/* @group Stationery categories */

.stationery-categories {
     position: relative;
     z-index: 24;
}

     .stationery-categories .row {
          margin-top: -90px;
     }
     
     .stationery-categories:before {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          background: #f6f6f6;
          height: 263px;
     }
     
     .stationery-categories img {
          display: block;
          margin: 0px auto;
     }
     
     .stationery-categories .row > div {
          padding-top: 30px;
     }
     
/* @end */

/* @group Stationery back to school */

.stationery-back-to-school .box .box-content.products {
     padding-left: 15px;
     padding-right: 15px;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.stationery-back-to-school .box .clear {
     display: none;
}

.stationery-back-to-school .box .box-heading {
     color: #fff;
}

.stationery-back-to-school > div {
     min-height: 670px;
}

.back-to-school {
     padding: 100px 82px 7px 75px;
}

@media (max-width: 1098px) { 
     .responsive .back-to-school {
          padding-left: 0px;
          padding-right: 0px;
     }
     
}

.back-to-school .left {
     float: left;
     padding-top: 1px;
     padding-right: 30px;
}

     .back-to-school .line {
          background: rgba(255, 255, 255, .2);
          height: 1px;
          overflow: hidden;
          margin-top: 87px;
     }

     .back-to-school .left .first-heading {
          color: #f8721f;
          font-size: 40px;
          line-height: 1;
          padding-left: 2px;
          font-weight: 300;
     }
     
     .back-to-school .left .second-heading {
          font-size: 80px;
          line-height: 1;
          font-weight: bold;
          color: #fff;
          padding-top: 4px;
     }

.back-to-school .right {
     float: right;
     padding-left: 30px;
     padding-top: 63px;
}

@media (max-width: 767px) { 
     .responsive .back-to-school {
          text-align: center;
     }
     
     .responsive .back-to-school .left {
          float: none;
          padding-right: 0px;
     }
     
     .responsive .back-to-school .right {
          float: none;
          padding-left: 0px;
          padding-top: 40px;
     }
     
     .responsive .back-to-school .line {
          display: none;
     }
     
     .responsive .stationery-back-to-school .box .box-content.products {
          padding-left: 0px;
          padding-right: 0px;
     }
}

/* @end */

/* @group stationery2 columns */

.stationery2-columns {
     background: #fff;
     margin: 30px 0px 0px 0px;
}

     .stationery2-columns .row {
          margin: 0px;
     }
     
          .stationery2-columns .row > div {
               padding: 12px 37px 13px 37px;
          }

     .stationery2-columns .row > div:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 1px;
          background: #e5e5e5;
          left: 0;
     }
     
          .stationery2-columns .row > div:first-child:before {
               display: none;
          }
          
     .stationery2-columns p {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          line-height: 15px;
     }
     
     .stationery2-columns img {
          display: block;
          float: left;
          margin: 0px 15px 0px 0px;
     }

/* @end */

/* @group Box type 19 */

.box-type-19 .clear {
     display: none;
}
     
          .box-type-19 .center-column .product-grid:before,
          .box-type-19 .center-column .product-grid:after {
               display: none;
          }
     
          .box-type-19 .box-content.products > div {
               position: relative;
               margin: -1px;
               overflow: hidden;
          }
     
          .box-type-19 #main .box-content.products .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }
          
          .box-type-19 #main .center-column .product-grid {
               padding-left: 14px;
               padding-right: 14px;
          }
     
.box-type-19 .tab-content:before,
.box-type-19 .tab-content:after {
     display: none;
}
     
     .box-type-19 .tab-content {
          padding-left: 35px !important;
          padding-right: 35px !important;
     }
          
          .box-type-19 .filter-product .tab-content {
               padding-left: 0px !important;
               padding-right: 0px !important;
          }
          
          .box-type-19 .tab-content > div > div {
               margin: -1px;
               overflow: hidden;
          }
     
          .box-type-19 #main .tab-content .product-grid {
               padding-left: 15px;
               padding-right: 15px;
          }

.box-type-19 .col-sm-3 .box-no-advanced .box-heading, 
.box-type-19 .col-sm-4 .box-no-advanced .box-heading, 
.box-type-19 .col-md-3 .box-no-advanced .box-heading, 
.box-type-19 .col-md-4 .box-no-advanced .box-heading {
     padding-bottom: 8px;
}
     
.box-type-19 .col-sm-3 .box-no-advanced .box-content, 
.box-type-19 .col-sm-4 .box-no-advanced .box-content, 
.box-type-19 .col-md-3 .box-no-advanced .box-content, 
.box-type-19 .col-md-4 .box-no-advanced .box-content {
     margin-top: 0px !important;
     border: none !important;
}

.box-type-19 .box-with-categories .box-heading {
     padding-top: 25px !important;
     padding-bottom: 18px !important;
}

.box-type-19 .cart-info table {
     background: #fff;
}

     .box-type-19 .cart-info table tr {
          background: none !important;
     }

     .box-type-19 .cart-info table td:last-child {
          padding-right: 30px !important;
     }
     
     .box-type-19 .cart-info table td:first-child {
          padding-left: 30px !important;
     }
     
.box-type-19 #main .product-list {
     padding: 0px 14px;
     background-image: none;
}    

     .box-type-19 .product-list > div:before {
          left: -2px;
          right: -2px;
     }
     
          .box-type-19 .product-list > div:last-child:before {
               display: none;
          }

.box-type-19 #main .product-filter {
     padding: 0px 20px !important;
     background: #fff !important;
     margin: 0px 0px 20px 0px;
     overflow: hidden;
}

     .box-type-19 #main .product-filter > div {
          margin: -8px 0px;
     }
     
.box-type-19 .today-deals-toys2-products .is-countdown {
     border-radius: 0px;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     margin-top: -37px;
}

/* @end */

/* @group Stationery2 parallax */

.stationery2-parallax {
     text-align: center;
     color: #fff;
     padding: 119px 0px 106px 0px;
}

.stationery2-parallax .first-heading {
     font-family: 'Shadows Into Light', cursive;
     font-size: 45px;
     line-height: 1;
}

.stationery2-parallax .second-heading {
     font-size: 55px;
     font-weight: bold;
     line-height: 1;
     padding: 8px 0px 14px 0px;
}

/* @end */

/* @group Stationery2 parallax2 */

.stationery2-parallax2 {
     text-align: center;
     color: #fff;
     padding: 80px 0px 65px 0px;
}

.stationery2-parallax2 .first-heading {
     font-family: 'Shadows Into Light', cursive;
     font-size: 45px;
     line-height: 1;
}

.stationery2-parallax2 .second-heading {
     font-size: 55px;
     font-weight: bold;
     line-height: 1;
     padding: 8px 0px 14px 0px;
}

/* @end */

/* @group Toys3 categories */

.toys3-categories {
     background: #fff;
     width: 100%;
     border: 1px solid #e5e5e5;
     border-top: none;
}

     .toys3-categories > div {
          float: left;
          width: 12.5%;
          padding: 0px 0px 0px 1px;
     }
     
          .toys3-categories > div {
               background: url(../img/bg-megamenu.png) top left repeat-y;
          }
     
               .toys3-categories > div:first-child {
                    background: none;
                    padding: 0px;
               }
          
          .toys3-categories > div > a {
               display: block;
               height: 108px;
               font-size: 16px;
               line-height: 1;
               font-weight: bold;
               padding: 27px 30px 0px 30px;
          }

/* @end */

/* @group Toys3 products */

.toys3-products.box .box-content.products {
}

     .toys3-products .advanced-grid-products .product, 
     .toys3-products .advanced-grid-products .product:first-child {
          padding: 20px 10px;
     }
     
          .toys3-products .advanced-grid-products .product .image {
               width: 40%;
               max-width: 103px;
          }
          
          .toys3-products .advanced-grid-products .product .right {
               width: 60%;
               margin-left: 0 !important;
               padding-left: 23px;
               padding-top: 20px;
               margin-right: 0 !important;
          }

/* @end */

/* @group toys3 Newsletter */

.toys3-newsletter {
     height: 150px;
     padding: 45px 0px 0px 0px;
}

     .newsletter.toys3-newsletter .heading p {
          font-size: 25px;
          line-height: 25px;
          font-weight: 800;
          padding-top: 7px;
          color: #32bb0f;
     }
     
     .newsletter.toys3-newsletter .content p {
          border-color: #32bb0f;
          text-align: left;
          padding-left: 49px;
          padding-top: 14px;
          font-size: 16px;
     }
     
     .toys3-newsletter.newsletter .inputs {
          padding-right: 65px;
          text-align: right;
     }
     
          .toys3-newsletter.newsletter .inputs input {
               width: 187px;
               border: none;
          }
     
          .toys3-newsletter.newsletter .inputs .button {
               padding-top: 14px;
          }

/* @end */

/* @group Toys3 parallax */

.toys3-parallax {
     padding: 118px 0px 100px 0px;
}

     .toys3-parallax .first-heading {
          font-size: 13px;
          font-weight: 700;
          line-height: 10px;
          color: #ffdb18;
          text-transform: uppercase;
     }
     
     .toys3-parallax .second-heading {
          color: #fff;
          font-size: 50px;
          line-height: 45px;
          font-weight: 800;
          padding: 5px 0px 17px 0px;
     }

/* @end */

/* @group Fashion6 contact */

.fashion6-contact .row {
	padding-bottom: 59px;
	margin-top: -10px;
}

.fashion6-contact .row > div {
	position: relative;
	padding-top: 0;
}

	.fashion6-contact .row > div:first-child:before {
		display: none;
	}

	.fashion6-contact .row > div:before {
		content: '';
		position: absolute;
		background: #e5e5e5;
		width: 1px;
		top: 2px;
		bottom: 0;
		left: 0;
	}
	
	@media (max-width: 767px) {
		.responsive .fashion6-contact .row > div:before {
			display: none;
		}
		
		.responsive .fashion6-contact .row > div {
			padding-bottom: 40px;
		}
	}

/* @end */

/* @group Fashion6 parallax */

.fashion6-parallax {
	padding: 133px 0px 125px 0px;
}

	.fashion6-parallax .first-heading {
		font-size: 65px;
		line-height: 55px;
		font-weight: bold;
	}
	
	.fashion6-parallax .second-heading {
		font-size: 65px;
		color: #bf9e50;
		line-height: 55px;
		font-weight: bold;
	}
	
	.fashion6-parallax .button {
		margin-top: 22px;
	}

/* @end */

/* @group Fashion6 megamenu */

.fashion6-megamenu {
	padding: 10px 0px 0px 0px;
	font-weight: 600;
	line-height: 27px;
}
	
	.fashion6-megamenu ul {
		list-style: none;
		padding: 12px 0px 0px 0px;
		margin: 0px 0px -7px 0px;
		position: relative;
	}

/* @end */

/* @group Fashion7 banners */

.fashion7-banners {
	position: relative;
}

	.fashion7-banners:before {
		content: '';
		position: absolute;
		background: #e5e5e5;
		height: 1px;
		left: -10000px;
		right: -10000px;
		bottom: 0;
		z-index: -1;
	}
	
	.fashion7-banners .row {
		
	}
	
		.fashion7-banners .row > div {
			padding-left: 0;
			position: relative;
			padding-right: 0;
		}
			
			.fashion7-banners .row > div:before {
				content: '';
				left: 0;
				top: 0;
				bottom: 0;
				width: 1px;
				background: #e5e5e5;
				position: absolute;
			}
			
			.fashion7-banners .row > div:first-child:before {
				display: none;
			}
		
		.fashion7-banners img {
			display: block;
			margin: 0px auto;
		}

@media (max-width: 767px) {
	.responsive .fashion7-banners .row > div:before {
		left: -20px;
		right: -20px;
		top: -1px;
		bottom: auto;
		height: 1px;
		width: auto;
	}
}

/* @end */

/* @group Fashion7 featuress */

.fashion7-features {
	position: relative;
	padding-bottom: 35px;
}

	.fashion7-features:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1000px;
		right: -1000px;
		z-index: -1;
		background: #f3f3f3;
	}
	
	.fashion7-features .row > div {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding-top: 39px;
		position: relative;
	}
	
		.fashion7-features .row > div:before {
			position: absolute;
			height: 1px;
			width: 46%;
			background: #dadada;
			left: -23%;
			top: 51%;
			content: '';
		}
			
			.fashion7-features .row > div:first-child:before {
				display: none;
			}
		
		.fashion7-features img {
			display: block;
			margin: 0px auto 8px auto;
		}
		
@media (max-width: 767px) {
	.responsive .fashion7-features .row > div:before {
		display: none;
	}
}
		
/* @end */

/* @group Fashion7 banners2 */

.fashion7-banners2 {
	position: relative;
	margin-top: 30px;
}

	.fashion7-banners2:before {
		content: '';
		position: absolute;
		background: #e5e5e5;
		height: 1px;
		left: -10000px;
		right: -10000px;
		top: 0;
		z-index: -1;
	}
	
	.fashion7-banners2 .row {
		
	}
	
		.fashion7-banners2 .row > div {
			padding-left: 0;
			position: relative;
			padding-right: 0;
		}
			
			.fashion7-banners2 .row > div:before {
				content: '';
				left: 0;
				top: 0;
				bottom: 0;
				width: 1px;
				background: #e5e5e5;
				position: absolute;
			}
			
			.fashion7-banners2 .row > div:first-child:before {
				display: none;
			}
		
		.fashion7-banners2 img {
			display: block;
			margin: 0px auto;
		}

@media (max-width: 767px) {
	.responsive .fashion7-banners2 .row > div:before {
		left: -20px;
		right: -20px;
		top: 0px;
		bottom: auto;
		height: 1px;
		width: auto;
	}
}

/* @end */

/* @group Header Type 8 */

.body-header-type-27 #main {
	margin-left: 300px;
}

	.body-header-type-27 #top .pattern > .container {
		padding-bottom: 0;
	}
		
	.body-header-type-27 .slider-header {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 300px;
		background: #000000;
		padding: 0px 50px;
		text-align: center;
	}
	
		.body-header-type-27 .slider-header .container {
			width: auto !important;
			padding-left: 0;
			padding-right: 0;
			margin: 0px !important;
		}
		
		.body-header-type-27 #top .dropdown {
			margin: 10px 8px 0px 8px;
		}
		
		.body-header-type-27 #top .logo {
			padding-top: 50px;
		}
		
	.body-header-type-27 #top .search_form {
		margin: 31px auto 0px auto !important;
		width: 45px !important;
		height: 45px !important;
		display: block;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		cursor: pointer;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		text-align: center;
		padding: 12px 1px 0px 0px;
	}
	
		.body-header-type-27 #top .search_form .button-search {
			display: block;
			margin: 0px auto;
			right: auto;
			top: auto;
			left: auto;
			bottom: auto;
			position: relative;
		}
		
	.body-header-type-27 ul.megamenu {
		text-align: left;
		padding-top: 57px;
	}
	
		@media (max-width: 991px) {
			.responsive .body-header-type-27 ul.megamenu {
				padding-top: 0;
			}
		}
	
	.body-header-type-27 ul.megamenu > li {
		margin: 0px !important;
		float: none !important;
		padding: 0px !important;
		border-top: 1px solid #262626;
	}
	
		.body-header-type-27 ul.megamenu > li:first-child {
			border: none;
		}
		
		.body-header-type-27 ul.megamenu > li > a {
			height: auto !important;
			padding: 13px 0px 13px 0px !important;
			margin: 0px !important;
		}
		
	.body-header-type-27 .megamenu-background {
		border: none;
	}
	
	.body-header-type-27 #top #cart_block {
		margin: 50px 0px 0px 0px;
	}
	
	.body-header-type-27 ul.megamenu > li.with-sub-menu > a strong:after,
	.body-header-type-27 #top #cart_block .cart-heading p:after {
		content: "\f054";
	}
	
	.body-header-type-27 .horizontal ul.megamenu > li > .sub-menu {
		max-width: none;
		left: 100%;
		right: auto;
		margin-top: -48px;
	}
	
	.body-header-type-27 ul.megamenu > li > .sub-menu > .content > .arrow {
		left: 0 !important;
	}
		
		.body-header-type-27 ul.megamenu > li > .sub-menu > .content > .arrow:after {
			margin-top: -10px;
			margin-left: -15px;
			transform:rotate(-90deg); 
			-webkit-transform:rotate(-90deg); 
			-moz-transform:rotate(-90deg); 
			-o-transform:rotate(-90deg); 
		}
		
	.body-header-type-27 #top #cart_block .dropdown-menu {
		left: 100%;
		margin-top: -18px;
		right: auto;
		margin-left: 40px;
	}
	
		.body-header-type-27 #top #cart_block .dropdown-menu:before {
			position: absolute;
			content: '';
			top: 0;
			left: -40px;
			width: 40px;
			bottom: 0;
		}
		
		.body-header-type-27 #top #cart_block .dropdown-menu:after {
			left: -15px;
			top: 18px;
			right: auto;
			transform:rotate(-90deg); 
			-webkit-transform:rotate(-90deg); 
			-moz-transform:rotate(-90deg); 
			-o-transform:rotate(-90deg); 
		}
		
		.body-header-type-27 #top #cart_block.open .dropdown-menu {
			margin-top: -48px !important;
		}
		
	@media (max-width: 991px) {
		.responsive .body-header-type-27 #main {
			margin-left: 0;
		}
		
			.responsive .body-header-type-27 .slider-header {
				position: relative;
				top: 0;
				left: 0;
				bottom: auto;
				width: auto;
				padding: 0px 20px 30px 20px;
			}
			
			.responsive .body-header-type-27 #top #cart_block {
				margin-top: 30px;
			}
			
			.responsive .body-header-type-27 #top #cart_block .cart-heading p:after {
				content: "\f078";
			}
			
			.responsive .body-header-type-27 #top .search_form {
				margin-top: 21px !important;
			}
			
		.responsive .body-header-type-27 #top .pattern > .container {
			padding-bottom: 30px;
		}
	}
		
/* @end */

/* @group One product parrallax */

.oneproduct-parallax {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	padding: 189px 0px;
}

/* @end */

/* @group One product parrallax2 */

.oneproduct-parallax2 {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	padding: 189px 0px;
	max-width: 457px;
	float: right;
	color: #fff;
	display: block;
	width: 100%;
}

/* @end */

/* @group One product sections */

.onepage-sections {
	
}

	.onepage-sections .section {
		padding-bottom: 40px;
	}
	
		.onepage-sections .title {
			text-align: center;
			font-size: 40px;
			line-height: 1;
			padding-top: 32px;
		}
		
		.onepage-sections .specification {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.onepage-sections .specification li {
				background: #f2f2f2;
				position: relative;
				margin: 0px -1000px;
				padding: 12px 1000px 8px 1000px;
			}
		
				.onepage-sections .specification li:nth-child(even) {
					background: #fff;
					padding-top: 22px;
					padding-bottom: 18px;
				}
				
				.onepage-sections .specification li p.first {
					padding: 0px;
					margin: 0px;
					float: left;
					width: 50%;
					font-weight: 600;
					padding-right: 15px;
					text-align: right;
				}
				
				.onepage-sections .specification li p.second {
					padding: 0px;
					margin: 0px;
					float: left;
					width: 50%;
					padding-left: 15px;
				}
				
		.onepage-sections .section .content {
			padding-top: 52px;
			padding-bottom: 0px;
		}
		
			.onepage-sections .price {
				font-size: 60px;
				line-height: 1;
				font-weight: 500;
				color: #890239;
				position: relative;
				margin-top: -10px;
			}
			
			.onepage-sections .inputs {
				padding-top: 38px;
			}
			
				.onepage-sections .inputs select {
					width: 290px;
					margin: 0px;
				}
				
				.onepage-sections .inputs .select {
					display: inline-block;
					vertical-align: top;
				}
				
				.onepage-sections .inputs .button {
					margin: 0px 0px 0px 17px;
				}

/* @end */

/* @group Sport 2 newsletter */

.newsletter.sport2-newsletter .content p {
	border-color: #ff6d00;
}

/* @end */

/* @group Logout update */

.my-account-with-logout {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

	#top .my-account-with-logout .dropdown-menu {
		right: -37px;
	}
	
	.rtl #top .my-account-with-logout .dropdown-menu {
		right: auto;
		left: -37px;
	}

/* @end */

/* @group Box category */

@media (max-width: 991px) {
	.responsive .box-with-categories .box-heading {
		cursor: pointer;
	}
	
		.responsive .box-with-categories .box-heading:after {
			content: "\f078";
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\f078";
			padding: 5px 15px;
			font-size: 11px;
			vertical-align: top;
		}
		
			.responsive .box-with-categories.active .box-heading:after {
				content: "\f077";
			}
	
	.responsive .box-content.box-category {
		display: none;
	}
	
		.responsive .active .box-content.box-category {
			display: block;
		}
}

/* @end */

/* @group Fixed header */

.fixed-header-1 {
	position: fixed;
	top: -100px;
	display: none;
	z-index: 999;
	background: #fff;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	left: 0;
	right: 0;
}

	.body-header-type-21 .fixed-header-1 {
		top: -130px;
	}
	
	.body-header-type-21 .fixed-header {
		top: 0px;
	}

	@media (min-width: 1160px) {
		.fixed-header-1 {
			display: block;
		}
	}
	
	.fixed-header {
		top: 0;
	}

.fixed-header-1.header-type-3 #top .pattern > .container {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -10px;
}

	.fixed-header-1.header-type-3.header-type-10 #top .pattern > .container {
		margin-top: 0;
	}

.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper, 
body[class*="product-category-"].show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	margin-top: 20px;
}

	.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper, 
	body[class*="product-category-"].show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	
.fixed-header-1.header-type-19 .megamenu-wrapper {
	 visibility: hidden !important;
	 opacity: 0 !important;
	 margin-top: 20px !important;
	 transition: all 0.2s ease-in;
	 -webkit-transition: all 0.2s ease-in;
	 -moz-transition: all 0.2s ease-in;
}

	.fixed-header-1.header-type-19 .container-megamenu:hover .megamenu-wrapper {
		 opacity: 1 !important;
		 visibility: visible !important;
		 margin-top: 0 !important;
	}

.body-header-type-19.common-home .fixed-header-1 #slider .pattern {
	margin-top: 0;
}

.fixed-header-1 #top {
	position: relative !important;
}

/* @end */

/* @group Onepage checkout */

#quickcheckoutconfirm .col-sm-6 label {
	padding-top: 18px;
}

#main .quickcheckout-content {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}

#main .quickcheckout-cart thead td {
	border-color: #e5e5e5;
	background: #f5f5f5;
}

#main table.quickcheckout-cart {
	border-color: #e5e5e5;
}

#terms .quickcheckout-content {
	background: none;
	border: none;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

.quantity .input-group-btn button {
	padding-left: 20px;
	padding-right: 20px;
}

.quickcheckout-content table tbody tr:first-child td {
	border-top: none;
}

#main .quickcheckout-heading {
	background: #f5f5f5;
}

#quickcheckoutconfirm #create_account .col-sm-6 label {
	padding-top: 0;
}

#quickcheckoutconfirm #create_account .col-xs-12 {
	padding-bottom: 15px;
}

/* @end */

/* @group Header type 27 fix bug */

.body-header-type-27 #main .container {
	max-width: 100% !important;
}

/* @end */

/* @group Rodo */

.newsletter_rodo {
	padding: 0px 50px 15px 20px;
	text-align: right;
	position: relative;
	margin-top: -20px;
}

@media (max-width: 1270px) {
	.newsletter_rodo {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.newsletter_rodo {
		padding-right: 20px;
		margin-top: 0px;
	}
}

.newsletter_rodo2 {
	padding: 20px 0px 15px 0px;
	position: relative;
}

.newsletter_rodo3 {
	padding: 0px 0px 15px 0px;
	text-align: right;
	position: relative;
	margin-top: -20px;
}

@media (max-width: 991px) {
	.newsletter_rodo3 {
		margin-top: 0px;
	}
}

.newsletter_rodo4 {
	padding: 0px 0px 15px 0px;
	text-align: right;
	position: relative;
	margin-top: -36px;
}

@media (max-width: 991px) {
	.newsletter_rodo4 {
		margin-top: 0px;
	}
}

.newsletter_rodo5 {
	padding: 20px 0px 15px 0px;
	position: relative;
	text-align: center;
}

.white_rodo {
	color: #fff;
}

	.white_rodo a {
		color:  #fff;
	}

/* @end */

.quickcheckout-cart .form-control {
     min-width: 60px;
}

/* @group New default version */

.body-header-type-1.megamenu-type-35 #top .pattern > .container {
     padding-top: 6px;
     padding-bottom: 30px;
}

.box-instagram {
     position: relative;
     margin-bottom: -60px;
}

@media (max-width: 767px) {
     .responsive .box-instagram {
          margin-bottom: -35px;
     }
}

     .box-instagram .box-content {
          padding: 0px !important;
     }
     
     .instagram-list {
          
     }
     
          .instagram-list .item {
               float: left;
               width: 10%;
               background: #000;
          }
               
               .instagram-list .item img {
                    display: block;
                    width: 100%;
                    margin: 0px;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
               }
               
                    .instagram-list .item:hover img {
                         opacity: 0.8;
                    }
                    
          .instagram-list .last-item {
               width: 20%;
               float: left;
               background: #d9121f;
               position: relative;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .instagram-list .last-item:hover {
                    background: #1f1f1f;
               }
          
               .instagram-list .last-item img {
                    background: none !important;
                    max-height: none;
                    width: 100%;
                    display: block;
                    margin: 0px;
               }
               
               .instagram-list .last-item a {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
               }
                    
                    .instagram-list .last-item a span {
                         position: absolute;
                         left: 48px;
                         right: 20px;
                         top: 50%;
                         color: #fff;
                         transform: translateY(-50%);
                         -webkit-transform: translateY(-50%);
                         -moz-transform: translateY(-50%);
                         font-size: 11px;
                         font-weight: bold;
                         text-transform: uppercase;
                         text-decoration: underline;
                    }
                    
               @media (max-width: 991px) {
                    .responsive .instagram-list .last-item a span {
                         left: 20px;
                    }
               }
               
               @media (max-width: 767px) {
                    .responsive .instagram-list .item {
                         width: 20%;
                    }
                    
                    .responsive .instagram-list .last-item {
                         width: 40%;
                    }
               }
               
.banner-big-sale.type-2 h3 {
     font-size: 50px;
     line-height: 45px;
     color: #333;
}

.banner-big-sale.type-2 {
     padding-top: 60px;
     padding-bottom: 80px;
}

.new-promotion-columns {
    background-color: #fef7e5;
    border: 0;
    margin: 0;
    font-weight: 500;
    clear: both;
    text-align: left;
}

     .new-promotion-columns .row>div:before{display:none}
     
#main .categories-wall.type-3 {
     margin: 0px !important;
}

.categories-wall.type-3 > div {
     padding: 0px 15px;
}

     .categories-wall.type-3 > div:first-child:before {
          top: -1px;
     }

.categories-wall.type-3 .category-wall .image {
     margin: 20px 0px 0px 0px;
}


.categories-wall.type-3 .category-wall {
     padding: 0px;
}

.lookbook {
     padding: 36px 0px 0px 0px;
}

     .lookbook .info {
          padding: 128px 0px 128px 22%;
     }
     
          .lookbook .info .first-heading {
               font-size: 50px;
               line-height: 45px;
               color: #333333;
               font-weight: 500;
               padding: 0px 0px 8px 0px;
          }
          
          .lookbook .info .second-heading {
               font-family: Caveat;
               font-size: 30px;
               line-height: 1;
               color: #1349b2;
               padding: 0px 0px 19px 0px;
          }
          
     @media (max-width: 1270px) {
          .responsive .lookbook .info {
               padding: 88px 0px 88px 0;
          }
     }
     
     @media (max-width: 1098px) {
          .responsive .lookbook .info {
               padding: 68px 0px 68px 0;
          }
     }
     
     @media (max-width: 767px) {
          .responsive .lookbook .info {
               padding: 58px 0px 68px 0;
          }
     }

     .lookbook .image {
          position: relative;
     }
     
          .lookbook .image img {
               display: block;
               margin: 0px auto;
          }
          
          .lookbook .image .pin {
               position: absolute;
               top: 0;
               left: 0;
          }
          
               .lookbook .image .pin a {
                    height: 40px;
                    width: 40px;
                    display: block;
                    background: #d9121f;
                    border: 3px solid #fff;
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    transition: all 0.2s ease-in;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    text-align: center;
                    line-height: 34px;
                    color: #fff;
                    font-weight: bold;
                    font-size: 13px;
                    -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
                            animation: pulsate-bck 2s ease-in-out infinite both;
               }
                    
                    .lookbook .image .pin a:hover {
                         background: #333;
                    }
                    
                    @-webkit-keyframes pulsate-bck {
                      0% {
                        -webkit-transform: scale(1);
                                transform: scale(1);
                      }
                      50% {
                        -webkit-transform: scale(0.9);
                                transform: scale(0.9);
                      }
                      100% {
                        -webkit-transform: scale(1);
                                transform: scale(1);
                      }
                    }
                    @keyframes pulsate-bck {
                      0% {
                        -webkit-transform: scale(1);
                                transform: scale(1);
                      }
                      50% {
                        -webkit-transform: scale(0.9);
                                transform: scale(0.9);
                      }
                      100% {
                        -webkit-transform: scale(1);
                                transform: scale(1);
                      }
                    }

/* @end */

/* @group New header notice */

.new-header-notice {
     background: url(../img/header_notice.jpg) top center;
     display: block;
     position: relative;
     margin: -15px -1000px -17px -1000px;
     padding: 17px 1000px 16px 1000px;
     font-size: 18px;
     font-weight: normal;
}

.header-notice a.close-notice {
     position: relative;
     z-index: 9;
}

.new-header-notice span {
     font-family: Caveat;
     color: #d9121f;
     font-size: 40px;
     line-height: 0.3;
     display: inline-block;
     margin: 8px 11px 0px 0px;
     vertical-align: top;
}

.header-notice-button {
     display: inline-block;
     vertical-align: top;
     padding: 0px 28px 0px 28px;
     line-height: 20px;
     font-size: 11px;
     font-weight: bold;
     text-transform: uppercase;
     color: #333 !important;
     background: #fff;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     margin: 3px 0px 0px 26px;
}

     .header-notice-button:hover {
          background: #333;
          color: #fff !important;
     }
     
@media (max-width: 767px) {
     .responsive .header-notice-button {
          display: none;
     }
     
     .responsive .new-header-notice span {
          font-size: 30px;
     }
}

/* @end */

ul.megamenu > li.with-sub-menu > a strong:after , #top #cart_block .cart-heading p:after{
    color: #fff !important;
}

@font-face {
    font-family: 'Flaming';
    src: url('../fonts/Flaming.eot');
    src: url('../fonts/Flaming.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flaming.woff2') format('woff2'),
        url('../fonts/Flaming.woff') format('woff'),
        url('../fonts/Flaming.ttf') format('truetype'),
        url('../fonts/Flaming.svg#Flaming') format('svg');
    font-weight: normal;
    font-style: normal;
}

#slider .title{ font-family: 'Flaming' !IMPORTANT;
    font-size: 84px !important;}
.banners ul { width:50%; float:left; padding:0;}
.banners .col-sm-6{ padding:0;padding-right: 20px;}
.banners .col-sm-6 a{display: block; margin-bottom:20px;}
.banners ul li{list-style:none;}
.banners > div > .container{padding-left:0% !important;
    padding-right: 0% !important;    width: 90% !IMPORTANT;}
	#camera_1.container{padding:0 !important;}
	#camera_1 .owl-item{height:auto !important;}
	
	.banners .col-sm-6:last-child, .banners .col-sm-6 ul:last-child{ padding:0 !important;}
.banners .col-sm-6 ul { padding-right:22px;}
.main-content .container{ width:90% !important;}
.product-grid .col-sm-25{ padding-left:5px !important; padding-right:5px !important;}
.full-banner .container{    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0px;
    width: 100% !important;}
	.full-banner{ margin-top:60px;}
	.fixed-header #top{ background:#111;}
	
	 .box .box-heading{  margin: 0px auto 20px auto;
    padding: 0px 0px 9px 0px;
    display: inline-block;
    font-size: 53px;
    font-weight: 500;
    border-bottom: 0px solid #d9121f;
    position: relative;
    z-index: 2;
    font-family: 'Flaming' !IMPORTANT;
    letter-spacing: 1px;
    line-height: 46px;}
	.half-area .col-sm-6 .box{     width: 45%;
    float: left;margin-top: 0;
    padding-top: 0;}
	
	.half-area .col-sm-6 > img{    float: left;
    width: 50%;
    margin-top: 130px;}
	.info-area{ text-align:center;}
	  .advanced-grid .container  {width: 100% !important;}
	  .info-area .content{ padding-bottom:0;}
	 .info-area .content h6 {    text-transform: uppercase;
    font-size: 16px;}
	.testimonial-area > div{ background-attachment:fixed !important;}
	.testimonial-area .owl-item p{font-size: 18px;
    text-align: center;
    line-height: 31px;}
	.testimonial-area .box .box-content.products{ background:transparent;}
	.half-area .col-sm-6 > div { text-align:left;}
	.testimonial-area .box{ margin-top:0;}
	.brand-logo li{     list-style: none;
    display: inline-block;
    width: 16%;
    text-align: center; }
	.custom-footer .box{background: #1d1d1d;
    padding: 30px;}
	.custom-footer .subscribe{margin: 0;
    background: #fd9b26 !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    margin-right: 0 !important;
    bottom: 0;
    line-height: 21px;}
	.custom-footer input[type="text"]    {padding-left: 0;
    width: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
    background: transparent;
    border-bottom: 1px solid #666 !important;
    border-radius: 0;
    border-left: 0 !important;
    border-top: 0 !important;}
	.custom-footer .box-content{float: left;
    width: 54%;
    clear: none;
    position: relative;
    padding-top: 0;}
	.custom-footer .box-heading{float: left;
    width: 45%;
    line-height: 35px;
    color: #fff;}
	 .custom-footer .box { background: #1d1d1d;
    padding: 30px;
    text-align: left;
    float: left;
    border-radius: 30px 30px 0 0;
    width: 100%;
    margin-top: 0;}
.social li{ list-style:none; display:inline-block;margin-right: 10px;}
.copyright .col-sm-12{padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1230px;
    margin: auto;}
	.copyright .col-sm-12 img{width: 50px;}
	.copyright{ background:#111;}
	.copyright p br{ display:none;}
	.social li a{ color:#fff;    font-size: 17px;}
	ul.social{ padding:0;}
	.search_form{ background:url(../img/search-ic.png) center center no-repeat !important;}
	.search_form i, .my-account i{ display:none;}
	.my-account{position:relative;background:url(../img/user-icon.png) center center no-repeat !important;}
	
	
	.my-account:hover .dropdown-menu{    opacity: 1 !important;
      margin-top: 0;
    visibility: inherit !important;
 }
	
	
		.my-account .dropdown-menu{ 
    position: absolute;
	margin-top:0 !important;
    padding: 12px;}
	
	
	.my-account .dropdown-menu li{}
	.footer .col-sm-3 ul li{     background: url(../img/footer-bullet.png) 1px 9px no-repeat;
    padding-left: 22px;}
	#top #cart_block:hover .cart-heading .cart-icon{background:transparent !important;}
	
	#top #cart_block .cart-heading .cart-count {
    background-color: #fff !important;
}
#top #cart_block .cart-heading .cart-count {
    color: #111 !important;
}	
	.add-to-cart a{ background:url(../img/cart-ic.png) center center no-repeat !important;}
	.add-to-cart a:hover{ background:url(../img/cart-ic-black.png) center center no-repeat !important;}
	.wishlist a{ background:url(../img/heart-white-ic.png)  center center no-repeat !important;}
	.wishlist a:hover{ background:url(../img/heart-black-ic.png)  center center no-repeat !important;}
	.compare a{ background:url(../img/compare-white-ic.png)  center center no-repeat !important;}
		.compare a:hover{ background:url(../img/compare-black-ic.png)  center center no-repeat !important;}
			.quickview > a:hover{ background:url(../img/eye-black-ic.png)  center center no-repeat !important;}
	.quickview > a{ background:url(../img/eye-white-ic.png)  center center no-repeat!important;}
	.sub-menu .products-carousel-overflow .product{    padding-top: 0px;     padding-bottom: 10px;}
	.sub-menu .box-heading{font-size: 18px !important;
    padding-bottom: 24px !important;
    font-weight: 500 !important;}
	.products-carousel-overflow .box-heading{ border:0 !important;font-size: 18px !important;}
	
.filter-product .filter-tabs ul > li.active > a:before{ display:none !important;}
	
	.testimonial-area .box > .prev, .testimonial-area .box > .next{ background:#fff; border:0;}
	
	
	   header{ background: #111;}
	  .common-home  header{ background: transparent !important;}
	  .box-with-categories{     margin-bottom: 30px;   box-shadow: 0px 0px 20px #ddd;}
	 .box-with-categories .box-heading {width: 100%;
	 background: #f4f5f9 !important;
    text-align: left;
    padding: 13px;
    font-size: 38px;
    padding-left: 24px;
    color: #222;}
	
	#main .breadcrumb .background{    background-attachment: fixed;}
	.product-grid .col-sm-3{ padding-left:5px; padding-right:5px;}
	.account-login .well, .account-register .well, .account-return-add .well {
    padding: 20px;
    background: #F4F7F9;
}
.account-login .col-sm-12 .well, .account-register .col-sm-12 .well, .account-return-add .col-sm-12 .well{
    text-align: center;
}
.account-login .col-sm-12 .well .wlogin_social, .account-register .col-sm-12 .well .wlogin_social, .account-return-add .col-sm-12 .well .wlogin_social{
    max-width: 230px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.breadcrumb {
    margin-bottom: 30px;
}
.button:hover, .btn.btn-primary:hover {
 /*   background: #ec8d1b !important;*/
}
a:hover, div.pagination-results ul li.active {
    color: #ec8d1b !important;
}
ul.megamenu > li:hover > a strong, body .dropdown-menu > li:hover > a{    color: #ec8d1b !important;}
#column-left .box.box-no-advanced .box-content {
    padding: 0px !important;
    border: 0 !important;
    text-align: left;
}
#column-left .box.box-no-advanced{text-align: left;}

#column-left .box .box-heading{     font-size: 21px !important;  margin-bottom:8px !important;   font-family: 'Poppins' !important;
    letter-spacing: 0px !important;}
.product-list .name a	{    font-size: 16px !important;
    font-weight: 500 !important;}
	.input-group .btn{background: #f59221 !important;}
	    /*.form-group input, .form-group textarea{background: #f4f5f9;}*/
		.product-info .cart .add-to-cart input#button-cart:hover {
    background: url(../img/cart-ic.png) 15px 15px no-repeat #111 !important;}
	.common-home ul.megamenu > li:hover > a strong{ color:#fff !important;}
	.fixed-header .logo{padding-top: 18px !important;
    padding-bottom: 5px !important;}
	.links a.wishlist{     background: url(../img/wishlist-ic.png) 1px 19px no-repeat !important;
    padding-left: 24px !IMPORTANT;}
	.links a.compare{     background: url(../img/compare-ic.png) 1px 22px no-repeat !important;
    padding-left: 24px !IMPORTANT;}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 0px solid #3f3f3f !important;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 0px solid #3f3f3f !important;
}
.checkout-cart .table input[type="text"]{background: #f4f7f9;}
.information-contact .content-with-background{background: #f4f7f9;
    padding: 30px 50px !important;}
	.account-return-add .content-with-background{    background: #f4f7f9;
    padding: 30px !important;}
	.product-filter select{ border:0 !important;}
	.box{ border:0 !important;}
	
	
.half-area .col-sm-6 > a	{width: 50%;
    float: left;
    margin-top: 40px;}
	
.currency-area{float:left;}

.currency-area .dropdown > a, .currency-area .dropdown > a:hover, #top .dropdown:hover > a:after, #top .dropdown > a:after {
    color: #fff !important;
}





	
	 @media all and (min-width: 1024px) and (max-width: 1124px) {
	     
	     .header-type-4 #top .pattern > .container{  padding:0 !important;  width: 96% !important;}
	     #column-left .box .box-heading {
    font-size: 17px !important}
	     ul.megamenu > li > a{    font-size: 12px !important;}
	     
	     .header-type-3 #header-center .horizontal ul.megamenu > li {
    margin-right: 7px;
}
	    #header-center {padding-right: 0 !important;}
	     #slider .title{font-size: 49px !important;}
	     .box .box-heading{    font-size: 32px !important;}
	     .testimonial-area > div .container > div {    padding-top: 50px !important;     padding-bottom: 50px !important; }
	     
	     .testimonial-area .owl-item p {
    font-size: 14px !important;}
	     .brand-logo li{    width: 12% !important;    margin: 2% !important;}
	    .custom-footer .pattern p {font-size: 12px !important;}
	     .copyright{margin:0 !important;}
	     .footer h4{    font-size: 15px !important;}
	     
	         .testimonial-area > div{background-size: cover !important;}
	         
	         .responsive .product-grid .product .only-hover ul li a {
    width: 27px !important;    height: 25px !important;}
	         
	         .product-grid .product-hover .only-hover{    padding: 39px 0px 14px 0px !important;}
	         .product-list .name-actions > .name, .product-list .name-actions > .price {
    padding-left: 0 !important;
    padding-right: 0 !important;}
    
    .product-list .name-actions ul li a {
    display: block;
    width: 29px !important;
    height: 37px !important; }
    .product-info .cart .links{    padding: 0px 20px 0px 20px !important; }
    
    .banners .col-sm-6 ul {
    padding-right: 15px !important;
}
    
    
    .banners .col-sm-6{    padding-right: 15px !important;}
    
    .banners .col-sm-6 a{    margin-bottom: 10px;}
    

    
    
    
    
	 }
	 
	 
	 	   
	 
	 
	 
	 
	 
	 
	  @media all and (min-width: 768px) and (max-width: 1024px) {
	        #top .col-sm-4{width: auto !important;
    display: inline-block !important;}
	      
	      .header-type-3 #top .search_form, #top .my-account, #top #cart_block{margin-top:10px !important;}
	      .megamenuToogle-wrapper .container > div{ margin-left:10px;}
	      
	      .megamenuToogle-wrapper .container{margin-top: 7px;    padding: 12px 30px 12px 30px !important;}
	      
	      #slider .title{font-size: 33px !important;}
	     .tp-caption {font-size: 13px !important;}
	     body{font-size:12px;}
	     
	      .custom-footer .box-heading {  font-size: 32px;}
	     .footer h4{    font-size: 15px;}
	     .copyright{margin:0;}
	     ul.contact-us li i{    width: 22px;
    height: 24px;
    padding: 5px 0px 0px 0px !important;
    margin: 0px 5px 0px 0px;}
    ul.contact-us li{    line-height: 26px;}
    
    .custom-footer .pattern p{font-size: 11px !important;}
    .cameras-news .media{padding-right: 12px;}
    .cameras-news .media .thumb-holder{    margin: -1px 14px -1px -1px;}
    
    .cameras-news .media .post-title a {
    font-size: 12px !important;}
    
    .cameras-news .media .date-published {
    padding: 10px 0px 0px 0px !important;}
    .col-sm-6 .box .box-heading    {font-size: 27px !important; margin-bottom:0 !important; }
    .advanced-grid-products .product .right{    padding-top: 0;}
    .testimonial-area .owl-item p {
    font-size: 12px;
     line-height: 22px;
}
    .testimonial-area > div{background-size: cover !important;}
     #top{background:#000;}
    #header-center{    padding-top: 11px !important;}
    
    .product-grid .product-hover .only-hover{    padding: 52px 0px 3px 0px !important;}
    .responsive .product-grid .product .only-hover ul li a{    height: 24px !important;}
    
     .product-list .name-actions > .name, .product-list .name-actions > .price {
    padding-left: 0 !important;
    padding-right: 0 !important;}
    
    .product-list .name-actions ul li a {
    display: block;
    width: 29px !important;
    height: 37px !important; }
    
    .responsive .breadcrumb-style-1 #column-left .box.box-with-categories {
    padding-top: 0px !important;}
      .responsive .box-with-categories .box-heading:after  {margin-top: 11px;}
    #column-left .box .box-heading {
    font-size: 17px !important;}
   #header-right{ float: right !important;}
    
     .megamenuToogle-wrapper:hover, .active .megamenuToogle-wrapper {
    background-color: #ec8d1b !important;
}
	       
	       
	       .active .megamenuToogle-wrapper .container > div span {
    background: #fff !important;
}
      .product-info .cart .links a:last-child , .product-info .cart .links a{width:100% !important;}
    .responsive .horizontal, .responsive .standard-body .full-width .megamenu-background .megaMenuToggle, .megamenuToogle-wrapper{position: inherit !important;}
    
	.megamenu-wrapper { display: block;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;}
    
    ul.megamenu > li > a strong {
    font-weight: normal !important;
    color: #333 !important;
    font-size: 12px !important;
}
    
   header .megamenuToogle-wrapper .container{    padding: 15px 30px 18px 30px !important;}
    
      .logo { width: 135px !important;}
    
   header .products-carousel-overflow .box-heading {
      font-size: 14px !important;
}
  header .sub-menu .box-heading {
    font-size: 14px !important;}
    
    ul.megamenu li .sub-menu.full-width-sub-menu .content {
    padding: 30px 15px 40px 15px !important;
}
    
   #top .sub-menu  .col-sm-4  {width: 33.33333333333333% !important;}
    
    .banners .col-sm-6 ul {
    padding-right: 12px;
}
    
    
    .banners .col-sm-6 a{    margin-bottom: 7px;}
    .banners .col-sm-6{    padding-right: 12px;}
    ul.contact-us li i.fa-mobile-phone {
    font-size: 16px !important;}
    .custom-footer h4{margin-bottom:15px !important;}
    
   body header .megamenu-wrapper ul.megamenu > li:hover > a strong {
    color: #ec8d1b !important;
}
    
    #top .dropdown{margin-top:24px !important;}
    
    
    
    
    
    
    
	  }
	  
	  
	   @media all and (min-width: 480px) and (max-width: 767px) {
	     #top .container { padding: 0 !important;}
	      #top .megamenuToogle-wrapper .container{    padding: 11px 20px 15px 21px !important;}
	         .logo { width: 100px;}
	         #top .container{    padding: 0;}
	         
	         .header-type-3 #top .search_form, #top .my-account{    width: 30px !important;}
	         
	         .header-type-3 #header-center{    padding-top: 9px;}
	         #top .my-account{margin-top:4px;}
	         .responsive #top .logo{    padding: 20px 0px 5px 0px !important;}
	         
	         .header-type-3 #top .search_form{    margin:4px 10px 0px 0px !important;}
	         #top{background:#000;}
	         .responsive #top .logo {

    padding: 14px 0px 5px 0px !important;
}

#top .col-sm-4{    width: auto !important;
    display: inline-block !important;}

#top #cart_block{margin-top:5px !important;}

	  .half-area .col-sm-6 > a {
    width: 55% !important;
  
    margin-top: 74px !important;
}
.half-area .box .box-heading{ margin-bottom: 0 !important;  font-size: 35px !important;}
	  
	.testimonial-area .container > div { padding-top: 30px !important; padding-bottom: 50px !important;}
	  .cameras-news .media .post-title a {
    font-size: 13px !important;}
	  
	  .cameras-news .media .date-published{padding:17px !important;}
	  
	  .brand-logo li{    width: 15%;}
	  .brand-logo{padding:0 !important;}
	  .subscribe{    padding: 13px 8px 10px 8px !important;}
	  .footer .container > .row > div, .footer .advanced-grid .container > div > .row > div {
    padding-top: 8px !important;
    padding-bottom: 0 !important;}
	  .copyright p{    text-align: center;}
	  .custom-footer h4{    padding: 10px 0px 12px 0px !important;
    margin: 0px 0px 10px 0px !important;}
    
    .testimonial-area .owl-item p{line-height: 26px !important;    font-size: 14px !important;}
    .box .box-heading{    font-size: 40px !important; margin-bottom:0 !important;}
    
.custom-footer .box-heading{    display: block !important;
    width: 100% !important;
    text-align: center !important;}
    
    .custom-footer .box-content{width:100% !important;}
     .banners .col-sm-6 a{    margin-bottom: 15px;}
    
    .banners .col-sm-6 ul {
    padding-right: 11px !important;
}
    
    
    .responsive .breadcrumb-style-1 #column-left .box.box-with-categories {
    padding-top: 0px !important;}
    
    
#column-left .box .box-heading {
    font-size: 18px !important;}
    
 .responsive .box-with-categories .box-heading:after  { margin-top: 12px;}
    
    .product-filter .options .product-compare{    padding: 27px 3px 21px 0px;}


    
    .responsive #main .product-grid .row > div.col-xs-6 .product:after, .category-info:before{display:none !important;}
     .megamenuToogle-wrapper:hover, .active .megamenuToogle-wrapper {
    background-color: #ec8d1b !important;
}
	       
	       
	       .active .megamenuToogle-wrapper .container > div span {
    background: #fff !important;
}
    .htabs a{padding: 16px 17px !important;}
    
    
     .responsive .horizontal, .responsive .standard-body .full-width .megamenu-background .megaMenuToggle, .megamenuToogle-wrapper{position: inherit !important;}
    
	.megamenu-wrapper { display: block;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;}
    
    ul.megamenu > li > a strong {
    font-weight: normal !important;
    color: #333 !important;
    font-size: 12px !important;
}
    
     #slider .title{    font-size: 22px !important;}
    .rev-btn{    font-size: 10px !important;     padding: 6px 19px !important;
}
    body header .megamenu-wrapper ul.megamenu > li:hover > a strong {
    color: #ec8d1b !important;
}
    
    .header-center{float:right;}
    
    #top .dropdown{margin-top:19px !important; margin-right: 0 !important;}
    .currency-area{    margin-right: 5px !important;}
    
    
	   }
	  
	  
	  
	   @media all and (max-width: 479px) {
	       .currency-area {
    float: none;
    display: inline-block;
}
	        body header .megamenu-wrapper ul.megamenu > li:hover > a strong {
    color: #ec8d1b !important;
}
	       
	           #top .container { padding: 0 !important;}
	      #top .megamenuToogle-wrapper .container{    padding: 11px 20px 15px 21px !important;}
	         .logo { width: 100px;}
	         #top .container{    padding: 0;}
	         
	         .header-type-3 #top .search_form, #top .my-account{    width: 30px !important;}
	         
	         .header-type-3 #header-center{    padding-top: 9px;}
	         #top .my-account{margin-top:0px;}
	         .responsive #top .logo{    padding: 20px 0px 5px 0px !important;}
	         
	         .header-type-3 #top .search_form{    margin:0px 10px 0px 0px !important;}
	         #top{background:#000;}
	         .responsive #top .logo {

    padding: 14px 0px 5px 0px !important;
}

#top .col-sm-4{    width: auto !important;
    display: inline-block !important;}

#top #cart_block{margin-top:0px !important;}


	  .half-area .col-sm-6 > a {
  width: 100% !important;
    margin-top: 5px !important;
}
.half-area .box .box-heading{ margin-bottom: 0 !important;  font-size: 35px !important;}
	  
	.testimonial-area .container > div { padding-top: 30px !important; padding-bottom: 50px !important;}
	  .cameras-news .media .post-title a {
    font-size: 13px !important;}
	  
	  .cameras-news .media .date-published{padding:17px !important;}
	  
	  .brand-logo li{    width: 15%;}
	  .brand-logo{padding:0 !important;}
	  .subscribe{    padding: 13px 8px 10px 8px !important;}
	  .footer .container > .row > div, .footer .advanced-grid .container > div > .row > div {
    padding-top: 8px !important;
    padding-bottom: 0 !important;}
	  .copyright p{    text-align: center;}
	  .custom-footer h4{    padding: 10px 0px 12px 0px !important;
    margin: 0px 0px 10px 0px !important;}
    
    .testimonial-area .owl-item p{line-height: 26px !important;    font-size: 14px !important;}
    .box .box-heading{    font-size: 40px !important; margin-bottom:0 !important;}
    
   .custom-footer  .box .box-heading { font-size: 25px !important;}
    
.custom-footer .box-heading{    display: block !important;
    width: 100% !important;
    text-align: center !important;}
    
    .custom-footer .box-content{width:100% !important;}
	       
	     header #top .col-sm-4#header-right{width:100% !important; padding-top:0 !important;}
	       
	       .megamenuToogle-wrapper:hover, .active .megamenuToogle-wrapper {
    background-color: #ec8d1b !important;
}
	       
	       
	       .active .megamenuToogle-wrapper .container > div span {
    background: #fff !important;
}

.filter-product .filter-tabs ul > li > a{    padding: 10px 0px !important;
    font-size: 15px !important;     margin: 0px 4px !important;}


.product-grid .product-hover .only-hover{ bottom: 12px !important;   padding: 20px 0px 26px 0px !important;}


.responsive .product-grid .product .only-hover ul li a {
    width: 23px !important;
    height: 17px !important;}
	       
	       .half-area .col-sm-6 .box {
    width: 100%;}
    
    .cameras-news .media .thumb-holder{    margin: 0;
    max-width: 100%;}
    
    .cameras-news .media{padding-right:0 !important;}
    
    .media, .media-body{overflow: visible !important;}
    
    .banners .col-sm-6 a{    margin-bottom: 14px;}
    .banners ul {
    width: 50%;}
    
   .banners .col-sm-6 ul {
    padding-right: 6px;
}


.responsive .breadcrumb-style-1 #column-left .box.box-with-categories {
    padding-top: 0px !important;
}

#column-left .box .box-heading {
    font-size: 18px !important;}
    
 .responsive .box-with-categories .box-heading:after  { margin-top: 12px;}
    
    .product-filter .options .product-compare{    padding: 27px 3px 21px 0px;}

.product-filter .options .product-compare {
    float: left;}
    
    .responsive .product-filter .list-options .limit, .responsive .product-filter .list-options .sort{    margin: 0px 20px 10px 0px !important; }
    
    .product-filter .options .button-group{    padding: 6px 13px 23px 0px !important;}
    
    .responsive #main .product-grid .row > div.col-xs-6 .product:after, .category-info:before{display:none !important;}
    .product-info .cart .links a:last-child , .product-info .cart .links a{width:100% !important;}
    .htabs a{padding: 16px 18px !important;
    font-size: 12px !important;}
    
     .responsive .horizontal, .responsive .standard-body .full-width .megamenu-background .megaMenuToggle, .megamenuToogle-wrapper{position: inherit !important;}
    
	.megamenu-wrapper { display: block;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;z-index: 999;}
    
    ul.megamenu > li > a strong {
    font-weight: normal !important;
    color: #333 !important;
    font-size: 12px !important;
}
    #header-center{float: right !important;}
    
    .cameras-news .media .post-title a {
    font-size: 13px !important;}
    
    #slider .title{    font-size: 22px !important;}
    
    .rev-btn{    font-size: 10px !important;     padding: 6px 19px !important;
}
    
     #top .dropdown{margin-top:14px !important;     margin-right: 0 !important;}
    
    
    
    

	   }
	  
	  
	 
	 
	 
	 
	
	
	
	
	
	
	
	
	
	
@media (max-width: 991px) {
     .responsive .standard-body .fixed {
          padding: 0px 20px;
     }

	.responsive .standard-body .full-width .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.responsive .standard-body .fixed2 .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.responsive .main-fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
		.responsive .standard-body .container .container,
		.responsive .main-fixed .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* Block */
	
	.responsive .col-sm-3 .box-no-advanced.box-with-products,
	.responsive .col-sm-4 .box-no-advanced.box-with-products,
	.responsive .col-md-3 .box-no-advanced.box-with-products,
	.responsive .col-md-4 .box-no-advanced.box-with-products {
		display: none;
	}
	
	.responsive .box-with-categories {
	     margin-top: -25px !important;
	}
	
	     .responsive .breadcrumb-style-1 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-9 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-2 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-4 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-8 .box-with-categories {
	          padding-top: 30px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-6 .box-with-categories {
	          padding-top: 30px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-3 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-10 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-5 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	     
	     .responsive .breadcrumb-style-11 .box-with-categories {
	          padding-top: 40px !important;
	          margin-top: 0px !important;
	     }
	
	.responsive #main .box-with-links {
	     margin-top: 0px !important;
	     padding-top: 40px !important;
	}

     /* @group Header Type 3 */
     
     .responsive .header-type-3 #header-center,
     .responsive .header-type-3 #header-left,
     .responsive .header-type-3 #header-right {
          display: block;
          width: 100%;
          min-width: 1px !important;
          max-width: none !important;
     }

          .responsive .header-type-3 #header-left .logo,
          .responsive .header-type-3 #top #header-right {
               text-align: center;
          }
          
          .responsive .header-type-3 #top #header-right {
               padding-top: 5px;
          }
               
     /* @end */
     
     /* @group Barber Footer */
     
     .responsive #main .barber-footer-padding-left .container > div {
          padding-left: 15% !important;
     }
     
     /* @end */

     /* @group Header Type 5 */
     
     .responsive #main .header-type-5 #top .my-account {
          margin-left: 0px;
     }
     
     .responsive #main .header-type-5 #top .search_form {
          margin-right: 12px;
     }
     
     /* @end */
     
     /* @group Header Type 10 */
     
     .responsive .header-type-10 #top .pattern > .container {
     }
     
          .responsive .header-type-10 #top .logo {
               padding: 30px 0px 0px 0px;
          }
          
          .responsive .header-type-10 #header-center {
               padding-top: 23px;
          }
          
          .responsive .header-type-10 #top #header-right {
               padding-top: 0px;
               padding-right: 33px;
               text-align: right;
          }
          
     /* @end */
     
     /* @group Header Type 13 */
     
     .responsive .header-type-13 #header-left {
          display: block;
          width: 100%;
          float: none;
     }
     
     /* @end */
     
     /* @group Market phone */
     
     .responsive .market-phone {
          margin: 30px auto 0px auto;
          display: block !important;
     }
     
          .responsive .petshop2-phone {
               margin-top: -20px !important;
          }
     
     /* @end */
     
     /* @group Market phone */
     
     .responsive .carparts-phone {
          margin: 30px auto 0px auto;
          display: block !important;
     }
     
     /* @end */
     
     /* @group Stationery phone */
     
     .responsive .stationery-phone {
          margin: 30px auto 0px auto;
          display: block !important;
     }
     
     /* @end */
     
     /* @group Header Type 18 */
     
     .responsive .header-type-18 {
     }
     
          .responsive .header-type-18 #top .search_form {
               width: 170px !important;
          }
     
     /* @end */

     /* @group Breadcrumb */
     
     .responsive body[class*="product-category-"].show-vertical-megamenu-category-page .breadcrumb .container > div {
          padding-left: 0 !important;
     }
     
     /* @end */

     /* @group Header type 24 */
     
     .responsive .header-type-24 #top .search_form .search-cat  {
          min-width: 180px;
     }
     
     .responsive .header-type-24 #top .pattern > .container > .row:before {
          left: 10px;
          right: 10px;
     }
     
     .responsive .header-type-24 #top .logo {
          padding-bottom: 1px;
     }
     
     .responsive .header-type-24 #top .overflow-change-menu ul.menu {
          padding: 4px 0px 0px 0px;
     }
     
     .responsive .header-type-24 #top form {
          padding-top: 4px;
     }
     
     .responsive #main .header-type-24 .megamenu-background .vertical .megamenu-wrapper {
          margin-bottom: -7px;
     }
     
     .responsive .header-type-24 #top .pattern > .container .megamenu-background {
          display: block;
          text-align: left;
          padding: 0px 30px 0px 30px;
     }
     
          .responsive .header-type-24 #top .pattern > .container .megamenu-background .megaMenuToggle {
               margin-top: 25px;
          }
     
     .responsive .header-type-24 #top .pattern > .container #header-left:before,
     .responsive .header-type-24 #top .pattern > .container #header-left:after {
          display: none;
     }
     
     .responsive .header-type-24 #top .pattern > .container #header-right {
          text-align: center;
     }
     
     .responsive .header-type-24 #top .overflow-change-menu ul.menu li {
          padding: 0px 7px;
     }
     
     /* @end */
     
     /* @group Shoes2 phone */
     
     .responsive .shoes2-phone {
          margin: 20px auto 0px auto;
          display: block !important;
     }
     
     /* @end */
}

@media (max-width: 1270px) {
	.responsive .camera_wrap {
		height: auto !important;
	}
	
	.responsive #top .search_form {
	     width: 140px;
	     margin-right: 18px;
	}
	
	     .responsive .header-type-12 #top .search_form {
	          width: 430px;
	     }
	     
	     .responsive .header-type-12 #top .search_form .overflow-input {
	          width: 285px;
	     }
	
	.responsive #top .dropdown {
	     margin-right: 12px;
	}
	
	.responsive #top #cart_block {
	     margin-left: 28px;
	}
	
	.responsive #top #cart_block .cart-heading p {
	     padding-left: 12px;
	}
	
	.responsive .banner-big-sale {
	     padding-left: 5%;
	}
	
	.responsive .newsletter .heading {
	     padding-left: 30px;
	}
	
	.responsive .body-full-width .header-type-3 #header-right {
	     min-width: 300px;
	}
	
	.responsive .gardentools-newsletter .inputs input {
	     width: 200px;
	}
	
	.responsive .gardentools-newsletter .heading {
	     padding-top: 77px;
	}
	
     	.responsive .gardentools-newsletter .heading p {
     	     font-size: 45px;
     	}
     	
     /* @group Barber Footer */
     
     .responsive .barber-footer-padding-left .container > div {
          padding-left: 25% !important;
     }
     
     /* @end */
     
     /* @group Header Type 5 */
     
     .responsive .header-type-5 #top .my-account {
          margin-left: 10px;
     }
     
     .responsive .header-type-5 #top .search_form {
          margin-right: 22px;
     }
     
     /* @end */

     /* @group Wine newsletter */
     
     .responsive .wine-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     /* @end */
     
     /* @group Cosmetics newsletter */
     
     .responsive .cosmetics-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     /* @end */
     
     /* @group Glamshop newsletter */
     
     .responsive .glamshop-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     /* @end */
     
     /* @group Medic newsletter */
     
     .responsive .medic-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     .responsive .newsletter.medic-newsletter .content p {
          padding-left: 40px;
     }
     
     /* @end */
     
     /* @group Cosmetics2 newsletter */
     
     .responsive .cosmetics2-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     .responsive .newsletter.cosmetics2-newsletter .content p {
          padding-left: 40px;
     }
     
     /* @end */
     
     /* @group Architecture newsletter */
     
     .responsive .architecture-newsletter.newsletter .inputs {
          padding-right: 45px;
     }
     
     .responsive .architecture-newsletter.newsletter .inputs input {
          width: 180px;
     }
     
     .responsive .newsletter.architecture-newsletter .content p {
          padding-left: 40px;
     }
     
     /* @end */
     
     /* @group Toys3 newsletter */
     
     .responsive .toys3-newsletter.newsletter .inputs {
          padding-right: 45px;
     }
     
     .responsive .toys3-newsletter.newsletter .inputs input {
          width: 150px;
     }
     
     .responsive .toys3-newsletter .content p {
          padding-left: 40px;
     }
     
     /* @end */
     
     /* @group Spices newsletter */
     
     .responsive .spices-newsletter.newsletter .inputs {
          padding-right: 25px;
     }
     
     /* @end */

     /* @group Computer4 Parallax */
     
     .responsive .computer4-parallax {
          padding-left: 50%;
     }
     
     /* @end */

     /* @group Architecture products */
     
     .responsive .architecture-products .product .right {
          padding-top: 53px;
     }
     
     /* @end */
     
     /* @group Header Type 14 */
     
     .responsive .header-type-14 #top .search_form {
          width: 170px;
          margin-left: 38px;
          margin-right: 38px;
     }
     
          .responsive .header-type-14 #top .search_form:before {
               left: -41px;
          }
     
     .responsive .header-type-14 #top #cart_block {
          margin-left: 58px;
     }
     
          .responsive .header-type-14 #top #cart_block:before {
               left: -58px;
          }
          
     .responsive .matrialarts-contact {
          padding: 13px 40px 0px 0px;
     }
     
          .responsive .matrialarts-contact:before {
               left: -41px;
          }
          
     /* @end */
     
     /* @group Header Type 15 */

     .responsive .header-type-15 #top .search_form {
          width: 260px;
     }
     
     /* @end */
     
     /* @group Bakery Newsletter */
     
     .bakery-newsletter {
     }
               .responsive .bakery-newsletter.newsletter .inputs input {
                    width: 248px;
                    background: none;
                    border: 1px solid rgba(255, 255, 255, .15);
               }
     
     /* @end */
     
     /* @group Header Type 20 */
     
     .responsive .header-type-20 #top .search_form {
          width: 252px !important;
          max-width: 252px;
     }
     
     /* @end */
     
     /* @group Holidays phone */
     
     .responsive .holidays-phone {
          padding-right: 25px;
     }
     
          .responsive .holidays-phone p {
               font-size: 20px;
               padding-top: 3px;
          }
     
     /* @end */
     
     /* @group Product list type 4 */
     
     .responsive .product-list-type-4 .product-list {
     }
     
               .responsive .product-list-type-4 .product-list > div .name-actions .name {
                    padding: 44px 0px 0px 10px;
               }
               
               .responsive .product-list-type-4 .product-list .desc {
                    padding-top: 47px;
               }
     
     /* @end */
     
     /* @group Books newsletter */
     
     .responsive .books-newsletter .heading .second-heading {
          display: none;
     }
     
     /* @end */
}

@media (max-width: 1098px) {
	.responsive .product-grid .product .only-hover ul li a {
	     width: 35px;
	     height: 35px;
	     padding: 5px 0px;
	}
	
	.responsive .fixed-body .container,
	.responsive .standard-body .fixed .container,
	.responsive .standard-body .fixed2 .container,
	.responsive .fixed-body-2-2 .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	     .responsive .fixed-body .container .container,
	     .responsive .standard-body .fixed .container .container,
	     .responsive .standard-body .fixed2 .container .container {
	     	padding-left: 0px;
	     	padding-right: 0px;
	     }
	     
	.responsive .categories-wall .row > div:first-child .category-wall .image {
	     margin-left: -15px;
	     padding-left: 15px;
	}
	
	     .responsive .standard-body .full-width .categories-wall .row > div:first-child .category-wall .image {
	          padding-left: 0px;
	          margin-left: 0px;
	     }
	
	.responsive .categories-wall .row > div:last-child .category-wall .image {
	     margin-right: -15px;
	     padding-right: 15px;
	}
	
	     .responsive .standard-body .full-width .categories-wall .row > div:last-child .category-wall .image {
	          padding-right: 0px;
	          margin-right: 0px;
	     }
	     
	.responsive .banner-big-sale {
	     padding-left: 4%;
	}
	
	     .responsive .banner-big-sale img {
	          max-width: 55%;
	     }
	     
	.responsive .fixed-body .col-md-12 > .box-with-products .clear:after,
	.responsive .fixed-body .col-md-12 > .box-with-products .clear:before,
	.responsive .standard-body .fixed .col-md-12 > .box-with-products .clear:after,
	.responsive .standard-body .fixed .col-md-12 > .box-with-products .clear:before,
	.responsive .fixed-body .col-sm-12 > .box-with-products .clear:after,
	.responsive .fixed-body .col-sm-12 > .box-with-products .clear:before,
	.responsive .standard-body .fixed .col-sm-12 > .box-with-products .clear:after,
	.responsive .standard-body .fixed .col-sm-12 > .box-with-products .clear:before {
	     left: -30px;
	     right: -30px;
	}
	
	.responsive .fixed-body .center-column .tab-content,
	.responsive .standard-body .fixed .center-column .tab-content {
	     margin: 0px -30px;
	     padding-left: 30px;
	     padding-right: 30px;
	}
	
	.responsive .main-fixed .col-md-12 .col-md-12.center-column .panel,
	.responsive .main-fixed .cart-info,
	.responsive .standard-body .fixed2 .cart-info {
	     margin-left: -30px;
	     margin-right: -30px;
	}
	
	     .responsive .main-fixed .cart-info table td:first-child ,
	     .responsive .standard-body .fixed2 .cart-info table td:first-child {
	          padding-left: 30px;
	     }
	     
	     .responsive .main-fixed .cart-info table td:last-child,
	     .responsive .standard-body .fixed2 .cart-info table td:last-child {
	          padding-right: 30px !important;
	     }
	
	     .responsive .main-fixed .col-md-12 .col-md-12.center-column .panel-heading {
	          padding-left: 30px;
	          padding-right: 30px;
	     }
	     
	     .responsive .center-column .panel-body { 
	     	padding-left: 30px;
	     	padding-right: 30px;
	     }
	     
	.responsive .standard-body .fixed .center-column .panel,
	.responsive .standard-body .fixed .cart-info {
	     margin-left: -30px;
	     margin-right: -30px;
	}
	
	     .responsive .standard-body .fixed .cart-info table td:first-child {
	          padding-left: 30px;
	     }
	     
	     .responsive .standard-body .fixed .cart-info table td:last-child {
	          padding-right: 30px;
	     }
	
	     .responsive .standard-body .fixed .center-column .panel-heading {
	          padding-left: 30px;
	          padding-right: 30px;
	     }
	     
	     .responsive .standard-body .fixed .center-column .panel-body { 
	     	padding-left: 30px;
	     	padding-right: 30px;
	     }
	     
	/* @group Barber Footer */
	
	.responsive .barber-footer-padding-left .container > div {
	     padding-left: 20% !important;
	}
	
	/* @end */
	
	/* @group Wine newsletter */
	
	.responsive .newsletter.wine-newsletter .heading p {
	     font-size: 20px;
	}
	
	.responsive .newsletter.wine-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Cosmetics newsletter */
	
	.responsive .newsletter.cosmetics-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Glamshop newsletter */
	
	.responsive .newsletter.glamshop-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Medic newsletter */
	
	.responsive .newsletter.medic-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Cosmetics2 newsletter */
	
	.responsive .newsletter.cosmetics2-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Architecture newsletter */
	
	.responsive .newsletter.architecture-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Toys3 newsletter */
	
	.responsive .newsletter.toys3-newsletter .inputs input {
	     width: 110px;
	}
	
	/* @end */
	
	/* @group Spices newsletter */
	
	.responsive .newsletter.spices-newsletter .heading p {
	     font-size: 20px;
	}
	
	.responsive .newsletter.spices-newsletter .inputs input {
	     width: 140px;
	}
	
	/* @end */
	
	/* @group Computer4 Parallax */
	
	.responsive .computer4-parallax {
	     padding-left: 40%;
	}
	
	/* @end */
	
	/* @group Military newsletter */
	
	.responsive .military-newsletter {
	     padding: 0px 35px 0px 35px;
	}
	
	/* @end */
	
	.responsive .header-type-12 #top .search_form {
	     width: 310px;
	}
	
	.responsive .header-type-12 #top .search_form .overflow-input {
	     width: 165px;
	}
	
	/* @group Market contact */
	
	.responsive .market-contact {
	     
	}
	     
	     .responsive #main .market-contact p {
	          padding: 39px 0px 0px 4px;
	          font-size: 16px;
	     }
	
	/* @end */
	
	/* @group Market products */
	
	.responsive .market-products-categories .image {
	     display: none;
	}
	          
	/* @end */
	
	/* @group Architecture products */
	
	.responsive .architecture-products .product .right {
	     padding-top: 43px;
	}
	
	/* @end */
	
	/* @group Header Type 15 */
	
	.responsive .header-type-15 #top .search_form {
	     width: 140px;
	}
	     
	/* @end */
	
	/* @group Bakery Newsletter */
	
	.bakery-newsletter {
	}
	
	     .responsive .newsletter.bakery-newsletter .heading h6 {
	          font-size: 25px;
	          line-height: 1;
	          padding-top: 7px;
	     }
	     
	          .responsive .bakery-newsletter.newsletter .inputs input {
	               width: 188px;
	               background: none;
	               border: 1px solid rgba(255, 255, 255, .15);
	          }
	
	/* @end */
	
	/* @group Shoes3 newsletter */

	.responsive .shoes3-newsletter {
	     padding-left: 40px;
	     padding-right: 40px;
	}
	
	     .responsive .shoes3-newsletter .inputs input {
	          width: 170px;
	     }
	     
	/* @end */
	
	/* @group Computer8 newsletter */

	.responsive .computer8-newsletter {
	}
	
	     .responsive .computer8-newsletter .heading {
	          padding-right: 40px;
	     }
	
	     .responsive .computer8-newsletter .inputs {
	          padding-left: 40px;
	     }
	
	     .responsive .computer8-newsletter .inputs input {
	          width: 170px;
	     }

	     
	/* @end */
}

@media (max-width: 991px) {
	.responsive #main .dropdown-menu {
		display: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	
		.responsive #main .open > .dropdown-menu {
			display: block !important;
		}
		
	/* @group Computer4 Parallax */
	
	.responsive .computer4-parallax {
	     padding-left: 30%;
	}
	
	/* @end */
	
	/* @group Header Type 12 */
	
	.responsive .header-type-12 #top #header-left,
	.responsive .header-type-12 #top #header-right {
	     width: 100%;
	     display: block;
	     text-align: center;
	}
	
	     .responsive .header-type-12 #top #header-left .logo {
	          text-align: center;
	     }
	
	     .responsive .header-type-12 #top .search_form {
	          margin-left: 0px;
	     }
	     
	/* @end */
	
	/* @group Architecture products */
	
	.responsive .architecture-products .product .right {
	     padding-top: 33px;
	}
	
	/* @end */
	
	/* @group Header Type 14 */

	.responsive .header-type-14 #top .search_form {
	     width: 100px;
	     margin-left: 18px;
	     margin-right: 18px;
	}
	
	     .responsive .header-type-14 #top .search_form:before {
	          left: -21px;
	     }
	
	.responsive .header-type-14 #top #cart_block {
	     margin-left: 38px;
	}
	
	     .responsive .header-type-14 #top #cart_block:before {
	          left: -38px;
	     }
	     
	.responsive .matrialarts-contact {
	     padding: 13px 20px 0px 0px;
	}
	
	     .responsive .matrialarts-contact:before {
	          left: -21px;
	     }
	     
	/* @end */
	
	.responsive .standard-body .header-type-13 .fixed .search_form {
	     margin-right: 10px;
	     margin-left: 10px;
	}
	
	/* @group Header Type 19 */
	
	.responsive .body-header-type-19 .camera_slider {
	     margin: 30px 0px 0px 0px;
	}
	
	     .responsive .body-header-type-19.common-home #slider .pattern {
	          position: relative;
	          margin-top: 0px;
	     }
	     
	     .responsive .header-type-19 .shop-by-car {
	          padding-left: 25px;
	          width: 160px;
	          min-width: 160px;
	     }
	
	/* @end */
}

@media (max-width: 500px) {
     .responsive .product-grid > .row > div {
          width: 100%;
          float: none;
     }
     
     .responsive .box-product .carousel .item .product-grid .row:first-child > div {
          width: 50%;
          float: left;
     }
     
          .responsive #main .product-grid .row > div.col-xs-6 .product:after {
               content: '';
               position: absolute;
               top: 0;
               left: -30px !important;
               right: -30px !important;
               height: 1px;
               background: url(../img/bg-megamenu.png) top left repeat-x;
               display: block ;
          }

               .responsive #main .product-grid .row > div.col-xs-6:first-child .product:after {
                    display: none !important;
               }
          
               .responsive #main .with-scroll .product-grid .row > div.col-xs-6 .product:after,
               .responsive #main .carousel-inner.owl-carousel .product-grid .row > div.col-xs-6 .product:after {
                    display: none !important;
               }

          .responsive .product-grid .row > div.col-xs-6 .product:before {
               display: none !important;
          }
          
               .responsive .product-grid .row > div.col-xs-6 .product:hover:before,
               .responsive .with-scroll .product-grid .row > div.col-xs-6 .product:before,
               .responsive .carousel-inner.owl-carousel .product-grid .row > div.col-xs-6 .product:before {
                    display: block !important;
               }
               
     .responsive .architecture-products .row > div {
          width: 100%;
          float: none;
     }
}

@media (min-width: 991px) and (max-width: 1098px) {
     .responsive #top .search_form {
          width: 120px;
          margin-right: 15px;
     }
     
     .responsive #top .dropdown {
          margin-right: 10px;
     }
}

@media (min-width: 767px) and (max-width: 991px) {
     .responsive #top .search_form {
          width: 100px;
          margin-right: 15px;
     }
     
          .responsive .search_form .button-search, 
          .responsive .search_form .button-search2 {
               right: 15px;
          }
          
     .responsive .header-type-7 #top .search_form {
          width: 170px !important;
     } 
     
     .responsive #top .dropdown {
          margin-right: 10px;
     }
     
          .responsive #top .dropdown > a:after {
               margin-left: 5px;
          }
          
          .responsive #top form:last-child .dropdown {
              
               position: relative;
          }
          
     .responsive #top #cart_block {
          margin-left: 23px;
     }
     
          .responsive #top #cart_block .cart-heading p {
               padding-left: 7px;
          }
}

@media (max-width: 767px) {
     .responsive .border-width-1 .box-with-products .clear:after,
     .responsive .border-width-1 .box-with-products .clear:before {
          left: -20px;
          right: -20px;
     }
     
     .responsive .body-other .standard-body .full-width .box-with-products .clear:after,
     .responsive .body-other .standard-body .full-width .box-with-products .clear:before {
          left: 0px;
          right: 0px;
     }

	/* @group Row */
	
	.responsive .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
		.responsive .row > div {
			padding-left: 10px;
			padding-right: 10px;
		}
		
	.responsive .fixed-body-2-2 .main-content .pattern > .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.responsive .standard-body .full-width .container {
		padding: 0px 20px;
	}
	
	.responsive .standard-body .fixed {
		padding: 0px 20px;
	}
	
		.responsive .standard-body .fixed .pattern > .container {
			padding: 0px 20px;
			overflow: hidden;
		}

	.responsive .standard-body .fixed2 .container {
		padding: 0px 20px;
	}
	
	.responsive .fixed-body {
		padding: 0px;
	}
	
		.responsive .main-fixed .container {
			padding: 0px 20px;
		}
		
		.responsive .standard-body .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* @end */
		
	/* @group Mobile Disabled */
	
	.responsive .mobile-disabled {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Top */
	
	.responsive #top .pattern > .container {
	     padding-top: 10px;
	     padding-bottom: 30px;
	}
          
          /* @group Menu */
          
          .responsive .top-bar {
               text-align: center;
               padding-bottom: 16px;
          }
          
          .responsive .top-bar .menu {
	          float: none;
	     }
	     
	          .responsive .top-bar .menu li {
	               padding: 0px 7px;
	          }
	          
	          .responsive .top-bar-type-4 #top .top-bar form:before {
	               display: none !important;
	          }

	               .responsive .top-bar-type-4 #top .top-bar form {
	                    padding-left: 0px;
	               }
	                    
	          .responsive .top-bar-type-4 .top-bar .menu li {
	               padding: 0px 7px;
	          }
	               
	               .responsive .top-bar-type-4 .top-bar .menu li:before {
	                    display: none;
	               }
	          
          /* @end */
               
          /* @group Search */
          
          .header-type-2 #top .search_form {
               margin-left: auto !important;
               margin-right: auto !important;
               display: block;
          }
          
          /* @end */
          
          /* @group Left */
	     
	     .responsive #top #header-left {
	     	text-align: center;
	     }
	     
	     /* @end */
		
     	/* @group Logo */
     	
     	.responsive #top .logo {
     		text-align: center;
     		padding: 35px 0px 5px 0px;
     	}
     	     	
     	/* @end */
     		
     	/* @group Block Cart */
     	
     	.responsive #top #cart_block .dropdown-menu {
     		display: none !important;
     	}
     		
     	/* @end */
     	
     	/* @group Right */
     	
     	.responsive #top #header-right {
     		text-align: center;
     	}
     	
     	/* @end */
	
	/* @end */
	
	/* @group Breadcrumb
	------------------*/
	
	.responsive .breadcrumb .container {
		padding-top: 0px !important;
		overflow: visible !important;
	}
	
	     .responsive .breadcrumb-style-10 .breadcrumb .container > div {
	          padding-top: 40px;
	     }
	     
          .responsive body[class*="product-category-"].show-vertical-megamenu-category-page .breadcrumb .container > div {
               padding-left: 0 !important;
          }
          
	/* @end */

	/* @group Main Content
	------------------*/
	
	.responsive .main-content .pattern > .container,
	.responsive .standard-body .main-content .pattern > .container {
		padding-bottom: 35px;
	}
	
		/* @group Slider */
		
		.responsive .camera_slider {
			margin-top: 30px !important;
		}
		
			.responsive #slider .fullwidth .camera_slider {
				margin-top: 0px !important;
			}
			
		/* @end */
			
		/* @group Center column */
		
		.responsive .body-white-type-2 #mfilter-content-container {
		     margin-top: 10px;
		}
		
		     .responsive .body-white-type-2 .main-fixed #mfilter-content-container {
		          margin-top: 20px;
		     }
		
		.responsive .box-type-12 #mfilter-content-container {
		     margin-top: 10px;
		}
		
		.responsive .box-type-19 #mfilter-content-container {
		     margin-top: 10px;
		}
		
		.responsive .box-type-16 #mfilter-content-container {
		     margin-top: 10px;
		}
		
		.responsive body[class*="product-category-"] .col-md-9 .center-column {
		     margin-top: 10px;
		}
		
		.responsive .standard-body .full-width .center-column.content-without-background {
		     padding-top: 10px !important;
		}
		
		.responsive .center-column > *:first-child {
		     margin-top: 30px;
		}
		
		     .responsive .body-white-type-2 .main-fixed .center-column > *:first-child {
		          margin-top: 45px;
		     }
		     
		          .responsive body[class*="product-product-"].body-white-type-2 .main-fixed .center-column > *:first-child {
		               margin-top: 10px;
		          }
		
		     .responsive .standard-body .full-width .center-column.content-with-background {
		          padding: 25px 35px 5px 35px;
		          margin-top: 40px !important;
		     }
		     
		          .responsive .body-white .standard-body .full-width .center-column.content-with-background {
		               padding: 0px 10px 0px 10px;
		          }
		     
		          .responsive .standard-body .full-width .center-column.content-with-background:before {
		               left: 10px;
		               right: 10px;
		          }
		          
		          .responsive .standard-body .full-width .center-column .panel {
		               margin-left: -25px;
		               margin-right: -25px;
		          }
		          
		               .responsive .body-other .standard-body .full-width .center-column .panel {
		                    margin-left: -25px !important;
		                    margin-right: -25px !important;
		               }
		          
		               .responsive .body-white.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
		                    margin-top: -40px;
		               }
		               
		               .responsive .body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
		                    margin-top: 0px;
		               }
		               
		               .responsive .box-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
		                    margin-top: 0px;
		               }
		               
		               .responsive .box-type-19.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
		                    margin-top: 0px;
		               }
		          
		               .responsive .standard-body .full-width .center-column .panel-heading,
		               .responsive .standard-body .full-width .center-column .panel-body {
		                    padding-left: 0;
		                    padding-right: 0;
		               }
		               
		               .responsive .body-other .standard-body .full-width .center-column .panel-heading,
		               .responsive .body-other .standard-body .full-width .center-column .panel-body {
		                    padding-left: 25px;
		                    padding-right: 25px;
		               }
		               
		               .responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-heading,
		               .responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-body {
		                    padding-left: 25px;
		                    padding-right: 25px;
		               }
		               
		               .responsive .border-width-1 .standard-body .full-width .center-column .panel-heading,
		               .responsive .border-width-1 .standard-body .full-width .center-column .panel-body {
		                    padding-left: 25px;
		                    padding-right: 25px;
		               }
          
               /* @group Shopping Cart page */
               
               .responsive .checkout-cart .center-column .buttons .btn {
                    padding-left: 20px;
                    padding-right: 20px;
               }
               		  
               .responsive .standard-body .full-width .cart-info {
		          margin-left: -25px;
		          margin-right: -25px;
		     }

		          .responsive .standard-body .full-width .center-column > *:first-child .cart-info {
		               margin-top: -25px;
		          }
		     
		          .responsive .body-white .standard-body .full-width .center-column > *:first-child .cart-info {
		               margin-top: -40px;
		          }
		          
		               .responsive .body-white.box-type-16 .standard-body .full-width .center-column > *:first-child .cart-info {
		                    margin-top: 0px;
		               }
		     
		     	.responsive .cart-info table td {
		     	     padding-left: 5px;
		     	     padding-right: 5px;
		     	}
		     	
		     	     .responsive .cart-info table td:first-child {
		     	          padding-left: 15px;
		     	     }
		     	     
		     	     .responsive .cart-info table td:last-child {
		     	          padding-right: 15px !important;
		     	     }
		     	     
		     	     .responsive .body-white .standard-body .full-width .cart-info table td:last-child {
		     	          padding-right: 20px !important;
		     	     }
		     
		     	.responsive .cart-info table thead td {
		     	     padding: 18px 0px 14px 0px;
		     	}
		     	
		     	.responsive .cart-total {
		     	     margin-bottom: 20px;
		     	     padding-top: 20px;
		     	}
		     	
		     /* @end */
		
		/* @end */
	
		/* @group Banner */
		
		.responsive .banners > div {
			padding-top: 30px;
		}
		
     		.responsive .banners.banners-with-padding-20 > div {
     			padding-top: 20px;
     		}
		
		     .responsive .banners.banners-with-padding-0 > div:first-child {
		     	padding-top: 0px;
		     }
		
		/* @end */
		
		/* @group Block */
		
		.responsive .box {
			margin-top: 18px;
		}
		
		     .responsive .col-sm-3 .box-no-advanced.box .box-content, 
		     .responsive .col-sm-4 .box-no-advanced.box .box-content, 
		     .responsive .col-md-3 .box-no-advanced.box .box-content, 
		     .responsive .col-md-4 .box-no-advanced.box .box-content {
		          padding-left: 25px;
		          padding-right: 25px;
		     }
		
		     .responsive .box-type-3 .box {
		          margin-top: 30px;
		     }
		     
		     .responsive .box-type-14 .box {
		          margin-top: 30px;
		     }
		
		     .responsive .box-with-categories {
		     }
		     
		          .responsive .breadcrumb-style-1 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-9 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-2 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-4 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-8 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-6 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-3 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-10 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-5 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .breadcrumb-style-11 .box-with-categories {
		               margin-top: 0px !important;
		          }
		          
		          .responsive .standard-body .full-width .category-box-type-2 {
		               padding-top: 40px !important;
		          }
		          
		               .responsive .box-type-4 .standard-body .full-width .category-box-type-2 {
		                    padding-top: 30px !important;
		               }
		
		     .responsive .box.with-scroll {
		          margin-bottom: 15px;
		     }
			
		     /* @group Carousel mobile products */
			
			.responsive .box-product .carousel .item .product-grid .row > div {
				display: none !important;
			}
			
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:first-child,
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:nth-child(2) {
					display: block !important;
				}
				
			/* @end */
			
		/* @end */
          
          /* @group Box categories */
          
          .responsive .box-with-categories .box-heading {
               padding-left: 25px;
               padding-right: 25px;
          }
          
               .responsive .box-category > ul > li > a {
                    padding-left: 25px;
                    padding-right: 25px;
               }
               
                    .responsive .box-category ul li li a {
                         padding-left: 40px;
                    }
          
          /* @end */
          
          /* @group Product */
		
		.responsive .standard-body .full-width .product-grid {
		     padding: 0px 9px;
		     overflow: hidden;
		}
		
		     .responsive .border-width-1 .standard-body .full-width .product-grid {
		          padding: 0px;
		          overflow: visible;
		     }
		
		.responsive .box-product .carousel {
		     margin: 0px -9px;
		     padding: 0px 9px;
		}
		
          .responsive .product-grid .product:before {
               right: -11px;
          }
          
          .responsive .product-grid .product:hover:before {
               right: -9px;
               left: -9px;
          }
          
			.responsive .product-grid .row > div.col-xs-6:nth-child(odd) {
				clear: both;
			}
			
			.responsive .product-grid .row > div.col-xs-6 .product:after {
			     content: '';
			     position: absolute;
			     top: 0;
			     left: -10px;
			     right: -30px;
			     height: 1px;
			     background: url(../img/bg-megamenu.png) top left repeat-x;
			     display: block;
			}
			
			     .responsive .product-grid .row > div.col-xs-6:nth-child(2n+1) .product:after {
			          left: -30px;
			          right: -10px;
			     }
			
			.responsive .product-grid .row > div.col-xs-6:first-child .product:after,
			.responsive .product-grid .row > div.col-xs-6:nth-child(2) .product:after,
			.responsive .product-grid .row > div.col-xs-6:nth-child(2n) .product:before {
			     display: none !important;
			}
			
			     .responsive .product-grid .row > div.col-xs-6:nth-child(2n) .product:hover:before {
			          display: block !important;
			     }
			
			.responsive .product-grid .product:before {
			     bottom: -1px;
			}
			
			.responsive .product-grid > .row {
			     margin: 0px -20px;
			     padding: 0px 10px 1px 10px;
			}
			
			     .responsive .product-grid > .row:before {
			          left: -20px;
			          right: -20px;
			          width: auto;
			          display: block;
			     }
			     
			          .responsive .product-grid > .row:first-child:before {
			               display: none;
			          }
          
          /* @end */
					
		/* @group Product list */
		
		.responsive .product-list > div {
		     text-align: center;
		}
		
		     .responsive .product-list > div:before {
		          left: -20px;
		          right: -20px;
		     }
		     
		     .responsive .border-width-0 .standard-body .full-width .product-list > div:before {
		          left: -2px;
		          right: -2px;
		     }
		     
		     .responsive .product-list .name-actions:before,
		     .responsive .product-list .desc:before {
		          display: none;
		     }
		     
		     .responsive .product-list .name-actions > .name,
		     .responsive .product-list .name-actions > .price,
		     .responsive .product-list .name-actions > ul {
		          padding-left: 0px;
		          padding-right: 0px;
		     }
		     
		          .responsive .product-list .name-actions > ul {
		               padding-left: 10px;
		          }
		     
		     .responsive .product-list .name-actions > .name {
		          padding-top: 20px;
		     }
		     
		     .responsive .product-list .desc {
		          padding-top: 20px !important;
		     }

		/* @end */
					
		/* @group Category page */
		
		.responsive .product-filter {
		}
		
			.responsive .product-filter .options,
			.responsive .product-filter .list-options,
			.responsive .product-filter .list-options .limit,
			.responsive .product-filter .list-options .sort {
				float: none;
				margin: 0px;
				padding: 0px;
				clear: both;
			}
			
			.responsive .product-filter .options .button-group,
			.responsive .product-filter .options .product-compare {
			     padding-bottom: 10px;
			}
			
			.responsive .product-filter .list-options .limit,
			.responsive .product-filter .list-options .sort {
			     float: left;
			     clear: none;
			     margin: 0px 30px 10px 0px;
			}
			
			     .responsive .product-filter .list-options .limit:after,
			     .responsive .product-filter .list-options .sort:after {
			          margin-top: 16px;
			     }
				
               .responsive .product-filter .list-options .sort:before,
               .responsive .product-filter .list-options .limit:before,
               .responsive .product-filter .options .product-compare:before {
                    display: none;
               }
               
               .responsive .category-info:before,
               .responsive .refine_search_overflow:after {
                    left: -20px !important;
                    right: -20px !important;
               }
               
                    .responsive .body-other .standard-body .full-width .category-info:before,
                    .responsive .body-other .standard-body .full-width .refine_search_overflow:after {
                         left: 0px !important;
                         right: 0px !important;
                    }
               
               .responsive .product-list {
                    margin: 0px -20px;
                    padding: 0px 20px;
                    width: auto !important;
               }
               
               .responsive .border-width-0 .standard-body .full-width .product-list {
                    margin: 0px;
                    padding: 0px;
               }
               
                    .responsive .border-width-0 .standard-body .full-width .product-list > div {
                         margin-left: 0px;
                         margin-right: 0px;
                    }
               
               .responsive .category-list {
                    margin-left: -20px;
                    margin-right: -20px;
                    padding-left: 20px;
                    padding-right: 20px;
               }
               
                    .responsive .body-other .standard-body .full-width .product-list,
                    .responsive .body-other .standard-body .full-width .category-list {
                         margin-left: 0px;
                         margin-right: 0px;
                    }
               
               .responsive .center-column .product-grid:before,
               .responsive .center-column .product-grid:after {
                    left: -20px;
                    right: -20px;
               }
				
		/* @end */
			
		/* @group Product page */
		
		.responsive .body-other .standard-body .full-width .product-info {
		     padding: 25px;
		}
		
		     .responsive .body-other .standard-body .full-width .product-info:before {
		          top: 40px;
		     }
		
		.responsive .product-info .popup-gallery.col-sm-7,
		.responsive .product-info .product-center.col-sm-5 {
		    width: 100%;
		} 
		
		     .responsive .product-info .product-center,
		     .responsive .product-block,
		     .responsive .product-info .product-image {
		          margin-top: 40px;
		     }
		     
		          .responsive .product-info .col-sm-10 .product-image {
		               margin-top: 5px;
		          }
		     
		     .responsive .product-info .thumbnails {
		          padding-top: 0px;
		     }
		     
		     .responsive .product-info .cart .add-to-cart,
		     .responsive .product-info .cart .minimum {
		          padding-left: 25px;
		          padding-right: 25px;
		     }
		     
		     .responsive .product-info .cart .links {
		          padding-left: 25px;
		     }
		
			/* Thumbnails */

			.responsive .product-info .thumbnails li,
			.responsive .product-info .thumbnails-left li {
				width: 25%;
				float: left;
			}
			
			/* Htabs */
			
			.responsive .center-column .tab-content {
			     padding-top: 25px;
			     padding-bottom: 25px;
			}
			
			     .responsive .standard-body .full-width .center-column .tab-content {
			          padding-left: 25px;
			          padding-right: 25px;
			     }
			     
			          .responsive .body-white .standard-body .full-width .center-column .tab-content {
			              
			          }
			
			     .responsive .htabs {
			          padding-top: 34px;
			     }
			     
			          .responsive .box-type-3 .htabs:before {
			               top: 30px;
			          }
			          
			          .responsive .box-type-14 .htabs:before {
			               top: 30px;
			          }
			
		/* @end */
		
		/* @group Pagination */
		
		.responsive div.pagination-results .text-left,
		.responsive div.pagination-results .text-right { 
			text-align:center;
		}
		
		/* @end */
		
		/* @group Content */
		
		.responsive .login-content .left,
		.responsive .login-content .right,
		.responsive .main-content .content .left,
		.responsive .main-content .content .right,
		.responsive .checkout-content .left,
		.responsive .checkout-content .right { 
			float: none;
			width: 100%; 
		}
		
		/* @end */
     
          /* @group Categories Wall */
          
          .responsive .categories-wall {
               margin-top: 52px !important;
          }
          
               .responsive .categories-wall.type-2 {
                    margin-top: 0px !important;
               }
          
               .responsive .categories-wall .category-wall {
                    margin: 0px -20px;
               }
               
                    .responsive .categories-wall.type-2 .category-wall {
                         margin: 30px 0px 0px 0px;
                    }
                    
                    .responsive .categories-wall .category-wall:before {
                         right: 0;
                         left: 0;
                         top: 0;
                         height: 1px;
                         bottom: auto;
                         background-repeat: repeat-x;
                         display: block;
                         width: 100%;
                    }
                    
                         .responsive .categories-wall.type-2 .category-wall:before {
                              display: none;
                         }
          
          /* @end */
     
     /* @end */

	/* @group Custom Footer
	-----------------*/
	
	.responsive .custom-footer .pattern {
	}
	
	     .responsive .custom-footer .container > .row > div:before{
	          width: auto;
	          height: 1px;
	          bottom: auto;
	          top: auto;
	          left: -20px;
	          right: -20px;
	          margin-left: 0;
	          background-repeat: repeat-x;
	          margin-top: -5px;
	     }
	     
	     .responsive .custom-footer .container > .row > div {
	          padding-left: 10px;
	     }

		
	/* @end */
	
	/* @group Footer
	-----------------*/
	
	.responsive .footer .pattern {
	}
	
	     .responsive .standard-body .full-width.footer .container > .row:before,
	     .responsive .standard-body .full-width.footer .advanced-grid .container > div > .row:before {
	          left: -10px;
	          right: -10px;
	     } 
	     
	     .responsive .main-fixed2 .footer .container > .row:before,
	     .responsive .main-fixed2 .footer .advanced-grid .container > div > .row:before {
	          left: -10px;
	          right: -10px;
	     } 
	
		.responsive .footer .container > .row > div:before, 
		.responsive .footer .advanced-grid .container > div > .row > div:before {
		     width: auto;
		     height: 1px;
		     bottom: auto;
		     top: auto;
		     left: -20px;
		     right: -20px;
		     margin-left: 0;
		     background-repeat: repeat-x;
		     margin-top: -23px;
		}
		
		     .responsive .footer-type-23 .footer .container > .row > div:before, 
		     .responsive .footer-type-23 .footer .advanced-grid .container > div > .row > div:before {
		          left: 10px;
		          right: 10px;
		          margin-top: -15px;
		     }
		     
		     .responsive .footer-type-26 .footer .container > .row > div:before, 
		     .responsive .footer-type-26 .footer .advanced-grid .container > div > .row > div:before {
		          margin-top: -28px;
		     }
		
		.responsive .footer .container > .row > div, 
		.responsive .footer .advanced-grid .container > div > .row > div {
		     padding-left: 10px;
		}
		
		     .responsive .footer .container > .row.footer-blocks-top.type-2 {
		          padding-top: 30px;
		     }
		
		     .responsive .footer .container > .row.footer-blocks-top.type-2 > div {
		          padding-top: 0px;
		     }
		
		.responsive .footer-blocks-top {
		     padding-bottom: 10px;
		} 
		
		     .responsive .footer-blocks-top > div {
		          text-align: left;
		     }
		
		     .responsive .footer-blocks-top .footer-block {
		          padding-bottom: 10px;
		          padding-top: 0px;
		          padding-left: 0px !important;
		     }
		
		     .responsive .footer-blocks-top .footer-button {
		          margin-top: 15px;
		     }
		
		.responsive .footer-blocks-bottom .footer-block {
		     text-align: left;
		}
		
		.responsive .advanced-grid-products .product .right {
		     margin-left: 1%;
		}
		
		     .responsive .antique-products .advanced-grid-products .product .right {
		          margin-left: 6%;
		     }
		
		.responsive .footer-type-4 .footer .container > .row > div:before,
		.responsive .footer-type-4 .footer .advanced-grid .container > div > .row > div:before,
		.responsive .footer-type-14 .footer .container > .row > div:before,
		.responsive .footer-type-14 .footer .advanced-grid .container > div > .row > div:before,
		.responsive .footer-type-27 .footer .container > .row > div:before,
		.responsive .footer-type-27 .footer .advanced-grid .container > div > .row > div:before,
		.responsive .footer-type-20 .footer .container > .row > div:before,
		.responsive .footer-type-20 .footer .advanced-grid .container > div > .row > div:before,
		.responsive .footer-type-8 .footer .container > .row > div:before,
		.responsive .footer-type-8 .footer .advanced-grid .container > div > .row > div:before,
		.responsive .footer-type-6 .footer .container > .row > div:before,
		.responsive .footer-type-6 .footer .advanced-grid .container > div > .row > div:before {
		     display: block;
		}

		     .responsive .footer-type-4 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-4 .footer .advanced-grid .container > div > .row > div:first-child:before,
		     .responsive .footer-type-14 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-14 .footer .advanced-grid .container > div > .row > div:first-child:before,
		     .responsive .footer-type-27 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-27 .footer .advanced-grid .container > div > .row > div:first-child:before,
		     .responsive .footer-type-20 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-20 .footer .advanced-grid .container > div > .row > div:first-child:before,
		     .responsive .footer-type-8 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-8 .footer .advanced-grid .container > div > .row > div:first-child:before,
		     .responsive .footer-type-6 .footer .container > .row > div:first-child:before,
		     .responsive .footer-type-6 .footer .advanced-grid .container > div > .row > div:first-child:before  {
		          display: none;
		     }
		     
		     .responsive .footer-type-15 .footer .container > .row > div,
		     .responsive .footer-type-15 .footer .advanced-grid .container > div > .row > div {
		          padding-top: 0px;
		          padding-bottom: 17px;
		     }
		     
		     .responsive .footer-type-20 .footer ul {
		          padding-bottom: 0px;
		     }
		     
		     .responsive .footer-type-15 .footer h4 {
		          padding-top: 5px;
		     }
		     
		     .responsive .footer-type-15 .footer .container > .row > div:first-child,
		     .responsive .footer-type-15 .footer .advanced-grid .container > div > .row > div:first-child {
		          padding-top: 30px;
		     }
		     
		     .responsive .footer-type-13 .footer ul {
		          padding-bottom: 10px;
		     }
		     
		     .responsive .footer-type-13 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-13 .footer .container > .row > div {
		          padding-top: 5px;
		     }
		     
		          .responsive .footer-type-13 .footer .advanced-grid .container > div > .row:last-child > div,
		          .responsive .footer-type-13 .footer .container > .row:last-child > div {
		               padding-top: 30px;
		          }
		          
		     .responsive .footer-type-24 .footer ul {
		          padding-bottom: 10px;
		     }
		     
		     .responsive .footer-type-24 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-24 .footer .container > .row > div {
		          padding-top: 5px;
		     }
		     
		     .responsive .footer-type-24 .footer .container > .row:first-child > div:first-child,
		     .responsive .footer-type-24 .footer .advanced-grid .container > div > .row:first-child > div:first-child {
		          padding-top: 30px;
		     }
		     
		          .responsive .footer-type-24 .footer .advanced-grid .container > div > .row:last-child > div,
		          .responsive .footer-type-24 .footer .container > .row:last-child > div {
		               padding-top: 30px;
		          }
		          
		     .responsive .footer-type-22 .footer ul {
		          padding-bottom: 0px;
		          margin-bottom: -5px;
		     }
		     
		     .responsive .footer-type-22 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-22 .footer .container > .row > div {
		          padding-top: 15px;
		     }
		     
		          .responsive .footer-type-22 .footer .advanced-grid .container > div > .row:last-child > div,
		          .responsive .footer-type-22 .footer .container > .row:last-child > div {
		               padding-top: 30px;
		               margin-top: 20px;
		          }
		          
		     .responsive .footer-type-27 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-27 .footer .container > .row > div {
		          padding-top: 25px;
		          padding-bottom: 25px;
		     }
		          
		     .responsive .footer-type-25 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-25 .footer .container > .row > div {
		          padding-top: 25px;
		          padding-bottom: 30px;
		     }
		     
		          .responsive .footer-type-25 .footer .advanced-grid .container > div > .row > div:before,
		          .responsive .footer-type-25 .footer .container > .row > div:before {
		               display: block;
		               margin-top: -30px;
		          }
		          
		               .responsive .footer-type-25 .footer .advanced-grid .container > div > .row > div:first-child:before,
		               .responsive .footer-type-25 .footer .container > .row > div:first-child:before {
		                    display: none;
		               }
		          
		     .responsive .footer-type-18 .footer ul {
		          padding-bottom: 0px;
		          margin-bottom: -10px;
		     }
		     
		     .responsive .footer-type-18 .footer .advanced-grid .container > div > .row > div,
		     .responsive .footer-type-18 .footer .container > .row > div {
		          padding-bottom: 40px;
		          padding-top: 0px;
		     }
		     
		          .responsive .footer-type-18 .footer .advanced-grid .container > div > .row:last-child,
		          .responsive .footer-type-18 .footer .container > .row:last-child {
		               margin-top: 5px;
		          }
		     
		          .responsive .footer-type-18 .footer .advanced-grid .container > div > .row:last-child > div,
		          .responsive .footer-type-18 .footer .container > .row:last-child > div {
		               padding-top: 30px;
		               padding-bottom: 27px;
		          }
		
	/* @end */
	
	/* @group Copyright
	------------------*/
	
	.responsive .copyright {
	}
	
		.responsive .copyright ul {
			padding: 5px 0px 10px 0px;
			float: none;
		}
		
	/* @end */
		
	/* @group Cloud zoom */
	
	.responsive .zoomContainer {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Banners */
	
	.responsive .banner {
		margin-top: 30px;
	}
	
	/* @end */
	
	/* @group Quickview */
	
	.responsive #quickview .thumbnails {
		margin-bottom: 0px;
	}
	
	/* @end */
	
	/* @group Modal */
	
	.responsive .modal-footer {
		text-align: center;
	}
	
		.responsive .button-continue-shopping {
			display: inline-block;
			float: none;
		}
		
		.responsive .button-checkout {
			display: inline-block;
			float: none;
		}
		
	/* @end */

     /* @group Computer3 Banners */
     
     .responsive .computer3-banners .row > div {
          border: none;
          border-top: 1px solid #dadada;
          clear: both;
     }
     
          .responsive .computer3-banners .row > div:first-child {
               border: none;
          }
     
     /* @end */
     
     /* @group Jewelry banners*/
     
     .responsive .jewelry-banners > div:before {
          bottom: auto;
          right: 0;
          width: auto;
          height: 1px;
     }
     
     /* @end */
     
     /* @group Jewelry black banners*/
     
     .responsive .jewelryblack-banners .row > div:before {
          bottom: auto;
          right: 0;
          width: auto;
          height: 1px;
     }
     
     /* @end */
     
     /* @group Barber Footer */
     
     .responsive #main .barber-footer-padding-left .container > div {
          padding-left: 0% !important;
     }
     
     /* @end */

     /* @group Ceramica newsletter */
     
     .responsive .ceramica-newsletter-margin-top-75 {
          margin-top: 45px !important;
     }
     
     /* @end */

     /* @group Header type 5 */
     
     .responsive #main .header-type-5 #top .search_form {
         display: block;
         margin: 0px auto;
         margin-top: 20px;
         width: 100%;
     }
     
     /* @end */

     /* @group Wine footer */
     
     .responsive .mobile-padding-top-0 .container > div {
          padding-top: 0px !important;
     }
     
          .responsive .wine-about-us {
               padding: 45px 0px 35px 0px;
          }
          
          .responsive .wine-about-us .footer-blocks-top {
               padding-bottom: 0px;
          }
          
          .responsive .wine-about-us .footer-blocks-top {
               padding-top: 12px;
          }
     
     /* @end */

     /* @group Champange */
     
     .responsive .champange {
          padding: 0px;
          position: relative;
     }
     
          .responsive .champange .heading {
               padding-top: 40px;
          }
          
          
     /* @end */

     /* @group Games banners */
     
     .responsive .games-banners {
          position: relative;
     }
     
     /* @end */

     /* @group Slider align top */
     
     .responsive .slider-align-top #top {
          position: relative;
          width: 100%;
     }
     
     /* @end */

     /* @group Games big sale */
     
     .responsive .games-big-sale {
          padding-left: 30px;
          padding-right: 30px;
          text-align: center;
          margin-top: 35px;   
     }
     
     /* @end */
     
     /* @group Header margin top 80px */
     
     .responsive .header-margin-top-80 header {
          margin-top: 30px;
     }
     
     /* @end */
     
     .responsive .responsive-margin-top-30 {
          margin-top: 30px !important;
     }
     
     .responsive .responsive-margin-top-50 {
          margin-top: 50px !important;
     }
     
     .responsive .responsive-margin-top-60 {
          margin-top: 60px !important;
     }
     
     .responsive .responsive-margin-top-40 {
          margin-top: 40px !important;
     }
     
     .responsive .responsive-margin-top-45 {
          margin-top: 45px !important;
     }
     
     .responsive .responsive-margin-top-10 {
          margin-top: 10px !important;
     }
     
     .responsive .responsive-margin-top-15 {
          margin-top: 15px !important;
     }
     
     .responsive .responsive-margin-top-0 {
          margin-top: 0px !important;
     }
     
     .responsive .responsive-margin-bottom-0 {
          margin-bottom: 0px !important;
     }
     
     .responsive .responsive-margin-bottom-15 {
          margin-bottom: 15px !important;
     }
     
     .responsive .responsive-margin-bottom-10 {
          margin-bottom: 10px !important;
     }

     /* @group Product Page Type 2 */
     
     .responsive .product-page-type-2 .standard-body .full-width .product-info .product-center:before {
          left: 10px;
          right: 10px;
     }
     
     /* @end */
     
     /* @group Computer4 Parallax */
     
     .responsive .computer4-parallax {
          padding-left: 0px;
     }
     
     /* @end */
     
     /* @group Computer4 Contact */
     
     .responsive .computer4-contact { 
           padding-top: 0px; 
     }
     
     /* @end */

     /* @group Furniture footer */
     
     .responsive .furniture-contact .logo {
          padding: 40px 0px 0px 0px;
     }
     
     .responsive .furniture-contact .row {
          padding-bottom: 0;
     }
     
     .responsive .furniture-footer-padding-left .container > div {
          padding-left: 0 !important;
          text-align: center;
     }
     
     /* @end */
     
     /* @group Furniture customer service */
     
     .furniture-customer-service {
          padding-left: 0;
          padding-bottom: 110px;
          padding-top: 110px;
     }

     /* @end */

     /* @group Furniture box */
     
     .responsive .furniture-box {
          padding-top: 30px;
          margin-bottom: -30px;
          position: relative;
     }
     
     /* @end */
     
     /* @group Furniture why our products? */
     
     .responsive .furniture-why-our-products {
          padding: 0px 0px 56px 0px;
     }
     
          .responsive .furniture-why-our-products .heading {
               padding-top: 75px;
          }
     
     /* @end */

     /* @group Heading Toys */
     
     .responsive .toys-heading {
          background-image: none !important;
          margin-top: 30px;
     }
     
     /* @end */
     
     /* @group Military banners */
     
     .responsive .military-banners {
          position: relative;
          bottom: 30px;
     }
     
     /* @end */
     
     /* @group Medic contact */
     
     .responsive .medic-contact {
          padding-top: 3px;
          padding-bottom: 5px;
     }
     
          .responsive .medic-contact .row > div {
               padding-left: 10px !important;
          }

     /* @end */
     
     /* @group Medic Top Bar */
     
     .responsive .medic-top-bar {
          padding: 6px 0px 5px 0px;
     }
     
     
          .responsive .medic-top-bar:before {
               display: none;
          }
          
          .responsive .medic-top-bar > div {
               text-align: center;
               background: none;
          }
          
          .responsive .medic-top-bar .background {
               padding: 1px 15px 1px 15px;
               background: none;
          }
          
               .responsive .medic-top-bar .background:before {
                    display: none;
               }
     
     /* @end */
     
     /* @group stationery Top Bar */
     
     .responsive .stationery-top-bar {
          padding: 6px 0px 5px 0px;
     }
     
     
          .responsive .stationery-top-bar:before {
               display: none;
          }
          
          .responsive .stationery-top-bar > div {
               text-align: center;
               background: none;
          }
          
          .responsive .stationery-top-bar .background {
               padding: 1px 15px 1px 15px;
               background: none;
          }
          
               .responsive .stationery-top-bar .background:before {
                    display: none;
               }
     
     /* @end */

     /* @group Medic phone */
     
     .responsive .medic-phone {
          margin: 22px auto 5px auto;
          display: block !important;
     }
     
     /* @end */
     
     /* @group Medic products parallax */
     
     .medic-products {
          
     }
     
          .responsive .medic-products .container > div {
               padding-bottom: 40px !important;
          }

          .responsive .medic-products .box .box-content {
               padding-left: 9px;
               padding-right: 9px;
          }
     
     /* @end */
     
     /* @group Medic check all specialties */
     
     .responsive .check-all-specialties {
          margin: 30px 0px 0px 0px;
     }
     
     /* @end */

     /* @group Header Type 9 */
     
     .responsive .header-type-9 .overflow-currency-language {
          text-align: center;
     }
     
     .responsive .header-type-9 .overflow-header-center {
          margin: 0px;
          text-align: center;
     }
     
     .responsive .header-type-9 #top .search_form {
          margin-left: auto;
          margin-right: auto;
     }
     
     .responsive .header-type-9 #top #header-center .menu li {
          padding: 0px 7px;
     }
     
     /* @end */
     
     /* @group Fashionsimple Top contact */
     
     .fashionsimple-top-contact {
          display: block;
          padding: 30px 0px 0px 0px;
          text-align: center;
     }
     
     /* @end */
     
     /* @group Fashionsimple Page Title */
     
     .responsive .fashionsimple-page-title {
          padding: 35px 0px 35px 0px;
     }
     
          .responsive .fashionsimple-page-title h3 {
               font-size: 50px;
               line-height: 40px;
          }
          
          .responsive .fashionsimple-page-title h4 {
               font-size: 25px;
          }
     
     /* @end */
     
     /* @group Fashion2 Footer Info */
     
     .responsive .fashion2-footer-info {
          padding: 15px 0px 20px 0px;
     }
     
     /* @end */
     
     /* @group Fashion2 Parallax */
     
     .responsive .fashion2-parallax {
          padding: 103px 0px 120px 0px;
     }
     
          .responsive .fashion2-parallax p {
               font-size: 75px;
          }

     /* @end */
     
     /* @group Games3 big sale */
     
     .responsive .games3-big-sale {
          padding: 40px 0px 30px 0px;
          text-align: center;
     }
     
     /* @end */
     
     /* @group Fashion3 Column */
     
     .responsive .fashion3-columns {
          
     }
     
          .responsive .fashion3-columns > div {
               text-align: center;
               padding-top: 59px;
               padding-bottom: 70px;
          }
          
               .responsive .fashion3-columns > div:before {
                    top: 0;
                    bottom: auto;
                    left: -20px;
                    right: -20px;
                    width: auto;
                    height: 1px;
                    background: url(../img/bg-megamenu.png) top left repeat-x;
               }
               
     
     /* @end */
     
     /* @group Fashion3 Footer */
     
     .responsive .fashion3-footer {
          
     }

          .responsive .fashion3-footer .contact > div {
               padding-left: 10px !important;
               text-align: center;
          }
          
          .responsive .fashion3-footer ul.social-icons {
               padding: 39px 0px 0px 0px;
          }

          .responsive .fashion3-footer ul.links {
               padding: 46px 0px 2px 0px;
          }
          
     /* @end */
     
     /* @group Fashion3 Products */
     
     .responsive .fashion3-products {
          
     }
     
          .responsive .fashion3-products-heading {
               left: 0 !important;
               right: 0 !important;
               position: relative;
               display: block;
               margin-left: -20px;
               margin-right: -20px;
               width: auto;
          }

     /* @end */
     
     /* @group Cameras Top Bar */
     
     .responsive .cameras-top-bar {
     }
     
          .responsive .cameras-top-bar > div {
               text-align: center;
          }
     
          .responsive .cameras-top-bar > div:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Cameras columns */
     
     .responsive .cameras-columns {
          margin: 30px 0px 0px 0px;
     }
     
          .responsive .cameras-columns .row > div {
          }
          
               .responsive .cameras-columns .row > div:before {
                    bottom: auto;
                    top: auto;
                    margin: 0px;
                    left: 0px;
                    right: 0px;
                    width: auto;
                    height: 1px;
                    margin-top: -33px;
               }

                    
               .responsive .cameras-columns img {
                    margin-left: 23px !important;
               }
     
     /* @end */
     
     /* @group Grocery products */

     .responsive #main .products-grid-with-carousel {
          padding: 0px 10px 0px 10px !important;
     }
     
     /* @end */
     
     /* @group Grocery Top Bar */
     
     .responsive .grocery-top-bar {
          padding: 6px 0px 7px 0px;
     }
     
     
          .responsive .grocery-top-bar:before {
               display: none;
          }
          
          .responsive .grocery-top-bar > div {
               text-align: center;
               background: none;
          }
          
          .responsive .grocery-top-bar .background {
               padding: 1px 15px 1px 15px;
               background: none;
          }
          
               .responsive .grocery-top-bar .background:before {
                    display: none;
               }
     
     /* @end */

     /* @group Footer Type 11 */
     
     .responsive .footer-type-11 .footer .container > .row:nth-last-child(2) > div:before, 
     .responsive .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
          top: auto;
          left: 0;
          right: 0;
          width: auto;
          height: 1px;
          bottom: auto;
          margin-top: -18px;
     }
     
     .responsive .footer-type-11 .footer .container > .row:nth-last-child(2) > div, 
     .responsive .footer-type-11 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
          padding-left: 25px;
          padding-right: 25px;
     }
     
     /* @end */
     
     /* @group Footer Type 19 */
     
     .responsive .footer-type-19 .footer .container > .row:nth-last-child(2) > div:before, 
     .responsive .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
          top: auto;
          left: 0;
          right: 0;
          width: auto;
          height: 1px;
          bottom: auto;
          margin-top: -25px;
     }
     
     .responsive .footer-type-19 .footer .container > .row:nth-last-child(2) > div, 
     .responsive .footer-type-19 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 25px;
          padding-bottom: 25px;
     }
     
     /* @end */
     
     /* @group Footer Type 16 */
     
     .responsive .footer-type-16 .footer .background {
          margin-top: -30px;
     }
     
     .responsive .footer-type-16 .footer .container > .row:nth-last-child(2) > div:before, 
     .responsive .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div:before {
          top: auto;
          left: 0;
          right: 0;
          width: auto;
          height: 1px;
          bottom: auto;
          margin-top: -18px;
     }
     
     .responsive .footer-type-16 .footer .container > .row:nth-last-child(2) > div, 
     .responsive .footer-type-16 .footer .advanced-grid .container > div > .row:nth-last-child(2) > div {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     /* @end */
     
     /* @group Footer Block Grocery */
     
     .responsive .footer-block-grocery {
          padding: 10px 0px 15px 0px;
     }

     /* @end */

     /* @group Header Type 12 */
     
     .responsive .header-type-12 #top .search_form {
          display: block;
          margin-right: 0px;
          margin-left: 0px;
          width: 100%;
     }
     
          .responsive .header-type-12 #top .search_form .search-cat {
               width: 331px;
          }

          .responsive .header-type-12 #top .search_form .overflow-input {
               width: 407px;
          }
     
     /* @end */
     
     /* @group Market columns */

          .responsive .market-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .market-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #d9d9d9;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Toys2 columns */

          .responsive .toys2-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .toys2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #dcdfe2;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Stationery2 columns */

          .responsive .stationery2-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .stationery2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e5e5e5;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Header Type 13 */

     .responsive .header-type-13 .search-cat {
          width: 650px;
     }
               
     .responsive .header-type-13 .overflow-input {
          width: 300px;
     }

     /* @end */
     
     /* @group Market about us */
     
     .responsive .market-about-us {
          padding-top: 5px;
     }

     /* @end */

     /* @group Footer Type 12 */
     
     .responsive .footer-type-12 .footer h4 {
          padding-top: 10px;
     }
     
     /* @end */
     
     /* @group Footer Type 17 */
     
     .responsive .footer-type-17 .footer h4 {
          padding-top: 10px;
     }
     
     .responsive .footer-type-17 .footer ul {
          padding-bottom: 0px;
     }
     
     /* @end */
     
     /* @group Market contact */
     
     .responsive .market-contact {
          
     }
     
          .responsive .market-contact .row > div {
          }
          
               .responsive .market-contact .row > div:before {
                    width: auto;
                    content: '';
                    left: -10px;
                    right: -10px;
                    top: auto;
                    bottom: auto;
                    background: #e5e5e5;
                    position: absolute;
                    margin: 0px;
                    height: 1px;
               }
     /* @end */
     
     /* @group Market products */
     
     .responsive .market-products {
     }

          .responsive .market-products .col-sm-9 {
               padding-left: 10px !important;
               margin-left: 0px;
               padding-right: 10px !important;
          }
          
               .responsive .market-products .col-sm-9:before {
                    top: -1px;
                    left: 10px;
                    right: 10px;
                    bottom: auto;
                    width: auto;
                    height: 1px;
               }
          
               .responsive .market-products .col-sm-9 .box {
                    padding: 0px;
               }
               
     /* @end */
     
     /* @group Architecture categories */
     
     .responsive .architecture-categories {
          position: relative;
     }
     
          .responsive .architecture-categories > div {
               position: relative;
          }

               .responsive .architecture-categories > div:before {
                    width: auto;
                    top: 0;
                    left: -20px;
                    right: -20px;
                    height: 1px;
                    margin-left: 0px;
               }
     
     /* @end */
     
     /* @group Architecture products */
     
     .responsive .architecture-products {
          padding: 0px;
          position: relative;
          margin-top: -30px;
     }
     
          .responsive .architecture-products .product {
               margin-top: 30px;
          }
          
               .responsive .architecture-products .product .left {
                    display: block;
                    width: 100%;
               }
               
                    .responsive .architecture-products .product .left .image {
                         margin: -1px;
                    }
               
               .responsive .architecture-products .product .right {
                    display: block;
                    width: auto;
                    padding: 25px;
               }
     
     /* @end */
     
     .responsive .mobile-background-none > div {
          background: none !important;
     }
     
     /* @group Architecture individual project */
     
     .responsive .architecture-individual-project {
          padding: 25px 0px 35px 0px;
     }
     
          .responsive .architecture-individual-project h5 {
               font-size: 20px;
          }
          
          .responsive .architecture-individual-project h6 {
               font-size: 20px;
          }
     
     /* @end */
     
     /* @group Architecture contact */
     
     .responsive .architecture-contact {
     }
     
          .responsive .architecture-contact .row > div {
               padding-left: 10px !important;
          }

          .responsive #main .architecture-contact p {
               padding: 21px 0px 0px 0px;
               font-size: 17px;
          }
     
     /* @end */
     
     /* @group stationery contact */
     
     .responsive .stationery-contact {
     }
     
          .responsive .stationery-contact .row > div {
               padding-left: 10px !important;
          }

          .responsive #main .stationery-contact p {
               padding: 21px 0px 0px 0px;
               font-size: 17px;
          }
     
     /* @end */
     
     /* @group Header Type 14 */
     
     .responsive .header-type-14 .top-bar {
          padding-bottom: 8px;
     }
     
     .responsive .header-type-14 .welcome-text {
          padding-top: 8px;
     }
     
     .responsive .header-type-14 #top .dropdown {
          margin: 3px 7px 0px 7px;
     }
     
     .responsive .header-type-14 #top .top-bar .text-right {
          text-align: center;
     }
     
     .responsive .header-type-14 #top .top-bar form:before {
          display: none;
     }
     
     	.responsive .header-type-14 #top .search_form {
     	     width: 140px;
     	     margin-left: 0px;
     	     margin-top: 10px;
     	}
     	
     	     .responsive .header-type-14 #top .search_form:before {
     	          display: none;
     	     }
     	
     	.responsive .header-type-14 #top #cart_block {
     	     margin-top: 10px;
     	     margin-left: 24px;
     	}
     	
     	     .responsive .header-type-14 #top #cart_block:before {
     	          display: none;
     	     }
     	     
     	.responsive .matrialarts-contact {
     	     display: block;
     	     text-align: center;
     	     padding-right: 0px;
     	     padding-top: 3px;
     	}
     	
     	     .responsive .matrialarts-contact:before {
     	          display: none;
     	     }
     	     
     /* @end */

     /* @group Columns matrial arts */
     
     .responsive .columns-matrialarts {
          padding-top: 0px;
          padding-bottom: 20px;
     }
     
          .responsive .columns-matrialarts > div:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Matrialarts products tabs */
     
     .responsive .matrialarts-products-tabs {
          
     }
     
          .responsive .matrialarts-products-tabs .description {
               padding-left: 0px;
               padding-top: 18px;
          }
          
          .responsive .matrialarts-products-tabs .select-tab {
               padding-left: 0px;
          }
          
     /* @end */
     
     /* @group Sport contact */
     
     .responsive .sport-contact {
          position: relative;
          margin-top: -20px;
     }
     
          .responsive .sport-contact .row > div {
               padding-left: 10px !important;
          }

     /* @end */
     
     /* @group Sport Newsletter */
     
     .responsive .sport-newsletter {
     }
     
          .responsive .sport-newsletter .heading {
               padding-left: 0;
               font-size: 65px;
               margin-top: -23px;
               line-height: 1.2;
          }
          
          .responsive .sport-newsletter .content-newsletter {
               padding-left: 6px;
               font-size: 30px;
               line-height: 1.2;
          }
               
               .responsive .sport-newsletter .content-newsletter p {
                    padding: 0px 0px 0px 38px;    
               }
               
          .responsive .sport-newsletter .inputs {
               padding: 22px 0px 52px 10%;
          }
          
               .responsive .sport-newsletter .inputs input {
                    width: 180px;
               }
               
     /* @end */
     
     /* @group Header Type 15 */
     
     .responsive .header-type-15 #top #header-left {
          position: relative;
     }
     
     .responsive .header-type-15 #top .logo {
          padding-right: 0px;
     }
     
          .responsive .header-type-15 #top .logo:before {
               display: none;
          }
     
     .responsive .header-type-15 #top .search_form {
          display: block;
          float: none;
          margin: 25px auto 0px auto;
          width: 100%;
     }

     /* @end */
     
     /* @group Cosmetics2 phone */
     
     .responsive .cosmetics2-phone {
          margin: 22px auto 5px auto;
          display: block !important;
     }
     
     /* @end */
     
     /* @group Cosmetics2 contact */
     
     .responsive .cosmetics2-contact {
          position: relative;
          margin-top: -30px;
     }
     
          .responsive .cosmetics2-contact .row > div {
               padding-left: 10px !important;
          }

     /* @end */
     
     /* @group Cosmetics2 Top Bar */
     
     .responsive .cosmetics2-top-bar {
          padding: 6px 0px 5px 0px;
     }
     
          .responsive .cosmetics2-top-bar > div {
               text-align: center;
               background: none;
          }
          
          .responsive .cosmetics2-top-bar .background {
               padding: 1px 15px 1px 15px;
               background: none;
          }
     
     /* @end */
     
     /* @group Header Type 16 */
     
     .responsive .header-type-16 #top #header-left .menu {
          padding: 20px 0px 0px 0px;
     }
     
     .responsive .header-type-16 .overflow-currency-language {
          text-align: center;
     }

     .responsive .header-type-16 #top #header-left .menu li {
          padding: 0px 7px;
     }
     
     .responsive .header-type-16 #top .dropdown {
          margin-left: 12px;
     }
     
     /* @end */
     
     /* @group Exclusive newsletter */
     
     .responsive .exclusive-newsletter {
     }     
     
          .responsive .exclusive-newsletter > div {
               position: relative;
          }
          
          .responsive .exclusive-newsletter > div:nth-child(2):before {
               content: '';
               position: absolute;
               top: 0;
               bottom: auto;
               width: auto;
               left: 0;
               right: 0;
               background: rgba(0, 0, 0, .1);
               margin-left: 0;
               height: 1px;
          }
          
          .responsive .exclusive-newsletter .heading p {
               padding: 30px 0px 18px 0px;
               text-align: center;
          }
          
          .responsive .exclusive-newsletter .content-newsletter p {
               padding: 28px 0px 0px 0px;
               text-align: center;
          }
          
          .responsive .exclusive-newsletter .inputs {
               margin: 25px 0px 30px 0px;
          }
     
     /* @end */
     
     /* @group Exclusive footer columns */
     
     .responsive .exclusive-footer-columns {
          padding-bottom: 10px;
     }
     
          .responsive .exclusive-footer-columns .logo {
               padding-top: 12px;
          }
     
     /* @end */
     
     /* @group Exclusive banners */
     
     .responsive .exclusive-banners {
     }
     
          .responsive .exclusive-banners .row > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: auto;
               left: 10px;
               right: 10px;
               background: url(../img/bg-megamenu.png);
               width: auto;
               height: 1px;
          }
          
          .responsive .exclusive-banners .row > div > div {
               padding-left: 0px;
          }
     
     /* @end */
     
     /* @group Header Type 17 */
     
     .responsive .header-type-17 #top #header-left .menu {
          padding: 20px 0px 0px 0px;
     }

     .responsive .header-type-17 #top form:first-of-type {
          margin-left: 0px;
     }
     
     /* @end */
     
     /* @group Perfume newsletter */
     
     .responsive .perfume-newsletter {
     	padding: 0px 0px 30px 0px;
     }
     
     .responsive .perfume-newsletter .circle {
          display: none;
     }
     
     /* @end */
     
     /* @group Header Type 18 */
     
     .responsive .header-type-18 {
          
     }
     
          .responsive .header-type-18 .top-bar {
               padding-top: 2px;
          }
     
          .responsive .header-type-18 .top-bar .menu {
               padding-top: 4px;
          }
     
          .responsive .header-type-18 #top .logo {
               padding-top: 25px;
          }
          
          .responsive .header-type-18 #top .search_form {
               width: 100% !important;
               margin-right: auto;
               margin-left: auto;
               margin-top: 14px;
          }
          
          .responsive .header-type-18 .top-bar .left {
               display: block;
               width: auto;
               text-align: center;
               padding-left: 12px;
               float: none;
          }
          
          .responsive .header-type-18 .top-bar .line {
               display: none;
          }
          
          .responsive .header-type-18 .top-bar .right {
               display: block;
               text-align: center;
               width: auto;
               float: none;
               padding-left: 0px;
          }    
     
     /* @end */
     
     /* @group Coffee Parallax */
     
     .responsive .coffee-parallax {
          padding: 54px 0px 54px 0px;
     }
     
          .coffee-parallax p {
               font-size: 30px;
               margin-top: -4px;
          }
     
     /* @end */
     
     /* @group Footer Block Coffee */
     
     .responsive .footer-block-coffee {
     }
     
          .responsive .footer-block-coffee:before {
               display: none;
          }
               
     .responsive .coffee-footer-blocks {
     }
               
          .responsive .coffee-footer-blocks:before {
               display: none;
          }
     
     /* @end */
     
     .responsive .standard-body .header-type-13 .fixed .search_form {
          margin-right: -10px;
          margin-left: -10px;
     }
     
     /* @group Carparts parallax */
     
     .responsive .carparts-parallax {
          padding: 48px 0px 49px 0px;
     }
          
          .responsive .carparts-parallax .heading2 {
               font-size: 35px;
          }
          
          .responsive .carparts-parallax .heading3 {
               font-size: 40px;
          }
     
     /* @end */

     /* @group Header Type 19 */
     
     .responsive .header-type-19 .search_form_overflow {
          display: block;
          width: auto;
     }
     
     .responsive .header-type-19 .shop-by-car {
          border: none;
          display: block;
          min-width: 1px;
          width: auto;
          padding: 0px;
     }
     
     .responsive .header-type-19 .shop-by-brands {
          display: block;
          border: none;
          min-width: 1px;
          width: auto;
          border-top: 1px solid rgba(255, 255, 255, .1);
          position: relative;
          margin: 0px -20px -5px -20px;
          padding: 0px 20px;
     }
     
     /* @end */
     
     /* @group Market phone */
     
     .responsive .carparts-phone {
          margin: -10px auto 0px auto;
     }
     
     /* @end */
     
     /* @group Bakery steps */
     
     .responsive .bakery-steps {
          
     }
     
          .responsive .bakery-steps > div {
          }
          
               .responsive .bakery-steps > div.first:before {
                    display: none;
               }
          
               .responsive .bakery-steps > div.second:before {
                    display: none;
               }
               
          .responsive .bakery-steps .circle {
          }
          
               .responsive .bakery-steps .second .circle {
                    margin-left: 0px;
               }
               
               .responsive .bakery-steps .third .circle {
                    margin-left: 0px;
               }
     /* @end */
     
     /* @group Header Type 20 */
     
     .responsive .header-type-20 #top .search_form {
          width: 100% !important;
          max-width: none;
     }
     
     /* @end */
     
     .responsive #main .toys2-slider-button {
          padding: 16px 25px 14px 25px !important;
          font-size: 8px !important;
     }
     
     /* @group Footer Block Toys2 */
     
     .responsive .footer-block-toys2 {
     }
     
          .responsive .footer-block-toys2 {
               padding-top: 10px;
          }
               
               .responsive .footer-block-toys2 .footer-block-content p {
                    font-size: 20px;
                    
               }
               
          .responsive .footer-blocks-top-toys2 .text-right {
               text-align: left;
               padding-top: 13px;
          }
     
     /* @end */
     
     /* @group Box type 12 */
          
     .responsive .box-type-12 #main .box-content.products .product-grid {
          padding-left: 9px;
          padding-right: 9px;
     }
          
          .responsive .box-type-12 .tab-content {
               border: 1px solid rgba(0, 0, 0, .1);
               border-radius: 4px;
               -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
               padding-left: 25px !important;
               padding-right: 25px !important;
          }
               
               .responsive .box-type-12 .filter-product .tab-content {
                    padding-left: 0px !important;
                    padding-right: 0px !important;
               }
          
               .responsive .box-type-12 #main .tab-content .product-grid {
                    padding-left: 9px;
                    padding-right: 9px;
               }
               
          .responsive .box-type-12 #accordion .panel-heading {
               padding-left: 25px !important;
          }

          .responsive .box-type-12 #accordion .panel .panel-body {
               padding-left: 25px !important;
               padding-right: 25px !important;
          }
          
          .responsive .box-type-12 #main .product-list {
               padding: 0px;
          }    
          
          .responsive .box-type-12 #main .center-column .product-grid {
               padding-left: 9px;
               padding-right: 9px;
          } 
     
     /* @end */

     /* @group Today deals toys2 */
     
     .responsive .today-deals-toys2-products .is-countdown {
          margin-left: -25px;
          margin-right: -25px;
     }
     
     /* @end */
     
     /* @group Box type 13 */
          
     .responsive .box-type-13 #main .box-content.products .product-grid {
          padding-left: 9px;
          padding-right: 9px;
     }
          
          .responsive .box-type-13 .tab-content {
               padding-left: 25px !important;
               padding-right: 25px !important;
          }
               
               .responsive .box-type-13 .filter-product .tab-content {
                    padding-left: 0px !important;
                    padding-right: 0px !important;
               }
          
               .responsive .box-type-13 #main .tab-content .product-grid {
                    padding-left: 9px;
                    padding-right: 9px;
               }
          
          .responsive .box-type-13 #main .product-list {
               padding: 0px;
          }    
          
          .responsive .box-type-13 #main .center-column .product-grid {
               padding-left: 9px;
               padding-right: 9px;
          } 
     
     /* @end */
     
     /* @group Cleaning columns */

          .responsive .cleaning-columns .row > div {
               padding: 14px 37px 17px 37px;
          }
     
          .responsive .cleaning-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #dcdfe2;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Cleaning parallax */
     
     .responsive .cleaning-parallax {
          padding: 70px 0px 70px 0px;
     }
     
          .responsive .cleaning-parallax .second-heading {
               font-size: 45px;
          }

     /* @end */
     
     /* @group Cleaning parallax2 */
     
     .responsive .cleaning-parallax2 {
          padding: 60px 0px 60px 0px;
     }
     
          .responsive .cleaning-parallax2 .second-heading {
               font-size: 45px;
          }

     /* @end */

     /* @group Flowers columns */
     
     .responsive .flowers-columns {
          margin-top: 40px;
     }

          .responsive .flowers-columns .row > div {
               padding: 14px 37px 17px 37px;
          }
     
          .responsive .flowers-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e5e5e5;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Flowers parallax */
     
     .responsive .flowers-parallax {
          padding: 57px 0px 50px 0px;
     }
     
          .responsive .flowers-parallax .first-heading {
               font-size: 25px;
               line-height: 1;
          }
          
          .responsive .flowers-parallax .second-heading {
               font-size: 25px;
               line-height: 1;
          }

     /* @end */
     
     /* @group Add to car flowers */
     
     .responsive #main .add-to-cart-flowers {
          padding: 12px 25px 11px 25px !important;
          font-size: 10px !important;
     }
     
          .responsive .add-to-cart-flowers:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Flower product */
     
     .responsive .flower-product {
          margin-bottom: 0px;
     }

          .responsive #main .flower-product .right .name {
               padding: 20px 0px 0px 0px;
          }

     /* @end */
     
     /* @group Audio newsletter */
     
     .responsive .audio-newsletter {
          padding-left: 30px;
          padding-right: 30px;
     }
          
          .responsive .audio-newsletter .inputs input {
               width: 179px;
          }
     
     /* @end */
     
     /* @group Audio product */
     
     .responsive .audio-product {
          padding: 47px 0px 0px 0px;
     }
          
          .responsive .audio-product .overflow-price-name {
               padding-top: 29px;
               padding-bottom: 29px;
          }
          
               .responsive .audio-product .overflow-price-name .price {
                    display: block;
                    text-align: center;
                    border: none;
                    width: auto;
                    padding: 15px 0px 0px 0px;
                    height: auto;
               }

               
               .responsive .audio-product .overflow-price-name .name {
                    display: block;
                    width: auto;
                    text-align: center;
                    padding: 15px 0px 0px 0px;
               }

               .responsive .audio-product .overflow-price-name .add-to-cart {
                    display: block;
                    width: auto;
                    text-align: center;
                    padding: 30px 0px 0px 0px;
               }

          .responsive .audio-product .image {
               margin: 0px 0px -30px 0px;
          }
          
     /* @end */
     
     /* @group Audio testimonial */
     
     .responsive .audio-testimonial {
          margin: 54px 0px 55px 0;
     }
     
     /* @end */
     
     /* @group Holidays contact */
     
     .responsive .holidays-contact {
     }

          .responsive .holidays-contact .button {
               margin: 0px 30px 15px 0px;
               float: none !important;
          }
          
          .responsive .responsive-holidays-contact .container > div {
               padding: 30px !important;
          }
          
     /* @end */
     
     /* @group Product grid type 7 */

          .responsive .product-grid-type-7 #main .product-grid:before,
          .responsive .product-grid-type-7 #main .product-grid:after,
          .responsive .product-grid-type-7 #main .product-grid .row:before,
          .responsive .product-grid-type-7 #main .product-grid .row:after,
          .responsive .product-grid-type-7 #main .product-grid .product:before,
          .responsive .product-grid-type-7 #main .product-grid .product:after,
          .responsive .product-grid-type-7 #main .product-grid .row > div .product:after,
          .responsive .product-grid-type-7 #main .box-with-products .clear:after {
               display: none !important;
          }
          
     /* @end */

     /* @group Header type 23 */
     
     .responsive .header-type-23 #top .logo {
          padding-top: 25px;
     }
     
     /* @end */
     
     /* @group Holidays phone */
     
     .responsive .holidays-phone:first-child {
          margin-left: 0px;
          padding-bottom: 0px;
     }
     
     .responsive .holidays-phone {
          display: inline-block;
          vertical-align: top;
          padding: 20px 15px 7px 15px;
     }

          .responsive .holidays-phone p {
               padding: 1px 0px 0px 5px;
               font-size: 25px;
          }
     
     /* @end */
     
     /* @group Header Type 23 */
     
     .responsive .header-type-23 .top-bar {
          padding-bottom: 10px;
     }
     
     .responsive #main .header-type-23 #top #cart_block {
          margin-bottom: -7px !important;
     }
     
     .responsive #main .header-type-23 #top .account {
          margin-bottom: -7px !important;
     }
     
     .responsive #main .header-type-23 #top .account {
          float: none;
          display: inline-block;
          margin-right: 10px !important;
          margin-left: 10px !important;
          vertical-align: top;
     }
     
     .responsive .header-type-23 #top #cart_block {
          float: none;
          display: inline-block;
          vertical-align: top;
          padding: 0px;
          margin: 0px 10px 0px 10px !important;
     }
          
          .responsive .header-type-23 #top #cart_block:before {
               display: none;
          }

     .responsive .header-type-23 #top .dropdown {
          margin-right: 10px !important;
          margin-left: 10px !important;
     }
     
     .responsive .header-type-23 .top-bar form:before {
          display: none !important;
     }
     
          .header-type-23 .top-bar form:first-of-type:before {
               display: none !important;
          }
          
          .responsive .header-type-23 .top-bar form {
               padding-left: 0px;
          }
     
     /* @end */
     
     /* @group Product list type 4 */
     
     .responsive .product-list-type-4 .product-list {
     }
          
          .responsive .product-list-type-4 .product-list > div {
          }
          
               .responsive .product-list-type-4 .product-list > div .row > div {
                    width: 100% !important;
                    text-align: left;
               }
               
               .responsive .product-list-type-4 .product-list > div .name-actions .name {
                    padding: 49px 25px 0px 25px;
               }
                    
               .responsive .product-list-type-4 .product-list > div .name-actions .brand {
                    padding: 1px 25px 0px 25px;
               }
               
               .responsive .product-list-type-4 .product-list > div .name-actions .price {
                    padding: 10px 25px 0px 25px;
               }
               
               .responsive .product-list-type-4 .product-list > div .name-actions > ul {
                    padding: 18px 25px 0px 25px;
               }
               
               .responsive .product-list-type-4 .product-list .description {
                    padding: 0px 25px 0px 25px;
               }
               
               .responsive .product-list-type-4 .product-list .desc {
                    padding-top: 47px;
                    padding-bottom: 30px;
               }
               
                    .responsive .product-list-type-4 .product-list .desc:before {
                         display: none;
                    }
     
     /* @end */
     
     /* @group Sportwinter Newsletter */
     
     .responsive .sportwinter-newsletter {
          padding: 0px 25px 24px 25px;
          text-align: center;
     }
     
          .responsive .sportwinter-newsletter .heading {
               padding-top: 30px;
          }

          .responsive .sportwinter-newsletter .inputs {
               text-align: center;
               padding-top: 6px;
          }
     
     /* @end */
     
     /* @group Sportwinter big sale */
     
     .responsive .sportwinter-big-sale {
          padding-left: 0px;
     }
     
          .responsive .sportwinter-big-sale .first-heading {
               font-size: 35px;
               line-height: 45px;
          }
          
          .responsive .sportwinter-big-sale .second-heading {
               font-size: 35px;
               line-height: 45px;
          }
     
     /* @end */

     /* @group Footer type 21 */
     
     .responsive .footer-type-21 .footer .container > .row > div:before,
     .responsive .footer-type-21 .footer .advanced-grid .container > div > .row > div:before {
     }
     
          .responsive .footer-type-21 .footer .container > .row > div:first-child:before,
          .responsive .footer-type-21 .footer .advanced-grid .container > div > .row > div:first-child:before {
               display: none !important;
          }

          .responsive .footer-type-21 .footer .container > .row > div:last-child:after,
          .responsive .footer-type-21 .footer .advanced-grid .container > div > .row > div:last-child:after {
               display: none !important;
          }
     
     /* @end */
     
     /* @group Add to cart books */
     
     .responsive #main .add-to-cart-books {
          padding: 7px 10px 6px 10px !important;
          font-size: 6px !important;
     }
     
          .responsive .add-to-cart-books:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Books contact */
     
     .responsive .books-contact {
          padding-bottom: 2px;
          padding-top: 15px;
     }

     /* @end */
     
     /* @group News */
     
     .responsive .news .media-body .date-published {
          padding-top: 18px;
     }
                    
     .responsive .news .media-body h5 {
          padding-bottom: 20px;
          margin: 0px;
          font-size: 14px;
          line-height: 18px;
     }
     
     /* @end */
     
     /* @group News V2 */
     
     .responsive .news.v2 .media-body h5 {
          padding-bottom: 18px;
     }
          
          .responsive .news.v2 .media-body h5 a {
               line-height: 18px;
          }
     
     /* @end */
     
     
     /* @group Medic news */
     
     .responsive .medic-news {
     }
     
          .responsive .medic-news > div:before {
               content: '';
               position: absolute;
               top: auto;
               bottom: auto;
               left: -20px;
               right: -20px;
               width: auto;
               height: 1px;
               margin: 0px;
          }

     /* @end */
     
     /* @group Wine news */
     
     .responsive .wine-news {
     }
     
          .responsive .wine-news .media {
               padding-top: 37px;
               padding-bottom: 40px;
          }
     
          .responsive .wine-news > div:before {
               content: '';
               position: absolute;
               top: auto;
               bottom: auto;
               left: 10px;
               right: 10px;
               width: auto;
               height: 1px;
               margin: 0px;
          }

     /* @end */
     
     /* @group Shoes parallax */
     
     .responsive .shoes-parallax {
          padding: 200px 0px 172px 0px;
     }

     /* @end */
     
     /* @group Shoes2 columns */

          .responsive .shoes2-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .shoes2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: rgba(0, 0, 0, .1);
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Shoes2 contact */
     
     .responsive .shoes2-contact {
          padding-bottom: 2px;
          padding-top: 15px;
     }

     /* @end */
     
     /* @group Add to cart shoes2 */
     
     .responsive #main .button-shoes2-add-to-cart {
          padding: 10px 20px 8px 20px !important;
          font-size: 9px !important;
     }
     
          .responsive .button-shoes2-add-to-cart:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Add to cart petshop */
     
     .responsive #main .button-petshop-add-to-cart {
          padding: 10px 20px 8px 20px !important;
          font-size: 9px !important;
     }
     
          .responsive .button-petshop-add-to-cart:before {
               display: none;
          }
     
     /* @end */
     
     /* @group Shoes3 columns */

          .responsive .shoes3-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .shoes3-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e2e2e2;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Carparts2 columns */

          .responsive .carparts2-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .carparts2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e0e0e0;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Footer Block Shoes3 */
     
     .responsive .footer-blocks-top-shoes3 {
          padding-top: 12px;
     }
     
     .responsive .footer-blocks-top-shoes3 > div {
          text-align: left;
     }

          .responsive .footer-blocks-top-shoes3 .button {
               margin: 12px 0px 0px 0px;
          }
     
     /* @end */
     
     /* @group Shoes3 newsletter */

     .responsive .shoes3-newsletter {
          padding: 25px 25px 25px 25px;
     }
          
          .responsive .shoes3-newsletter .inputs {
               float: none;
               padding-left: 0px;
               margin: 0px auto;
               padding-top: 19px;
          }
          
          .responsive .shoes3-newsletter .heading {
               float: none;
               padding-right: 0px;
          }

          .responsive .shoes3-newsletter .strip-line {
               display: none;
          }
          
     /* @end */
     
     /* @group Computer8 newsletter */

     .responsive .computer8-newsletter {
          padding: 25px 0px 25px 0px;
     }
          
          .responsive .computer8-newsletter .inputs {
               float: none;
               padding-left: 0px;
               margin: 0px auto;
               padding-top: 19px;
          }
          
          .responsive .computer8-newsletter .heading {
               float: none;
               padding-right: 0px;
          }

          .responsive .computer8-newsletter .strip-line {
               display: none;
          }
          
     /* @end */
     
     /* @group Lingerie parallax */
     
     .responsive .lingerie-parallax {
          padding-left: 45%;
     }

     /* @end */
     
     /* @group Lingerie newsletter */
     
     .responsive #main .lingerie-newsletter {
          padding-top: 0px;
     }
     
     .responsive #main .lingerie-newsletter .first-heading {
          padding-top: 23px;
     }
     
     /* @end */
     
     /* @group Lingerie free shipping */
     
     .responsive .lingerie-free-shipping {     
          border: none;
          padding-right: 0px;
     }

          .responsive .lingerie-free-shipping:before {
               right: -1000px;
          }
     
     /* @end */
     
     /* @group Header type 26 */
     
     .responsive .header-type-26 {
          
     }
          
          .responsive .header-type-26 #top .logo {
               padding-top: 25px;
          }
     
          .responsive .header-type-26 ul.menu {
               padding: 28px 0px 0px 0px;
               margin: 0px;
               list-style: none;
          }
          
               .responsive .header-type-26 ul.menu li {
                    padding: 0px 8px 0px 8px;
               }
               
                    .responsive .header-type-26 #header-right ul.menu li {
                         padding: 0px 8px 0px 8px;
                    }
                    
          .responsive .header-type-26 .overflow-currency-cart {
               margin-left: -30px;
               padding-top: 22px;
               border: none;
          }
          
               .responsive .header-type-26 .overflow-currency-cart:before {
                    left: -1000px;
               }
               
               .responsive .header-type-26 .overflow-currency-cart > form:first-of-type {
                    border: none;
               }
     
     /* @end */
     
     /* @group Footer Block Lingerie2 */
     
     .responsive .footer-blocks-top-lingerie2 {
          padding-top: 2px;
     }
     
     .responsive .footer-blocks-top-lingerie2 > div {
          text-align: left;
     }

          .responsive .footer-blocks-top-lingerie2 .button {
               margin: 12px 0px 0px 0px;
          }
     
     /* @end */
     
     /* @group Lingerie2 columns */

          .responsive .lingerie2-columns .row > div {
               padding: 15px 37px 16px 37px;
          }
     
          .responsive .lingerie2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e0e0e0;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Category Wall 2 */
     
     .responsive .category-wall2 {
          margin-top: 30px;
     }
     
          .responsive .category-wall2-megamenu {
               margin: -20px -25px;
          }

          .responsive .category-wall2 .row:before {
               display: none;
          }
          
               .responsive .category-wall2 .row > div {
                    position: relative;
                    padding: 0px 15px;
                    margin: 0px !important;
                    border: none !important;
               }
               
                    .responsive .category-wall2-megamenu .row > div {
                         padding: 0px 25px !important;
                    }
                    
                    .responsive .category-wall2 .row > div:before {
                         width: auto;
                         top: 0;
                         left: 0;
                         right: 0;
                         bottom: auto;
                         height: 1px;
                         display: block !important;
                         background: url(../img/bg-megamenu.png) top left repeat-x;
                    }
                    
                         .responsive .category-wall2 .row:first-child > div:first-child:before {
                              display: none !important;
                         }
                         
                         
                    .responsive .category-wall2 .row > div .category {
                         padding: 8px 25px 6px 25px;
                    }
     
     /* @end */

     /* @group Table */
     
     .responsive table.attribute,
     .responsive table.list,
     .responsive .wishlist-product table,
     .responsive .wishlist-info table,
     .responsive .compare-info,
     .responsive .checkout-product table,
     .responsive .table {
          display: block;
          overflow-x: auto;
     }
     
          .responsive .checkout-cart .table {
               display: table;
               overflow: visible;
          }
     
          .responsive table.attribute td,
          .responsive table.list td,
          .responsive .wishlist-product table td,
          .responsive .wishlist-info table td,
          .responsive .compare-info td,
          .responsive .checkout-product table td,
          .responsive .table td {
               padding: 8px;
          }
          
               .responsive table.attribute thead td,
               .responsive table.list thead td,
               .responsive .wishlist-product table thead td,
               .responsive .wishlist-info table thead td,
               .responsive .compare-info thead td,
               .responsive .checkout-product table thead td,
               .responsive .table thead td {
                    padding: 8px;
               }
     
     /* @end */
     
     
     /* @group petshop2 columns */

          .responsive .petshop2-columns .row > div {
               padding: 15px 37px 17px 37px;
          }
     
          .responsive .petshop2-columns .row > div:before {
               content: '';
               position: absolute;
               left: 10px;
               right: 10px;
               height: 1px;
               width: auto;
               background: #e1e0da;
               margin: 0px;
          }
     
     /* @end */
     
     /* @group Box type 16 */
          
     .responsive .box-type-16 #main .product-list,
     .responsive .box-type-16 #mfilter-content-container .product-grid {
          padding-left: 0px;
          padding-right: 0px;
     }
     
          .responsive .box-type-16 #mfilter-content-container .product-grid > div {
               padding: 0px;
          }
     
     /* @end */

     /* @group Petshop2 contact */
     
     .responsive .petshop2-contact {
          margin-bottom: 30px;
     }
     
          .responsive .petshop2-contact .row > div {
               padding-bottom: 0px;
               margin-top: -10px;
          }
          
     /* @end */
     
     /* @group Carparts2 products */
     
     .responsive .carparts2-products {
          padding-left: 0px;
     }
     
     .responsive .carparts2-products-on-sale {
          padding-top: 0px;
     }
     
     .responsive .carparts2-products .product-grid {
          padding: 0px !important;
     }
     
     .responsive .carparts2-products .product-grid .product:before,
     .responsive .carparts2-products .product-grid .product:after {
          display: none !important;
     }     
     
     /* @end */
     
     /* @group Box type 19 */
          
     .responsive .box-type-19 #main .box-content.products .product-grid {
          padding-left: 9px;
          padding-right: 9px;
     }
          
          .responsive .box-type-19 .tab-content {
               padding-left: 25px !important;
               padding-right: 25px !important;
          }
               
               .responsive .box-type-19 .filter-product .tab-content {
                    padding-left: 0px !important;
                    padding-right: 0px !important;
               }
          
               .responsive .box-type-19 #main .tab-content .product-grid {
                    padding-left: 9px;
                    padding-right: 9px;
               }

          .responsive .box-type-19 #main .product-list {
               padding: 0px;
          }    
          
          .responsive .box-type-19 #main .center-column .product-grid {
               padding-left: 9px;
               padding-right: 9px;
          } 
     
     /* @end */
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	z-index: 1;
	width: auto;
	-ms-touch-action: pan-y;
	margin: -15px;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

     .rtl .owl-carousel .owl-item {
          float: right;
     }

.owl-carousel .owl-item .item {
	margin: 15px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@media (max-width: 767px) { 
	.responsive .owl-carousel {
		margin: -10px;
	}
	
	.responsive .owl-carousel .owl-item .item {
		margin: 10px;
	}
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
